dependabot[bot] opened a new pull request, #13557: URL: https://github.com/apache/datafusion/pull/13557
Updates the requirements on [hashbrown](https://github.com/rust-lang/hashbrown) to permit the latest version. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md">hashbrown's changelog</a>.</em></p> <blockquote> <h2>[v0.15.2] - 2024-11-14</h2> <h3>Added</h3> <ul> <li>Marked <code>const fn</code> constructors as <code>rustc_const_stable_indirect</code> when built as part of the standard library. (<a href="https://redirect.github.com/rust-lang/hashbrown/issues/586">#586</a>)</li> </ul> <h2>[v0.15.1] - 2024-11-03</h2> <p>This release removes the <code>borsh</code> feature introduced in 0.15.0 because it was found to be incorrectly implemented. Users should use the <code>hashbrown</code> feature of the <code>borsh</code> crate instead which provides the same trait implementations.</p> <h2><del>[v0.15.0] - 2024-10-01</del></h2> <p>This release was <em>yanked</em> due to a broken implementation of the <code>borsh</code> feature.</p> <p>This update contains breaking changes that remove the <code>raw</code> API with the hope of centralising on the <code>HashTable</code> API in the future. You can follow the discussion and progress in <a href="https://redirect.github.com/rust-lang/hashbrown/issues/545">#545</a> to discuss features you think should be added to this API that were previously only possible on the <code>raw</code> API.</p> <h3>Added</h3> <ul> <li>Added <code>borsh</code> feature with <code>BorshSerialize</code> and <code>BorshDeserialize</code> impls. (<a href="https://redirect.github.com/rust-lang/hashbrown/issues/525">#525</a>)</li> <li>Added <code>Assign</code> impls for <code>HashSet</code> operators. (<a href="https://redirect.github.com/rust-lang/hashbrown/issues/529">#529</a>)</li> <li>Added <code>Default</code> impls for iterator types. (<a href="https://redirect.github.com/rust-lang/hashbrown/issues/542">#542</a>)</li> <li>Added <code>HashTable::iter_hash{,_mut}</code> methods. (<a href="https://redirect.github.com/rust-lang/hashbrown/issues/549">#549</a>)</li> <li>Added <code>Hash{Table,Map,Set}::allocation_size</code> methods. (<a href="https://redirect.github.com/rust-lang/hashbrown/issues/553">#553</a>)</li> <li>Implemented <code>Debug</code> and <code>FusedIterator</code> for all <code>HashTable</code> iterators. (<a href="https://redirect.github.com/rust-lang/hashbrown/issues/561">#561</a>)</li> <li>Specialized <code>Iterator::fold</code> for all <code>HashTable</code> iterators. (<a href="https://redirect.github.com/rust-lang/hashbrown/issues/561">#561</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Changed <code>hash_set::VacantEntry::insert</code> to return <code>OccupiedEntry</code>. (<a href="https://redirect.github.com/rust-lang/hashbrown/issues/495">#495</a>)</li> <li>Improved<code>hash_set::Difference::size_hint</code> lower-bound. (<a href="https://redirect.github.com/rust-lang/hashbrown/issues/530">#530</a>)</li> <li>Improved <code>HashSet::is_disjoint</code> performance. (<a href="https://redirect.github.com/rust-lang/hashbrown/issues/531">#531</a>)</li> <li><code>equivalent</code> feature is now enabled by default. (<a href="https://redirect.github.com/rust-lang/hashbrown/issues/532">#532</a>)</li> <li><code>HashSet</code> operators now return a set with the same allocator. (<a href="https://redirect.github.com/rust-lang/hashbrown/issues/529">#529</a>)</li> <li>Changed the default hasher to foldhash. (<a href="https://redirect.github.com/rust-lang/hashbrown/issues/563">#563</a>)</li> <li><code>ahash</code> feature has been renamed to <code>default-hasher</code>. (<a href="https://redirect.github.com/rust-lang/hashbrown/issues/533">#533</a>)</li> <li>Entry API has been reworked and several methods have been renamed. (<a href="https://redirect.github.com/rust-lang/hashbrown/issues/535">#535</a>)</li> <li><code>Hash{Map,Set}::insert_unique_unchecked</code> is now unsafe. (<a href="https://redirect.github.com/rust-lang/hashbrown/issues/556">#556</a>)</li> <li>The signature of <code>get_many_mut</code> and related methods was changed. (<a href="https://redirect.github.com/rust-lang/hashbrown/issues/562">#562</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Fixed typos, stray backticks in docs. (<a href="https://redirect.github.com/rust-lang/hashbrown/issues/558">#558</a>, <a href="https://redirect.github.com/rust-lang/hashbrown/issues/560">#560</a>)</li> </ul> <h3>Removed</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/rust-lang/hashbrown/commits">compare view</a></li> </ul> </details> <br /> 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]
