Remove unused deps

This commit is contained in:
Paul Hauner 2020-10-09 15:56:28 +11:00
parent db3e0578e9
commit 0e4cc50262
No known key found for this signature in database
GPG Key ID: 5E2CFF9B75FA63DF
3 changed files with 0 additions and 4 deletions

2
Cargo.lock generated
View File

@ -1689,7 +1689,6 @@ dependencies = [
"sha2 0.9.1", "sha2 0.9.1",
"slog", "slog",
"slog-async", "slog-async",
"slog-stdlog",
"slog-term", "slog-term",
"smallvec 1.4.2", "smallvec 1.4.2",
"snap", "snap",
@ -3597,7 +3596,6 @@ name = "network"
version = "0.2.0" version = "0.2.0"
dependencies = [ dependencies = [
"beacon_chain", "beacon_chain",
"environment",
"error-chain", "error-chain",
"eth2_libp2p", "eth2_libp2p",
"eth2_ssz", "eth2_ssz",

View File

@ -48,7 +48,6 @@ features = ["websocket", "identify", "mplex", "noise", "gossipsub", "dns", "tcp-
[dev-dependencies] [dev-dependencies]
tokio = { version = "0.2.22", features = ["full"] } tokio = { version = "0.2.22", features = ["full"] }
slog-stdlog = "4.0.0"
slog-term = "2.6.0" slog-term = "2.6.0"
slog-async = "2.5.0" slog-async = "2.5.0"
tempdir = "0.3.7" tempdir = "0.3.7"

View File

@ -35,7 +35,6 @@ fnv = "1.0.7"
rlp = "0.4.6" rlp = "0.4.6"
lazy_static = "1.4.0" lazy_static = "1.4.0"
lighthouse_metrics = { path = "../../common/lighthouse_metrics" } lighthouse_metrics = { path = "../../common/lighthouse_metrics" }
environment = { path = "../../lighthouse/environment" }
task_executor = { path = "../../common/task_executor" } task_executor = { path = "../../common/task_executor" }
igd = "0.11.1" igd = "0.11.1"
itertools = "0.9.0" itertools = "0.9.0"