From 5fbb36a060c3eb3317b50e9f58c264ac81f86608 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sun, 14 Jul 2019 12:28:55 -0400 Subject: [PATCH] reactor: bump parking_lot dependency (#1298) --- tokio-reactor/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokio-reactor/Cargo.toml b/tokio-reactor/Cargo.toml index 4ad3a1814..ed939a9cc 100644 --- a/tokio-reactor/Cargo.toml +++ b/tokio-reactor/Cargo.toml @@ -28,7 +28,7 @@ lazy_static = "1.0.2" log = "0.4.6" mio = "0.6.14" num_cpus = "1.8.0" -parking_lot = "0.8" +parking_lot = "0.9" slab = "0.4.0" tokio-executor = { version = "0.2.0", path = "../tokio-executor" } tokio-io = { version = "0.2.0", path = "../tokio-io" }