From 94366ce636083104d50735b34657a99074527d4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 11:33:07 +0000 Subject: [PATCH] build(deps): bump rand from 0.8.6 to 0.10.1 Bumps [rand](https://github.com/rust-random/rand) from 0.8.6 to 0.10.1. - [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.6...0.10.1) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cd65faf..4407b0b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -937,7 +937,7 @@ dependencies = [ "hkdf", "hmac 0.10.1", "percent-encoding", - "rand 0.8.6", + "rand 0.8.7", "sha2", "time 0.2.27", "version_check", @@ -2497,7 +2497,7 @@ dependencies = [ "protox", "pyo3", "quickcheck", - "rand 0.8.6", + "rand 0.10.1", "tide", "tokio", ] @@ -2707,9 +2707,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.8.6" +version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a" +checksum = "22f6172bdec972074665ed81ed53b71da00bfc44b65a753cfde883ec4c702a1a" dependencies = [ "libc", "rand_chacha 0.3.1", diff --git a/Cargo.toml b/Cargo.toml index 66c6123..b63b34a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ futures = "0.3" http-types = "2" pyo3 = "0.29" quickcheck = "1" -rand = "0.8.4" +rand = "0.10.1" tide = "0.16" actix-web = "4" tokio = { version = "1", features = ["rt-multi-thread", "net", "macros", "signal"] }