proxy: Unalias hyper1 and replace one use of hyper0 in test (#9324)

Leaves one final use of hyper0 in proxy for the health service,
which requires some coordinated effort with other services.
This commit is contained in:
Folke Behrens
2024-10-09 12:44:17 +02:00
committed by GitHub
parent 8a138db8b7
commit 54d1185789
13 changed files with 74 additions and 74 deletions

View File

@@ -39,7 +39,7 @@ http.workspace = true
humantime.workspace = true
humantime-serde.workspace = true
hyper0.workspace = true
hyper1 = { package = "hyper", version = "1.2", features = ["server"] }
hyper = { workspace = true, features = ["server", "http1", "http2"] }
hyper-util = { version = "0.1", features = ["server", "http1", "http2", "tokio"] }
http-body-util = { version = "0.1" }
indexmap.workspace = true