diff --git a/Cargo.toml b/Cargo.toml index 3f9c94a..c96b4d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ futures-lite = { version = "2.0.0", default-features = false, features = ["std"] async-channel = "2.0.0" async-io = "2.1.0" async-lock = "3.0.0" -criterion = { version = "0.5", default-features = false, features = ["cargo_bench_support"] } +criterion = { version = "0.6", default-features = false, features = ["cargo_bench_support"] } easy-parallel = "3.1.0" fastrand = "2.0.0" futures-lite = "2.0.0"