From f7f41ffe2d64e41f882b81d037a042a238c2e885 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 13:16:00 +0000 Subject: [PATCH] Update codspeed-criterion-compat requirement from =2.7.1 to =2.7.2 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.7.1...v2.7.2) --- updated-dependencies: - dependency-name: codspeed-criterion-compat 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 3475334..7100142 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ serde = { version = "1.0.210", features = ["derive"], optional = true } serde_json = { version = "1.0.128", optional = true } [dev-dependencies] -codspeed-criterion-compat = "=2.7.1" +codspeed-criterion-compat = "=2.7.2" criterion = "=0.5.1" proptest = "=1.5.0" rstest = "=0.22.0"