From d547c643805bf94e819d8079eb3b76308324faa7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 04:44:14 +0000 Subject: [PATCH] build(deps): update x11rb requirement from 0.13.0 to 0.14.0 Updates the requirements on [x11rb](https://github.com/psychon/x11rb) to permit the latest version. - [Changelog](https://github.com/psychon/x11rb/blob/master/doc/changelog.md) - [Commits](https://github.com/psychon/x11rb/compare/v0.13.0...v0.14.0) --- updated-dependencies: - dependency-name: x11rb dependency-version: 0.14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 92412ee5..239db689 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -72,7 +72,7 @@ wayland-sys = { version = "0.31.0", optional = true } # X11 as-raw-xcb-connection = { version = "1.0.0", optional = true } tiny-xlib = { version = "0.2.1", optional = true } -x11rb = { version = "0.13.0", optional = true, features = [ +x11rb = { version = "0.14.0", optional = true, features = [ "allow-unsafe-code", "shm", ] }