From e75041d53f2039ba38a7458bd5a1ed8fa8fc7778 Mon Sep 17 00:00:00 2001 From: Oriol Brufau Date: Thu, 9 Jan 2025 05:37:08 -0800 Subject: Add http2 feature for hyper-util (#34920) This fixes an error when running `./mach clippy -r -p layout_2020`. Signed-off-by: Oriol Brufau --- components/shared/net/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/shared/net') 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 } -- cgit v1.2.3