Skip to content

Commit

Permalink
Update wayland-cursor requirement from 0.29 to 0.31
Browse files Browse the repository at this point in the history
Updates the requirements on [wayland-cursor](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](https://github.com/smithay/wayland-rs/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 5, 2024
1 parent bf377b4 commit 2b3f127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ wayland-protocols = { version = "0.29", features = [
"client",
"unstable_protocols",
], optional = true }
wayland-cursor = { version = "0.29", optional = true }
wayland-cursor = { version = "0.31", optional = true }
tempfile = { version = "3.3", optional = true }
x11-dl = { version = "2.19.1", optional = true }
libc = { version = "0.2.107", optional = true }
Expand Down

0 comments on commit 2b3f127

Please sign in to comment.