Update all crates versions

This commit is contained in:
Age Manning
2020-05-06 21:23:50 +10:00
parent 040beb78f4
commit c68e678cac
73 changed files with 550 additions and 1061 deletions

View File

@@ -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"}