bump parking_lot to 0.3.x series (#2702)
This commit is contained in:
committed by
Gav Wood
parent
aa52b04e31
commit
146cefdb32
@@ -29,7 +29,7 @@ libc = "0.2.7"
|
||||
vergen = "0.1"
|
||||
target_info = "0.1"
|
||||
ethcore-bigint = { path = "bigint" }
|
||||
parking_lot = "0.2.6"
|
||||
parking_lot = "0.3"
|
||||
using_queue = { path = "using_queue" }
|
||||
table = { path = "table" }
|
||||
ansi_term = "0.7"
|
||||
|
||||
@@ -9,7 +9,7 @@ authors = ["Ethcore <admin@ethcore.io>"]
|
||||
[dependencies]
|
||||
mio = { git = "https://github.com/ethcore/mio", branch = "v0.5.x" }
|
||||
crossbeam = "0.2"
|
||||
parking_lot = "0.2.6"
|
||||
parking_lot = "0.3"
|
||||
log = "0.3"
|
||||
slab = "0.2"
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ slab = "0.2"
|
||||
clippy = { version = "0.0.90", optional = true}
|
||||
igd = "0.5.0"
|
||||
libc = "0.2.7"
|
||||
parking_lot = "0.2.6"
|
||||
parking_lot = "0.3"
|
||||
ansi_term = "0.7"
|
||||
rustc-serialize = "0.3"
|
||||
ethcore-io = { path = "../io" }
|
||||
|
||||
Reference in New Issue
Block a user