Skip to content

Commit c939b71

Browse files
committed
chore(signer): simplify dependencies following shared aggregator client usage
1 parent 86ac0fc commit c939b71

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

Cargo.lock

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mithril-signer/Cargo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ homepage = { workspace = true }
99
license = { workspace = true }
1010
repository = { workspace = true }
1111

12+
[package.metadata.cargo-machete]
13+
# reqwest is needed to enable compression features since parent crates don't enables them
14+
ignored = ["reqwest"]
15+
1216
[features]
1317
default = ["jemallocator"]
1418

@@ -46,7 +50,6 @@ reqwest = { workspace = true, features = [
4650
"deflate",
4751
"brotli"
4852
] }
49-
semver = { workspace = true }
5053
serde = { workspace = true }
5154
serde_json = { workspace = true }
5255
slog = { workspace = true, features = [
@@ -64,8 +67,6 @@ tikv-jemallocator = { version = "0.6.0", optional = true }
6467

6568
[dev-dependencies]
6669
criterion = { version = "0.7.0", features = ["html_reports", "async_tokio"] }
67-
http = "1.3.1"
68-
httpmock = "0.8.1"
6970
mockall = { workspace = true }
7071
prometheus-parse = "0.2.5"
7172
slog-scope = "4.4.0"

0 commit comments

Comments
 (0)