From 4d720187607dd3e1a08e794eae409df891085eb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 21:20:49 +0000 Subject: [PATCH] Update rand requirement from 0.9.0 to 0.10.0 in /rust 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] --- rust/bft-bench-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/bft-bench-core/Cargo.toml b/rust/bft-bench-core/Cargo.toml index 2dad0d414..9c3f09af8 100644 --- a/rust/bft-bench-core/Cargo.toml +++ b/rust/bft-bench-core/Cargo.toml @@ -9,7 +9,7 @@ async-trait = "0.1.88" bytes = "1.10.1" histogram = "0.11.3" log = "0.4.27" -rand = "0.9.0" +rand = "0.10.0" serde = "1.0.219" serde_derive = "1.0.219" serde_json = "1.0.140"