dependabot[bot] opened a new pull request, #8248:
URL: https://github.com/apache/arrow-rs/pull/8248

   Updates the requirements on 
[hashbrown](https://github.com/rust-lang/hashbrown) to permit the latest 
version.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/rust-lang/hashbrown/releases";>hashbrown's 
releases</a>.</em></p>
   <blockquote>
   <h2>v0.16.0</h2>
   <h3>Added</h3>
   <ul>
   <li>Added <code>Entry::or_default_entry</code> and 
<code>Entry::or_insert_entry</code>.</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Re-implemented likely/unlikely with <code>#[cold]</code></li>
   </ul>
   </blockquote>
   </details>
   <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>
   <h1>Changelog</h1>
   <p>All notable changes to this project will be documented in this file.</p>
   <p>The format is based on <a 
href="https://keepachangelog.com/en/1.0.0/";>Keep a Changelog</a>,
   and this project adheres to <a 
href="https://semver.org/spec/v2.0.0.html";>Semantic Versioning</a>.</p>
   <h2>[Unreleased]</h2>
   <ul>
   <li>Bump foldhash, the default hasher, to 0.2.0.</li>
   </ul>
   <h2><a 
href="https://github.com/rust-lang/hashbrown/compare/v0.15.4...v0.15.5";>0.15.5</a>
 - 2025-08-07</h2>
   <h3>Added</h3>
   <ul>
   <li>Added <code>Entry::or_default_entry</code> and 
<code>Entry::or_insert_entry</code>.</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Re-implemented likely/unlikely with <code>#[cold]</code></li>
   </ul>
   <h2><a 
href="https://github.com/rust-lang/hashbrown/compare/v0.15.3...v0.15.4";>0.15.4</a>
 - 2025-06-05</h2>
   <h3>Changed</h3>
   <ul>
   <li>Removed optional dependency on compiler-builtins. This only affects 
building as part of <code>std</code>.</li>
   </ul>
   <h2><a 
href="https://github.com/rust-lang/hashbrown/compare/v0.15.2...v0.15.3";>0.15.3</a>
 - 2025-04-29</h2>
   <h3>Added</h3>
   <ul>
   <li>SIMD implementation for LoongArch (<a 
href="https://redirect.github.com/rust-lang/hashbrown/issues/592";>#592</a>, 
requires nightly)</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Optimized insertion path by avoiding an unnecessary 
<code>match_empty</code> (<a 
href="https://redirect.github.com/rust-lang/hashbrown/issues/607";>#607</a>)</li>
   <li>Increased minimum table size for small types (<a 
href="https://redirect.github.com/rust-lang/hashbrown/issues/615";>#615</a>)</li>
   <li>Dropped FnMut trait bounds from <code>ExtractIf</code> data structures 
(<a 
href="https://redirect.github.com/rust-lang/hashbrown/issues/616";>#616</a>)</li>
   <li>Relaxed constraint in <code>hash_map::EntryRef</code> insertion methods 
<code>K: From&lt;&amp;Q&gt;</code> to &amp;Q: <code>Into&lt;K&gt;</code> (<a 
href="https://redirect.github.com/rust-lang/hashbrown/issues/611";>#611</a>)</li>
   <li>Added allocator template argument for <code>rustc_iter</code> (<a 
href="https://redirect.github.com/rust-lang/hashbrown/issues/605";>#605</a>)</li>
   <li>The <code>allocator-api2/nightly</code> feature is no longer enabled by 
<code>hashbrown/nightly</code> (<a 
href="https://redirect.github.com/rust-lang/hashbrown/issues/606";>#606</a>)</li>
   </ul>
   <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>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/rust-lang/hashbrown/commit/8d4def0edce042f71b72520d05901c2a6990e451";><code>8d4def0</code></a>
 Merge pull request <a 
href="https://redirect.github.com/rust-lang/hashbrown/issues/643";>#643</a> from 
cuviper/newtype-hasher</li>
   <li><a 
href="https://github.com/rust-lang/hashbrown/commit/e0f404cc0b862abdeb350183ab84021a2541e4cd";><code>e0f404c</code></a>
 use <code>feature(hasher_prefixfree_extras)</code></li>
   <li><a 
href="https://github.com/rust-lang/hashbrown/commit/95ffed34ed1ffac6047523b8713d008a1f52ca83";><code>95ffed3</code></a>
 Change <code>DefaultHashBuilder</code> to an opaque newtype</li>
   <li><a 
href="https://github.com/rust-lang/hashbrown/commit/bf35a11329ea4001ec474662183f35bb8aadc91c";><code>bf35a11</code></a>
 Merge pull request <a 
href="https://redirect.github.com/rust-lang/hashbrown/issues/641";>#641</a> from 
hoxxep/foldhash-0.2</li>
   <li><a 
href="https://github.com/rust-lang/hashbrown/commit/e2a634b37fb7801475ad3c6537132600bb92e1ae";><code>e2a634b</code></a>
 Merge pull request <a 
href="https://redirect.github.com/rust-lang/hashbrown/issues/642";>#642</a> from 
heiher/loong-simd-types</li>
   <li><a 
href="https://github.com/rust-lang/hashbrown/commit/88794e7fc532d594b8b3408ba2147f5b53f57c16";><code>88794e7</code></a>
 loongarch64: Use unified data types for SIMD intrinsics</li>
   <li><a 
href="https://github.com/rust-lang/hashbrown/commit/b22dd85cc37fecef4ed350d76b4ee9ae73287f4a";><code>b22dd85</code></a>
 perf: Bump foldhash to 0.2.0</li>
   <li><a 
href="https://github.com/rust-lang/hashbrown/commit/fe72a08e63c094520847e87a1421032d35708f3b";><code>fe72a08</code></a>
 Merge pull request <a 
href="https://redirect.github.com/rust-lang/hashbrown/issues/639";>#639</a> from 
gaujay/unbloat-get_inner-perf</li>
   <li><a 
href="https://github.com/rust-lang/hashbrown/commit/71f8f374131817e41e1a58ddfa923572fc232418";><code>71f8f37</code></a>
 Merge pull request <a 
href="https://redirect.github.com/rust-lang/hashbrown/issues/637";>#637</a> from 
gaujay/add-benchmarks</li>
   <li><a 
href="https://github.com/rust-lang/hashbrown/commit/f1c039c1f6a850a11c564b2856d443d8fc18874c";><code>f1c039c</code></a>
 Un-bloat get_inner functions to restore lookup performance</li>
   <li>Additional commits viewable in <a 
href="https://github.com/rust-lang/hashbrown/compare/v0.15.1...v0.16.0";>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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to