mirror of
https://github.com/servo/servo.git
synced 2025-08-29 17:18:23 +01:00
Use hyper-util with client-legacy feature (#37925)
This fixes `./mach clippy -r -p layout`. Testing: Unneeded (no change in behavior) Fixes: #37922 Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
parent
c4abfa8815
commit
f7c86c4393
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ http = "1.3"
|
|||
http-body-util = "0.1"
|
||||
hyper = "1.6"
|
||||
hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "logging", "tls12", "webpki-tokio"] }
|
||||
hyper-util = { version = "0.1", features = ["client", "http2", "tokio"] }
|
||||
hyper-util = { version = "0.1", features = ["client-legacy", "http2", "tokio"] }
|
||||
hyper_serde = { path = "components/hyper_serde" }
|
||||
icu_locid = "1.5.0"
|
||||
icu_segmenter = "1.5.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue