mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +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
|
@ -37,7 +37,7 @@ http-body-util = { workspace = true }
|
|||
hyper = { workspace = true, features = ["client", "http1", "http2"] }
|
||||
hyper-rustls = { workspace = true }
|
||||
hyper_serde = { workspace = true }
|
||||
hyper-util = { workspace = true, features = ["client", "client-legacy", "tokio"] }
|
||||
hyper-util = { workspace = true }
|
||||
imsz = { workspace = true }
|
||||
ipc-channel = { workspace = true }
|
||||
log = { workspace = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue