diff --git a/Cargo.lock b/Cargo.lock index 98145dfd60..a10b7361e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2363,7 +2363,7 @@ dependencies = [ "httpdate", "itoa", "pin-project-lite", - "socket2 0.5.6", + "socket2 0.4.10", "tokio", "tower-service", "tracing", diff --git a/Cargo.toml b/Cargo.toml index fb1130f6f1..77c8fd0702 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ opentelemetry-system-metrics = { version = "0.1.8", optional = true } rustls-pemfile = { version = "1.0.4" } schemars = { version = "0.8.17", features = ["derive"] } -hyper = { version = "0.14", features = ["server"], default-features = false } +hyper = { version = "0.14.28", features = ["server"], default-features = false } tokio = { workspace = true } anyhow = { workspace = true } derive_setters = "0.1.6" diff --git a/tailcall-aws-lambda/Cargo.toml b/tailcall-aws-lambda/Cargo.toml index cc3a63ff40..b42f167c0c 100644 --- a/tailcall-aws-lambda/Cargo.toml +++ b/tailcall-aws-lambda/Cargo.toml @@ -24,6 +24,6 @@ dotenvy = "0.15.7" anyhow = "1.0.82" async-trait = "0.1.80" -hyper = { version = "0.14", default-features = false } +hyper = { version = "0.14.28", default-features = false } reqwest = { version = "0.11", default-features = false } tailcall = { path = "..", default-features = false } diff --git a/tailcall-cloudflare/Cargo.toml b/tailcall-cloudflare/Cargo.toml index 8a028a6051..9438cdbb99 100644 --- a/tailcall-cloudflare/Cargo.toml +++ b/tailcall-cloudflare/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" crate-type = ["cdylib", "rlib"] [dependencies] -hyper = { version = "0.14", default-features = false } +hyper = { version = "0.14.28", default-features = false } worker = "0.2.0" tailcall = { path = "..", default-features = false } lazy_static = "1.4.0"