Update example reverse-proxy to axum 0.7 (#2395)

This commit is contained in:
Mape
2023-12-02 11:48:10 +01:00
committed by GitHub
parent 801a78a4cf
commit b02ce30737
2 changed files with 52 additions and 53 deletions
+1
View File
@@ -6,4 +6,5 @@ edition = "2021"
[dependencies]
axum = { path = "../../axum" }
hyper = { version = "1.0.0", features = ["full"] }
hyper-util = { version = "0.1.1", features = ["client-legacy"] }
tokio = { version = "1", features = ["full"] }