-
- Downloads
Merge #569
569: Bump ahash from 0.8.0 to 0.8.1 r=stlankes a=dependabot[bot] Bumps [ahash](https://github.com/tkaitchuck/ahash) from 0.8.0 to 0.8.1. <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.1</h2> <ul> <li>Fix compiler error on wasm with default features.</li> <li>Significant improvements to speed on unusual architectures (Things other than: x86_64, aarch64, mips64, powerpc64, riscv64gc, or s390x)</li> <li>Improved documentation</li> <li>Added support for into_keys and into_values to AHashMap</li> <li>Fix AVR support by using atomic-polyfill</li> <li>Simplify the way that flags work</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tkaitchuck/aHash/commit/673c17c930ef201233c14ee81136bad447cc2a5c"><code>673c17c</code></a> Bump version for release</li> <li><a href="https://github.com/tkaitchuck/aHash/commit/2f39c89be660777549dfd6bd85ee3c6292280a26"><code>2f39c89</code></a> Improve documentation around keys (<a href="https://github-redirect.dependabot.com/tkaitchuck/ahash/issues/139">#139</a>)</li> <li><a href="https://github.com/tkaitchuck/aHash/commit/2c1a088cee2dd0d077a11d62a02e4ebff78608e3"><code>2c1a088</code></a> Run smhasher test with weaker keys</li> <li><a href="https://github.com/tkaitchuck/aHash/commit/fc7b36be3e8a3c05c26f8eb97bb47648e7c4e518"><code>fc7b36b</code></a> Add into_keys and into_values to AHashMap (<a href="https://github-redirect.dependabot.com/tkaitchuck/ahash/issues/136">#136</a>)</li> <li><a href="https://github.com/tkaitchuck/aHash/commit/6801bf18513f0de21146d7fe2cf28e19465149ea"><code>6801bf1</code></a> Improve documentation (<a href="https://github-redirect.dependabot.com/tkaitchuck/ahash/issues/135">#135</a>)</li> <li><a href="https://github.com/tkaitchuck/aHash/commit/817416018627617794f0802c93c88b1848141d4f"><code>8174160</code></a> Support fixed seed (<a href="https://github-redirect.dependabot.com/tkaitchuck/ahash/issues/131">#131</a>)</li> <li><a href="https://github.com/tkaitchuck/aHash/commit/8eeeabc4a196ea1ca3133c9701c0729c7757ad22"><code>8eeeabc</code></a> Improve fallback speed when folded multiply is not available (<a href="https://github-redirect.dependabot.com/tkaitchuck/ahash/issues/134">#134</a>)</li> <li><a href="https://github.com/tkaitchuck/aHash/commit/e9c673558fd5b51457e262f9e4f35b14c35d3ce6"><code>e9c6735</code></a> fix AVR support by using atomic-polyfill (<a href="https://github-redirect.dependabot.com/tkaitchuck/ahash/issues/124">#124</a>)</li> <li><a href="https://github.com/tkaitchuck/aHash/commit/b52634405bc99c678d54b1b3665f299fd6e84677"><code>b526344</code></a> Fix compiler error on wasm with deault features. (<a href="https://github-redirect.dependabot.com/tkaitchuck/ahash/issues/129">#129</a>)</li> <li>See full diff in <a href="https://github.com/tkaitchuck/ahash/compare/v0.8.0...v0.8.1">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores ) You can trigger a rebase of this PR 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> Co-authored-by:dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
No related branches found
No related tags found
Please register or sign in to comment