Skip to content
Snippets Groups Projects
Unverified Commit dbf43f02 authored by bors[bot]'s avatar bors[bot] Committed by GitHub
Browse files

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 />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ahash&package-manager=cargo&previous-version=0.8.0&new-version=0.8.1)](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: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parents ccdbdd63 287ff9e4
No related branches found
No related tags found
No related merge requests found
Pipeline #843801 passed
......@@ -13,11 +13,12 @@ dependencies = [
[[package]]
name = "ahash"
version = "0.8.0"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57e6e951cfbb2db8de1828d49073a113a29fd7117b1596caa781a258c7e38d72"
checksum = "464b3811b747f8f7ebc8849c9c728c39f6ac98a055edad93baf9eb330e3f8f9d"
dependencies = [
"cfg-if",
"getrandom",
"once_cell",
"version_check",
]
......@@ -52,6 +53,12 @@ version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bumpalo"
version = "3.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"
[[package]]
name = "byteorder"
version = "1.4.3"
......@@ -123,8 +130,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6"
dependencies = [
"cfg-if",
"js-sys",
"libc",
"wasi",
"wasm-bindgen",
]
[[package]]
......@@ -174,6 +183,15 @@ dependencies = [
"cfg-if",
]
[[package]]
name = "js-sys"
version = "0.3.60"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
dependencies = [
"wasm-bindgen",
]
[[package]]
name = "libc"
version = "0.2.135"
......@@ -621,6 +639,60 @@ version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]]
name = "wasm-bindgen"
version = "0.2.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
version = "0.2.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
[[package]]
name = "winapi"
version = "0.3.9"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment