From 49c19f92df5c2522bf83d8a760d5962fd72dee17 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 21:41:31 +0000 Subject: [PATCH] fix(deps): update rust crate reqwest to 0.11.21 (#502) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e24a0fc..2b82352 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,7 +63,7 @@ openidconnect = { version = "3.3.1", optional = true } pbjson-types = { version = "0.5.1", optional = true } prost = { version = "0.11", optional = true } prost-types = { version = "0.11", optional = true } -reqwest = { version = "0.11.20", features = ["json", "rustls-tls"], default-features = false, optional = true } +reqwest = { version = "0.11.21", features = ["json", "rustls-tls"], default-features = false, optional = true } rocket = { version = "0.5.0-rc.3", optional = true } serde = { version = "1.0", features = ["derive"], optional = true } serde_json = { version = "1.0", optional = true }