From 55cff208be1a8b1193adcc7c23cb4ae5c8914b78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 16:23:09 +0000 Subject: [PATCH] Update rand requirement from ^0.8.5 to ^0.10.0 in /typhoon Updates the requirements on [rand](https://github.com/rust-random/rand) to permit the latest version. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/compare/0.8.5...0.10.0) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.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..eb21b45 100644 --- a/typhoon/Cargo.toml +++ b/typhoon/Cargo.toml @@ -41,7 +41,7 @@ ed25519-dalek = "^2.2.0" generic-array = "^1.3.5" lazy_static = "^1.5.0" log = "^0.4.29" -rand = "^0.8.5" +rand = "^0.10.0" thiserror = "^2.0.18" tokio = { version = "^1.47.1", features = ["net", "sync", "time", "rt"], optional = true } rand_distr = "^0.4.3"