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

@@ -13,7 +13,7 @@ lazy_static = { version = "1.4.0", optional = true }
ring = "0.16.9"
[target.'cfg(target_arch = "wasm32")'.dependencies]
sha2 = "0.8.1"
sha2 = "0.9.1"
[dev-dependencies]
rustc-hex = "2.1.0"