From 81d81bce06b9a49fc1753b0f683ea1d4d27878d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 03:28:44 +0000 Subject: [PATCH] fix(deps): update rust crate reqwest to 0.12.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5710bda..e6a8edc 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.3", 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 }