Skip to content

Commit e90cd83

Browse files
chore: Bump github.com/pierrec/lz4/v4 from 4.1.22 to 4.1.23 (#616)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5c02d60 commit e90cd83

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
@@ -33,7 +33,7 @@ require (
3333
github.com/klauspost/cpuid/v2 v2.3.0
3434
github.com/minio/asm2plan9s v0.0.0-20200509001527-cdd76441f9d8
3535
github.com/minio/c2goasm v0.0.0-20190812172519-36a3d3bbc4f3
36-
github.com/pierrec/lz4/v4 v4.1.22
36+
github.com/pierrec/lz4/v4 v4.1.23
3737
github.com/pterm/pterm v0.12.82
3838
github.com/stoewer/go-strcase v1.3.1
3939
github.com/stretchr/testify v1.11.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ github.com/modern-go/reflect2 v1.0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9G
113113
github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk=
114114
github.com/ncruces/go-strftime v0.1.9 h1:bY0MQC28UADQmHmaF5dgpLmImcShSi2kHU9XLdhx/f4=
115115
github.com/ncruces/go-strftime v0.1.9/go.mod h1:Fwc5htZGVVkseilnfgOVb9mKy6w1naJmn9CehxcKcls=
116-
github.com/pierrec/lz4/v4 v4.1.22 h1:cKFw6uJDK+/gfw5BcDL0JL5aBsAFdsIT18eRtLj7VIU=
117-
github.com/pierrec/lz4/v4 v4.1.22/go.mod h1:gZWDp/Ze/IJXGXf23ltt2EXimqmTUXEy0GFuRQyBid4=
116+
github.com/pierrec/lz4/v4 v4.1.23 h1:oJE7T90aYBGtFNrI8+KbETnPymobAhzRrR8Mu8n1yfU=
117+
github.com/pierrec/lz4/v4 v4.1.23/go.mod h1:EoQMVJgeeEOMsCqCzqFm2O0cJvljX2nGZjcRIPL34O4=
118118
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
119119
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U=
120120
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=

0 commit comments

Comments
 (0)