From ce1077a4df953042d4fcad150afd495292742559 Mon Sep 17 00:00:00 2001 From: Peter Reijnders Date: Sun, 17 Nov 2024 09:37:48 +0100 Subject: [PATCH] chore: update criterion crate to latest version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b907fe7..d6245f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ libm = { version = "0.2.11", optional = true } [dev-dependencies] rand = "0.8.5" rand_chacha = "0.3.1" -criterion = "0.4.0" +criterion = "0.5.1" [[bench]] name = "numparse"