Skip to content

Commit a49ed61

Browse files
committed
Remove unused deps
1 parent 40c2fd5 commit a49ed61

File tree

27 files changed

+17
-101
lines changed

27 files changed

+17
-101
lines changed

Cargo.lock

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

beacon_node/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ dirs = { workspace = true }
2727
environment = { workspace = true }
2828
eth2_config = { workspace = true }
2929
execution_layer = { workspace = true }
30-
genesis = { workspace = true }
3130
hex = { workspace = true }
3231
http_api = { workspace = true }
3332
hyper = { workspace = true }

beacon_node/beacon_chain/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,10 @@ portable = ["bls/supranational-portable"]
1515
test_backfill = []
1616

1717
[dependencies]
18-
alloy-primitives = { workspace = true }
1918
bitvec = { workspace = true }
2019
bls = { workspace = true }
2120
derivative = { workspace = true }
2221
eth2 = { workspace = true }
23-
eth2_network_config = { workspace = true }
2422
ethereum_hashing = { workspace = true }
2523
ethereum_serde_utils = { workspace = true }
2624
ethereum_ssz = { workspace = true }

beacon_node/client/Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ dirs = { workspace = true }
1212
environment = { workspace = true }
1313
eth2 = { workspace = true }
1414
eth2_config = { workspace = true }
15-
ethereum_ssz = { workspace = true }
1615
execution_layer = { workspace = true }
1716
futures = { workspace = true }
1817
genesis = { workspace = true }
@@ -37,11 +36,8 @@ time = "0.3.5"
3736
timer = { path = "../timer" }
3837
tokio = { workspace = true }
3938
tracing = { workspace = true }
40-
tracing-subscriber = { workspace = true }
4139
types = { workspace = true }
4240

4341
[dev-dependencies]
44-
operation_pool = { workspace = true }
4542
serde_yaml = { workspace = true }
46-
state_processing = { workspace = true }
4743
tokio = { workspace = true }

beacon_node/execution_layer/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ reqwest = { workspace = true }
3434
sensitive_url = { workspace = true }
3535
serde = { workspace = true }
3636
serde_json = { workspace = true }
37-
sha2 = { workspace = true }
3837
slot_clock = { workspace = true }
3938
ssz_types = { workspace = true }
4039
state_processing = { workspace = true }

beacon_node/genesis/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@ int_to_bytes = { workspace = true }
1111
merkle_proof = { workspace = true }
1212
rayon = { workspace = true }
1313
state_processing = { workspace = true }
14-
tracing = { workspace = true }
1514
tree_hash = { workspace = true }
1615
types = { workspace = true }

beacon_node/http_api/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ beacon_processor = { workspace = true }
1111
bs58 = "0.4.0"
1212
bytes = { workspace = true }
1313
directory = { workspace = true }
14-
either = { workspace = true }
1514
eth2 = { workspace = true }
1615
ethereum_serde_utils = { workspace = true }
1716
ethereum_ssz = { workspace = true }

beacon_node/lighthouse_network/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ edition = { workspace = true }
88
libp2p-websocket = []
99

1010
[dependencies]
11-
alloy-primitives = { workspace = true }
1211
alloy-rlp = { workspace = true }
13-
bytes = { workspace = true }
1412
delay_map = { workspace = true }
1513
directory = { workspace = true }
1614
dirs = { workspace = true }

0 commit comments

Comments
 (0)