deps: bump xcb to 1.7.0
Notably, `xcb` 1.7.0 made `XidNew::new` no longer unsafe, so remove all of the unsafe blocks wrapping `XidNew::new` calls. Most of these were for creating fake windows in the unit tests, but a few were in `xstate`.
This commit is contained in:
parent
74cf1a95a3
commit
bc47ef5950
4 changed files with 63 additions and 63 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -1197,9 +1197,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "xcb"
|
||||
version = "1.6.0"
|
||||
version = "1.7.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
|
||||
checksum = "ee4c580d8205abb0a5cf4eb7e927bd664e425b6c3263f9c5310583da96970cf6"
|
||||
dependencies = [
|
||||
"bitflags 1.3.2",
|
||||
"libc",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue