From 759ec31c41439667423520dabd939fcd9c3d3ea9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Nov 2025 12:43:22 +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: indirect ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a57fdbd..4d1b785 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5102,9 +5102,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",