dependabot[bot] opened a new pull request, #2222: URL: https://github.com/apache/datafusion-comet/pull/2222
Bumps [bindgen](https://github.com/rust-lang/rust-bindgen) from 0.69.5 to 0.72.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.72.0</h2> <h2>Added</h2> <ul> <li>Report enums in ParseCallbacks.</li> <li>Refactor item_name method to use ItemInfo struct.</li> <li>Add callback to modify contents of macro</li> <li>Discovery callbacks for functions and methods.</li> <li>Options to generate uncallable C++ functions.</li> <li>Provide option to get real virtual fn receiver.</li> </ul> <h2>Changed</h2> <ul> <li>Generate bindings compatible with current rustc version by default.</li> </ul> <h2>Removed</h2> <ul> <li>Remove unused which-rustfmt feature</li> <li>Remove warning for opaque forward declarations</li> </ul> <h2>Fixed</h2> <ul> <li>More sophisticated handling of the triple in rust_to_clang_target</li> <li>Rename *-apple-ios-sim to ...simulator</li> <li>Fix OpenCL vectors that use "ext_vector_type".</li> <li>Fix union layout when it contains 0 sized array.</li> <li>Avoid crashing on variadic unions without layout information.</li> <li>Distinguish char16_t.</li> <li>Fix bugs in --clang-macro-fallback</li> <li>Add missed unsafe in the raw_set_bit function</li> <li>Use link_name for dynamic library loading</li> <li>Add "gen" to list of rust keywords in 'rust_mangle'</li> <li>Use appropriate <code>rustfmt --format ...</code> param</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rust-lang/rust-bindgen/compare/v0.71.1...v0.72.0">https://github.com/rust-lang/rust-bindgen/compare/v0.71.1...v0.72.0</a></p> <h2>v0.71.1</h2> <p>We are happy to announce a new release of bindgen :tada:</p> <ul> <li>[GitHub]</li> <li>[crates.io]</li> <li>[Users Guide][guide]</li> <li>[API Documentation][docs]</li> </ul> <h1>Changelog</h1> <h2>Fixed</h2> <ul> <li>Fix <code>--version</code> and <code>--generate-shell-completions</code> (<a href="https://redirect.github.com/rust-lang/rust-bindgen/issues/3040">#3040</a>)</li> </ul> <h1>Upgrade <code>bindgen</code></h1> <p>Upgrade to this release by updating your <code>Cargo.toml</code>:</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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.72.0 (2025-06-08)</h1> <h2>Added</h2> <ul> <li>Report enums in ParseCallbacks.</li> <li>Refactor item_name method to use ItemInfo struct.</li> <li>Add callback to modify contents of macro</li> <li>Discovery callbacks for functions and methods.</li> <li>Options to generate uncallable C++ functions.</li> <li>Provide option to get real virtual fn receiver.</li> </ul> <h2>Changed</h2> <ul> <li>Generate bindings compatible with current rustc version by default.</li> </ul> <h2>Removed</h2> <ul> <li>Remove unused which-rustfmt feature</li> <li>Remove warning for opaque forward declarations</li> </ul> <h2>Fixed</h2> <ul> <li>More sophisticated handling of the triple in rust_to_clang_target</li> <li>Rename *-apple-ios-sim to ...simulator</li> <li>Fix OpenCL vectors that use "ext_vector_type".</li> <li>Fix union layout when it contains 0 sized array.</li> <li>Avoid crashing on variadic unions without layout information.</li> <li>Distinguish char16_t.</li> <li>Fix bugs in --clang-macro-fallback</li> <li>Add missed unsafe in the raw_set_bit function</li> <li>Use link_name for dynamic library loading</li> <li>Add "gen" to list of rust keywords in 'rust_mangle'</li> <li>Use appropriate <code>rustfmt --format ...</code> param</li> </ul> <h1>v0.71.1 (2024-12-09)</h1> <h2>Fixed</h2> <ul> <li>Fix <code>--version</code> and <code>--generate-shell-completions</code> (<a href="https://redirect.github.com/rust-lang/rust-bindgen/issues/3040">#3040</a>)</li> </ul> <h1>0.71.0 (2024-12-06)</h1> <h2>Added</h2> <ul> <li>Add the <code>ParseCallbacks::new_item_found</code> callback to expose the original and final name of structs, unions and enums (<a href="https://redirect.github.com/rust-lang/rust-bindgen/issues/2658">#2658</a>).</li> <li>Add the <code>field_type_name</code> field to <code>FieldInfo</code> to expose the name of the type of a field (<a href="https://redirect.github.com/rust-lang/rust-bindgen/issues/2863">#2863</a>)</li> <li>Add support for custom attributes with the <code>--with-attribute-custom</code> flag (<a href="https://redirect.github.com/rust-lang/rust-bindgen/issues/2866">#2866</a>)</li> <li>Allow setting <code>--rust-target</code> to any Rust version supported by bindgen (<a href="https://redirect.github.com/rust-lang/rust-bindgen/issues/2993">#2993</a>)</li> <li>Use c-string literals if the <code>--generate-cstr</code> flag is used for Rust targets after 1.77 under the 2021 edition (<a href="https://redirect.github.com/rust-lang/rust-bindgen/issues/2996">#2996</a>)</li> <li>Add the <code>--rust-edition</code> flag which allows to select which Rust edition to target. (<a href="https://redirect.github.com/rust-lang/rust-bindgen/issues/3002">#3002</a>, <a href="https://redirect.github.com/rust-lang/rust-bindgen/issues/3013">#3013</a>)</li> <li>Use <code>unsafe extern</code> instead of <code>extern</code> in blocks for any Rust target after 1.82. (<a href="https://redirect.github.com/rust-lang/rust-bindgen/issues/3015">#3015</a>)</li> </ul> <h2>Changed</h2> <ul> <li>The <code>--wrap-static-fns</code> related options no longer require the experimental feature or flag (<a href="https://redirect.github.com/rust-lang/rust-bindgen/issues/2928">#2928</a>)</li> <li>Use the <code>Display</code> implementation instead of the <code>Debug</code> one for <code>BindgenError</code> in <code>bindgen-cli</code> (<a href="https://redirect.github.com/rust-lang/rust-bindgen/issues/3005">#3005</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/rust-bindgen/commit/d0e7d6b5b763e93dd38f9ece05230979ede95a0a"><code>d0e7d6b</code></a> chore: Release</li> <li><a href="https://github.com/rust-lang/rust-bindgen/commit/e7f0b9d90110e0f7d7d1d3f6d2ece75780d819d3"><code>e7f0b9d</code></a> Update changelog.</li> <li><a href="https://github.com/rust-lang/rust-bindgen/commit/2882af23b05cd29518b414fb4a023544b3ee645b"><code>2882af2</code></a> Refactor item_name method to use ItemInfo struct</li> <li><a href="https://github.com/rust-lang/rust-bindgen/commit/e2940cdcc20967799bece79b46682e8acc3bc042"><code>e2940cd</code></a> chore: Fix some warnings with latest stable.</li> <li><a href="https://github.com/rust-lang/rust-bindgen/commit/5d7f6847690f84b6a4bf7b800cb3ae6057c5a207"><code>5d7f684</code></a> codegen: Avoid crashing on variadic unions without layout information.</li> <li><a href="https://github.com/rust-lang/rust-bindgen/commit/2613129f1b39cf61e6ad3db7ec7d2a6806ed4fbd"><code>2613129</code></a> Remove unused which-rustfmt feature</li> <li><a href="https://github.com/rust-lang/rust-bindgen/commit/fef156111e6e16e06f68511ee7fe7da69a8b9d97"><code>fef1561</code></a> Fix rustfmt errors</li> <li><a href="https://github.com/rust-lang/rust-bindgen/commit/965a13cd6fc0946d4e98bfa36ce792777942fd12"><code>965a13c</code></a> Add test</li> <li><a href="https://github.com/rust-lang/rust-bindgen/commit/b9c6984739fc76e4e088d4ea567634b8a0be1b73"><code>b9c6984</code></a> Use callbacks properly</li> <li><a href="https://github.com/rust-lang/rust-bindgen/commit/803d73ee09470005ce1a1d02ab559e1c7bd6dac8"><code>803d73e</code></a> Use parse_callbacks from options</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/rust-bindgen/compare/v0.69.5...v0.72.0">compare view</a></li> </ul> </details> <br /> [](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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
