From 3c51f6d9d2f1ba2b75741de34fb67d41da8f7360 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Garillot?= Date: Wed, 6 Dec 2023 10:00:24 -0500 Subject: [PATCH] chore: update criterion dependency Fixes #10 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6202c61..169f409 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ cc = "^1.0.70" which = "^4.0" [dev-dependencies] -criterion = { version = "0.3", features = [ "html_reports" ] } +criterion = { version = "0.5", features = [ "html_reports" ] } rand = "^0" rand_chacha = "^0" rayon = "1.5"