Skip to content

Commit

Permalink
Change tower-http to optional (#1838)
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto authored Mar 10, 2023
1 parent 5c11c5c commit 5793e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion axum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ pin-project-lite = "0.2.7"
serde = "1.0"
sync_wrapper = "0.1.1"
tower = { version = "0.4.13", default-features = false, features = ["util"] }
tower-http = { version = "0.4", features = ["util", "map-response-body"] }
tower-layer = "0.3.2"
tower-service = "0.3"

Expand All @@ -93,6 +92,7 @@ serde_urlencoded = { version = "0.7", optional = true }
sha1 = { version = "0.10", optional = true }
tokio = { package = "tokio", version = "1.25.0", features = ["time"], optional = true }
tokio-tungstenite = { version = "0.18.0", optional = true }
tower-http = { version = "0.4", features = ["util", "map-response-body"], optional = true }

[build-dependencies]
rustversion = "1.0.9"
Expand Down

0 comments on commit 5793e75

Please sign in to comment.