diff --git a/Cargo.toml b/Cargo.toml index a05a4c0..ca38339 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ primal-sieve = "0.3.6" [dev-dependencies] num-bigint = "0.4" -criterion = { version = "0.6", features = ["html_reports"] } +criterion = { version = "0.8", features = ["html_reports"] } [[bench]] name = "benchmark"