From de2aa4e1f5492350eeb6dd2aa1f0e6e860b8d305 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 06:48:56 +0000 Subject: [PATCH] Update Rust crate reqwest to v0.12.9 --- full-service/Cargo.toml | 2 +- mirror/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/full-service/Cargo.toml b/full-service/Cargo.toml index a26a2f12e..324d963cc 100644 --- a/full-service/Cargo.toml +++ b/full-service/Cargo.toml @@ -84,7 +84,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.12.0", default-features = false, features = [ "rustls-tls", "gzip", ] } diff --git a/mirror/Cargo.toml b/mirror/Cargo.toml index edaff2beb..e4e284f64 100644 --- a/mirror/Cargo.toml +++ b/mirror/Cargo.toml @@ -31,7 +31,7 @@ hex = "0.4" num_cpus = "1.16" protobuf = "2.28" rand = "0.8" -reqwest = { version = "0.11", default-features = false, features = [ +reqwest = { version = "0.12", default-features = false, features = [ "rustls-tls", "gzip", "blocking",