From da8f9b5645f4254c8ea39be84a4e56f8cce205bd Mon Sep 17 00:00:00 2001 From: Arne Beer Date: Fri, 26 May 2023 16:48:49 +0200 Subject: [PATCH] chore: Bump criterion --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9bb5c58..b20cd52 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ unicode-width = "0.1" console = { version = "0.15", optional = true } [dev-dependencies] -criterion = "0.4" +criterion = "0.5" pretty_assertions = "1" proptest = "1" rand = "0.8"