diff --git a/benchmarks/Cargo.toml b/benchmarks/Cargo.toml index a29dcf4..980d29d 100644 --- a/benchmarks/Cargo.toml +++ b/benchmarks/Cargo.toml @@ -9,7 +9,7 @@ edition = "2018" path = ".." [dev-dependencies] -criterion = "0.3" +criterion = "0.4" num_cpus = "1" rusty_pool = "0.7" threadpool = "1"