From 4c40f5b5d325346ce3858e25f3891d33360f81ca Mon Sep 17 00:00:00 2001 From: garasubo Date: Fri, 31 Jan 2020 15:33:13 +0900 Subject: [PATCH] update cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 95f5c9da535..f22bf7c7117 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -79,7 +79,7 @@ features = [ wayland-client = { version = "0.23.0", features = [ "dlopen", "egl", "cursor", "eventloop"] } calloop = "0.4.2" smithay-client-toolkit = "0.6" -x11-dl = "2.18.3" +x11-dl = "2.18.4" 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]