From 3e4cb3b0d09b5985a23d14292d784569c411a372 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 01:45:18 +0000 Subject: [PATCH] chore(deps): update criterion requirement from 0.5 to 0.8 in /fixer 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.5.0...criterion-v0.8.2) --- updated-dependencies: - dependency-name: criterion dependency-version: 0.8.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- fixer/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fixer/Cargo.toml b/fixer/Cargo.toml index 0cf4218..f3b8416 100644 --- a/fixer/Cargo.toml +++ b/fixer/Cargo.toml @@ -39,7 +39,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] } [dev-dependencies] tempfile = "3.9" -criterion = { version = "0.5", features = ["html_reports"] } +criterion = { version = "0.8", features = ["html_reports"] } [[bench]] name = "hypatia_bench"