Skip to content

Commit

Permalink
axum-extra: Remove unused tower-http dependency (#2137)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpdrsn authored Aug 2, 2023
1 parent a6a849b commit 6416a47
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion axum-extra/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 6416a47

Please sign in to comment.