From e2a540f457c2f0c2bd3615412a9c2b42f1daab5e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 11:08:28 +0000 Subject: [PATCH] Update Rust crate criterion to 0.8.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 94abb506..cf14623e 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"