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