diff --git a/Cargo.toml b/Cargo.toml index 76380db..c61074f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ wayland-protocols = { version = "0.29", features = [ "client", "unstable_protocols", ], optional = true } -wayland-cursor = { version = "0.29", optional = true } +wayland-cursor = { version = "0.31", optional = true } tempfile = { version = "3.3", optional = true } x11-dl = { version = "2.19.1", optional = true } libc = { version = "0.2.107", optional = true }