From bbe1a7aaa0b9fc30124b632af2acd8c17707f9f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 07:15:52 +0000 Subject: [PATCH] Update criterion requirement from 0.6 to 0.8 Updates the requirements on [criterion](https://github.com/criterion-rs/criterion.rs) to permit the latest version. - [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.6.0...criterion-v0.8.1) --- updated-dependencies: - dependency-name: criterion dependency-version: 0.8.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7588da93..b0d2821f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -97,7 +97,7 @@ anyhow = "1.0" thiserror = "2.0" [dev-dependencies] -criterion = { version = "0.6", features = ["html_reports"] } +criterion = { version = "0.8", features = ["html_reports"] } tempfile = "3.0" tokio-test = "0.4" futures = "0.3"