diff --git a/elfo-utils/Cargo.toml b/elfo-utils/Cargo.toml index a7de1d66..76f09b5a 100644 --- a/elfo-utils/Cargo.toml +++ b/elfo-utils/Cargo.toml @@ -22,4 +22,4 @@ derive_more = "0.99.11" quanta = "0.12" [dev-dependencies] -criterion = "0.4" +criterion = "0.5.1" diff --git a/elfo/Cargo.toml b/elfo/Cargo.toml index a2b520c4..829b61f3 100644 --- a/elfo/Cargo.toml +++ b/elfo/Cargo.toml @@ -52,7 +52,7 @@ tracing-subscriber = "0.3" serde = { version = "1.0.120", features = ["derive"] } toml = "0.7" humantime-serde = "1" -criterion = "0.4.0" +criterion = "0.5.1" static_assertions = "1.1.0" parking_lot = "0.12" libc = "0.2.97"