diff --git a/pingora-core/Cargo.toml b/pingora-core/Cargo.toml index 76d239cb..d91633d8 100644 --- a/pingora-core/Cargo.toml +++ b/pingora-core/Cargo.toml @@ -71,7 +71,7 @@ matches = "0.1" env_logger = "0.9" reqwest = { version = "0.11", features = ["rustls"], default-features = false } hyperlocal = "0.8" -hyper = "0.14" +hyper = "1.2" jemallocator = "0.5" [features] diff --git a/pingora-proxy/Cargo.toml b/pingora-proxy/Cargo.toml index d76ab487..56d5e6e2 100644 --- a/pingora-proxy/Cargo.toml +++ b/pingora-proxy/Cargo.toml @@ -42,7 +42,7 @@ reqwest = { version = "0.11", features = [ tokio-test = "0.4" env_logger = "0.9" hyperlocal = "0.8" -hyper = "0.14" +hyper = "1.2" tokio-tungstenite = "0.20.1" pingora-load-balancing = { version = "0.1.0", path = "../pingora-load-balancing" } prometheus = "0" diff --git a/pingora/Cargo.toml b/pingora/Cargo.toml index c2691992..e67b8c21 100644 --- a/pingora/Cargo.toml +++ b/pingora/Cargo.toml @@ -32,7 +32,7 @@ matches = "0.1" env_logger = "0.9" reqwest = { version = "0.11", features = ["rustls"], default-features = false } hyperlocal = "0.8" -hyper = "0.14" +hyper = "1.2" jemallocator = "0.5" async-trait = { workspace = true } http = { workspace = true }