Skip to content

Commit

Permalink
build(deps): update wayland-client requirement from 0.30.0 to 0.31.0
Browse files Browse the repository at this point in the history
Updates the requirements on [wayland-client](https://github.com/smithay/wayland-rs) to permit the latest version.
- [Release notes](https://github.com/smithay/wayland-rs/releases)
- [Changelog](https://github.com/Smithay/wayland-rs/blob/master/historical_changelog.md)
- [Commits](Smithay/wayland-rs@wayland-client-v0.30.1...wayland-client-v0.31)

---
updated-dependencies:
- dependency-name: wayland-client
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 4, 2023
1 parent 8bd76b2 commit c12be6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gdk4-wayland/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ gdk = {path = "../gdk4", package = "gdk4", version = "0.8"}
gio = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", features = ["v2_66"]}
glib = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", features = ["v2_66"]}
libc = "0.2"
wayland-client = {version = "0.30.0", optional = true}
wayland-client = {version = "0.31.0", optional = true}
wayland-backend = {version = "0.1.0", optional = true, features = ["client_system"]}
khronos-egl = {version = "5.0", optional = true}
xkb = {version = "0.3", optional = true}
Expand Down

0 comments on commit c12be6b

Please sign in to comment.