From 5c37ac5b517541d2cc111893bb5a6331a75bf60a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 22:41:43 +0800 Subject: [PATCH] build(deps): update criterion requirement from 0.4 to 0.5 (#71) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5be98de..e647cae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ rowan = "0.15" tracing = "0.1" [dev-dependencies] -criterion = "0.4" +criterion = "0.5" insta = "1.29" serde_json = "1.0" slugify = "0.1"