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]