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

@@ -7,7 +7,6 @@ edition = "2018"
[dev-dependencies]
sloggers = "2.0.2"
genesis = { path = "../genesis" }
lazy_static = "1.4.0"
matches = "0.1.8"
exit-future = "0.2.0"
slog-term = "2.6.0"
@@ -21,18 +20,15 @@ store = { path = "../store" }
eth2_libp2p = { path = "../eth2_libp2p" }
hashset_delay = { path = "../../common/hashset_delay" }
types = { path = "../../consensus/types" }
state_processing = { path = "../../consensus/state_processing" }
slot_clock = { path = "../../common/slot_clock" }
slog = { version = "2.5.2", features = ["max_level_trace"] }
hex = "0.4.2"
eth2_ssz = "0.4.0"
eth2_ssz_types = "0.2.1"
tree_hash = "0.4.0"
futures = "0.3.7"
error-chain = "0.12.4"
tokio = { version = "1.10.0", features = ["full"] }
tokio-stream = "0.1.3"
parking_lot = "0.11.0"
smallvec = "1.6.1"
rand = "0.7.3"
fnv = "1.0.7"