Skip to content

Commit

Permalink
axum-extra: Remove unused tower-http dependency (#2135)
Browse files Browse the repository at this point in the history
  • Loading branch information
jplatte committed Aug 2, 2023
1 parent 67f6494 commit a291631
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 @@ -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"

Expand Down

0 comments on commit a291631

Please sign in to comment.