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

[Merged by Bors] - Bump bindgen from 0.68.1 to 0.69.0 #152

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 2, 2023

Bumps bindgen from 0.68.1 to 0.69.0.

Release notes

Sourced from bindgen's releases.

v0.69.0

Install bindgen-cli 0.69.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/rust-lang/rust-bindgen/releases/download/v0.69.0/bindgen-cli-installer.sh | sh

Download bindgen-cli 0.69.0

File Platform Checksum
bindgen-cli-aarch64-apple-darwin.tar.xz macOS Apple Silicon checksum
bindgen-cli-x86_64-apple-darwin.tar.xz macOS Intel checksum
bindgen-cli-x86_64-unknown-linux-gnu.tar.xz Linux x64 checksum
Changelog

Sourced from bindgen's changelog.

0.69.0 (2023-11-01)

Added

  • Added the ParseCallbacks::header_file callback which runs on every filename passed to Builder::header.
  • Added the CargoCallbacks::new constructor which emits a cargo-rerun line for every input header file by default.
  • Added the CargoCallbacks::rerun_on_header_files method to configure whether a cargo-rerun line should be emitted for every input header file.

Changed

  • The --wrap-static-fns feature was updated so function types that has no argument use void as its sole argument.
  • CargoCallbacks is no longer a unit-like struct and the CargoCallbacks constant was added to mitigate the breaking nature of this change. This constant has been marked as deprecated and users will have to use the new CargoCallbacks::new method in the future.

Removed

Fixed

  • Allow compiling bindgen-cli with a static libclang.
  • Emit an opaque integer type for pointer types that don't have the same size as the target's pointer size.
  • Avoid escaping Objective-C method names unless they are Self, self, crate or super.

Security

Commits

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 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)

