From 194522a94bcae2bf8e1cf9b7c834e8ab0cae4d3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 10:54:39 +0000 Subject: [PATCH] Bump rand from 0.10.0 to 0.10.1 in the rand group Bumps the rand group with 1 update: [rand](https://github.com/rust-random/rand). Updates `rand` from 0.10.0 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.10.0...0.10.1) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rand ... 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 acc0243..8680d8a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -154,7 +154,7 @@ dependencies = [ "neocache", "parking_lot", "quick_cache", - "rand 0.10.0", + "rand 0.10.1", "rand_distr", "rustc-hash", "schnellru", @@ -1305,9 +1305,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc266eb313df6c5c09c1c7b1fbe2510961e5bcd3add930c1e31f7ed9da0feff8" +checksum = "d2e8e8bcc7961af1fdac401278c6a831614941f6164ee3bf4ce61b7edb162207" dependencies = [ "chacha20", "getrandom 0.4.2", @@ -1365,7 +1365,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4d431c2703ccf129de4d45253c03f49ebb22b97d6ad79ee3ecfc7e3f4862c1d8" dependencies = [ "num-traits", - "rand 0.10.0", + "rand 0.10.1", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 31913cc..7466d2c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ publish = false schnellru = "0.2.4" tokio = { version = "1", features = ["rt-multi-thread", "macros", "time"] } moka = { version = "0.12.15", features = ["sync"] } -rand = "0.10.0" +rand = "0.10.1" quick_cache = "0.6.21" # rustc-hash replaces unmaintained fxhash (RUSTSEC-2025-0057). Drop-in compatible # via `rustc_hash::FxBuildHasher`; both are `BuildHasherDefault`-shaped.