From 971513a2e6a41cf56b0b87f6e27e674eb8652fb9 Mon Sep 17 00:00:00 2001 From: martinfrances107 Date: Fri, 22 Sep 2023 12:09:15 +0100 Subject: [PATCH] Minor: Bump criterion to 0.5.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2067161..a235c67 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ authors = ["Vladimir Agafonkin "] robust = "1.0.0" [dev-dependencies] -criterion = "0.4.0" +criterion = "0.5.1" rand = "0.8.5" serde_json = "1.0.94"