Skip to content

Commit

Permalink
build(deps): update x11rb-async requirement from 0.12.0 to 0.13.0
Browse files Browse the repository at this point in the history
Updates the requirements on [x11rb-async](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-async
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 11, 2023
1 parent 1e648c7 commit e400c2d
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 @@ -48,7 +48,7 @@ tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
####################################################################################################
# X11
[dependencies.x11rb-async]
version = "0.12.0"
version = "0.13.0"
optional = true

# Wayland
Expand Down

0 comments on commit e400c2d

Please sign in to comment.