diff options
author | Oriol Brufau <obrufau@igalia.com> | 2025-01-09 05:37:08 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-09 13:37:08 +0000 |
commit | e75041d53f2039ba38a7458bd5a1ed8fa8fc7778 (patch) | |
tree | 762f31b545bc23cdd19797b58b466e98366f1ea0 /components/shared/net | |
parent | b0d7eaf526659be48d6274bef3b55d31c96c9d74 (diff) | |
download | servo-e75041d53f2039ba38a7458bd5a1ed8fa8fc7778.tar.gz servo-e75041d53f2039ba38a7458bd5a1ed8fa8fc7778.zip |
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>
Diffstat (limited to 'components/shared/net')
-rw-r--r-- | components/shared/net/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/shared/net/Cargo.toml b/components/shared/net/Cargo.toml index 18b29376014..579b1123e5f 100644 --- a/components/shared/net/Cargo.toml +++ b/components/shared/net/Cargo.toml @@ -23,7 +23,7 @@ headers = { workspace = true } http = { workspace = true } hyper = { workspace = true } hyper_serde = { workspace = true } -hyper-util = { workspace = true, features = ["client-legacy"] } +hyper-util = { workspace = true } ipc-channel = { workspace = true } log = { workspace = true } malloc_size_of = { workspace = true } |