From c69b8fd7f0a1cbea5ce79ccb2a05865df03c2e39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 12:04:05 +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.5.1) --- updated-dependencies: - dependency-name: criterion dependency-version: 0.5.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 5860b19d45..65729dc84c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -85,7 +85,7 @@ wasm-bindgen-futures = "0.4.19" # Dev dependencies anyhow = "1" console-subscriber = "0.4" -criterion = { version = "0.5", features = ["async_tokio", "html_reports"] } +criterion = { version = "0.7", features = ["async_tokio", "html_reports"] } fast-socks5 = "0.10" futures = { version = "0.3.14", default-features = false, features = ["std"] } pprof = { version = "0.15", features = ["flamegraph", "criterion"] }