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

@@ -16,7 +16,7 @@ rust-crypto = "0.2.34"
slab = "0.2"
igd = "0.7"
libc = "0.2.7"
parking_lot = "0.6"
parking_lot = "0.7"
ansi_term = "0.10"
rustc-hex = "1.0"
ethcore-io = { path = "../io", features = ["mio"] }