From 043c5d7ad52f18fc73e2d4d93c8cf9d88330ee1f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 10:35:40 +0000 Subject: [PATCH] Update Rust crate criterion to 0.5.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2eeda57..ebc202a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ thiserror = "1.0" [dev-dependencies] approx = "0.5.1" -criterion = "0.3.5" +criterion = "0.5.0" [[bench]] name = "parse"