From a3d14a7c40a78a80b0f2f20029761ef2edb2b87c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 15:17:29 +0000 Subject: [PATCH] Update codspeed-criterion-compat requirement from 3 to 4 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.0...v4.0.2) --- updated-dependencies: - dependency-name: codspeed-criterion-compat dependency-version: 4.0.2 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 e27228d..be55f1c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ rustls-platform-verifier = { version = "0.6", optional = true } webpki-roots = { version = ">=0.26,<2.0", optional = true } [dev-dependencies] -codspeed-criterion-compat = "3" +codspeed-criterion-compat = "4" [features] default = ["client", "server"]