From 5766702a14dfdc418a43c16d752844d2e6de8265 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 10:50:09 +0000 Subject: [PATCH] chore(deps): update rust crate criterion to 0.5.1 --- app/roster/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/roster/Cargo.toml b/app/roster/Cargo.toml index 6fe0f0d..e8f2609 100644 --- a/app/roster/Cargo.toml +++ b/app/roster/Cargo.toml @@ -58,7 +58,7 @@ monoio = { workspace = true, features = ["bytes", "legacy"] } chrono = "0.4.34" [dev-dependencies] -criterion = { version = "0.5", features = ["async", "html_reports"] } +criterion = { version = "0.5.1", features = ["async", "html_reports"] } pprof = { version = "0.13", features = ["flamegraph", "criterion"] } insta.workspace = true rand = "0.8"