From cabf88ea0dd99fc915331363aff10904ca96d5fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 22:16:47 +0000 Subject: [PATCH] Update Rust crate reqwest to 0.11.23 --- full-service/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/full-service/Cargo.toml b/full-service/Cargo.toml index 934aa65b3b..c261d153cf 100644 --- a/full-service/Cargo.toml +++ b/full-service/Cargo.toml @@ -79,7 +79,7 @@ protobuf = "2.28.0" rand = { version = "0.8", default-features = false } rayon = "1.7" redact = { version = "0.1.7", features = ["serde"] } -reqwest = { version = "0.11.20", default-features = false, features = [ +reqwest = { version = "0.11.23", default-features = false, features = [ "rustls-tls", "gzip", ] }