From ebb5aaf18d150651531307bda4349321434ae748 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Nov 2025 02:14:04 +0000 Subject: [PATCH] chore(deps): 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 92363bfb..458fac5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ xxhash-rust = { version = "0.8.15", features = ["xxh3"] } mutants = "0.0.3" [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"