Skip to content

Update x11rb requirement from 0.13.0 to 0.14.0#34

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/x11rb-0.14.0
Open

Update x11rb requirement from 0.13.0 to 0.14.0#34
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/x11rb-0.14.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 17, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on x11rb to permit the latest version.

Changelog

Sourced from x11rb's changelog.

Version 0.14.0 (2026-07-16)

New features:

  • Allow building with libloading 0.9.

Fixes:

  • Fix CUT_BUFFER0 to CUT_BUFFER7 atom names. The generated code previously used CUT_BUFFE_R0.

Breaking changes:

  • Drop abstract unix socket support, following a change in libxcb.
  • MSRV increased to Rust 1.68.
  • Update to raw-window-handle 0.6.

Minor changes:

  • Pin various dependencies in CI to keep the MSRV check working.
  • Fix various new clippy and Rust warnings.

Version 0.13.2 (2025-08-29)

New features:

  • Update cursor icon file search path to follow a change in libxcb-cursor which in turn was changed to follow libXcursor.
  • Get cursor theme name from $XCURSOR_THEME if set.
  • Added XCBConnection::from_existing_connection to allow wrapping anything that implements AsRawXcbConection. Without this function, unsafe code was required from the user.
  • Added raw-window-handle feature which makes XCBConnection implement HasRawDisplayHandle and WindowWrapper implement HasRawWindowHandle.
  • Use new hints.mostly-unused Cargo feature. This might improve compilation speed with nightly compilers.

Fixes:

  • Fix missing indentation in doc comments in generated code.
  • Fix a minor X11 resource leak in cursor code.
  • Gate tests behind the features they need so that cargo test --no-default-features works. This is now also tested in CI.
  • The present feature depends on dri3 to actually work, but this was not specified in Cargo.toml.

Breaking changes:

  • MSRV increased to Rust 1.64.

Minor changes:

  • Various minor changes to fix new compiler and clippy warnings and improve readability.
  • Use existing xcursor-rs crate for cursor and cursor theme file parsing instead of own code.
  • Updated dependencies to rustix 1.0, gethostname 1.0. This required a MSRV increase to Rust 1.64.

... (truncated)

Commits
  • 6dedac4 Update the version number for the next release
  • 29c5bd1 Merge pull request #978 from psychon/uli/update-changelog
  • 222fdc0 Update the changelog for the next release
  • 29b0d64 Merge pull request #976 from psychon/update-libloading
  • d7981c5 Allow using libloading 0.9.0
  • ad66840 Merge pull request #977 from psychon/fix-clippy
  • c9fa1fe xtrace-example: Fix a new clippy warning
  • 213a633 Merge pull request #975 from psychon/fix-msrv-check-removing-syn-v2
  • 94e7f1a Fix syn v2 pinning in msrv workflow
  • 4cd9f24 Merge pull request #974 from psychon/fix-cut-buffer0
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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.13.0...v0.14.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jul 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Development

Successfully merging this pull request may close these issues.

0 participants