Skip to content

Build(deps): bump x11rb from 0.11.0 to 0.12.0#29

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/x11rb-0.12.0
Open

Build(deps): bump x11rb from 0.11.0 to 0.12.0#29
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/x11rb-0.12.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github May 29, 2023

Bumps x11rb from 0.11.0 to 0.12.0.

Changelog

Sourced from x11rb's changelog.

Version 0.12.0 (2023-05-27)

New features:

  • There is a new crate x11rb-async that brings x11rb to the async ecosystem.
  • Bitmask enumerations now also implement BitAnd, BitAndAssign and BitOrAssign and offers contains() and intersects() methods.
  • Add (optional) support for the as-raw-xcb-connection crate.
  • Implement Default for x11rb_protocol::connection::Connection.
  • Optional support for the tracing crate.
  • New API to convert major + minor opcode of a request to human readable names.

Fixes:

  • Improve error message when not all FDs could be sent.
  • Use correct byte order on Image::get() for big-endian servers.
  • Fix build for XCBConnection on architectures without AtomicU64.

Breaking changes:

  • Various methods on x11rb_protocol::protocol::xinput::EventForSend now return ParseError instead of unwrapping errors internally.
  • The generated names for some structs in x11rb_protocol::protocol::xkb are now better. For example, SelectEventsAuxBitcase1 is now called SelectEventsAuxNewKeyboardNotify, which at least hints towards its meaning.
  • Image::get() now also returns the visual ID from the GetImageReply.

Minor changes:

  • Update dependencies.
  • Get rid of some (infallible) unwrap()s in generated code by moving this to a hand-written helper function.
  • The usual round of fixing new clippy warnings.
  • Remove some unnecessary unwrap()s in examples.
  • Use the polling crate in the xclock_utc example.

Version 0.11.1 (2023-01-06)

Fixes:

  • Fix connection breakage after sending 2^16 requests without a reply.
  • Enable features on docs.rs to have better docs.
  • Fix dl-libxcb feature on NetBSD not finding libxcb.so.
Commits
  • 1f4653e Update the version number for the next release
  • 0a9d3b8 Merge pull request #839 from psychon/test-request-names
  • 4e366fe Add tests for request naming functions
  • 6153c88 Merge pull request #838 from psychon/deduplicate-request-naming
  • 133d7a7 Deduplicate request name decoding
  • 12fb1ec Merge pull request #831 from psychon/update-changelog
  • 88bae9e Update the changelog for next release
  • 13c78f4 Merge pull request #835 from psychon/notgull/32bit
  • 17728eb Merge pull request #837 from psychon/image-get
  • 72d70aa Add a fallback for 32 bit platforms
  • Additional commits viewable in compare view

Dependabot compatibility score

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Bumps [x11rb](https://github.com/psychon/x11rb) from 0.11.0 to 0.12.0.
- [Changelog](https://github.com/psychon/x11rb/blob/master/doc/changelog.md)
- [Commits](psychon/x11rb@v0.11.0...v0.12.0)

---
updated-dependencies:
- dependency-name: x11rb
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 29, 2023
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants