diff --git a/Cargo.toml b/Cargo.toml index 56a5e925..c4349147 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ varint-rs = "2.2.0" xxhash-rust = { version = "0.8.12", features = ["xxh3"] } [dev-dependencies] -criterion = { version = "0.5.1", features = ["html_reports"] } +criterion = { version = "0.7.0", features = ["html_reports"] } fs_extra = "1.3.0" nanoid = "0.4.0" rand = "0.9.0"