mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 08:52:54 +00:00
Update all crates versions
This commit is contained in:
@@ -6,8 +6,8 @@ edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
web3 = "0.10.0"
|
||||
tokio = { version = "0.2", features = ["time"] }
|
||||
futures = { version = "0.3", features = ["compat"] }
|
||||
tokio = { version = "0.2.20", features = ["time"] }
|
||||
futures = { version = "0.3.4", features = ["compat"] }
|
||||
types = { path = "../../eth2/types"}
|
||||
serde_json = "1.0"
|
||||
serde_json = "1.0.52"
|
||||
deposit_contract = { path = "../../eth2/utils/deposit_contract"}
|
||||
|
||||
Reference in New Issue
Block a user