From 577f34335b574b1784d568f211fce009d3e40781 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 09:47:32 +0000 Subject: [PATCH] fix(deps): update rust crate hyper to 0.14.28 --- Cargo.lock | 2 +- Cargo.toml | 2 +- tailcall-aws-lambda/Cargo.toml | 2 +- tailcall-cloudflare/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ef9fc77ee78..fa5c5f65851 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 93d59f8cf63..9f83e52e026 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 7ea6c028228..ff4450e35fe 100644 --- a/tailcall-aws-lambda/Cargo.toml +++ b/tailcall-aws-lambda/Cargo.toml @@ -24,6 +24,6 @@ dotenvy = "0.15" 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 8a028a60519..9438cdbb99f 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"