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",