From 12537c19ace22569f98f03831a2d5470efa6b82b Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Wed, 24 May 2023 09:58:10 +0200 Subject: [PATCH] Upgrade criterion to 0.5.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 587254db..f78fde82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ resolver = "2" assert_matches = "1.5.0" assign = "1.1.1" base64 = "0.21.0" -criterion = "0.4.0" +criterion = "0.5.0" http = "0.2.8" js_int = "0.2.2" maplit = "1.0.2"