From 2b2a6a57600662713aa2e361d139a7c6aee98760 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Bernier?= Date: Tue, 13 Sep 2022 10:25:16 -0400 Subject: [PATCH] Bump criterion --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f5991ee..c167610 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,9 +20,9 @@ exclude = [ ] [dev-dependencies] -criterion = "0.3.5" +criterion = { version = "0.4", default-features = false } quickcheck = "1" -rand = "0.8.5" +rand = "0.8" [[bench]] name = "base62"