Skip to content

Commit

Permalink
maint(deps): bump github.com/klauspost/compress from 1.16.3 to 1.16.4 (
Browse files Browse the repository at this point in the history
…#661)

Bumps
[github.com/klauspost/compress](https://github.com/klauspost/compress)
from 1.16.3 to 1.16.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/klauspost/compress/releases">github.com/klauspost/compress's
releases</a>.</em></p>
<blockquote>
<h2>v1.16.4</h2>
<h2>What's Changed</h2>
<ul>
<li>s2: Fix huge block overflow by <a
href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a
href="https://github.com/klauspost/compress/pull/779">klauspost/compress#779</a></li>
<li>s2: Allow CustomEncoder fallback by <a
href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a
href="https://github.com/klauspost/compress/pull/780">klauspost/compress#780</a></li>
<li>zstd: Fix amd64 not always detecting corrupt data by <a
href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a
href="https://github.com/klauspost/compress/pull/785">klauspost/compress#785</a></li>
<li>zstd: Improve zstd best efficiency by <a
href="https://github.com/klauspost"><code>@​klauspost</code></a> and <a
href="https://github.com/greatroar"><code>@​greatroar</code></a> in <a
href="https://github.com/klauspost/compress/pull/784">klauspost/compress#784</a></li>
<li>zstd: Make load(32|64)32 safer and smaller by <a
href="https://github.com/greatroar"><code>@​greatroar</code></a> in <a
href="https://github.com/klauspost/compress/pull/788">klauspost/compress#788</a></li>
<li>zstd: Fix quick reject on long backmatches by <a
href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a
href="https://github.com/klauspost/compress/pull/787">klauspost/compress#787</a></li>
<li>zstd: Revert table size change by <a
href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a
href="https://github.com/klauspost/compress/pull/789">klauspost/compress#789</a></li>
<li>zstd: Respect WithAllLitEntropyCompression by <a
href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a
href="https://github.com/klauspost/compress/pull/792">klauspost/compress#792</a></li>
<li>zstd: Fix back-referenced offset by <a
href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a
href="https://github.com/klauspost/compress/pull/793">klauspost/compress#793</a></li>
<li>zstd: Load source value at start of loop by <a
href="https://github.com/greatroar"><code>@​greatroar</code></a> in <a
href="https://github.com/klauspost/compress/pull/794">klauspost/compress#794</a></li>
<li>zstd: Shorten checksum code by <a
href="https://github.com/greatroar"><code>@​greatroar</code></a> in <a
href="https://github.com/klauspost/compress/pull/795">klauspost/compress#795</a></li>
<li>zstd: Fix fallback on incompressible block by <a
href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a
href="https://github.com/klauspost/compress/pull/798">klauspost/compress#798</a></li>
<li>gzhttp: Suppport ResponseWriter Unwrap() in gzhttp handler by <a
href="https://github.com/jgimenez"><code>@​jgimenez</code></a> in <a
href="https://github.com/klauspost/compress/pull/799">klauspost/compress#799</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/jgimenez"><code>@​jgimenez</code></a>
made their first contribution in <a
href="https://github.com/klauspost/compress/pull/799">klauspost/compress#799</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/klauspost/compress/compare/v1.16.3...v1.16.4">https://github.com/klauspost/compress/compare/v1.16.3...v1.16.4</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/klauspost/compress/commit/3c61d32490eb09e17e229559c73d2ab048cd0a8f"><code>3c61d32</code></a>
Allow access to internal ResponseWriter in gzhttp handler (<a
href="https://github.com/klauspost/compress/issues/799">#799</a>)</li>
<li><a
href="https://github.com/klauspost/compress/commit/9243a1faf01d39eaa8f002584dce1ace99a72a7c"><code>9243a1f</code></a>
Update README.md</li>
<li><a
href="https://github.com/klauspost/compress/commit/47eb6d4224365bc09bc2f4acfb12fa3b4a7477ed"><code>47eb6d4</code></a>
zstd: Fix fallback on incompressible block (<a
href="https://github.com/klauspost/compress/issues/798">#798</a>)</li>
<li><a
href="https://github.com/klauspost/compress/commit/5753c12f5fecd0458700cda43b809bfe881f38f1"><code>5753c12</code></a>
zstd: Shorten checksum code (<a
href="https://github.com/klauspost/compress/issues/795">#795</a>)</li>
<li><a
href="https://github.com/klauspost/compress/commit/6c7dd07ffacd849f1bf2167671526c114cbc64a7"><code>6c7dd07</code></a>
zstd: Load source value at start of loop (<a
href="https://github.com/klauspost/compress/issues/794">#794</a>)</li>
<li><a
href="https://github.com/klauspost/compress/commit/2a02ad28369770609f0dc8597872ae6cfbb16021"><code>2a02ad2</code></a>
zstd: Fix back-referenced offset (<a
href="https://github.com/klauspost/compress/issues/793">#793</a>)</li>
<li><a
href="https://github.com/klauspost/compress/commit/dc198c145e4ab925852ea6092614cd23a4a44929"><code>dc198c1</code></a>
zstd: Respect WithAllLitEntropyCompression (<a
href="https://github.com/klauspost/compress/issues/792">#792</a>)</li>
<li><a
href="https://github.com/klauspost/compress/commit/382ea742c53f7994d8969b9de5db6cd75b795022"><code>382ea74</code></a>
zstd: Revert table size change (<a
href="https://github.com/klauspost/compress/issues/789">#789</a>)</li>
<li><a
href="https://github.com/klauspost/compress/commit/4bac43a7d4461e0d882deeaf9cc62c47113f9887"><code>4bac43a</code></a>
zstd: Fix quick reject on long backmatches (<a
href="https://github.com/klauspost/compress/issues/787">#787</a>)</li>
<li><a
href="https://github.com/klauspost/compress/commit/31b99fb25891c5029c4ce786455141372f0de6c3"><code>31b99fb</code></a>
zstd: Make load(32|64)32 safer and smaller (<a
href="https://github.com/klauspost/compress/issues/788">#788</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/klauspost/compress/compare/v1.16.3...v1.16.4">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/klauspost/compress&package-manager=go_modules&previous-version=1.16.3&new-version=1.16.4)](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>
Co-authored-by: Faith Chikwekwe <faithchikwekwe01@gmail.com>
  • Loading branch information
dependabot[bot] and fchikwekwe authored Apr 13, 2023
1 parent 8c4e99b commit 024cc3f
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 @@ -17,7 +17,7 @@ require (
github.com/honeycombio/libhoney-go v1.18.0
github.com/jessevdk/go-flags v1.5.0
github.com/json-iterator/go v1.1.12
github.com/klauspost/compress v1.16.3
github.com/klauspost/compress v1.16.4
github.com/panmari/cuckoofilter v1.0.3
github.com/pelletier/go-toml/v2 v2.0.7
github.com/pkg/errors v0.9.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@ github.com/julienschmidt/httprouter v1.2.0/go.mod h1:SYymIcj16QtmaHHD7aYtjjsJG7V
github.com/julienschmidt/httprouter v1.3.0/go.mod h1:JR6WtHb+2LUe8TCKY3cZOxFyyO8IZAc4RVcycCCAKdM=
github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck=
github.com/klauspost/compress v1.15.9/go.mod h1:PhcZ0MbTNciWF3rruxRgKxI5NkcHHrHUDtV4Yw2GlzU=
github.com/klauspost/compress v1.16.3 h1:XuJt9zzcnaz6a16/OU53ZjWp/v7/42WcR5t2a0PcNQY=
github.com/klauspost/compress v1.16.3/go.mod h1:ntbaceVETuRiXiv4DpjP66DpAtAGkEQskQzEyD//IeE=
github.com/klauspost/compress v1.16.4 h1:91KN02FnsOYhuunwU4ssRe8lc2JosWmizWa91B5v1PU=
github.com/klauspost/compress v1.16.4/go.mod h1:ntbaceVETuRiXiv4DpjP66DpAtAGkEQskQzEyD//IeE=
github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=
github.com/konsorten/go-windows-terminal-sequences v1.0.3/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=
github.com/kr/fs v0.1.0/go.mod h1:FFnZGqtBN9Gxj7eW1uZ42v5BccTP0vu6NEaFoC2HwRg=
Expand Down

0 comments on commit 024cc3f

Please sign in to comment.