From 03c3b65bbb1ca74fd6cbde1b0e77012f8702fa6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 16:47:22 +0000 Subject: [PATCH] Upgrade `reqwest` crate from 0.11 to 0.12 version (#1249) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- juniper_hyper/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/juniper_hyper/Cargo.toml b/juniper_hyper/Cargo.toml index e33412fc..a5c5348c 100644 --- a/juniper_hyper/Cargo.toml +++ b/juniper_hyper/Cargo.toml @@ -32,5 +32,5 @@ hyper-util = { version = "0.1", features = ["tokio"] } juniper = { version = "0.16.0", path = "../juniper", features = ["expose-test-schema"] } log = "0.4" pretty_env_logger = "0.5" -reqwest = { version = "0.11", features = ["blocking", "rustls-tls"], default-features = false } +reqwest = { version = "0.12", features = ["blocking", "rustls-tls"], default-features = false } tokio = { version = "1.0", features = ["macros", "net", "rt-multi-thread"] }