Skip to content

Commit cc3b9c1

Browse files
chore(deps): bump github.com/pierrec/lz4/v4 from 4.1.22 to 4.1.23 (#3411)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [github.com/pierrec/lz4/v4](https://github.com/pierrec/lz4) from 4.1.22 to 4.1.23. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pierrec/lz4/releases">github.com/pierrec/lz4/v4's releases</a>.</em></p> <blockquote> <h2>v4.1.23</h2> <p>New release for this year's commits.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pierrec/lz4/commit/cd9d7a4f66405a92f4881933816b828b0f7d5fe2"><code>cd9d7a4</code></a> Merge pull request <a href="https://redirect.github.com/pierrec/lz4/issues/230">#230</a> from 0xAozora/v4</li> <li><a href="https://github.com/pierrec/lz4/commit/0ebf0a52dd7a5857a9f857d2bc53dec2b1917855"><code>0ebf0a5</code></a> replace deprecated functions</li> <li><a href="https://github.com/pierrec/lz4/commit/dd108f5ec171000788650f84c0e0f7970f108012"><code>dd108f5</code></a> Merge pull request <a href="https://redirect.github.com/pierrec/lz4/issues/229">#229</a> from 0xAozora/v4</li> <li><a href="https://github.com/pierrec/lz4/commit/9bdf5f634e11b376161b33f3e3a3fae7dfeff914"><code>9bdf5f6</code></a> Support for Append</li> <li><a href="https://github.com/pierrec/lz4/commit/71a9b632b2ba7bc051d74d47e579a2d276e177bd"><code>71a9b63</code></a> Merge pull request <a href="https://redirect.github.com/pierrec/lz4/issues/228">#228</a> from pendo-io/elim-blocks-ifaceallocs</li> <li><a href="https://github.com/pierrec/lz4/commit/fd6458dd51fd0d9c3f32c79e1f335507431ae8f2"><code>fd6458d</code></a> Improve allocations in blocks.go</li> <li><a href="https://github.com/pierrec/lz4/commit/006d000e4499194c10854972af93a9089e08d848"><code>006d000</code></a> Add unit tests and benchmarks for blocks.go</li> <li><a href="https://github.com/pierrec/lz4/commit/2b9933d22aef22a311a48aefa4ea524649b7c611"><code>2b9933d</code></a> Merge pull request <a href="https://redirect.github.com/pierrec/lz4/issues/227">#227</a> from jwebb/fix-fail</li> <li><a href="https://github.com/pierrec/lz4/commit/3bb69037d4d33b217543d17b3756c7e8996182d7"><code>3bb6903</code></a> Add WriteTo test</li> <li><a href="https://github.com/pierrec/lz4/commit/f7f887bceb24cde470103a262529c16679d013bd"><code>f7f887b</code></a> Fix WriteTo on a started Reader, and the resulting incorrect error message</li> <li>Additional commits viewable in <a href="https://github.com/pierrec/lz4/compare/v4.1.22...v4.1.23">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/pierrec/lz4/v4&package-manager=go_modules&previous-version=4.1.22&new-version=4.1.23)](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 2d3c6f5 commit cc3b9c1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/jcmturner/gofork v1.7.6
1212
github.com/jcmturner/gokrb5/v8 v8.4.4
1313
github.com/klauspost/compress v1.18.2
14-
github.com/pierrec/lz4/v4 v4.1.22
14+
github.com/pierrec/lz4/v4 v4.1.23
1515
github.com/rcrowley/go-metrics v0.0.0-20250401214520-65e299d6c5c9
1616
github.com/stretchr/testify v1.11.1
1717
golang.org/x/net v0.48.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
3939
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
4040
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
4141
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
42-
github.com/pierrec/lz4/v4 v4.1.22 h1:cKFw6uJDK+/gfw5BcDL0JL5aBsAFdsIT18eRtLj7VIU=
43-
github.com/pierrec/lz4/v4 v4.1.22/go.mod h1:gZWDp/Ze/IJXGXf23ltt2EXimqmTUXEy0GFuRQyBid4=
42+
github.com/pierrec/lz4/v4 v4.1.23 h1:oJE7T90aYBGtFNrI8+KbETnPymobAhzRrR8Mu8n1yfU=
43+
github.com/pierrec/lz4/v4 v4.1.23/go.mod h1:EoQMVJgeeEOMsCqCzqFm2O0cJvljX2nGZjcRIPL34O4=
4444
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
4545
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
4646
github.com/rcrowley/go-metrics v0.0.0-20250401214520-65e299d6c5c9 h1:bsUq1dX0N8AOIL7EB/X911+m4EHsnWEHeJ0c+3TTBrg=

0 commit comments

Comments
 (0)