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] diff --git a/utils/Cargo.toml b/utils/Cargo.toml index 720c277..00b4100 100644 --- a/utils/Cargo.toml +++ b/utils/Cargo.toml @@ -11,4 +11,4 @@ description = "private utilities of the qbsdiff crate for tests and benchmarks" chrono = "0.4.20" globwalk = "0.9" qbsdiff = { version = "1", path = ".." } -rand = "0.9" +rand = "0.10"