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

@@ -32,7 +32,7 @@ futures = { version = "0.3.5", features = ["compat"] }
dirs = "2.0.2"
logging = { path = "../common/logging" }
environment = { path = "../lighthouse/environment" }
parking_lot = "0.10.2"
parking_lot = "0.11.0"
exit-future = "0.2.0"
libc = "0.2.69"
eth2_ssz_derive = "0.1.0"

View File

@@ -11,7 +11,7 @@ tree_hash = { path = "../../consensus/tree_hash" }
rusqlite = { version = "0.23.1", features = ["bundled"] }
r2d2 = "0.8.8"
r2d2_sqlite = "0.16.0"
parking_lot = "0.10.2"
parking_lot = "0.11.0"
[dev-dependencies]
rayon = "1.3.0"