Update example http-proxy to hyper 1.0 (#2394)

This commit is contained in:
Francis
2023-12-02 16:58:31 +01:00
committed by GitHub
parent a6011a5133
commit 1fa21bbb73
2 changed files with 105 additions and 86 deletions
+2 -1
View File
@@ -6,7 +6,8 @@ publish = false
[dependencies]
axum = { path = "../../axum" }
hyper = { version = "1.0.0", features = ["full"] }
hyper = { version = "1", features = ["full"] }
hyper-util = "0.1.1"
tokio = { version = "1.0", features = ["full"] }
tower = { version = "0.4", features = ["make"] }
tracing = "0.1"