From 879415737077f1ed1aa2b1db57ca2c1b04191990 Mon Sep 17 00:00:00 2001 From: Bastien Orivel Date: Sat, 25 May 2019 18:05:47 +0200 Subject: [PATCH] Update parking_lot to 0.8 (#881) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4f86eb6aa..57fd72198 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,5 +66,5 @@ features = [ wayland-client = { version = "0.21", features = [ "dlopen", "egl", "cursor"] } smithay-client-toolkit = "0.4.3" x11-dl = "2.18.3" -parking_lot = "0.7" +parking_lot = "0.8" percent-encoding = "1.0"