Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[chore(cargo)](deps): Bump ahash from 0.8.9 to 0.8.11 (#598)
Bumps [ahash](https://github.com/tkaitchuck/ahash) from 0.8.9 to 0.8.11. <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>v0.8.11</h2> <p>Patch release to further strengthen u64 fastpath based on <a href="https://redirect.github.com/tkaitchuck/ahash/issues/210">#210</a></p> <p><strong>Full Changelog</strong>: <a href="https://github.com/tkaitchuck/aHash/compare/v0.8.10...v0.8.11">https://github.com/tkaitchuck/aHash/compare/v0.8.10...v0.8.11</a></p> <h2>v0.8.10</h2> <p>Patch to fix <a href="https://redirect.github.com/tkaitchuck/ahash/issues/210">#210</a> which caused poor distribution when hashing a single u64 on nightly.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/tkaitchuck/aHash/compare/v0.8.9...v0.8.10">https://github.com/tkaitchuck/aHash/compare/v0.8.9...v0.8.10</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tkaitchuck/aHash/commit/7778357cf9a684b06aaada11788ac1cd796dc5b8"><code>7778357</code></a> Issue 210: Fast path hardening take 2 (<a href="https://redirect.github.com/tkaitchuck/ahash/issues/215">#215</a>)</li> <li><a href="https://github.com/tkaitchuck/aHash/commit/e7481cd4a356ba2ee36110e5c7d768c391f99dee"><code>e7481cd</code></a> Make sure that the hash of referenced specialize types is the same (<a href="https://redirect.github.com/tkaitchuck/ahash/issues/213">#213</a>)</li> <li><a href="https://github.com/tkaitchuck/aHash/commit/3ac041a80c454e02e6720758d678166015c4882e"><code>3ac041a</code></a> Issue 210: Strengthen fastpath for u64 hashes (<a href="https://redirect.github.com/tkaitchuck/ahash/issues/211">#211</a>)</li> <li><a href="https://github.com/tkaitchuck/aHash/commit/9f052f84857a98c40deb63624bae526ec265cd92"><code>9f052f8</code></a> Issue <a href="https://redirect.github.com/tkaitchuck/ahash/issues/207">#207</a>: Rollback MSRV bump (<a href="https://redirect.github.com/tkaitchuck/ahash/issues/208">#208</a>)</li> <li><a href="https://github.com/tkaitchuck/aHash/commit/5aeb6729d1edcb3aa8c8f397f8563ad294dc3d64"><code>5aeb672</code></a> Make unit test endian independent (<a href="https://redirect.github.com/tkaitchuck/ahash/issues/206">#206</a>)</li> <li><a href="https://github.com/tkaitchuck/aHash/commit/373c7fe14950fb232defdd05ca02a34afc862ac8"><code>373c7fe</code></a> Bump version to 0.8.8 (<a href="https://redirect.github.com/tkaitchuck/ahash/issues/205">#205</a>)</li> <li><a href="https://github.com/tkaitchuck/aHash/commit/f9acd508bd89e7c5b2877a9510098100f9018d64"><code>f9acd50</code></a> Bump version for 0.8.3 release</li> <li><a href="https://github.com/tkaitchuck/aHash/commit/dba4099652f0a6af50d813581f1756a46f967ac6"><code>dba4099</code></a> Add more robust quality test (<a href="https://redirect.github.com/tkaitchuck/ahash/issues/151">#151</a>)</li> <li><a href="https://github.com/tkaitchuck/aHash/commit/fa13fafa0288ea6e2d36ce9a29ca81835cc9b2f6"><code>fa13faf</code></a> Fix benches (<a href="https://redirect.github.com/tkaitchuck/ahash/issues/142">#142</a>)</li> <li><a href="https://github.com/tkaitchuck/aHash/commit/2ae75f6fabf6af70c0028c714359a53902555e12"><code>2ae75f6</code></a> Add missing #[inline] to get_fixed_seeds (<a href="https://redirect.github.com/tkaitchuck/ahash/issues/149">#149</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tkaitchuck/ahash/compare/v0.8.9...v0.8.11">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ahash&package-manager=cargo&previous-version=0.8.9&new-version=0.8.11)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information