From 80c4ae5226a65036b10d826fe775521de6534eb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 10:35:25 +0000 Subject: [PATCH] build(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 +- static-metric/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7519337f..1701c359 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ thiserror = "^2.0" procfs = { version = "^0.17", optional = true, default-features = false } [dev-dependencies] -criterion = "0.5" +criterion = "0.7" getopts = "^0.2" hyper = { version = "^1.6", features = ["http1", "server"] } hyper-util = { version = "^0.1", features = ["http1", "server", "tokio"] } diff --git a/static-metric/Cargo.toml b/static-metric/Cargo.toml index 88e0e735..5aecb36b 100644 --- a/static-metric/Cargo.toml +++ b/static-metric/Cargo.toml @@ -19,7 +19,7 @@ quote = "1.0" lazy_static = "1.4" [dev-dependencies] -criterion = "0.5" +criterion = "0.7" prometheus = { path = "../" } [features]