From bb2bc79912f92b665f919d4cf8e57e829e3d4801 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 21:58:30 +0000 Subject: [PATCH] chore(deps): update rust crate criterion to 0.8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3408583..56fd8b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ tokio = { version = "1", features = ["rt", "sync", "time"] } tonic = { version = "0.12", optional = true } [dev-dependencies] -criterion = { version = "0.5", features = ["async_tokio"] } +criterion = { version = "0.8", features = ["async_tokio"] } dotenvy = "0.15" tempfile = "3" tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros"] }