From a062bace3b16a1c8468ea19bce75322e1b5f5ea1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 09:05:33 +0000 Subject: [PATCH] Update codspeed-criterion-compat requirement from 3.0.2 to 4.0.1 Updates the requirements on [codspeed-criterion-compat](https://github.com/CodSpeedHQ/codspeed-rust) to permit the latest version. - [Release notes](https://github.com/CodSpeedHQ/codspeed-rust/releases) - [Commits](https://github.com/CodSpeedHQ/codspeed-rust/compare/v3.0.2...v4.0.1) --- updated-dependencies: - dependency-name: codspeed-criterion-compat dependency-version: 4.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4867814..1cef6b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ async-tokio = ["dep:tokio"] tokio = { version = "1.29", optional = true, features = ["io-util"] } [dev-dependencies] -codspeed-criterion-compat = "3.0.2" +codspeed-criterion-compat = "4.0.1" tokio = { version = "1.29", features = ["rt", "macros"] } clap = "4"