From e47f7d2788c219570e786e3aff66cb172922d705 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 16:19:26 +0000 Subject: [PATCH] chore(deps): update rust crate criterion to 0.5 --- server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Cargo.toml b/server/Cargo.toml index b5170504d8..a43035191c 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -56,7 +56,7 @@ parking_lot = "0.12" [dev-dependencies] tokio = { version = "1", features = ["test-util"] } tokio-test = "0.4.2" -criterion = {version = "0.4", features = ["async_tokio"]} +criterion = {version = "0.5", features = ["async_tokio"]} anyhow = "1.0" ##### Allocators #####