Bumps [bindgen](https://github.com/rust-lang/rust-bindgen) from 0.68.1 to 0.69.0.
- [Release notes](https://github.com/rust-lang/rust-bindgen/releases)
- [Changelog](https://github.com/rust-lang/rust-bindgen/blob/main/CHANGELOG.md)
- [Commits](rust-lang/rust-bindgen@v0.68.1...v0.69.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Nov 2, 2023
@morenol
Copy link
Contributor

morenol commented Nov 2, 2023

bors r+

bors bot pushed a commit that referenced this pull request Nov 2, 2023
Bumps [bindgen](https://github.com/rust-lang/rust-bindgen) from 0.68.1 to 0.69.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/rust-lang/rust-bindgen/releases">bindgen's releases</a>.</em></p>
<blockquote>
<h2>v0.69.0</h2>
<h2>Install bindgen-cli 0.69.0</h2>
<h3>Install prebuilt binaries via shell script</h3>
<pre lang="sh"><code>curl --proto '=https' --tlsv1.2 -LsSf https://github.com/rust-lang/rust-bindgen/releases/download/v0.69.0/bindgen-cli-installer.sh | sh
</code></pre>
<h2>Download bindgen-cli 0.69.0</h2>
<table>
<thead>
<tr>
<th>File</th>
<th>Platform</th>
<th>Checksum</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="https://github.com/rust-lang/rust-bindgen/releases/download/v0.69.0/bindgen-cli-aarch64-apple-darwin.tar.xz">bindgen-cli-aarch64-apple-darwin.tar.xz</a></td>
<td>macOS Apple Silicon</td>
<td><a href="https://github.com/rust-lang/rust-bindgen/releases/download/v0.69.0/bindgen-cli-aarch64-apple-darwin.tar.xz.sha256">checksum</a></td>
</tr>
<tr>
<td><a href="https://github.com/rust-lang/rust-bindgen/releases/download/v0.69.0/bindgen-cli-x86_64-apple-darwin.tar.xz">bindgen-cli-x86_64-apple-darwin.tar.xz</a></td>
<td>macOS Intel</td>
<td><a href="https://github.com/rust-lang/rust-bindgen/releases/download/v0.69.0/bindgen-cli-x86_64-apple-darwin.tar.xz.sha256">checksum</a></td>
</tr>
<tr>
<td><a href="https://github.com/rust-lang/rust-bindgen/releases/download/v0.69.0/bindgen-cli-x86_64-unknown-linux-gnu.tar.xz">bindgen-cli-x86_64-unknown-linux-gnu.tar.xz</a></td>
<td>Linux x64</td>
<td><a href="https://github.com/rust-lang/rust-bindgen/releases/download/v0.69.0/bindgen-cli-x86_64-unknown-linux-gnu.tar.xz.sha256">checksum</a></td>
</tr>
</tbody>
</table>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/rust-lang/rust-bindgen/blob/main/CHANGELOG.md">bindgen's changelog</a>.</em></p>
<blockquote>
<h1>0.69.0 (2023-11-01)</h1>
<h2>Added</h2>
<ul>
<li>Added the <code>ParseCallbacks::header_file</code> callback which runs on every filename passed to <code>Builder::header</code>.</li>
<li>Added the <code>CargoCallbacks::new</code> constructor which emits a cargo-rerun line
for every input header file by default.</li>
<li>Added the <code>CargoCallbacks::rerun_on_header_files</code> method to configure whether
a cargo-rerun line should be emitted for every input header file.</li>
</ul>
<h2>Changed</h2>
<ul>
<li>The <code>--wrap-static-fns</code> feature was updated so function types that has no
argument use <code>void</code> as its sole argument.</li>
<li><code>CargoCallbacks</code> is no longer a <a href="https://doc.rust-lang.org/reference/items/structs.html">unit-like
struct</a> and the
<code>CargoCallbacks</code> constant was added to mitigate the breaking nature of this
change. This constant has been marked as deprecated and users will have to
use the new <code>CargoCallbacks::new</code> method in the future.</li>
</ul>
<h2>Removed</h2>
<h2>Fixed</h2>
<ul>
<li>Allow compiling <code>bindgen-cli</code> with a static libclang.</li>
<li>Emit an opaque integer type for pointer types that don't have the same size
as the target's pointer size.</li>
<li>Avoid escaping Objective-C method names unless they are <code>Self</code>, <code>self</code>,
<code>crate</code> or <code>super</code>.</li>
</ul>
<h2>Security</h2>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/rust-lang/rust-bindgen/commit/c73990cc0f714ce79e444039f09eaf1f769d7e6a"><code>c73990c</code></a> Rename secret for crates.io token</li>
<li><a href="https://github.com/rust-lang/rust-bindgen/commit/1279a11dfb9560554fbfaecc427d3fc8753942dd"><code>1279a11</code></a> chore: Release</li>
<li><a href="https://github.com/rust-lang/rust-bindgen/commit/d1cc3c2432ce4e7e8bf7b0462e54d61731f72118"><code>d1cc3c2</code></a> Update release instructions</li>
<li><a href="https://github.com/rust-lang/rust-bindgen/commit/7ed33dde6311f425cfef06c8b48a025f9c0064e7"><code>7ed33dd</code></a> Update the changelog using cargo release</li>
<li><a href="https://github.com/rust-lang/rust-bindgen/commit/04fa3930f45bbff050f97e6d45e0ddcbb98bde85"><code>04fa393</code></a> publish from GitHub release page (<a href="https://redirect.github.com/rust-lang/rust-bindgen/issues/2645">#2645</a>)</li>
<li><a href="https://github.com/rust-lang/rust-bindgen/commit/5d1a25447fd5d8f7f0a0b18487721099e71064f7"><code>5d1a254</code></a> Fix the <code>check-cfg</code> workflow (<a href="https://redirect.github.com/rust-lang/rust-bindgen/issues/2676">#2676</a>)</li>
<li><a href="https://github.com/rust-lang/rust-bindgen/commit/89a84f6c251c3894397d04f75d2bf2219e806c3c"><code>89a84f6</code></a> Bump rustix from 0.36.7 to 0.36.16 (<a href="https://redirect.github.com/rust-lang/rust-bindgen/issues/2666">#2666</a>)</li>
<li><a href="https://github.com/rust-lang/rust-bindgen/commit/e41f9dcd31cc3ac6bf79ccfe477055b19c190e47"><code>e41f9dc</code></a> bump cargo dist, and disable trying to create windows releases (<a href="https://redirect.github.com/rust-lang/rust-bindgen/issues/2660">#2660</a>)</li>
<li><a href="https://github.com/rust-lang/rust-bindgen/commit/100ab4c6c86a0dfa2a3d075457c5b50e5feb80e7"><code>100ab4c</code></a> [Doc] Add missing entry for allowlist-item. (<a href="https://redirect.github.com/rust-lang/rust-bindgen/issues/2659">#2659</a>)</li>
<li><a href="https://github.com/rust-lang/rust-bindgen/commit/7b9567394e2ba7d76341746db36133da31e3b682"><code>7b95673</code></a> Let clap handle all CLI parsing errors (<a href="https://redirect.github.com/rust-lang/rust-bindgen/issues/2656">#2656</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/rust-lang/rust-bindgen/compare/v0.68.1...v0.69.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=bindgen&package-manager=cargo&previous-version=0.68.1&new-version=0.69.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 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)


</details>
Copy link

bors bot commented Nov 2, 2023

Pull request successfully merged into main.

Build succeeded!

The publicly hosted instance of bors-ng is deprecated and will go away soon.

If you want to self-host your own instance, instructions are here.
For more help, visit the forum.

If you want to switch to GitHub's built-in merge queue, visit their help page.

  • Done

@bors bors bot changed the title Bump bindgen from 0.68.1 to 0.69.0 [Merged by Bors] - Bump bindgen from 0.68.1 to 0.69.0 Nov 2, 2023
@bors bors bot closed this Nov 2, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 2, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@bors bors bot deleted the dependabot/cargo/bindgen-0.69.0 branch November 2, 2023 16:22
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant