From 66edf5917f81a199c4dc1871d0b9fff0bc335b5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 03:24:50 +0000 Subject: [PATCH] chore(deps): update rand requirement from 0.9 to 0.10 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/rand_core-0.9.1...0.10.0) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4f627d4..ed0d653 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ sha2 = "0.10" # Optional dependencies hex = { version = "0.4", optional = true } base64 = "0.22" -rand = { version = "0.9", optional = true } +rand = { version = "0.10", optional = true } tokio = { version = "1", features = ["rt", "sync", "time", "macros"], optional = true } futures-core = { version = "0.3", optional = true } async-stream = { version = "0.3", optional = true }