mirror of
https://github.com/sigp/lighthouse.git
synced 2026-06-29 10:54:24 +00:00
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:
@@ -7,7 +7,6 @@ edition = "2018"
|
||||
[dependencies]
|
||||
tokio = { version = "1.10.0", features = ["time"] }
|
||||
web3 = { version = "0.17.0", default-features = false, features = ["http-tls", "signing", "ws-tls-tokio"] }
|
||||
futures = "0.3.7"
|
||||
types = { path = "../../consensus/types"}
|
||||
serde_json = "1.0.58"
|
||||
deposit_contract = { path = "../../common/deposit_contract"}
|
||||
|
||||
Reference in New Issue
Block a user