Upgrade tokio

This commit is contained in:
pawan
2020-05-20 01:13:18 +05:30
parent 3bcd46daa2
commit 27fc75b448
19 changed files with 24 additions and 20 deletions

View File

@@ -31,5 +31,5 @@ eth2_wallet = { path = "../crypto/eth2_wallet" }
eth2_wallet_manager = { path = "../common/eth2_wallet_manager" }
rand = "0.7.2"
validator_dir = { path = "../common/validator_dir", features = ["unencrypted_keys"] }
tokio = {version = "0.2.20", features = ["full"]}
tokio = { version = "0.2.21", features = ["full"] }
eth2_keystore = { path = "../crypto/eth2_keystore" }