From 8d12522907ef5e5e970e3e5e3ea3ebc05b07535e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Nov 2025 00:47:44 +0000 Subject: [PATCH] chore(deps): update rust crate criterion to 0.7 --- dwctl/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dwctl/Cargo.toml b/dwctl/Cargo.toml index 54844a6ea..c92b75312 100644 --- a/dwctl/Cargo.toml +++ b/dwctl/Cargo.toml @@ -117,7 +117,7 @@ sqlx = { version = "0.8", features = [ tokio-test = "0.4" serial_test = "3.0" test-log = { version = "0.2", features = ["trace"] } -criterion = { version = "0.5", features = ["async_tokio"] } +criterion = { version = "0.7", features = ["async_tokio"] } tempfile = "3.0" wiremock = "0.6" serde_urlencoded = "0.7"