dependabot[bot] opened a new pull request, #1294:
URL: https://github.com/apache/arrow-go/pull/1294

   Bumps [github.com/klauspost/compress](https://github.com/klauspost/compress) 
from 1.19.2 to 1.20.0.
   <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.20.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Add lzw reader/writer by <a 
href="https://github.com/klauspost";><code>@​klauspost</code></a> in <a 
href="https://redirect.github.com/klauspost/compress/pull/1189";>klauspost/compress#1189</a></li>
   <li>xpress: add Microsoft XPRESS (MS-XCA) decompression by <a 
href="https://github.com/MP-GOWTHAM";><code>@​MP-GOWTHAM</code></a> in <a 
href="https://redirect.github.com/klauspost/compress/pull/1195";>klauspost/compress#1195</a></li>
   <li>s2: arm64 assembly encoders, lowered from the amd64 avo program by <a 
href="https://github.com/lizthegrey";><code>@​lizthegrey</code></a> in <a 
href="https://redirect.github.com/klauspost/compress/pull/1187";>klauspost/compress#1187</a></li>
   <li>zstd, huff0: improved arm64 lowering, and narrow two table loads to 
MOVWQZX by <a 
href="https://github.com/lizthegrey";><code>@​lizthegrey</code></a> in <a 
href="https://redirect.github.com/klauspost/compress/pull/1175";>klauspost/compress#1175</a></li>
   <li>gzhttp: limit jitter hash to jitterBuffer bytes by <a 
href="https://github.com/VedantMadane";><code>@​VedantMadane</code></a> in <a 
href="https://redirect.github.com/klauspost/compress/pull/1192";>klauspost/compress#1192</a></li>
   <li>s2: clamp the Go EncodeBetter skip to match the assembly by <a 
href="https://github.com/lizthegrey";><code>@​lizthegrey</code></a> in <a 
href="https://redirect.github.com/klauspost/compress/pull/1190";>klauspost/compress#1190</a></li>
   <li>xxhash: bound input of non-preemptive assembly by <a 
href="https://github.com/AskAlexSharov";><code>@​AskAlexSharov</code></a> in <a 
href="https://redirect.github.com/klauspost/compress/pull/1196";>klauspost/compress#1196</a></li>
   <li>zstd/huff0: fold two ISA-gap x86 idioms in the avo arm64 lowering by <a 
href="https://github.com/lizthegrey";><code>@​lizthegrey</code></a> in <a 
href="https://redirect.github.com/klauspost/compress/pull/1199";>klauspost/compress#1199</a></li>
   <li>ci: test against go1.27.x, drop go1.24.x by <a 
href="https://github.com/lizthegrey";><code>@​lizthegrey</code></a> in <a 
href="https://redirect.github.com/klauspost/compress/pull/1198";>klauspost/compress#1198</a></li>
   <li>zstd/huff0: break false partial-register dependencies in seqdec/4X 
decoders by <a 
href="https://github.com/lizthegrey";><code>@​lizthegrey</code></a> in <a 
href="https://redirect.github.com/klauspost/compress/pull/1197";>klauspost/compress#1197</a></li>
   <li>flate: Writer L7-9 with dictionary can emit the dictionary to stream by 
<a href="https://github.com/klauspost";><code>@​klauspost</code></a> in <a 
href="https://redirect.github.com/klauspost/compress/pull/1201";>klauspost/compress#1201</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a 
href="https://github.com/VedantMadane";><code>@​VedantMadane</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/klauspost/compress/pull/1192";>klauspost/compress#1192</a></li>
   <li><a 
href="https://github.com/AskAlexSharov";><code>@​AskAlexSharov</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/klauspost/compress/pull/1196";>klauspost/compress#1196</a></li>
   <li><a href="https://github.com/MP-GOWTHAM";><code>@​MP-GOWTHAM</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/klauspost/compress/pull/1195";>klauspost/compress#1195</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/klauspost/compress/compare/v1.19.2...v1.20.0";>https://github.com/klauspost/compress/compare/v1.19.2...v1.20.0</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/klauspost/compress/commit/9d8ccb1d9567304420eb55a88b6f63a2067a8da4";><code>9d8ccb1</code></a>
 flate: Writer with a preset dictionary emits the dictionary into the output 
s...</li>
   <li><a 
href="https://github.com/klauspost/compress/commit/f93f23a4bd5434ab55872aff9717f769398fa59e";><code>f93f23a</code></a>
 build(deps): bump the github-actions group with 6 updates (<a 
href="https://redirect.github.com/klauspost/compress/issues/1200";>#1200</a>)</li>
   <li><a 
href="https://github.com/klauspost/compress/commit/42f9d969024a20735148e3577d4b602ed4d0590a";><code>42f9d96</code></a>
 xpress: add Microsoft XPRESS (MS-XCA) decompression (<a 
href="https://redirect.github.com/klauspost/compress/issues/1195";>#1195</a>)</li>
   <li><a 
href="https://github.com/klauspost/compress/commit/629c2ea148ae6ddbd3b70bc1e35076aaf94b7143";><code>629c2ea</code></a>
 zstd/huff0: break false partial-register dependencies in seqdec/4X decoders 
(...</li>
   <li><a 
href="https://github.com/klauspost/compress/commit/ba74977eb2c7002604765bf9c7f3c8a497224d60";><code>ba74977</code></a>
 ci: test against go1.27.x, drop go1.24.x (<a 
href="https://redirect.github.com/klauspost/compress/issues/1198";>#1198</a>)</li>
   <li><a 
href="https://github.com/klauspost/compress/commit/f5c1529bc7838087176f39eb85e2495f5292606d";><code>f5c1529</code></a>
 zstd/huff0: pin avo peephole folds, regenerate arm64 (<a 
href="https://redirect.github.com/klauspost/compress/issues/1199";>#1199</a>)</li>
   <li><a 
href="https://github.com/klauspost/compress/commit/73508b25f222ed50fad2ff7540c059f893781c30";><code>73508b2</code></a>
 s2: arm64 assembly encoders, lowered from the amd64 avo program (<a 
href="https://redirect.github.com/klauspost/compress/issues/1187";>#1187</a>)</li>
   <li><a 
href="https://github.com/klauspost/compress/commit/0e43f04adae8400cdaf545242467c9910ce9a513";><code>0e43f04</code></a>
 xxhash: bound input of non-preemptive assembly (<a 
href="https://redirect.github.com/klauspost/compress/issues/1196";>#1196</a>)</li>
   <li><a 
href="https://github.com/klauspost/compress/commit/4005c155a2670b665ddc52205b6e9dacb43cf651";><code>4005c15</code></a>
 s2: clamp the Go EncodeBetter skip to match the assembly (<a 
href="https://redirect.github.com/klauspost/compress/issues/1190";>#1190</a>)</li>
   <li><a 
href="https://github.com/klauspost/compress/commit/dd6de45e8beb8833684fbafb4ecd06b0062dafa6";><code>dd6de45</code></a>
 gzhttp: limit jitter hash to jitterBuffer bytes (<a 
href="https://redirect.github.com/klauspost/compress/issues/1192";>#1192</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/klauspost/compress/compare/v1.19.2...v1.20.0";>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.19.2&new-version=1.20.0)](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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to