From 7de4f71ff5d0cd91fa31b9b3b8526c04bcba56c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 09:58:24 +0000 Subject: [PATCH] Update criterion requirement from 0.4 to 0.7 Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version. - [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/bheisler/criterion.rs/compare/0.4.0...0.7.0) --- updated-dependencies: - dependency-name: criterion dependency-version: 0.7.0 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 b6fc338..de0c8c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ ordered-float = "5.0.0" [dev-dependencies] anyhow = "1.0.95" -criterion = "0.4" +criterion = "0.7" env_logger = "0.11.6" tempfile = "3.14.0" tokio = "1.42.0"