Remove unused deps (#2592)

Found some deps you're possibly not using.

Please shout if you think they are indeed still needed.
This commit is contained in:
Squirrel
2021-09-30 04:31:42 +00:00
parent 4c510f8f6b
commit db4d72c4f1
38 changed files with 0 additions and 258 deletions

View File

@@ -13,9 +13,5 @@ eth2_ssz = "0.4.0"
eth2_ssz_derive = "0.3.0"
[dev-dependencies]
state_processing = { path = "../../consensus/state_processing" }
beacon_chain = { path = "../../beacon_node/beacon_chain" }
store = { path = "../../beacon_node/store" }
tree_hash = "0.4.0"
slot_clock = { path = "../../common/slot_clock" }
hex = "0.4.2"

View File

@@ -6,10 +6,6 @@ edition = "2018"
[dev-dependencies]
env_logger = "0.9.0"
serde = "1.0.116"
serde_derive = "1.0.116"
lazy_static = "1.4.0"
serde_yaml = "0.8.13"
beacon_chain = { path = "../../beacon_node/beacon_chain" }
[dependencies]
@@ -19,10 +15,8 @@ itertools = "0.10.0"
eth2_ssz = "0.4.0"
eth2_ssz_types = "0.2.1"
merkle_proof = { path = "../merkle_proof" }
log = "0.4.11"
safe_arith = { path = "../safe_arith" }
tree_hash = "0.4.0"
tree_hash_derive = "0.4.0"
types = { path = "../types", default-features = false }
rayon = "1.4.1"
eth2_hashing = "0.2.0"

View File

@@ -10,7 +10,6 @@ description = "Efficient Merkle-hashing as used in Ethereum 2.0"
rand = "0.7.3"
tree_hash_derive = "0.4.0"
types = { path = "../types" }
lazy_static = "1.4.0"
beacon_chain = { path = "../../beacon_node/beacon_chain" }
eth2_ssz = "0.4.0"
eth2_ssz_derive = "0.3.0"

View File

@@ -18,7 +18,6 @@ eth2_hashing = "0.2.0"
hex = "0.4.2"
int_to_bytes = { path = "../int_to_bytes" }
log = "0.4.11"
merkle_proof = { path = "../merkle_proof" }
rayon = "1.4.1"
rand = "0.7.3"
safe_arith = { path = "../safe_arith" }
@@ -47,7 +46,6 @@ itertools = "0.10.0"
superstruct = "0.2.0"
[dev-dependencies]
serde_json = "1.0.58"
criterion = "0.3.3"
beacon_chain = { path = "../../beacon_node/beacon_chain" }
eth2_interop_keypairs = { path = "../../common/eth2_interop_keypairs" }
@@ -64,7 +62,6 @@ arbitrary-fuzz = [
"bls/arbitrary",
"eth2_ssz/arbitrary",
"eth2_ssz_types/arbitrary",
"merkle_proof/arbitrary",
"swap_or_not_shuffle/arbitrary",
"tree_hash/arbitrary",
]