From 9f30e3189a2c58badf3927ecdcd91a25266df614 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 18:31:55 +0000 Subject: [PATCH] Update Rust crate reqwest to 0.11.22 --- 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..8ff26d37b2 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.22", default-features = false, features = [ "rustls-tls", "gzip", ] }