From 7cbe81139df727f4301b0e30bf4070ae77ade292 Mon Sep 17 00:00:00 2001 From: Lucas de Linhares Date: Mon, 11 May 2026 18:30:04 +0100 Subject: [PATCH] update linux deps --- Cargo.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 569998e8..a46f9cb4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ categories = ["development-tools::testing", "api-bindings", "hardware-support"] license = "MIT" [dependencies] -serde = {version = "1.0", features = ["derive"], optional=true} +serde = { version = "1.0", features = ["derive"], optional=true } lazy_static = "1.4" serde_json = { version = "1.0", optional = true } @@ -39,13 +39,13 @@ objc2 = "0.6.1" [target.'cfg(all(target_family = "unix", not(target_os = "macos")))'.dependencies] libc = "0.2" -x11 = {version = "2.18", features = ["xlib", "xrecord", "xinput"], optional = true} -evdev-rs = {version = "0.6", optional=true} -epoll = {version = "4.1.0", optional=true} -inotify = {version = "0.11", default-features=false, optional=true} -input = {version = "0.9", optional=true} -input-linux = { version = "0.7.1", optional = true } -xkbcommon = { version = "0.8", optional = true } +x11 = { version = "2.21", features = ["xlib", "xrecord", "xinput"], optional = true } +evdev-rs = { version = "0.6", optional = true } +epoll = { version = "4.4", optional = true } +inotify = { version = "0.11", default-features = false, optional = true } +input = { version = "0.10.0", optional = true } +input-linux = { version = "0.7", optional = true } +xkbcommon = { version = "0.9", optional = true } [target.'cfg(target_os = "windows")'.dependencies] winapi = { version = "0.3", features = ["winuser", "errhandlingapi", "processthreadsapi"] }