From ede645ee4e65ee6ce930dd4a796c10d37fc1c4ce Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Sun, 18 Dec 2022 01:11:04 +0000 Subject: [PATCH] bump criterion to 0.4 --- actix-http/Cargo.toml | 2 +- actix-router/Cargo.toml | 2 +- actix-web/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/actix-http/Cargo.toml b/actix-http/Cargo.toml index a8b888ef4..313764d35 100644 --- a/actix-http/Cargo.toml +++ b/actix-http/Cargo.toml @@ -105,7 +105,7 @@ actix-tls = { version = "3", features = ["openssl"] } actix-web = "4" async-stream = "0.3" -criterion = { version = "0.3", features = ["html_reports"] } +criterion = { version = "0.4", features = ["html_reports"] } env_logger = "0.9" futures-util = { version = "0.3.7", default-features = false, features = ["alloc"] } memchr = "2.4" diff --git a/actix-router/Cargo.toml b/actix-router/Cargo.toml index 19d6abc62..f3a5f15e4 100644 --- a/actix-router/Cargo.toml +++ b/actix-router/Cargo.toml @@ -27,7 +27,7 @@ serde = "1" tracing = { version = "0.1.30", default-features = false, features = ["log"] } [dev-dependencies] -criterion = { version = "0.3", features = ["html_reports"] } +criterion = { version = "0.4", features = ["html_reports"] } http = "0.2.5" serde = { version = "1", features = ["derive"] } percent-encoding = "2.1" diff --git a/actix-web/Cargo.toml b/actix-web/Cargo.toml index c7b54bd46..f60a35978 100644 --- a/actix-web/Cargo.toml +++ b/actix-web/Cargo.toml @@ -107,7 +107,7 @@ awc = { version = "3", features = ["openssl"] } brotli = "3.3.3" const-str = "0.4" -criterion = { version = "0.3", features = ["html_reports"] } +criterion = { version = "0.4", features = ["html_reports"] } env_logger = "0.9" flate2 = "1.0.13" futures-util = { version = "0.3.7", default-features = false, features = ["std"] }