Updated dependencies (#7628)

* Updated few dependencies

* Updated parking_lot to 0.5

* Updated backtrace to 0.3.5

* Updated crossbeam to 0.3
This commit is contained in:
Marek Kotewicz
2018-01-19 13:46:11 +01:00
committed by GitHub
parent b6791977b3
commit d430e7f4e2
29 changed files with 119 additions and 132 deletions

View File

@@ -9,7 +9,7 @@ num_cpus = "1.6"
rustc-hex = "1.0"
serde = "1.0"
serde_derive = "1.0"
parking_lot = "0.4"
parking_lot = "0.5"
ethstore = { path = "../" }
dir = { path = '../../util/dir' }
panic_hook = { path = "../../panic_hook" }