From 0815ceda28672aa81f790017ff593e02d1688900 Mon Sep 17 00:00:00 2001 From: John Nunley Date: Tue, 19 Dec 2023 16:06:16 -0800 Subject: [PATCH] Bump x11rb to v0.13.0 Signed-off-by: John Nunley --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 49c3681..590211a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ xim-ctext = { path = "./xim-ctext", version = "0.3.0", default-features = false log = { version = "0.4", default-features = false } ahash = { version = "0.8", default-features = false, features = ["compile-time-rng"] } -x11rb = { version = "0.12", optional = true } +x11rb = { version = "0.13", optional = true } x11-dl = { version = "2.18.5", optional = true } hashbrown = { version = "0.14.0", default-features = false }