mirror of
https://github.com/servo/servo.git
synced 2025-09-27 15:20:09 +01:00
Add http2 feature for hyper-util (#34920)
This fixes an error when running `./mach clippy -r -p layout_2020`. Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
parent
b0d7eaf526
commit
e75041d53f
3 changed files with 3 additions and 3 deletions
|
@ -72,7 +72,7 @@ http-body-util = "0.1"
|
|||
hyper = "1.0"
|
||||
hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "logging", "tls12", "webpki-tokio"] }
|
||||
hyper_serde = { path = "components/hyper_serde" }
|
||||
hyper-util = "0.1"
|
||||
hyper-util = { version = "0.1", features = ["client", "client-legacy", "http2", "tokio"] }
|
||||
icu_segmenter = "1.5.0"
|
||||
image = "0.24"
|
||||
imsz = "0.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue