Bump x11rb version to v0.13.1 (#21723)

From diff looks like no material differences. With a local checkout of
`v0.13.0` I get build errors due to warning checking when I use a `path
= ...` dependency, but it is fixed with `v0.13.1`.

I see mention of this in the [renovate configuration
PR](https://github.com/zed-industries/zed/pull/15132) but doesn't seem
like that initial batch of renovation happened.

Release Notes:

- N/A
This commit is contained in:
Michael Sloan 2024-12-08 18:42:44 -07:00 committed by GitHub
parent ac07b9197a
commit d0e99f6496
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -181,7 +181,7 @@ wayland-protocols-plasma = { version = "0.2.0", features = [
# X11
as-raw-xcb-connection = { version = "1", optional = true }
x11rb = { version = "0.13.0", features = [
x11rb = { version = "0.13.1", features = [
"allow-unsafe-code",
"xkb",
"randr",
@ -198,7 +198,7 @@ xim = { git = "https://github.com/XDeme1/xim-rs", rev = "d50d461764c2213655cd9cf
"x11rb-xcb",
"x11rb-client",
], optional = true }
x11-clipboard = { version = "0.9.2", optional = true }
x11-clipboard = { version = "0.9.3", optional = true }
[target.'cfg(windows)'.dependencies]
blade-util.workspace = true