From 7aa6f7c64501797839e6901e653bd368e89b0a4d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 22:02:05 +0000 Subject: [PATCH] fix(deps): update rust crate reqwest to 0.12.4 --- Cargo.toml | 2 +- tailcall-aws-lambda/Cargo.toml | 2 +- tailcall-cloudflare/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 72f29130f45..05e5aaebd53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ serde_qs = "0.13" serde_yaml = "0.9.34" serde_urlencoded = "0.7.1" url = { version = "2.5.0", features = ["serde"] } -reqwest = { version = "0.11", features = [ +reqwest = { version = "0.12.4", features = [ "json", "rustls-tls", ], default-features = false } diff --git a/tailcall-aws-lambda/Cargo.toml b/tailcall-aws-lambda/Cargo.toml index b42f167c0ce..0578c63816b 100644 --- a/tailcall-aws-lambda/Cargo.toml +++ b/tailcall-aws-lambda/Cargo.toml @@ -25,5 +25,5 @@ dotenvy = "0.15.7" anyhow = "1.0.82" async-trait = "0.1.80" hyper = { version = "0.14.28", default-features = false } -reqwest = { version = "0.11", default-features = false } +reqwest = { version = "0.12.4", default-features = false } tailcall = { path = "..", default-features = false } diff --git a/tailcall-cloudflare/Cargo.toml b/tailcall-cloudflare/Cargo.toml index 9438cdbb99f..92d33a6ab38 100644 --- a/tailcall-cloudflare/Cargo.toml +++ b/tailcall-cloudflare/Cargo.toml @@ -15,7 +15,7 @@ tailcall = { path = "..", default-features = false } lazy_static = "1.4.0" anyhow = "1.0.82" async-trait = "0.1.80" -reqwest = { version = "0.11", default-features = false } +reqwest = { version = "0.12.4", default-features = false } async-std = "1.12.0" tracing = "0.1.40" tracing-subscriber = "0.3.18"