Skip to content

Commit

Permalink
chore(deps): Bump github.com/klauspost/reedsolomon from 1.12.1 to 1.1…
Browse files Browse the repository at this point in the history
…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
dependabot[bot] authored Jul 17, 2024
1 parent 638ef71 commit 1574847
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.21
require (
github.com/celestiaorg/merkletree v0.0.0-20210714075610-a84dc3ddbbe4
github.com/celestiaorg/nmt v0.22.0
github.com/klauspost/reedsolomon v1.12.1
github.com/klauspost/reedsolomon v1.12.2
github.com/stretchr/testify v1.9.0
golang.org/x/sync v0.7.0
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI
github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck=
github.com/klauspost/cpuid/v2 v2.2.6 h1:ndNyv040zDGIDh8thGkXYjnFtiN02M1PVVF+JE/48xc=
github.com/klauspost/cpuid/v2 v2.2.6/go.mod h1:Lcz8mBdAVJIBVzewtcLocK12l3Y+JytZYpaMropDUws=
github.com/klauspost/reedsolomon v1.12.1 h1:NhWgum1efX1x58daOBGCFWcxtEhOhXKKl1HAPQUp03Q=
github.com/klauspost/reedsolomon v1.12.1/go.mod h1:nEi5Kjb6QqtbofI6s+cbG/j1da11c96IBYBSnVGtuBs=
github.com/klauspost/reedsolomon v1.12.2 h1:TC0hlL/tTRxiMNnqHCzKsY11E0fIIKGCoZ2vQoPKIEM=
github.com/klauspost/reedsolomon v1.12.2/go.mod h1:nEi5Kjb6QqtbofI6s+cbG/j1da11c96IBYBSnVGtuBs=
github.com/kr/pretty v0.2.1 h1:Fmg33tUaq4/8ym9TJN1x7sLJnHVwhP33CNkpYV/7rwI=
github.com/kr/pretty v0.2.1/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI=
github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
Expand Down

0 comments on commit 1574847

Please sign in to comment.