diff --git a/Cargo.toml b/Cargo.toml index c98c436..6b16c09 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ thiserror = "2" [dev-dependencies] proptest = "1" insta = "1" -criterion = { version = "0.5", features = ["html_reports"] } +criterion = { version = "0.8", features = ["html_reports"] } [[bench]] name = "benchmarks"