From c465833ce33b8cd357ce5989f05b4e41985d2fce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 15:12:48 +0000 Subject: [PATCH 1/2] Update codspeed-criterion-compat requirement from 4 to 5 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/v4.0.0...v5.0.1) --- updated-dependencies: - dependency-name: codspeed-criterion-compat dependency-version: 5.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 aee5091..3c5690d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ rustls-platform-verifier = { version = ">=0.6,<0.8", optional = true } webpki-roots = { version = ">=0.26,<2.0", optional = true } [dev-dependencies] -codspeed-criterion-compat = "4" +codspeed-criterion-compat = "5" [features] default = ["client", "server"] From 4c19fc91da564a7051a8dc82f8e8a9d2df8930f5 Mon Sep 17 00:00:00 2001 From: Thomas Tanon Date: Fri, 10 Jul 2026 08:32:00 +0200 Subject: [PATCH 2/2] Apply suggestion from @Tpt --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3c5690d..d04cbbb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ rustls-platform-verifier = { version = ">=0.6,<0.8", optional = true } webpki-roots = { version = ">=0.26,<2.0", optional = true } [dev-dependencies] -codspeed-criterion-compat = "5" +codspeed-criterion-compat = ">=4,<6" [features] default = ["client", "server"]