From 8226a4f60c69d059a6a7b071b040b0b0ae1fd902 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 06:11:24 +0000 Subject: [PATCH] chore(deps): update rust crate criterion to 0.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b10cee6..307791b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ source_map = [] [dev-dependencies] glob = "0.3.1" -criterion = { version = "0.4" } +criterion = { version = "0.5" } insta = "1.31.0" [[bench]]