Skip to content

Commit

Permalink
Enable missing tower feature in http-proxy example
Browse files Browse the repository at this point in the history
  • Loading branch information
jplatte committed Sep 24, 2024
1 parent bb0eee7 commit 7d72343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/http-proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ axum = { path = "../../axum" }
hyper = { version = "1", features = ["full"] }
hyper-util = "0.1.1"
tokio = { version = "1.0", features = ["full"] }
tower = { version = "0.4", features = ["make"] }
tower = { version = "0.4", features = ["make", "util"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }

0 comments on commit 7d72343

Please sign in to comment.