@@ -10,7 +10,7 @@ license = { workspace = true }
1010repository = { workspace = true }
1111
1212[package .metadata .cargo-machete ]
13- # reqwest is needed to enable compression features since parent crates don't enables them
13+ # reqwest is needed to enable its default features that we disable in the workspace (for http2 and tsl support)
1414ignored = [" reqwest" ]
1515
1616[features ]
@@ -27,7 +27,7 @@ chrono = { workspace = true }
2727clap = { workspace = true }
2828config = { workspace = true }
2929hex = { workspace = true }
30- mithril-aggregator-client = { path = " ../internal/mithril-aggregator-client" }
30+ mithril-aggregator-client = { path = " ../internal/mithril-aggregator-client" , features = [ " enable-http-compression " ] }
3131mithril-cardano-node-chain = { path = " ../internal/cardano-node/mithril-cardano-node-chain" }
3232mithril-cardano-node-internal-database = { path = " ../internal/cardano-node/mithril-cardano-node-internal-database" }
3333mithril-cli-helper = { path = " ../internal/mithril-cli-helper" }
@@ -42,14 +42,7 @@ mithril-signed-entity-lock = { path = "../internal/signed-entity/mithril-signed-
4242mithril-signed-entity-preloader = { path = " ../internal/signed-entity/mithril-signed-entity-preloader" }
4343mithril-ticker = { path = " ../internal/mithril-ticker" }
4444rand_core = { workspace = true }
45- reqwest = { workspace = true , features = [
46- " default" ,
47- " stream" ,
48- " gzip" ,
49- " zstd" ,
50- " deflate" ,
51- " brotli"
52- ] }
45+ reqwest = { workspace = true , features = [" default" ] }
5346serde = { workspace = true }
5447serde_json = { workspace = true }
5548slog = { workspace = true , features = [
0 commit comments