From 9fa6092e5aba058bd7589a1892404b09660934a3 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 21 Jun 2019 16:42:09 +0200 Subject: [PATCH] chore: Update parking_lot to 0.8 (#1078) --- 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 409bd39fc..e745872bf 100644 --- a/tokio-reactor/Cargo.toml +++ b/tokio-reactor/Cargo.toml @@ -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" }