mirror of
https://github.com/tokio-rs/axum.git
synced 2025-01-11 12:31:25 +01:00
axum-extra: Remove unused tower-http dependency (#2137)
This commit is contained in:
parent
a6a849bb5b
commit
6416a4784b
1 changed files with 0 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue