From e9e954f5164b5f90ca3b70fa32191a2d830c6c38 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 23:14:07 +0000 Subject: [PATCH] fix(deps): update rust crate reqwest to 0.11.27 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 32d6716..8470d44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,7 +63,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.26", features = ["json", "rustls-tls"], default-features = false, optional = true } +reqwest = { version = "0.11.27", 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 }