diff --git a/src/common/metrics/Cargo.toml b/src/common/metrics/Cargo.toml index 0c32b557cebb..444f69c3fca9 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 }