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 3f0314f09d
commit f1ce82910f
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ ethereum-types = "0.1"
kvdb = { path = "../kvdb" }
log = "0.3"
num_cpus = "1.0"
parking_lot = "0.4"
parking_lot = "0.5"
regex = "0.2"
rlp = { path = "../rlp" }
rocksdb = { git = "https://github.com/paritytech/rust-rocksdb" }