diff --git a/Cargo.lock b/Cargo.lock index a28c708e6..4a69d07fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -986,19 +986,19 @@ dependencies = [ [[package]] name = "criterion" -version = "0.4.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7c76e09c1aae2bc52b3d2f29e13c6572553b30c4aa1b8a49fd70de6412654cb" +checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f" dependencies = [ "anes", - "atty", "cast", "ciborium", - "clap 3.2.25", + "clap 4.3.9", "criterion-plot", + "is-terminal", "itertools", - "lazy_static", "num-traits", + "once_cell", "oorandom", "plotters", "rayon", diff --git a/mountpoint-s3-crt/Cargo.toml b/mountpoint-s3-crt/Cargo.toml index 81a64bf8d..88dc511f7 100644 --- a/mountpoint-s3-crt/Cargo.toml +++ b/mountpoint-s3-crt/Cargo.toml @@ -24,7 +24,7 @@ static_assertions = "1.1.0" thiserror = "1.0.35" [dev-dependencies] -criterion = "0.4.0" +criterion = "0.5.1" ctor = "0.1.23" futures-timer = "3.0.2" rand = { version = "0.8.5", features = ["small_rng"] }