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

   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.13.1] - 2022-11-10</h2>
   <h1>Added</h1>
   <ul>
   <li>Added <code>Equivalent</code> trait to customize key lookups. (<a 
href="https://github-redirect.dependabot.com/rust-lang/hashbrown/issues/350";>#350</a>)</li>
   <li>Added support for 16-bit targets. (<a 
href="https://github-redirect.dependabot.com/rust-lang/hashbrown/issues/368";>#368</a>)</li>
   <li>Added <code>RawTable::allocation_info</code> which provides information 
about the memory
   usage of a table. (<a 
href="https://github-redirect.dependabot.com/rust-lang/hashbrown/issues/371";>#371</a>)</li>
   </ul>
   <h1>Changed</h1>
   <ul>
   <li>Bumped MSRV to 1.61.0.</li>
   <li>Upgraded to <code>ahash</code> 0.8. (<a 
href="https://github-redirect.dependabot.com/rust-lang/hashbrown/issues/357";>#357</a>)</li>
   <li>Make <code>with_hasher_in</code> const. (<a 
href="https://github-redirect.dependabot.com/rust-lang/hashbrown/issues/355";>#355</a>)</li>
   <li>The following methods have been removed from the <code>RawTable</code> 
API in favor of
   safer alternatives:
   <ul>
   <li><code>RawTable::erase_no_drop</code> =&gt; Use 
<code>RawTable::erase</code> or <code>RawTable::remove</code> instead.</li>
   <li><code>Bucket::read</code> =&gt; Use <code>RawTable::remove</code> 
instead.</li>
   <li><code>Bucket::drop</code> =&gt; Use <code>RawTable::erase</code> 
instead.</li>
   <li><code>Bucket::write</code> =&gt; Use <code>Bucket::as_mut</code> 
instead.</li>
   </ul>
   </li>
   </ul>
   <h1>Fixed</h1>
   <ul>
   <li>Ensure that <code>HashMap</code> allocations don't exceed 
<code>isize::MAX</code>. (<a 
href="https://github-redirect.dependabot.com/rust-lang/hashbrown/issues/362";>#362</a>)</li>
   <li>Fixed issue with field retagging in scopeguard. (<a 
href="https://github-redirect.dependabot.com/rust-lang/hashbrown/issues/359";>#359</a>)</li>
   </ul>
   <h2>[v0.12.3] - 2022-07-17</h2>
   <h2>Fixed</h2>
   <ul>
   <li>Fixed double-drop in <code>RawTable::clone_from</code>. (<a 
href="https://github-redirect.dependabot.com/rust-lang/hashbrown/issues/348";>#348</a>)</li>
   </ul>
   <h2>[v0.12.2] - 2022-07-09</h2>
   <h2>Added</h2>
   <ul>
   <li>Added <code>Entry</code> API for <code>HashSet</code>. (<a 
href="https://github-redirect.dependabot.com/rust-lang/hashbrown/issues/342";>#342</a>)</li>
   <li>Added <code>Extend&lt;&amp;'a (K, V)&gt; for HashMap&lt;K, V, S, 
A&gt;</code>. (<a 
href="https://github-redirect.dependabot.com/rust-lang/hashbrown/issues/340";>#340</a>)</li>
   <li>Added length-based short-circuiting for hash table iteration. (<a 
href="https://github-redirect.dependabot.com/rust-lang/hashbrown/issues/338";>#338</a>)</li>
   <li>Added a function to access the <code>RawTable</code> of a 
<code>HashMap</code>. (<a 
href="https://github-redirect.dependabot.com/rust-lang/hashbrown/issues/335";>#335</a>)</li>
   </ul>
   <h2>Changed</h2>
   <ul>
   <li>Edited <code>do_alloc</code> to reduce LLVM IR generated. (<a 
href="https://github-redirect.dependabot.com/rust-lang/hashbrown/issues/341";>#341</a>)</li>
   </ul>
   <h2>[v0.12.1] - 2022-05-02</h2>
   <h2>Fixed</h2>
   <ul>
   <li>Fixed underflow in <code>RawIterRange::size_hint</code>. (<a 
href="https://github-redirect.dependabot.com/rust-lang/hashbrown/issues/325";>#325</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/e6cd877005cee0946d6ce3a522d46139a5666fb0";><code>e6cd877</code></a>
 Version 0.13.1</li>
   <li><a 
href="https://github.com/rust-lang/hashbrown/commit/37071e5fe95a139f26469391abb7bb36f723a8f9";><code>37071e5</code></a>
 Auto merge of <a 
href="https://github-redirect.dependabot.com/rust-lang/hashbrown/issues/372";>#372</a>
 - Amanieu:unsafe-deprecated, r=Amanieu</li>
   <li><a 
href="https://github.com/rust-lang/hashbrown/commit/3263559d6be362f20335723b300c872279ce1698";><code>3263559</code></a>
 Remove <code>Bucket</code> and <code>RawTable</code> that are hard to use 
safely</li>
   <li><a 
href="https://github.com/rust-lang/hashbrown/commit/bf272b687372c91b0904cde6e081832fb4140b83";><code>bf272b6</code></a>
 Auto merge of <a 
href="https://github-redirect.dependabot.com/rust-lang/hashbrown/issues/371";>#371</a>
 - stepancheg:alloc-info, r=Amanieu</li>
   <li><a 
href="https://github.com/rust-lang/hashbrown/commit/299b0f61a6510ff12fd97fe7ad704c51c6f36385";><code>299b0f6</code></a>
 RawTable::allocation_info</li>
   <li><a 
href="https://github.com/rust-lang/hashbrown/commit/f1c85379e7bc58e703b53ea0858eb2b8716cae58";><code>f1c8537</code></a>
 Auto merge of <a 
href="https://github-redirect.dependabot.com/rust-lang/hashbrown/issues/368";>#368</a>
 - Amanieu:16bit, r=Amanieu</li>
   <li><a 
href="https://github.com/rust-lang/hashbrown/commit/cb0680ca62e32194387cfdb10f0cf63608ffa510";><code>cb0680c</code></a>
 Add support for 16-bit targets</li>
   <li><a 
href="https://github.com/rust-lang/hashbrown/commit/e39d245d31db1a0a2ff2a7dfe29d76279e555dec";><code>e39d245</code></a>
 Auto merge of <a 
href="https://github-redirect.dependabot.com/rust-lang/hashbrown/issues/366";>#366</a>
 - JustForFun88:const_size_of, r=Amanieu</li>
   <li><a 
href="https://github.com/rust-lang/hashbrown/commit/4e39290492a2831474c3c505b523e7f209c829d6";><code>4e39290</code></a>
 Make <code>TableLayout::new::\&lt;T&gt;()</code> and 
<code>mem::needs_drop::\&lt;T&gt;()</code> const</li>
   <li><a 
href="https://github.com/rust-lang/hashbrown/commit/f3fa26650bab586eef2128b5e97d4c371a8e8cc0";><code>f3fa266</code></a>
 Make <code>usize::min(mem::size_of::\&lt;usize&gt;(), 
mem::size_of::\&lt;u64&gt;())</code> const</li>
   <li>Additional commits viewable in <a 
href="https://github.com/rust-lang/hashbrown/compare/v0.12.0...v0.13.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 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