Skip to content

Commit 5bb7e42

Browse files
Bump github.com/klauspost/compress from 1.18.5 to 1.18.6 (#716)
Bumps [github.com/klauspost/compress](https://github.com/klauspost/compress) from 1.18.5 to 1.18.6. <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.18.6</h2> <h2>What's Changed</h2> <ul> <li>s2: Fix amd64 stack frame corruption by <a href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a href="https://redirect.github.com/klauspost/compress/pull/1145">klauspost/compress#1145</a></li> <li>gzhttp: Canonicalize ETag header by <a href="https://github.com/justinmayhew"><code>@​justinmayhew</code></a> in <a href="https://redirect.github.com/klauspost/compress/pull/1139">klauspost/compress#1139</a></li> <li>perf: pool hash tables in Go encode paths to reduce allocations by <a href="https://github.com/huynhanx03"><code>@​huynhanx03</code></a> in <a href="https://redirect.github.com/klauspost/compress/pull/1143">klauspost/compress#1143</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/justinmayhew"><code>@​justinmayhew</code></a> made their first contribution in <a href="https://redirect.github.com/klauspost/compress/pull/1139">klauspost/compress#1139</a></li> <li><a href="https://github.com/huynhanx03"><code>@​huynhanx03</code></a> made their first contribution in <a href="https://redirect.github.com/klauspost/compress/pull/1143">klauspost/compress#1143</a></li> <li><a href="https://github.com/thaJeztah"><code>@​thaJeztah</code></a> made their first contribution in <a href="https://redirect.github.com/klauspost/compress/pull/1144">klauspost/compress#1144</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/klauspost/compress/compare/v1.18.5...v1.18.6">https://github.com/klauspost/compress/compare/v1.18.5...v1.18.6</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/klauspost/compress/commit/ac2f5e87a3089bd58c974ca53cef71c7aa8bf877"><code>ac2f5e8</code></a> docs: use unix line-endings for markdown files (<a href="https://redirect.github.com/klauspost/compress/issues/1144">#1144</a>)</li> <li><a href="https://github.com/klauspost/compress/commit/620d7b5cfbf89fbfdf69884f8a561a2981c25b11"><code>620d7b5</code></a> s2: Fix amd64 stack frame corruption (<a href="https://redirect.github.com/klauspost/compress/issues/1145">#1145</a>)</li> <li><a href="https://github.com/klauspost/compress/commit/1b63f2fece784da6334068c671e3f94366bf9d68"><code>1b63f2f</code></a> build(deps): bump the github-actions group with 2 updates (<a href="https://redirect.github.com/klauspost/compress/issues/1141">#1141</a>)</li> <li><a href="https://github.com/klauspost/compress/commit/3d86b893733380c370eba876f5beaaf63aeeea94"><code>3d86b89</code></a> s2: pool hash tables in Go encode paths to reduce allocations (<a href="https://redirect.github.com/klauspost/compress/issues/1143">#1143</a>)</li> <li><a href="https://github.com/klauspost/compress/commit/15967def6890f5494829394274686436976c4936"><code>15967de</code></a> gzhttp: Canonicalize ETag header (<a href="https://redirect.github.com/klauspost/compress/issues/1139">#1139</a>)</li> <li>See full diff in <a href="https://github.com/klauspost/compress/compare/v1.18.5...v1.18.6">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.18.5&new-version=1.18.6)](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 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> Co-authored-by: Vince Perri <5596945+vinceaperri@users.noreply.github.com>
1 parent 7d1ce10 commit 5bb7e42

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/cavaliergopher/cpio v1.0.1
99
github.com/google/uuid v1.6.0
1010
github.com/invopop/jsonschema v0.13.0
11-
github.com/klauspost/compress v1.18.5
11+
github.com/klauspost/compress v1.18.6
1212
github.com/klauspost/pgzip v1.2.6
1313
github.com/moby/sys/mountinfo v0.7.2
1414
github.com/notaryproject/notation-go v1.3.2

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ github.com/jcmturner/gokrb5/v8 v8.4.4/go.mod h1:1btQEpgT6k+unzCwX1KdWMEwPPkkgBtP
6969
github.com/jcmturner/rpc/v2 v2.0.3 h1:7FXXj8Ti1IaVFpSAziCZWNzbNuZmnvw/i6CqLNdWfZY=
7070
github.com/jcmturner/rpc/v2 v2.0.3/go.mod h1:VUJYCIDm3PVOEHw8sgt091/20OJjskO/YJki3ELg/Hc=
7171
github.com/josharian/intern v1.0.0/go.mod h1:5DoeVV0s6jJacbCEi61lwdGj/aVlrQvzHFFd8Hwg//Y=
72-
github.com/klauspost/compress v1.18.5 h1:/h1gH5Ce+VWNLSWqPzOVn6XBO+vJbCNGvjoaGBFW2IE=
73-
github.com/klauspost/compress v1.18.5/go.mod h1:cwPg85FWrGar70rWktvGQj8/hthj3wpl0PGDogxkrSQ=
72+
github.com/klauspost/compress v1.18.6 h1:2jupLlAwFm95+YDR+NwD2MEfFO9d4z4Prjl1XXDjuao=
73+
github.com/klauspost/compress v1.18.6/go.mod h1:cwPg85FWrGar70rWktvGQj8/hthj3wpl0PGDogxkrSQ=
7474
github.com/klauspost/pgzip v1.2.6 h1:8RXeL5crjEUFnR2/Sn6GJNWtSQ3Dk8pq4CL3jvdDyjU=
7575
github.com/klauspost/pgzip v1.2.6/go.mod h1:Ch1tH69qFZu15pkjo5kYi6mth2Zzwzt50oCQKQE9RUs=
7676
github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=

0 commit comments

Comments
 (0)