From 585c5cfe6a486b1bdad3e40ede914ae287ffa146 Mon Sep 17 00:00:00 2001 From: Jeroen Van Der Donckt <18898740+jvdd@users.noreply.github.com> Date: Sat, 5 Oct 2024 03:36:23 +0200 Subject: [PATCH] chore: update codspeed-criterion (#70) * chore: update dependencies * :arrow_up: update codspeed-criterion --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index deb9638..c1c43db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ half = { version = "2.4", default-features = false, features=["num-traits", "ran rstest = { version = "0.22", default-features = false } rstest_reuse = { version = "0.7", default-features = false } rand = { version = "0.8.5", default-features = false } -codspeed-criterion-compat = "2.6" +codspeed-criterion-compat = "2.7.2" criterion = "0.5.1" dev_utils = { path = "dev_utils" }