From d622de479784ed4c0c81679f2220afcc886eb1a1 Mon Sep 17 00:00:00 2001 From: Bastien Orivel Date: Sun, 23 Dec 2018 18:12:11 +0100 Subject: [PATCH] Update parking_lot to 0.7 (#747) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 915c3b07..c8db21e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,5 +65,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.6" +parking_lot = "0.7" percent-encoding = "1.0"