diff --git a/rust/fizzbuzz/Cargo.toml b/rust/fizzbuzz/Cargo.toml index 16432a0..78cdcbb 100644 --- a/rust/fizzbuzz/Cargo.toml +++ b/rust/fizzbuzz/Cargo.toml @@ -13,7 +13,7 @@ rayon = "1.10.0" [dev-dependencies] googletest = "0.14.2" -criterion = { version = "0.7.0", features = ["html_reports"] } +criterion = { version = "0.8.0", features = ["html_reports"] } [[bench]] name = "bench_fizzbuzz"