Commit 506deb1
authored
chore: Bump github.com/zeebo/xxh3 from 1.0.2 to 1.1.0 (#649)
Bumps [github.com/zeebo/xxh3](https://github.com/zeebo/xxh3) from 1.0.2
to 1.1.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/zeebo/xxh3/commit/84cc04fc61771ea2a564c57277a19f83217a84ff"><code>84cc04f</code></a>
Just run <code>gofmt -w .</code></li>
<li><a
href="https://github.com/zeebo/xxh3/commit/d67f069b68d7b71152be7653b42f571b7feb0322"><code>d67f069</code></a>
Add arm64 NEON path</li>
<li><a
href="https://github.com/zeebo/xxh3/commit/77e65e1f514fb3917bee0f8b08d8055f8f2d06c0"><code>77e65e1</code></a>
Improve AVX512 hashing</li>
<li><a
href="https://github.com/zeebo/xxh3/commit/4b2280ee9dafac56b843a55cbf330a9f80fc8f5e"><code>4b2280e</code></a>
Add 128 bit hasher</li>
<li><a
href="https://github.com/zeebo/xxh3/commit/3808c706a06a56abd56cecf5a2760d3ba1e2e49a"><code>3808c70</code></a>
Upgrade CI versions</li>
<li><a
href="https://github.com/zeebo/xxh3/commit/7a4a65f1295e046689e9636ab562396cadea38e7"><code>7a4a65f</code></a>
Small speedup in AVX2/AVX512</li>
<li><a
href="https://github.com/zeebo/xxh3/commit/8b1e819c6d4dd3d92c02786b8817781eb1907f33"><code>8b1e819</code></a>
Improve pure Go speed up to 45%</li>
<li><a
href="https://github.com/zeebo/xxh3/commit/44d8fda7850acee1b5f3af5b347300eda0e51c3a"><code>44d8fda</code></a>
Make LICENSE recognized by GitHub. Add test coverage output files to
gitignor...</li>
<li>See full diff in <a
href="https://github.com/zeebo/xxh3/compare/v1.0.2...v1.1.0">compare
view</a></li>
</ul>
</details>
<br />
[](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent d73423d commit 506deb1
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | | - | |
176 | | - | |
| 175 | + | |
| 176 | + | |
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
| |||
0 commit comments