dependabot[bot] opened a new pull request, #3094: URL: https://github.com/apache/arrow-datafusion/pull/3094
Updates the requirements on [ahash](https://github.com/tkaitchuck/ahash) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tkaitchuck/ahash/releases">ahash's releases</a>.</em></p> <blockquote> <h2>Version 0.8.0</h2> <ul> <li>Improve the API from 0.7 and may require code changes for some applications.</li> <li>Removes the build time detection of the availability of a runtime random number generator and instead relies on a cargo feature <code>runtime-rng</code> which is on by default.</li> <li>There are no changes to the hashing algorithm</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tkaitchuck/aHash/commit/24491f60c3feb7e06f76a72262bfb35fadb256ed"><code>24491f6</code></a> Simplify interface (<a href="https://github-redirect.dependabot.com/tkaitchuck/ahash/issues/121">#121</a>)</li> <li><a href="https://github.com/tkaitchuck/aHash/commit/76dd8d265d236b29f98645d158f4af3a90781143"><code>76dd8d2</code></a> Issue <a href="https://github-redirect.dependabot.com/tkaitchuck/ahash/issues/117">#117</a>: Support compiling without min_specialization and stdsimd</li> <li><a href="https://github.com/tkaitchuck/aHash/commit/4c340f515d3aac0986a32bd6d2cd6f185bbc30b1"><code>4c340f5</code></a> fix aes acceleration on aarch64 (<a href="https://github-redirect.dependabot.com/tkaitchuck/ahash/issues/116">#116</a>)</li> <li><a href="https://github.com/tkaitchuck/aHash/commit/cc927da843f56e88529b023c9f0d0f9c81be86fd"><code>cc927da</code></a> Update LICENSE-MIT</li> <li><a href="https://github.com/tkaitchuck/aHash/commit/fbd7485ba1c9ae3a883afbb5d96186f705e72516"><code>fbd7485</code></a> Improve codegen for mixing in length (<a href="https://github-redirect.dependabot.com/tkaitchuck/ahash/issues/112">#112</a>)</li> <li><a href="https://github.com/tkaitchuck/aHash/commit/e7455444353b4655be81f848e7284cad22eb9b51"><code>e745544</code></a> Merge branch 'master' of github.com:tkaitchuck/aHash</li> <li><a href="https://github.com/tkaitchuck/aHash/commit/2c1daf1ac079a60d13c640affe74c563d261f8ff"><code>2c1daf1</code></a> More pre-mixing to guard against partially weak keys</li> <li><a href="https://github.com/tkaitchuck/aHash/commit/f2aecc05126766b858b62c5c5ac82ed706e778dd"><code>f2aecc0</code></a> Implement deserialize_in_place() in Deserialize for AHashMap and AHashSet (<a href="https://github-redirect.dependabot.com/tkaitchuck/ahash/issues/110">#110</a>)</li> <li><a href="https://github.com/tkaitchuck/aHash/commit/5e55048c69444626666463ed8d1a478167c8aa5a"><code>5e55048</code></a> Add type-alias feature to make it more of a drop in replacement for std Hash[...</li> <li><a href="https://github.com/tkaitchuck/aHash/commit/c069bdcd6516a31939d4a4129c93bd2e4624bdf0"><code>c069bdc</code></a> Added From<array> for AHashSet & AHashMap. (<a href="https://github-redirect.dependabot.com/tkaitchuck/ahash/issues/109">#109</a>)</li> <li>See full diff in <a href="https://github.com/tkaitchuck/ahash/compare/v0.7.6...v0.8.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 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]
