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