dep: bump xcb to 1.6.0

switch from the deprecated API we found unsoundness in to the one introduced in 1.6.0
This commit is contained in:
En-En 2025-08-22 12:15:11 +00:00 committed by Supreeeme
parent 388d291e82
commit d759c64681
4 changed files with 6 additions and 12 deletions

4
Cargo.lock generated
View file

@ -1153,9 +1153,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",