From c1ea2e638cbcc709f83e3388e0bff32ca50552ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 02:18:49 +0000 Subject: [PATCH] Bump rand from 0.8.5 to 0.9.2 Bumps [rand](https://github.com/rust-random/rand) from 0.8.5 to 0.9.2. - [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...rand_core-0.9.2) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8cb6b1d9..7711a109 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -855,7 +855,7 @@ dependencies = [ "fr-common", "fr-limited-vec", "hex", - "rand 0.8.5", + "rand 0.9.2", "serde", "sha3", "thiserror 2.0.17", @@ -942,7 +942,7 @@ dependencies = [ "futures", "hex", "paste", - "rand 0.8.5", + "rand 0.9.2", "serde", "serde_json", "tempfile", @@ -1116,7 +1116,7 @@ dependencies = [ "hex", "mini-moka", "paste", - "rand 0.8.5", + "rand 0.9.2", "tempfile", "thiserror 2.0.17", "tokio", diff --git a/Cargo.toml b/Cargo.toml index 567f31f8..b0d7396c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -85,7 +85,7 @@ mini-moka = "0.10.3" paste = "1.0.15" quinn = { version = "0.11.8", default-features = false, features = ["runtime-tokio", "rustls-ring", "bloom"] } quote = "1.0.40" -rand = "0.8.5" +rand = "0.9.2" rayon = "1.11.0" reed-solomon-simd = "3.0.1" regex = "1.11.2"