From a12ea5baf547ae385d0acb095e1d2e0031648db1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 09:45:37 +0000 Subject: [PATCH] fix(deps): update rust crate reqwest to 0.12.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 522a6fd..d7387c1 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.4", 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 }