dependabot[bot] opened a new pull request, #1166: URL: https://github.com/apache/arrow-go/pull/1166
Bumps [github.com/klauspost/compress](https://github.com/klauspost/compress) from 1.19.1 to 1.19.2. <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.19.2</h2> <h2>What's Changed</h2> <ul> <li>huff0: add arm64 assembly for Decompress4X/1X via avo lowering by <a href="https://github.com/lizthegrey"><code>@lizthegrey</code></a> in <a href="https://redirect.github.com/klauspost/compress/pull/1172">klauspost/compress#1172</a></li> <li>zstd: Re-enable unsafe decodeSync memory copies (<a href="https://redirect.github.com/klauspost/compress/issues/1168">#1168</a>) by <a href="https://github.com/lizthegrey"><code>@lizthegrey</code></a> in <a href="https://redirect.github.com/klauspost/compress/pull/1171">klauspost/compress#1171</a></li> <li>zstd: fix arm64 asm frame offsets placing locals on the saved LR slot by <a href="https://github.com/lizthegrey"><code>@lizthegrey</code></a> in <a href="https://redirect.github.com/klauspost/compress/pull/1176">klauspost/compress#1176</a></li> <li>zstd: avoid racing MaxDecodedSize write on shared dict litEnc by <a href="https://github.com/zanarellidev"><code>@zanarellidev</code></a> in <a href="https://redirect.github.com/klauspost/compress/pull/1182">klauspost/compress#1182</a></li> <li>zstd: keep BuildDict recent-offsets positive and loadable by <a href="https://github.com/zanarellidev"><code>@zanarellidev</code></a> in <a href="https://redirect.github.com/klauspost/compress/pull/1184">klauspost/compress#1184</a></li> <li>zstd: handle zero-literal BuildDict corpus by <a href="https://github.com/cyphercodes"><code>@cyphercodes</code></a> in <a href="https://redirect.github.com/klauspost/compress/pull/1178">klauspost/compress#1178</a></li> <li>zstd: don't clear the registered dictionary when decoding past the window by <a href="https://github.com/sueun-dev"><code>@sueun-dev</code></a> in <a href="https://redirect.github.com/klauspost/compress/pull/1177">klauspost/compress#1177</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/zanarellidev"><code>@zanarellidev</code></a> made their first contribution in <a href="https://redirect.github.com/klauspost/compress/pull/1183">klauspost/compress#1183</a></li> <li><a href="https://github.com/cyphercodes"><code>@cyphercodes</code></a> made their first contribution in <a href="https://redirect.github.com/klauspost/compress/pull/1178">klauspost/compress#1178</a></li> <li><a href="https://github.com/sueun-dev"><code>@sueun-dev</code></a> made their first contribution in <a href="https://redirect.github.com/klauspost/compress/pull/1177">klauspost/compress#1177</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/klauspost/compress/compare/v1.19.1...v1.19.2">https://github.com/klauspost/compress/compare/v1.19.1...v1.19.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/klauspost/compress/commit/c3b3439a48196b5082c63252bfb8633d0a2faad4"><code>c3b3439</code></a> zstd: don't clear the registered dictionary when decoding past the window (<a href="https://redirect.github.com/klauspost/compress/issues/1">#1</a>...</li> <li><a href="https://github.com/klauspost/compress/commit/9874bc9073f350ce462becb84f9a23c3e828d03f"><code>9874bc9</code></a> fix(zstd): handle zero-literal BuildDict corpus (<a href="https://redirect.github.com/klauspost/compress/issues/1178">#1178</a>)</li> <li><a href="https://github.com/klauspost/compress/commit/71bb6fd9ddbfbb2ca6612542a916c766a866bfb3"><code>71bb6fd</code></a> zstd: keep BuildDict recent-offsets positive and loadable (<a href="https://redirect.github.com/klauspost/compress/issues/1184">#1184</a>)</li> <li><a href="https://github.com/klauspost/compress/commit/3d4dacbaa9faca75caacc35b6d75731a81a92c6b"><code>3d4dacb</code></a> zstd: avoid racing MaxDecodedSize write on shared dict litEnc (<a href="https://redirect.github.com/klauspost/compress/issues/1182">#1182</a>)</li> <li><a href="https://github.com/klauspost/compress/commit/3ceaa81409aabe39c71821b936155b33471c78d8"><code>3ceaa81</code></a> build(deps): bump the github-actions group with 5 updates (<a href="https://redirect.github.com/klauspost/compress/issues/1185">#1185</a>)</li> <li><a href="https://github.com/klauspost/compress/commit/72cb4d3e8e743bea5d1ba40896ad55214a1844e4"><code>72cb4d3</code></a> chore: add OpenSSF Scorecard GitHub Action (<a href="https://redirect.github.com/klauspost/compress/issues/1183">#1183</a>)</li> <li><a href="https://github.com/klauspost/compress/commit/69c9db420ae55bfcdfbef564805e2646206545f7"><code>69c9db4</code></a> zstd: fix arm64 asm locals overwriting the saved link register (<a href="https://redirect.github.com/klauspost/compress/issues/1176">#1176</a>)</li> <li><a href="https://github.com/klauspost/compress/commit/117430d3b0e3c39c14d32fe7c90652149a78e609"><code>117430d</code></a> zstd: Re-enable unsafe decodeSync memory copies (<a href="https://redirect.github.com/klauspost/compress/issues/1168">#1168</a>) (<a href="https://redirect.github.com/klauspost/compress/issues/1171">#1171</a>)</li> <li><a href="https://github.com/klauspost/compress/commit/c73af0c12cc767386af8388f30d5aa7428e6dfc8"><code>c73af0c</code></a> huff0: add arm64 assembly for Decompress4X/1X via avo lowering (<a href="https://redirect.github.com/klauspost/compress/issues/1172">#1172</a>)</li> <li>See full diff in <a href="https://github.com/klauspost/compress/compare/v1.19.1...v1.19.2">compare view</a></li> </ul> </details> <br /> [](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]
