From 53b9c1ccac3a98a3bab1be87846536925e458ae7 Mon Sep 17 00:00:00 2001 From: Bastien Orivel Date: Sat, 25 May 2019 18:12:07 +0200 Subject: [PATCH] Update parking_lot to 0.8 (#882) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2328170e9a..6b9ebc4c9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,7 @@ wayland-client = { version = "0.23.0", features = [ "dlopen", "egl", "cursor", " calloop = "0.4.2" smithay-client-toolkit = "0.6" x11-dl = "2.18.3" -parking_lot = "0.7" +parking_lot = "0.8" percent-encoding = "1.0" gbm = { git = "https://github.com/kosyak/gbm.rs", default-features = false, features = ["drm-support", "import-egl", "gen"] } drm = { git = "https://github.com/kosyak/drm-rs", branch = "master" }