dependabot[bot] opened a new pull request, #13256: URL: https://github.com/apache/datafusion/pull/13256
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.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> <ul> <li>Raw entry API is now under <code>raw-entry</code> feature, to be eventually removed. (<a href="https://redirect.github.com/rust-lang/hashbrown/issues/534">#534</a>, <a href="https://redirect.github.com/rust-lang/hashbrown/issues/555">#555</a>)</li> <li>Raw table API has been made private and the <code>raw</code> feature is removed; in the future, all code should be using the <code>HashTable</code> API instead. (<a href="https://redirect.github.com/rust-lang/hashbrown/issues/531">#531</a>, <a href="https://redirect.github.com/rust-lang/hashbrown/issues/546">#546</a>)</li> <li><code>rykv</code> feature was removed; this is now provided by the <code>rykv</code> crate instead. (<a href="https://redirect.github.com/rust-lang/hashbrown/issues/554">#554</a>)</li> <li><code>HashSet::get_or_insert_owned</code> was removed in favor of <code>get_or_insert_with</code>. (<a href="https://redirect.github.com/rust-lang/hashbrown/issues/555">#555</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/hashbrown/commit/dd56b3b19713c893f4a0e2344dff8e74073b7089"><code>dd56b3b</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/hashbrown/issues/581">#581</a> from Amanieu/release-0.15.1</li> <li><a href="https://github.com/rust-lang/hashbrown/commit/5643b135a87603b738686847b6c9701065b83ee3"><code>5643b13</code></a> Yank v0.15.0</li> <li><a href="https://github.com/rust-lang/hashbrown/commit/986305abb886d87d3686178937032202fc6f09d7"><code>986305a</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/hashbrown/issues/582">#582</a> from Amanieu/stable-strict-provenance</li> <li><a href="https://github.com/rust-lang/hashbrown/commit/1295e3ec5b8eb7678a533969e9925cedf84dfeb8"><code>1295e3e</code></a> Remove mentions of stabilized feature <code>strict_provenance</code></li> <li><a href="https://github.com/rust-lang/hashbrown/commit/458e44532a65cf850bde3c22bd5d30a1ce2ed6af"><code>458e445</code></a> Release v0.15.1</li> <li><a href="https://github.com/rust-lang/hashbrown/commit/ccec5ebb6aa32c489c46b2e6f6db39aa319f2e85"><code>ccec5eb</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/hashbrown/issues/580">#580</a> from Kobzol/ci-doc</li> <li><a href="https://github.com/rust-lang/hashbrown/commit/02ddcc9f033065dc60e6143bf9c78bc6d11e7904"><code>02ddcc9</code></a> Document conclusion job more</li> <li><a href="https://github.com/rust-lang/hashbrown/commit/998637f2cc7dc065cf31baaa2e372820182b71ea"><code>998637f</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/hashbrown/issues/575">#575</a> from Kobzol/ci-remove-bors</li> <li><a href="https://github.com/rust-lang/hashbrown/commit/c6b90d97d9ca91822ceac919e360474ac7c687b0"><code>c6b90d9</code></a> Switch from using Bors to merge queue in CI</li> <li><a href="https://github.com/rust-lang/hashbrown/commit/eea980411a75c5229a562f9543fe1b035ad384c9"><code>eea9804</code></a> Auto merge of <a href="https://redirect.github.com/rust-lang/hashbrown/issues/572">#572</a> - cuviper:ci-msrv, r=Amanieu</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/hashbrown/compare/v0.14.5...v0.15.1">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]
