Skip to content

Commit

Permalink
Bump github.com/pierrec/lz4/v4 from 4.1.12 to 4.1.17 (#7628)
Browse files Browse the repository at this point in the history
Bumps [github.com/pierrec/lz4/v4](https://github.com/pierrec/lz4) from
4.1.12 to 4.1.17.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pierrec/lz4/commit/d2b3f5d3e4659cc4fd720d1649c39b5627187261"><code>d2b3f5d</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/pierrec/lz4/issues/197">#197</a>
from greatroar/revert-hash5</li>
<li><a
href="https://github.com/pierrec/lz4/commit/cca61bae2446aeb57953e99963e33f13eea4e3be"><code>cca61ba</code></a>
Revert &quot;Hash five bytes instead of six&quot;</li>
<li><a
href="https://github.com/pierrec/lz4/commit/edc95a188bc81afa4a34b114aafcb8d41513dc84"><code>edc95a1</code></a>
internal/xxh: update the origin of the code</li>
<li><a
href="https://github.com/pierrec/lz4/commit/cb3e7ea2cd15fd4d9f4d65333308f20d9b5d8156"><code>cb3e7ea</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/pierrec/lz4/issues/193">#193</a>
from greatroar/fix-189</li>
<li><a
href="https://github.com/pierrec/lz4/commit/118da3a0050fdc247c5b34f599424d2cabd1eb42"><code>118da3a</code></a>
Restore fix for <a
href="https://github-redirect.dependabot.com/pierrec/lz4/issues/51">#51</a>,
but in a different form</li>
<li><a
href="https://github.com/pierrec/lz4/commit/c3eaa1e8841ece1461ec5e0f1fbbd5f1c52d2f85"><code>c3eaa1e</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/pierrec/lz4/issues/188">#188</a>
from leehinman/flush_fix</li>
<li><a
href="https://github.com/pierrec/lz4/commit/8582079abcd01a8243fc7d29eea6e5f4aa875e7f"><code>8582079</code></a>
remove state change after Flush</li>
<li><a
href="https://github.com/pierrec/lz4/commit/885e900f46f2b4ba02927eb80e982edd8db50236"><code>885e900</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/pierrec/lz4/issues/184">#184</a>
from lizthegrey/patch-1</li>
<li><a
href="https://github.com/pierrec/lz4/commit/ec13d8cf53539cda9a8ef35ffaf0c6d31118a6d8"><code>ec13d8c</code></a>
do not auto-Close() Writer after ReadFrom()/Copy()</li>
<li><a
href="https://github.com/pierrec/lz4/commit/c6ed913a9bb183497c53f77350d269427ab803ef"><code>c6ed913</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/pierrec/lz4/issues/179">#179</a>
from bodgit/doc</li>
<li>Additional commits viewable in <a
href="https://github.com/pierrec/lz4/compare/v4.1.12...v4.1.17">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.12&new-version=4.1.17)](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 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 Nov 9, 2022
1 parent 03c1195 commit 4064ccb
Show file tree
Hide file tree
Showing 14 changed files with 198 additions and 189 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ require (
github.com/opentracing-contrib/go-stdlib v1.0.0
github.com/opentracing/opentracing-go v1.2.0
// github.com/pierrec/lz4 v2.0.5+incompatible
github.com/pierrec/lz4/v4 v4.1.12
github.com/pierrec/lz4/v4 v4.1.17
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.13.0
github.com/prometheus/client_model v0.2.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1116,8 +1116,8 @@ github.com/pierrec/lz4 v2.0.5+incompatible/go.mod h1:pdkljMzZIN41W+lC3N2tnIh5sFi
github.com/pierrec/lz4 v2.5.2+incompatible/go.mod h1:pdkljMzZIN41W+lC3N2tnIh5sFi+IEE17M5jbnwPHcY=
github.com/pierrec/lz4 v2.6.1+incompatible h1:9UY3+iC23yxF0UfGaYrGplQ+79Rg+h/q9FV9ix19jjM=
github.com/pierrec/lz4 v2.6.1+incompatible/go.mod h1:pdkljMzZIN41W+lC3N2tnIh5sFi+IEE17M5jbnwPHcY=
github.com/pierrec/lz4/v4 v4.1.12 h1:44l88ehTZAUGW4VlO1QC4zkilL99M6Y9MXNwEs0uzP8=
github.com/pierrec/lz4/v4 v4.1.12/go.mod h1:gZWDp/Ze/IJXGXf23ltt2EXimqmTUXEy0GFuRQyBid4=
github.com/pierrec/lz4/v4 v4.1.17 h1:kV4Ip+/hUBC+8T6+2EgburRtkE9ef4nbY3f4dFhGjMc=
github.com/pierrec/lz4/v4 v4.1.17/go.mod h1:gZWDp/Ze/IJXGXf23ltt2EXimqmTUXEy0GFuRQyBid4=
github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pkg/errors v0.8.2-0.20190227000051-27936f6d90f9/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
Expand Down
33 changes: 19 additions & 14 deletions vendor/github.com/pierrec/lz4/v4/internal/lz4block/block.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion vendor/github.com/pierrec/lz4/v4/internal/lz4block/blocks.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

110 changes: 57 additions & 53 deletions vendor/github.com/pierrec/lz4/v4/internal/lz4block/decode_amd64.s

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4064ccb

Please sign in to comment.