diff --git a/Cargo.lock b/Cargo.lock index 6b0cddb075..812f3d7538 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5222,6 +5222,8 @@ version = "0.23.37" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "758025cb5fccfd3bc2fd74708fd4682be41d99e5dff73c377c0646c6012c73a4" dependencies = [ + "brotli", + "brotli-decompressor", "log", "once_cell", "ring", diff --git a/Cargo.toml b/Cargo.toml index c39142f138..9ed5eeb6bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -100,7 +100,7 @@ tagger = "4.3.4" textwrap = "0.16.2" thiserror = { workspace = true } tokio-io-timeout = "1.2.1" -tokio-rustls = { version = "0.26.2", default-features = false } +tokio-rustls = { version = "0.26.2", default-features = false, features = ["tls12", "brotli"] } tokio-stream = { version = "0.1.17", features = ["fs"] } astral-tokio-tar = { version = "0.6.3", default-features = false } tokio-util = { workspace = true }