From ad9a197916c6874fc03b7b1b2e0bd2031f0798de Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Thu, 30 May 2019 20:30:43 +0200 Subject: [PATCH] chore: Update parking_lot to 0.8 Signed-off-by: Igor Gnatenko --- actix-threadpool/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actix-threadpool/Cargo.toml b/actix-threadpool/Cargo.toml index 84438e12..a2dbfb8a 100644 --- a/actix-threadpool/Cargo.toml +++ b/actix-threadpool/Cargo.toml @@ -20,7 +20,7 @@ path = "src/lib.rs" [dependencies] derive_more = "0.14" futures = "0.1.25" -parking_lot = "0.7" +parking_lot = "0.8" lazy_static = "1.2" log = "0.4" num_cpus = "1.10"