From f140dc014e294502b10f6a6aece305f11181b8ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 17:18:38 +0000 Subject: [PATCH] chore(deps): update criterion requirement from 0.5 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.5.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 48d5ad5..0887fea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ full = ["cli", "async", "network"] [dev-dependencies] tempfile = "3.10" -criterion = { version = "0.5", features = ["html_reports"] } +criterion = { version = "0.7", features = ["html_reports"] } [[bench]] name = "fingerprint_matching"