Update parking_lot to 0.7 (#10050)

This commit is contained in:
Pierre Krieger
2018-12-11 17:22:55 +01:00
committed by Niklas Adolfsson
parent 61e8baee0c
commit 1a2fc03083
27 changed files with 142 additions and 53 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.6"
parking_lot = "0.7"
ethstore = { path = "../" }
dir = { path = '../../util/dir' }
panic_hook = { path = "../../util/panic_hook" }