chore: Update parking_lot to 0.8 (#1078)

This commit is contained in:
Igor Gnatenko 2019-06-21 16:42:09 +02:00 committed by Toby Lawrence
parent d4adeeef2f
commit 9fa6092e5a

View File

@ -29,7 +29,7 @@ lazy_static = "1.0.2"
log = "0.4.1"
mio = "0.6.14"
num_cpus = "1.8.0"
parking_lot = "0.7.0"
parking_lot = "0.8"
slab = "0.4.0"
tokio-executor = { version = "0.2.0", path = "../tokio-executor" }
tokio-io = { version = "0.2.0", path = "../tokio-io" }