diff --git a/Cargo.toml b/Cargo.toml index bc577a3d..abb5f4e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ varint-rs = "2.2.0" xxhash-rust = { version = "0.8.15", features = ["xxh3"] } [dev-dependencies] -criterion = { version = "0.7.0", features = ["html_reports"] } +criterion = { version = "0.8.0", features = ["html_reports"] } fs_extra = "1.3.0" nanoid = "0.4.0" rand = "0.9.2"