From 6145c6092b20e5c85c104f33515ac34c839ae5f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 14:43:35 +0000 Subject: [PATCH] chore(deps): update rust crate codspeed-criterion-compat to v2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0b1e1eed..df07a2b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ thiserror = "1.0.48" deprecate-until = "0.1.0" [dev-dependencies] -codspeed-criterion-compat = "1.1.0" +codspeed-criterion-compat = "2.2.0" itertools = "0.11.0" lazy_static = "1.4.0" movingai = "1.3.0"