Skip to content

Commit

Permalink
chore(deps): bump x11rb from 0.12.0 to 0.13.0 (#148)
Browse files Browse the repository at this point in the history
Bumps [x11rb](https://github.com/psychon/x11rb) from 0.12.0 to 0.13.0.
- [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
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 11, 2023
1 parent 1d947dd commit e40571d
Show file tree
Hide file tree
Showing 2 changed files with 114 additions and 61 deletions.
173 changes: 113 additions & 60 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ rust-version = "1.70.0"
[dependencies]
dbus = "0.9.7"
dbus-crossroads = "0.5.2"
x11rb = { version = "0.12.0", default-features = false, features = [
x11rb = { version = "0.13.0", default-features = false, features = [
"allow-unsafe-code",
] }
cairo-rs = { version = "0.18.3", default-features = false, features = [
Expand Down

0 comments on commit e40571d

Please sign in to comment.