Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update bindgen requirement from 0.37.0 to 0.63.0 #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 15, 2023

Updates the requirements on bindgen to permit the latest version.

Changelog

Sourced from bindgen's changelog.

0.51.1

Released 2019/09/23.

Fixed

  • Mismatched Ord and PartialOrd implementations were fixed, which regresses bindgen in funny ways when using rustc nightly. Dot releases for a few of the previous versions of bindgen will be created with this fix. Also, a v0.51.1-oldsyn version was uploaded without the syn update. #1627[]

Changed

  • Syn and related dependencies have been updated. #1611[]

  • Switches added to allow less dependencies. In particular: It won't pull failure and related dependencies by default, and there's a default-on which-rustfmt feature which allows to get rid of which altogether. #1615[] / #1625[]

  • fxhash dependency was switched to rustc-hash. #1626[]

#1627: rust-lang/rust-bindgen#1627 #1611: rust-lang/rust-bindgen#1611 #1615: rust-lang/rust-bindgen#1615 #1625: rust-lang/rust-bindgen#1625 #1626: rust-lang/rust-bindgen#1626 #1627: rust-lang/rust-bindgen#1627

0.51.0

Released 2019/07/26.

Fixed

  • Improve workaround for LLVM stack overflow when evaluating value-dependent expressions. #1591[]

  • Bindgen will properly detect the layout of incomplete arrays. #1592[]

  • Bindgen will properly detect the layout of empty unions and forward declarations of unions. #1593[] and #1595[]. Thanks @​pmarks!

Changed

  • Refactored the way layout of wchar_t is computed. This is a breaking change since IntKind::WChar (exposed in ParseCallbacks) no longer needs a size member. #1596[]

Added

... (truncated)

Commits
  • 6643847 Release v0.51.1
  • 9696bc1 ir: Make Ord and PartialOrd implementations agree.
  • 8fd16b9 Upgrade 'which' to remove indirect dependency on 'failure'.
  • 43f8968 fxhash -> rustc-hash
  • 86b38f4 Update Debian requirements.
  • dd21b21 Improve the script to enforce rustfmt on automation.
  • 2f621dd Rustfmt.
  • 3062841 Add rustfmt to nightly toolchain
  • 4c379f5 Set RUSTFMT for nofeatures tests
  • f377a63 lint ci/script.sh
  • 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 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 15, 2023
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@dependabot dependabot bot force-pushed the dependabot/cargo/bindgen-0.63.0 branch 2 times, most recently from 6ce81e4 to 6d0467e Compare January 15, 2023 17:20
Updates the requirements on [bindgen](https://github.com/rust-lang/rust-bindgen) to permit the latest version.
- [Release notes](https://github.com/rust-lang/rust-bindgen/releases)
- [Changelog](https://github.com/rust-lang/rust-bindgen/blob/master/CHANGELOG.md)
- [Commits](rust-lang/rust-bindgen@v0.37.0...v0.51.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/bindgen-0.63.0 branch from 6d0467e to c80804c Compare January 15, 2023 17:21
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.

1 participant