Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update bindgen requirement from 0.70 to 0.71 in /fitsio-…
…sys in the cargo-packages group (#372) Updates the requirements on [bindgen](https://github.com/rust-lang/rust-bindgen) to permit the latest version. Updates `bindgen` to 0.71.0 <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.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> <h2>Removed</h2> <ul> <li>Dropped support for any Clang versions strictly lower than 9.0 (<a href="https://redirect.github.com/rust-lang/rust-bindgen/issues/2932">#2932</a>)</li> <li>Dropped support for any Rust version strictly lower than 1.33 (<a href="https://redirect.github.com/rust-lang/rust-bindgen/issues/2993">#2993</a>)</li> </ul> <h2>Fixed</h2> <ul> <li>Represent opaque types in a FFI-safe way (<a href="https://redirect.github.com/rust-lang/rust-bindgen/issues/2880">#2880</a>)</li> <li>Use the underlying type of any atomic type instead of panicking (<a href="https://redirect.github.com/rust-lang/rust-bindgen/issues/2920">#2920</a>)</li> <li>Use the right characters for newlines on windows (<a href="https://redirect.github.com/rust-lang/rust-bindgen/issues/2923">#2923</a>)</li> <li>Inlined namespaces are properly recognized now (<a href="https://redirect.github.com/rust-lang/rust-bindgen/issues/2950">#2950</a>)</li> <li>Unsafe calls to <code>libloading</code> are now wrapped in <code>unsafe</code> blocks when using dynamic loading (<a href="https://redirect.github.com/rust-lang/rust-bindgen/issues/2961">#2961</a>)</li> <li>The <code>ParseCallbacks::field_visibility</code> callback is now called for newtypes as well (<a href="https://redirect.github.com/rust-lang/rust-bindgen/issues/2967">#2967</a>)</li> <li>Gate the use of the <code>addr_of</code> and <code>addr_of_mut</code> macros under the 1.51 rust version (<a href="https://redirect.github.com/rust-lang/rust-bindgen/issues/2988">#2988</a>)</li> </ul> <h1>0.70.1 (2024-08-20)</h1> <h2>Added</h2> <h2>Changed</h2> <h2>Removed</h2> <h2>Fixed</h2> <ul> <li>Fix regression where the <code>const</code> layout tests were triggering the <code>unnecessary_operation</code> and <code>identity_op</code> clippy warnings.</li> </ul> <h2>Security</h2> <h1>0.70.0 (2024-08-16)</h1> <h2>Added</h2> <ul> <li>Add target mappings for riscv64imac and riscv32imafc.</li> <li>Add a complex macro fallback API (<a href="https://redirect.github.com/rust-lang/rust-bindgen/issues/2779">#2779</a>).</li> <li>Add option to use DST structs for flexible arrays (--flexarray-dst, <a href="https://redirect.github.com/rust-lang/rust-bindgen/issues/2772">#2772</a>).</li> <li>Add option to dynamically load variables (<a href="https://redirect.github.com/rust-lang/rust-bindgen/issues/2812">#2812</a>).</li> <li>Add option in CLI to use rustified non-exhaustive enums (--rustified-non-exhaustive-enum, <a href="https://redirect.github.com/rust-lang/rust-bindgen/issues/2847">#2847</a>).</li> <li>Add field_type_name to FieldInfo.</li> </ul> <h2>Changed</h2> <ul> <li>Remove which and lazy-static dependencies (<a href="https://redirect.github.com/rust-lang/rust-bindgen/issues/2809">#2809</a>, <a href="https://redirect.github.com/rust-lang/rust-bindgen/issues/2817">#2817</a>).</li> <li>Generate compile-time layout tests (<a href="https://redirect.github.com/rust-lang/rust-bindgen/issues/2787">#2787</a>).</li> <li>Print <code>bindgen-cli</code> errors to stderr instead of stdout (<a href="https://redirect.github.com/rust-lang/rust-bindgen/issues/2840">#2840</a>)</li> </ul> <h2>Removed</h2> <h2>Fixed</h2> <ul> <li>Fix <code>--formatter=prettyplease</code> not working in <code>bindgen-cli</code> by adding <code>prettyplease</code> feature and enabling it by default for <code>bindgen-cli</code> (<a href="https://redirect.github.com/rust-lang/rust-bindgen/issues/2789">#2789</a>) .</li> <li>Fix <code>--allowlist-item</code> so anonymous enums are no longer ignored (<a href="https://redirect.github.com/rust-lang/rust-bindgen/issues/2827">#2827</a>).</li> <li>Use clang_getFileLocation instead of clang_getSpellingLocation to fix clang-trunk (<a href="https://redirect.github.com/rust-lang/rust-bindgen/issues/2824">#2824</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/d3c489f466b26ac062a993c33ba4c3a9f4e58cbe"><code>d3c489f</code></a> Add version field to <code>bindgen</code> as a dependency</li> <li><a href="https://github.com/rust-lang/rust-bindgen/commit/c683f6f7dfac713f9881d12a57de2bdd4e4da4ca"><code>c683f6f</code></a> chore: bump versions</li> <li><a href="https://github.com/rust-lang/rust-bindgen/commit/80c7bcf738915dda522fd6c3da928f354893d546"><code>80c7bcf</code></a> chore: update changelog</li> <li><a href="https://github.com/rust-lang/rust-bindgen/commit/2da868db62745045d4fc5987663da85035ffa520"><code>2da868d</code></a> ci: remove <code>main_tests</code> from matrix</li> <li><a href="https://github.com/rust-lang/rust-bindgen/commit/798d61832fc40b340307dcf0deb36b754e23c75c"><code>798d618</code></a> ci: remove unused targets</li> <li><a href="https://github.com/rust-lang/rust-bindgen/commit/42218df0668eedc04e681a134fd7bceeba9f1623"><code>42218df</code></a> docs(book): fix inconsistent use of Clang versions</li> <li><a href="https://github.com/rust-lang/rust-bindgen/commit/260779805ca02db086d836919adca3bd2eb8f475"><code>2607798</code></a> docs(book): fix package name for the extra Clang tools</li> <li><a href="https://github.com/rust-lang/rust-bindgen/commit/eeca12ded27777f45a55c1691d117643239502b0"><code>eeca12d</code></a> ci: Move forward Rust for Linux version to v6.13-rc1</li> <li><a href="https://github.com/rust-lang/rust-bindgen/commit/a154af5a3978fdd336754e4268a57f7d99c9a31e"><code>a154af5</code></a> Use <code>KyleMayes/install-llvm-action</code> to install LLVM</li> <li><a href="https://github.com/rust-lang/rust-bindgen/commit/cce8f7edad7c4c36619aab3067ce90b29dceac81"><code>cce8f7e</code></a> Use <code>macos-latest</code> on CI</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/rust-bindgen/compare/v0.70.0...v0.71.0">compare view</a></li> </ul> </details> <br /> <details> <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary> | Dependency Name | Ignore Conditions | | --- | --- | | bindgen | [>= 0.63.a, < 0.64] | | bindgen | [>= 0.62.a, < 0.63] | </details> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information