From 64aa303bc7cecdd20277f71bcdcc00d8210ab1ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Sep 2025 02:56:38 +0000 Subject: [PATCH] chore(deps): update rust crate criterion to 0.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 932d435..a554a04 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dev-dependencies] -criterion = "0.5" +criterion = "0.7" [[bench]] name = "benchmarks"