From 7eed52a97a3639f5e284a750f47898b1244c90ec Mon Sep 17 00:00:00 2001 From: Emmanouil Katefidis Date: Sun, 11 Aug 2019 23:31:30 +0300 Subject: [PATCH] Update parking_lot to 0.9 (#1097) (#1099) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9c1678ef..5fb8a88b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -78,4 +78,4 @@ x11-dl = "2.18.3" percent-encoding = "2.0" [target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd", target_os = "windows"))'.dependencies.parking_lot] -version = "0.8" +version = "0.9"