diff --git a/Cargo.toml b/Cargo.toml index d6b23c2..ca1c1e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ rayon = "1.10" suffix_array = "0.5" [dev-dependencies] -criterion = { version = "0.7", features = ["html_reports"] } +criterion = { version = "0.8", features = ["html_reports"] } qbsdiff_test_bench_utils = { version = "0.1", path = "utils" } [features]