From 44a4f31eb892d29d13a97ad079012075c08d648b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 16:22:55 +0000 Subject: [PATCH] Update rand_distr requirement from ^0.4.3 to ^0.6.0 in /typhoon Updates the requirements on [rand_distr](https://github.com/rust-random/rand_distr) to permit the latest version. - [Release notes](https://github.com/rust-random/rand_distr/releases) - [Changelog](https://github.com/rust-random/rand_distr/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand_distr/compare/0.4.3...0.6.0) --- updated-dependencies: - dependency-name: rand_distr dependency-version: 0.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- typhoon/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typhoon/Cargo.toml b/typhoon/Cargo.toml index 3f92234..1220bc8 100644 --- a/typhoon/Cargo.toml +++ b/typhoon/Cargo.toml @@ -44,5 +44,5 @@ log = "^0.4.29" rand = "^0.8.5" thiserror = "^2.0.18" tokio = { version = "^1.47.1", features = ["net", "sync", "time", "rt"], optional = true } -rand_distr = "^0.4.3" +rand_distr = "^0.6.0" x25519-dalek = { version = "^2.0.1", features = ["static_secrets"] }