diff --git a/metrics-tracing-context/Cargo.toml b/metrics-tracing-context/Cargo.toml index 0a692f7f..d986e199 100644 --- a/metrics-tracing-context/Cargo.toml +++ b/metrics-tracing-context/Cargo.toml @@ -38,7 +38,7 @@ tracing-core = { version = "0.1.21", default-features = false } tracing-subscriber = { version = "0.3.1", default-features = false, features = ["std"] } [dev-dependencies] -criterion = { version = "=0.3.3", default-features = false } +criterion = { version = "=0.5.1", default-features = false } parking_lot = { version = "0.12.1", default-features = false } tracing = { version = "0.1.29", default-features = false, features = ["std"] } tracing-subscriber = { version = "0.3.1", default-features = false, features = ["registry"] } diff --git a/metrics-util/Cargo.toml b/metrics-util/Cargo.toml index 9e831b89..9c591a0d 100644 --- a/metrics-util/Cargo.toml +++ b/metrics-util/Cargo.toml @@ -62,7 +62,7 @@ hashbrown = { version = "0.13", default-features = false, optional = true, featu [dev-dependencies] approx = "0.5" -criterion = { version = "=0.3.3", default-features = false } +criterion = { version = "=0.5.1", default-features = false } rand = { version = "0.8", features = ["small_rng"] } rand_distr = "0.4" getopts = "0.2" diff --git a/metrics/Cargo.toml b/metrics/Cargo.toml index 88a07108..5ed1e1c1 100644 --- a/metrics/Cargo.toml +++ b/metrics/Cargo.toml @@ -32,6 +32,6 @@ portable-atomic = { version = "1", default-features = false, features = ["fallba [dev-dependencies] log = "0.4" -criterion = { version = "=0.3.3", default-features = false } +criterion = { version = "=0.5.1", default-features = false } rand = "0.8" trybuild = "1"