From a3b91bafb6c24df966d570483850e2763caf7a8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 22:08:11 +0000 Subject: [PATCH] build(deps): update codspeed-criterion-compat requirement in /css-inline 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.1...v4.0.5) --- updated-dependencies: - dependency-name: codspeed-criterion-compat dependency-version: 4.0.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- css-inline/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css-inline/Cargo.toml b/css-inline/Cargo.toml index ff03d5df..9d3f260f 100644 --- a/css-inline/Cargo.toml +++ b/css-inline/Cargo.toml @@ -43,7 +43,7 @@ url = "2" [dev-dependencies] assert_cmd = "2.0.6" -codspeed-criterion-compat = "3.0.1" +codspeed-criterion-compat = "4.0.5" criterion = { version = "0.7.0", features = [], default-features = false } serde = { version = "1", features = ["derive"] } serde_json = "1"