From 793d4acdd84a940b1582c3214e27931803886103 Mon Sep 17 00:00:00 2001 From: cry-inc Date: Fri, 20 Oct 2023 11:53:43 +0200 Subject: [PATCH] Updated criterion --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4c8b04e..65eec4a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ once_cell = "1.18.0" [dev-dependencies] rand = "0.8" -criterion = { version = "0.4", features = ["html_reports"] } +criterion = { version = "0.5", features = ["html_reports"] } [[bench]] name = "benchmark"