From d7788bbf230419f2d9b8539111895b0999be020d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 04:35:26 +0000 Subject: [PATCH] Bump xcb from 1.5.0 to 1.6.0 Bumps [xcb](https://github.com/rust-x-bindings/rust-xcb) from 1.5.0 to 1.6.0. - [Changelog](https://github.com/rust-x-bindings/rust-xcb/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-x-bindings/rust-xcb/commits) --- updated-dependencies: - dependency-name: xcb dependency-version: 1.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/ghi/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3e074003..5d544e21 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2597,9 +2597,9 @@ dependencies = [ [[package]] name = "xcb" -version = "1.5.0" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1e2f212bb1a92cd8caac8051b829a6582ede155ccb60b5d5908b81b100952be" +checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea" dependencies = [ "bitflags 1.3.2", "libc", diff --git a/crates/ghi/Cargo.toml b/crates/ghi/Cargo.toml index 48db9af7..878accdc 100644 --- a/crates/ghi/Cargo.toml +++ b/crates/ghi/Cargo.toml @@ -19,7 +19,7 @@ resource-management = { path = "../resource-management" } windows = { version = "0.61.1", features = ["Win32_UI_WindowsAndMessaging", "Win32_Graphics_Gdi", "Win32_UI_HiDpi", "System", "Win32_System_LibraryLoader", "Win32_UI_Input", "Win32_Devices_HumanInterfaceDevice"] } [target.'cfg(target_os = "linux")'.dependencies] -xcb = { version = "1.5.0", features=['xtest'] } +xcb = { version = "1.6.0", features=['xtest'] } wayland-client = "0.31.8" wayland-protocols = { version = "0.32.6", features = ['client', 'unstable'] } wayland-backend = { version = "0.3.8", features = ["client_system"] }