From b00d97920639871cc8391cecdf06775367fadf3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 21:20:48 +0000 Subject: [PATCH] build(deps): update criterion requirement from 0.5.1 to 0.6.0 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.5.1...0.6.0) --- updated-dependencies: - dependency-name: criterion dependency-version: 0.6.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 ad04e95..1a6d3d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -96,7 +96,7 @@ version_check = "0.9.5" [dev-dependencies] # Dependencies required for testing and development. -criterion = "0.5.1" +criterion = "0.6.0" test-case = "3.3.1"