From 07b8ccad124af87d7677da73041524bc35563299 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 02:14:39 +0000 Subject: [PATCH] Bump the all-cargo-version-updates 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/criterion-plot-v0.7.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: all-cargo-version-updates - dependency-name: rand dependency-version: 0.10.0 dependency-type: direct:production dependency-group: all-cargo-version-updates ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- utils/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d6b23c2..ca1c1e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ rayon = "1.10" suffix_array = "0.5" [dev-dependencies] -criterion = { version = "0.7", features = ["html_reports"] } +criterion = { version = "0.8", features = ["html_reports"] } qbsdiff_test_bench_utils = { version = "0.1", path = "utils" } [features] diff --git a/utils/Cargo.toml b/utils/Cargo.toml index 720c277..00b4100 100644 --- a/utils/Cargo.toml +++ b/utils/Cargo.toml @@ -11,4 +11,4 @@ description = "private utilities of the qbsdiff crate for tests and benchmarks" chrono = "0.4.20" globwalk = "0.9" qbsdiff = { version = "1", path = ".." } -rand = "0.9" +rand = "0.10"