dependabot[bot] opened a new pull request, #10198: URL: https://github.com/apache/arrow-rs/pull/10198
Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.11.1 to 2.13.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/bitflags/bitflags/releases">bitflags's releases</a>.</em></p> <blockquote> <h2>2.13.0</h2> <h2>What's Changed</h2> <ul> <li>add MyFlags::Abc::iter_equal_names() method by <a href="https://github.com/ssrlive"><code>@ssrlive</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/489">bitflags/bitflags#489</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/bitflags/bitflags/compare/2.12.1...2.13.0">https://github.com/bitflags/bitflags/compare/2.12.1...2.13.0</a></p> <h2>2.12.1</h2> <h2>What's Changed</h2> <ul> <li>Rework the <code>#[flag_name]</code> feature and re-stabilize as <code>#[bitflags(flag_name)]</code> by <a href="https://github.com/KodrAus"><code>@KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/487">bitflags/bitflags#487</a></li> <li>Prepare for 2.12.1 release by <a href="https://github.com/KodrAus"><code>@KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/488">bitflags/bitflags#488</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/bitflags/bitflags/compare/2.12.0...2.12.1">https://github.com/bitflags/bitflags/compare/2.12.0...2.12.1</a></p> <h2>2.12.0</h2> <h2>Yanked</h2> <p>This release has been yanked because the <code>#[flag_name]</code> processing noticeably increases macro recursion, hitting the default limit in cases that are already close to it.</p> <h2>What's Changed</h2> <ul> <li>Add a custom <code>#[flag_name]</code> attribute by <a href="https://github.com/KodrAus"><code>@KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/483">bitflags/bitflags#483</a></li> <li>Add an all_named ctor for filtering out catch-all flags by <a href="https://github.com/KodrAus"><code>@KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/484">bitflags/bitflags#484</a></li> <li>Prepare for 2.12.0 release by <a href="https://github.com/KodrAus"><code>@KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/485">bitflags/bitflags#485</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/bitflags/bitflags/compare/2.11.1...2.12.0">https://github.com/bitflags/bitflags/compare/2.11.1...2.12.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md">bitflags's changelog</a>.</em></p> <blockquote> <h1>2.13.0</h1> <h2>What's Changed</h2> <ul> <li>add <code>MyFlags::Abc::iter_equal_names()</code> method by <a href="https://github.com/ssrlive"><code>@ssrlive</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/489">bitflags/bitflags#489</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/bitflags/bitflags/compare/2.12.1...2.13.0">https://github.com/bitflags/bitflags/compare/2.12.1...2.13.0</a></p> <h1>2.12.1</h1> <h2>What's Changed</h2> <ul> <li>Rework the <code>#[flag_name]</code> feature and re-stabilize as <code>#[bitflags(flag_name)]</code> by <a href="https://github.com/KodrAus"><code>@KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/487">bitflags/bitflags#487</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/bitflags/bitflags/compare/2.12.0...2.12.1">https://github.com/bitflags/bitflags/compare/2.12.0...2.12.1</a></p> <h1>2.12.0</h1> <h2>Yanked</h2> <p>This release has been yanked because the <code>#[flag_name]</code> processing noticeably increases macro recursion, hitting the default limit in cases that are already close to it.</p> <h2>What's Changed</h2> <ul> <li>Add a custom <code>#[flag_name]</code> attribute by <a href="https://github.com/KodrAus"><code>@KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/483">bitflags/bitflags#483</a></li> <li>Add an all_named ctor for filtering out catch-all flags by <a href="https://github.com/KodrAus"><code>@KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/484">bitflags/bitflags#484</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/bitflags/bitflags/compare/2.11.1...2.12.0">https://github.com/bitflags/bitflags/compare/2.11.1...2.12.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bitflags/bitflags/commit/9253889ee93921055309908c46272bd6c5c6ad99"><code>9253889</code></a> prepare for 2.13.0 release</li> <li><a href="https://github.com/bitflags/bitflags/commit/fbbbfac3f383acadf801fb042530d72a39c330d2"><code>fbbbfac</code></a> Merge pull request <a href="https://redirect.github.com/bitflags/bitflags/issues/489">#489</a> from ssrlive/main</li> <li><a href="https://github.com/bitflags/bitflags/commit/8c498c79bb876ebc6b0eabcd6db7a1653774d325"><code>8c498c7</code></a> Change visibility of new function to crate scope</li> <li><a href="https://github.com/bitflags/bitflags/commit/3cbddab7865d517fa9d7a6d0b0c791f376f39e08"><code>3cbddab</code></a> move iter_equal_names to trait Flags</li> <li><a href="https://github.com/bitflags/bitflags/commit/80f21930fb20ca94ff333b2bb671889c31df3f9b"><code>80f2193</code></a> add MyFlags::Abc::iter_equal_names() method</li> <li><a href="https://github.com/bitflags/bitflags/commit/9196a3a860f6bc367aec3a044fbbebea18a59d01"><code>9196a3a</code></a> Merge pull request <a href="https://redirect.github.com/bitflags/bitflags/issues/488">#488</a> from bitflags/cargo/2.12.1</li> <li><a href="https://github.com/bitflags/bitflags/commit/5626df47f661b9ca7396e570186dcab5762a8b3d"><code>5626df4</code></a> prepare for 2.12.1 release</li> <li><a href="https://github.com/bitflags/bitflags/commit/a5d3d5ea74d8469ebd94eb9f2898e44e0068cd2c"><code>a5d3d5e</code></a> Merge pull request <a href="https://redirect.github.com/bitflags/bitflags/issues/487">#487</a> from bitflags/fix/macro-expansion</li> <li><a href="https://github.com/bitflags/bitflags/commit/241a8e01bd1f5e67ba478d374dd290c42df9ac4e"><code>241a8e0</code></a> add a few docs for tt-munchers</li> <li><a href="https://github.com/bitflags/bitflags/commit/1d2138343822d08175a210138169b256fc081e7b"><code>1d21383</code></a> namaespace #[flag_name] under #[bitflags()]</li> <li>Additional commits viewable in <a href="https://github.com/bitflags/bitflags/compare/2.11.1...2.13.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 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]
