dependabot[bot] opened a new pull request, #952: URL: https://github.com/apache/arrow-ballista/pull/952
Updates the requirements on [hashlink](https://github.com/kyren/hashlink) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kyren/hashlink/releases">hashlink's releases</a>.</em></p> <blockquote> <h2>v0.9.0</h2> <p>API incompatible change: Don't panic in reserve and try_reserve in cases where a rehash is needed. Previously would panic, adds the proper bounds on reserve methods to do a rehash (previously bounds were missing, and reserve would result in panics). (Thank you <a href="https://github.com/cuviper"><code>@cuviper</code></a>)</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kyren/hashlink/blob/master/CHANGELOG.md">hashlink's changelog</a>.</em></p> <blockquote> <h2>[0.9.0]</h2> <ul> <li>API incompatible change: Don't panic in <code>reserve</code> and <code>try_reserve</code> in cases where a rehash is needed. Previously would panic, adds the proper bounds on reserve methods to do a rehash (previously bounds were missing, and reserve would result in panics). (Thank you <a href="https://github.com/cuviper"><code>@cuviper</code></a>)</li> </ul> <h2>[0.8.4]</h2> <ul> <li>Now builds with <code>#![no_std]</code>.</li> </ul> <h2>[0.8.3]</h2> <ul> <li>bump hashbrown to 0.14</li> </ul> <h2>[0.8.2]</h2> <ul> <li>bump hashbrown to 0.13</li> </ul> <h2>[0.8.1]</h2> <ul> <li>Add <code>retain_with_order</code> methods, equivalent to <code>retain</code> but which iterate through the map in the proper linked list order</li> </ul> <h2>[0.8.0]</h2> <ul> <li>API incompatible change: No longer re-export hashbrown types so that bumping hashbrown is no longer an API compatible change.</li> <li>bump hashbrown to 0.12</li> <li>Fix implementation of <code>shrink_to_fit</code> to not panic when called on non-empty containers.</li> </ul> <h2>[0.7.0]</h2> <ul> <li>API incompatible change: depend on hashbrown 0.11, changes re-exported types.</li> <li>Fix <code>LinkedHashSet::back</code> to take <code>&self</code> not <code>&mut self</code>.</li> <li>API incompatible change: equality tests on <code>LinkedHashSet</code> are now <em>ordered</em>, similar to <code>LinkedHashMap</code>.</li> <li>Make the serde <code>Deserialize</code> implementations on <code>LinkedHashMap</code> and <code>LinkedHashSet</code> generic on the <code>BuildHasher</code> type.</li> <li>Add <code>to_back</code> and <code>to_front</code> methods for <code>LinkedHashMap</code> to control entry order.</li> </ul> <h2>[0.6.0]</h2> <ul> <li>API incompatible change: depend on hashbrown 0.9, re-export renamed hashbrown::TryReserveError type.</li> <li>Add a <code>Debug</code> impl to <code>LruCache</code> (thanks <a href="https://github.com/thomcc"><code>@thomcc</code></a>!)</li> <li>Adjust trait bounds for <code>LinkedHashMap::retain</code>, <code>LinkedHashSet::default</code> to be less strict (to match hashbrown)</li> <li>Adjust trait bounds for all <code>Debug</code> impls to be less strict (to match hashbrown).</li> <li>Adjust trait bounds for all <code>IntoIterator</code> impls to be less strict (to match hashbrown).</li> <li>Adjust trait bounds for <code>LruCache::with_hasher</code>, <code>LruCache::capacity</code>, <code>LruCache::len</code>, <code>LruCache::is_empty</code>, <code>LruCache::clear</code>, <code>LruCache::iter</code>, <code>LruCache::iter_mut</code>, and <code>LruCache::drain</code> to be less strict</li> <li>Add optional serde support for <code>LinkedHashMap</code> and <code>LinkedHashSet</code>.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kyren/hashlink/commit/68e9d118e1822411142442f8469b2c95df1b35e7"><code>68e9d11</code></a> prepare for 0.9.0 release</li> <li><a href="https://github.com/kyren/hashlink/commit/634a63cd0ecaf6ec0fff23008c6cc30c48e036e7"><code>634a63c</code></a> Make some Clone impls defer to Copy</li> <li><a href="https://github.com/kyren/hashlink/commit/db2d2303ff02aa2edf379f0aee4a0c5bae1e08b6"><code>db2d230</code></a> Merge pull request <a href="https://redirect.github.com/kyren/hashlink/issues/21">#21</a> from cuviper/hash-table</li> <li><a href="https://github.com/kyren/hashlink/commit/df848f8d8da906f28c6aaf01f1f95bcb0e71695e"><code>df848f8</code></a> Convert to <code>hashbrown::HashTable</code></li> <li>See full diff in <a href="https://github.com/kyren/hashlink/compare/v0.8.4...v0.9.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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
