From fbc641837de4b29088bf9f70b96ec8128cb504b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 16:10:11 +0000 Subject: [PATCH] chore(deps): update rust crate codspeed-criterion-compat to v3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fe2b7caa..3ce31a75 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ thiserror = "2.0.11" deprecate-until = "0.1.1" [dev-dependencies] -codspeed-criterion-compat = "2.8.0" +codspeed-criterion-compat = "3.0.0" itertools = "0.14.0" movingai = "2.0.0" noisy_float = "0.2.0"