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 }