From 61fe6326c8ee17e608bedf3f50a85a4e11e9c9d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 15:31:32 +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", ] }