From 249954e8418476623e1585c302071ca4e211f8db Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Tue, 1 Aug 2023 16:33:20 +0200 Subject: [PATCH] axum-extra: Remove unused tower-http dependency --- 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"