From fc1593b76fac2131156acb736ee38f4d8e59648d Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Sun, 27 Aug 2023 14:25:14 +0200 Subject: [PATCH] Bump criterion version 0.3 uses some Rust features that will not work in the future, so upgrade while we're moving thigns anyway --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9f86df6..c86b5c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ lock_api = { version = "0.4", optional = true } parking_lot = { version = "0.12", optional = true } [dev-dependencies] -criterion = "0.3" +criterion = "0.5" rand = "0.8" [[bench]]