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

@@ -10,6 +10,5 @@ edition = "2018"
clap = "2.33.3"
hex = "0.4.2"
dirs = "3.0.1"
types = { path = "../../consensus/types" }
eth2_network_config = { path = "../eth2_network_config" }
eth2_ssz = "0.4.0"

View File

@@ -9,5 +9,4 @@ edition = "2018"
[dependencies]
clap = "2.33.3"
clap_utils = {path = "../clap_utils"}
dirs = "3.0.1"
eth2_network_config = { path = "../eth2_network_config" }

View File

@@ -10,12 +10,10 @@ edition = "2018"
serde = { version = "1.0.116", features = ["derive"] }
serde_json = "1.0.58"
types = { path = "../../consensus/types" }
hex = "0.4.2"
reqwest = { version = "0.11.0", features = ["json","stream"] }
eth2_libp2p = { path = "../../beacon_node/eth2_libp2p" }
proto_array = { path = "../../consensus/proto_array", optional = true }
eth2_serde_utils = "0.1.0"
zeroize = { version = "1.4.2", features = ["zeroize_derive"] }
eth2_keystore = { path = "../../crypto/eth2_keystore" }
libsecp256k1 = "0.6.0"
ring = "0.16.19"

View File

@@ -5,7 +5,5 @@ authors = ["Paul Hauner <paul@paulhauner.com>"]
edition = "2018"
[dependencies]
serde = "1.0.116"
serde_derive = "1.0.116"
types = { path = "../../consensus/types" }
paste = "1.0.5"

View File

@@ -14,7 +14,6 @@ eth2_config = { path = "../eth2_config"}
tempfile = "3.1.0"
[dependencies]
serde = "1.0.116"
serde_yaml = "0.8.13"
types = { path = "../../consensus/types"}
eth2_ssz = "0.4.0"

View File

@@ -7,7 +7,6 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
eth2_keystore = { path = "../../crypto/eth2_keystore" }
eth2_wallet = { path = "../../crypto/eth2_wallet" }
lockfile = { path = "../lockfile" }

View File

@@ -8,7 +8,6 @@ edition = "2018"
[dependencies]
reqwest = { version = "0.11.0", features = ["json","stream"] }
futures = "0.3.7"
task_executor = { path = "../task_executor" }
tokio = "1.10.0"
eth2 = {path = "../eth2"}

View File

@@ -16,9 +16,7 @@ filesystem = { path = "../filesystem" }
types = { path = "../../consensus/types" }
rand = "0.7.3"
deposit_contract = { path = "../deposit_contract" }
rayon = "1.4.1"
tree_hash = "0.4.0"
slog = { version = "2.5.2", features = ["max_level_trace", "release_max_level_trace"] }
hex = "0.4.2"
derivative = "2.1.1"
lockfile = { path = "../lockfile" }