Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Bump github.com/klauspost/reedsolomon from 1.12.1 to 1.1…
…2.2 (#330) Bumps [github.com/klauspost/reedsolomon](https://github.com/klauspost/reedsolomon) from 1.12.1 to 1.12.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/klauspost/reedsolomon/releases">github.com/klauspost/reedsolomon's releases</a>.</em></p> <blockquote> <h2>v1.12.2</h2> <h2>What's Changed</h2> <ul> <li>Support for ARM SVE and better performance for NEON by <a href="https://github.com/fwessels"><code>@fwessels</code></a> in <a href="https://github.com/klauspost/reedsolomon/pull/281">klauspost/reedsolomon#281</a></li> <li>benchmark: Add CSV header by <a href="https://github.com/klauspost"><code>@klauspost</code></a> in <a href="https://github.com/klauspost/reedsolomon/pull/277">klauspost/reedsolomon#277</a></li> <li>Remove double load on 64 byte loop init by <a href="https://github.com/klauspost"><code>@klauspost</code></a> in <a href="https://github.com/klauspost/reedsolomon/pull/279">klauspost/reedsolomon#279</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/AndersTrier"><code>@AndersTrier</code></a> made their first contribution in <a href="https://github.com/klauspost/reedsolomon/pull/275">klauspost/reedsolomon#275</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/klauspost/reedsolomon/compare/v1.12.1...v1.12.2">https://github.com/klauspost/reedsolomon/compare/v1.12.1...v1.12.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/klauspost/reedsolomon/commit/7202dfc08cf2b466f803ca6adaefbeb22726d50d"><code>7202dfc</code></a> Support for ARM SVE and better performance for NEON (<a href="https://github.com/klauspost/reedsolomon/issues/281">#281</a>)</li> <li><a href="https://github.com/klauspost/reedsolomon/commit/d4574a5be5062e5a07ffae17ad59789976baf674"><code>d4574a5</code></a> tests: Bump CI to Go 1.22 (<a href="https://github.com/klauspost/reedsolomon/issues/280">#280</a>)</li> <li><a href="https://github.com/klauspost/reedsolomon/commit/ea0a106c8f50b260e7fcec62736541a178b64bf3"><code>ea0a106</code></a> Remove double load on 64 byte loop init (<a href="https://github.com/klauspost/reedsolomon/issues/279">#279</a>)</li> <li><a href="https://github.com/klauspost/reedsolomon/commit/465e91ab8ed7ac6ec8c018a8a0513a2a3c092ee0"><code>465e91a</code></a> benchmark: Add CSV header (<a href="https://github.com/klauspost/reedsolomon/issues/277">#277</a>)</li> <li><a href="https://github.com/klauspost/reedsolomon/commit/85a5e93f8057fbef2758ba5110f7742ccc3bab72"><code>85a5e93</code></a> Remove dead code in fwht (<a href="https://github.com/klauspost/reedsolomon/issues/275">#275</a>)</li> <li><a href="https://github.com/klauspost/reedsolomon/commit/fd7f7a5141313bab7d5122bc53bba82cfc869e0e"><code>fd7f7a5</code></a> Update README.md</li> <li><a href="https://github.com/klauspost/reedsolomon/commit/4e91954739f00400b1c60e81096cb56fa2aea207"><code>4e91954</code></a> Update link in README.md (<a href="https://github.com/klauspost/reedsolomon/issues/273">#273</a>)</li> <li>See full diff in <a href="https://github.com/klauspost/reedsolomon/compare/v1.12.1...v1.12.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/klauspost/reedsolomon&package-manager=go_modules&previous-version=1.12.1&new-version=1.12.2)](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>
- Loading branch information