From 2ead850e0aee11984da97513bcf7a414780f23be Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 14:04:56 +0000 Subject: [PATCH] fix(deps): update rust crate hyper to v1 --- Cargo.toml | 2 +- tailcall-aws-lambda/Cargo.toml | 2 +- tailcall-cloudflare/Cargo.toml | 2 +- tailcall-upstream-grpc/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d9dd7c03d5..591e469bff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ tailcall-version = { path = "./tailcall-version", optional = true } rustls-pemfile = { version = "1.0.4" } schemars = { version = "0.8.17", features = ["derive"] } -hyper = { version = "0.14.28", features = ["server"], default-features = false } +hyper = { version = "1.0.0", features = ["server"], default-features = false } tokio = { workspace = true } anyhow = { workspace = true } reqwest = { workspace = true } diff --git a/tailcall-aws-lambda/Cargo.toml b/tailcall-aws-lambda/Cargo.toml index c0ff39b1c4..115280ee32 100644 --- a/tailcall-aws-lambda/Cargo.toml +++ b/tailcall-aws-lambda/Cargo.toml @@ -25,6 +25,6 @@ dotenvy = "0.15.7" anyhow = "1.0.82" async-trait = "0.1.80" async-graphql-value = "7.0.3" -hyper = { version = "0.14.28", default-features = false } +hyper = { version = "1.0.0", 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 83aae1e5f4..023ec4755b 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.28", default-features = false } +hyper = { version = "1.0.0", default-features = false } worker = "0.3.0" tailcall = { path = "..", default-features = false } lazy_static = "1.4.0" diff --git a/tailcall-upstream-grpc/Cargo.toml b/tailcall-upstream-grpc/Cargo.toml index 48c07cc830..86d9a6836d 100644 --- a/tailcall-upstream-grpc/Cargo.toml +++ b/tailcall-upstream-grpc/Cargo.toml @@ -7,7 +7,7 @@ publish = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -hyper = { version = "0.14.28", features = ["full"] } +hyper = { version = "1.0.0", features = ["full"] } tokio = { version = "1.37.0", features = ["full"] } tonic = "0.11.0" tonic-reflection = "0.11.0"