From 0f648fee7e92937cdb0210cf2a7d92e8cbe6213b Mon Sep 17 00:00:00 2001 From: Uli Schlachter Date: Sat, 9 Dec 2023 14:44:15 +0100 Subject: [PATCH] Bump x11rb to v0.13 Signed-off-by: Uli Schlachter --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 21ceab0..fe9d50a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ tiny-xlib = { version = "0.2.1", optional = true } wayland-backend = { version = "0.3.0", features = ["client_system"], optional = true } wayland-client = { version = "0.31.0", optional = true } wayland-sys = "0.31.0" -x11rb = { version = "0.12.0", features = ["allow-unsafe-code", "shm"], optional = true } +x11rb = { version = "0.13.0", features = ["allow-unsafe-code", "shm"], optional = true } [target.'cfg(target_os = "windows")'.dependencies.windows-sys] version = "0.52.0"