Update deps (#1322)

* Run cargo update

* Upgrade prometheus

* Update hex

* Upgrade parking-lot

* Upgrade num-bigint

* Upgrade sha2

* Update dockerfile Rust version

* Run cargo update
This commit is contained in:
Paul Hauner
2020-07-06 11:55:56 +10:00
committed by GitHub
parent c7f47af9fb
commit 25cd91ce26
23 changed files with 485 additions and 358 deletions

View File

@@ -10,7 +10,7 @@ edition = "2018"
node_test_rig = { path = "../node_test_rig" }
types = { path = "../../consensus/types" }
validator_client = { path = "../../validator_client" }
parking_lot = "0.10.2"
parking_lot = "0.11.0"
futures = "0.3.5"
tokio = "0.2.21"
eth1_test_rig = { path = "../eth1_test_rig" }