From f9610df77e46956c2f78d4d3ce1ee63de18fe8d5 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Thu, 27 Dec 2018 16:09:47 +0300 Subject: [PATCH] upgrade parking lot --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fc13d45..e39d82d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ readme = "README.md" [dependencies] derive-new = "0.5.5" rustc-hash = "1.0" -parking_lot = "0.6.4" +parking_lot = "0.7.0" lock_api = "0.1.4" indexmap = "1.0.1" log = "0.4.5"