diff --git a/Cargo.toml b/Cargo.toml index 89dc078c..2c833f9c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ features = [ ] [target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd"))'.dependencies] -wayland-client = { version = "0.20.2", features = [ "dlopen", "egl", "cursor"] } +wayland-client = { version = "0.20.4", features = [ "dlopen", "egl", "cursor"] } smithay-client-toolkit = "0.2.1" x11-dl = "2.17.5" parking_lot = "0.5"