Skip to content

Commit

Permalink
build(deps): update x11rb requirement from 0.12 to 0.13
Browse files Browse the repository at this point in the history
Updates the requirements on [x11rb](https://github.com/psychon/x11rb) to permit the latest version.
- [Changelog](https://github.com/psychon/x11rb/blob/master/doc/changelog.md)
- [Commits](psychon/x11rb@v0.12.0...v0.13.0)

---
updated-dependencies:
- dependency-name: x11rb
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 11, 2023
1 parent fc81d83 commit 9fe1995
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 @@ -65,7 +65,7 @@ wayland-protocols-plasma = { version = "0.2", features = [
"client",
], optional = true }
wayland-client = { version = "0.31", optional = true }
x11rb = { version = "0.12", features = [
x11rb = { version = "0.13", features = [
"randr",
"xinput",
"xtest",
Expand Down

0 comments on commit 9fe1995

Please sign in to comment.