diff --git a/Cargo.lock b/Cargo.lock index c8dfc5e46..5def0c324 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -700,7 +700,7 @@ dependencies = [ "anyhow", "bytes", "entropy", - "hyper 0.14.30", + "hyper 1.4.1", "once_cell", "serde_json", "shared", @@ -1179,7 +1179,7 @@ dependencies = [ "httpdate", "itoa", "pin-project-lite", - "socket2 0.5.7", + "socket2 0.4.10", "tokio", "tower-service", "tracing", @@ -1419,7 +1419,7 @@ dependencies = [ "futures", "http 0.2.12", "http-serde", - "hyper 0.14.30", + "hyper 1.4.1", "is_executable", "lading-capture", "lading-payload", diff --git a/integration/ducks/Cargo.toml b/integration/ducks/Cargo.toml index 698535f73..16fbaf704 100644 --- a/integration/ducks/Cargo.toml +++ b/integration/ducks/Cargo.toml @@ -11,7 +11,7 @@ publish = false anyhow = "1.0" bytes = { workspace = true } entropy = "0.4" -hyper = { version = "0.14", features = ["server"] } +hyper = { version = "1.4", features = ["server"] } once_cell = { workspace = true } serde_json = { workspace = true } shared = { path = "../shared" } diff --git a/lading/Cargo.toml b/lading/Cargo.toml index 6a1a051ef..1176f8dd8 100644 --- a/lading/Cargo.toml +++ b/lading/Cargo.toml @@ -36,7 +36,7 @@ flate2 = { version = "1.0.33", default-features = false, features = [ futures = "0.3.28" http = "0.2" http-serde = "1.1" -hyper = { version = "0.14", features = ["client"] } +hyper = { version = "1.4", features = ["client"] } is_executable = "1.0.3" metrics = { workspace = true } metrics-exporter-prometheus = { workspace = true }