diff --git a/Cargo.toml b/Cargo.toml index 71fb66f792..4cc88d5f1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -78,7 +78,7 @@ wayland-client = { version = "0.23.0", features = [ "dlopen", "egl", "cursor", " mio = "0.6" mio-extras = "2.0" smithay-client-toolkit = "^0.6.6" -x11-dl = "2.18.3" +x11-dl = "2.18.5" 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]