From 6416a4784b7a3f543fe1d19ce930bcb408ac0860 Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Wed, 2 Aug 2023 09:50:44 +0200 Subject: [PATCH] axum-extra: Remove unused tower-http dependency (#2137) --- axum-extra/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/axum-extra/Cargo.toml b/axum-extra/Cargo.toml index 73b1f402..fbd39409 100644 --- a/axum-extra/Cargo.toml +++ b/axum-extra/Cargo.toml @@ -46,7 +46,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"