From 58ed7dc3394f065f3ad50d646b6fb307dc5e8eb0 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Thu, 8 Feb 2024 19:32:25 +0000 Subject: [PATCH] Update Cargo.toml --- actix-http/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actix-http/Cargo.toml b/actix-http/Cargo.toml index 9c0819b4f..274683034 100644 --- a/actix-http/Cargo.toml +++ b/actix-http/Cargo.toml @@ -126,7 +126,7 @@ actix-web = "4" async-stream = "0.3" criterion = { version = "0.5", features = ["html_reports"] } -env_logger = "0.11" + divan = "0.1.8" env_logger = "0.11" futures-util = { version = "0.3.17", default-features = false, features = ["alloc"] }