From c3504a2f997eda3938dcf8f7f07467e3818e58eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 11:54:02 +0000 Subject: [PATCH] Bump the dependencies group across 1 directory with 2 updates Updates the requirements on [criterion](https://github.com/criterion-rs/criterion.rs) and [rand](https://github.com/rust-random/rand) to permit the latest version. Updates `criterion` to 0.8.2 - [Release notes](https://github.com/criterion-rs/criterion.rs/releases) - [Changelog](https://github.com/criterion-rs/criterion.rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/criterion-rs/criterion.rs/compare/0.5.0...criterion-v0.8.2) Updates `rand` to 0.10.0 - [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: criterion dependency-version: 0.8.2 dependency-type: direct:production dependency-group: dependencies - dependency-name: rand dependency-version: 0.10.0 dependency-type: direct:production dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 62741ca..8aa2b69 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,10 +17,10 @@ thiserror = "2" tracing = "0.1.37" [dev-dependencies] -criterion = "0.5" +criterion = "0.8" futures = "0.3" proptest = "1" -rand = "0.9" +rand = "0.10" tempfile = "3" [[bench]]