From 4e6850754cc552aab9bee8fa487e295e0513ff0d Mon Sep 17 00:00:00 2001 From: Li0k Date: Fri, 16 Aug 2024 17:44:25 +0800 Subject: [PATCH] fix(common): fix hyper-014 compile (#18068) --- src/common/metrics/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/metrics/Cargo.toml b/src/common/metrics/Cargo.toml index 0c32b557cebb2..444f69c3fca9a 100644 --- a/src/common/metrics/Cargo.toml +++ b/src/common/metrics/Cargo.toml @@ -23,7 +23,7 @@ futures = { version = "0.3", default-features = false, features = ["alloc"] } http = "1" http-02 = { package = "http", version = "0.2" } hyper = { version = "1" } -hyper-014 = { package = "hyper", version = "0.14" } +hyper-014 = { package = "hyper", version = "0.14", features = ["client"] } hyper-util = { version = "0.1", features = ["client-legacy"] } hytra = { workspace = true } itertools = { workspace = true }