diff --git a/Cargo.toml b/Cargo.toml index c0822e0..4780b74 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ windows-sys = { version = "0.60.0", features = ["Win32_Foundation"] } async-channel = "2.0.0" async-net = "2.0.0" blocking = "1" -criterion = { version = "0.6", default-features = false, features = ["cargo_bench_support"] } +criterion = { version = "0.7", default-features = false, features = ["cargo_bench_support"] } getrandom = "0.3" signal-hook = "0.3" tempfile = "3"