From bf9d1bdc675bf1625eaa342fe9b2647fb77e506a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 20:37:05 +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 61d8fd688..8d9fcccfe 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 1b2a270ac..3c0affe92 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",