From f9a98b63598ee3203cced1b68093cbecc5e176fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 17:14:13 +0000 Subject: [PATCH] Update codspeed-criterion-compat requirement in /pyo3-benches 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/v2.3.0...v4.2.0) --- updated-dependencies: - dependency-name: codspeed-criterion-compat dependency-version: 4.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyo3-benches/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyo3-benches/Cargo.toml b/pyo3-benches/Cargo.toml index 24ec9b5d76e..336c5df7033 100644 --- a/pyo3-benches/Cargo.toml +++ b/pyo3-benches/Cargo.toml @@ -13,7 +13,7 @@ pyo3 = { path = "../", features = ["auto-initialize", "full"] } pyo3-build-config = { path = "../pyo3-build-config" } [dev-dependencies] -codspeed-criterion-compat = "2.3" +codspeed-criterion-compat = "4.2" criterion = "0.5.1" num-bigint = "0.4.3" rust_decimal = { version = "1.0.0", default-features = false }