From 6b239af46dc0801be4209135d713dbde560772c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 15:39:45 +0000 Subject: [PATCH] fix(deps): update rust crate reqwest to 0.12.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e89e4d1..48c03ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ openidconnect = { version = "3.5.0", optional = true } pbjson-types = { version = "0.6", optional = true } prost = { version = "0.12", optional = true } prost-types = { version = "0.12", optional = true } -reqwest = { version = "0.11.27", features = ["json", "rustls-tls"], default-features = false, optional = true } +reqwest = { version = "0.12.2", features = ["json", "rustls-tls"], default-features = false, optional = true } rocket = { version = "0.5.0", optional = true } serde = { version = "1.0", features = ["derive"], optional = true } serde_json = { version = "1.0", optional = true }