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