From a2916318ddadf6bd27344aaa918194ad497318dc Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Wed, 2 Aug 2023 09:36:11 +0200 Subject: [PATCH] axum-extra: Remove unused tower-http dependency (#2135) --- axum-extra/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/axum-extra/Cargo.toml b/axum-extra/Cargo.toml index 8b38208419..36c36c5e1c 100644 --- a/axum-extra/Cargo.toml +++ b/axum-extra/Cargo.toml @@ -45,7 +45,6 @@ pin-project-lite = "0.2" serde = "1.0" tokio = "1.19" tower = { version = "0.4", default_features = false, features = ["util"] } -tower-http = { version = "0.4", features = ["map-response-body"] } tower-layer = "0.3" tower-service = "0.3"