From 500a0d5e486194209365ae1f3e197190859e8983 Mon Sep 17 00:00:00 2001 From: Pascal Seitz Date: Fri, 4 Nov 2022 13:26:29 +0800 Subject: [PATCH] update criterion to 0.4 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7f285446e..56dd8f471 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -71,10 +71,10 @@ maplit = "1.0.2" matches = "0.1.9" pretty_assertions = "1.2.1" proptest = "1.0.0" -criterion = "0.3.5" +criterion = "0.4" test-log = "0.2.10" env_logger = "0.9.0" -pprof = { version = "0.10.0", features = ["flamegraph", "criterion"] } +pprof = { version = "0.11.0", features = ["flamegraph", "criterion"] } futures = "0.3.21" [dev-dependencies.fail]