This is an automated email from the ASF dual-hosted git repository.

zeroshade pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-go.git


The following commit(s) were added to refs/heads/main by this push:
     new b6416de4 chore: Bump github.com/klauspost/compress from 1.19.1 to 
1.19.2 (#1166)
b6416de4 is described below

commit b6416de44e6a47e6e7be12a87c7259e268ed1872
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 11 10:16:03 2026 -0400

    chore: Bump github.com/klauspost/compress from 1.19.1 to 1.19.2 (#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 />
    
    
    [![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.1&new-version=1.19.2)](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] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 go.mod | 2 +-
 go.sum | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/go.mod b/go.mod
index 165e983a..78ace7f2 100644
--- a/go.mod
+++ b/go.mod
@@ -34,7 +34,7 @@ require (
        github.com/google/flatbuffers v25.12.19+incompatible
        github.com/google/uuid v1.6.0
        github.com/hamba/avro/v2 v2.31.0
-       github.com/klauspost/compress v1.19.1
+       github.com/klauspost/compress v1.19.2
        github.com/klauspost/cpuid/v2 v2.4.0
        github.com/pierrec/lz4/v4 v4.1.27
        github.com/pterm/pterm v0.12.83
diff --git a/go.sum b/go.sum
index dde98809..ec093c5f 100644
--- a/go.sum
+++ b/go.sum
@@ -77,8 +77,8 @@ github.com/json-iterator/go v1.1.12 
h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnr
 github.com/json-iterator/go v1.1.12/go.mod 
h1:e30LSqwooZae/UwlEbR2852Gd8hjQvJoHmT4TnhNGBo=
 github.com/klauspost/asmfmt v1.3.2 
h1:4Ri7ox3EwapiOjCki+hw14RyKk201CN4rzyCJRFLpK4=
 github.com/klauspost/asmfmt v1.3.2/go.mod 
h1:AG8TuvYojzulgDAMCnYn50l/5QV3Bs/tp6j0HLHbNSE=
-github.com/klauspost/compress v1.19.1 
h1:VsB4HPswih7mmZ8WleSFQ75c/Ui1M4trX5oAsJnhSlk=
-github.com/klauspost/compress v1.19.1/go.mod 
h1:cwPg85FWrGar70rWktvGQj8/hthj3wpl0PGDogxkrSQ=
+github.com/klauspost/compress v1.19.2 
h1:hMRETovs/pu/dVWN7zIT1PGG8t509MwT6bO7XSi26R8=
+github.com/klauspost/compress v1.19.2/go.mod 
h1:cwPg85FWrGar70rWktvGQj8/hthj3wpl0PGDogxkrSQ=
 github.com/klauspost/cpuid/v2 v2.0.9/go.mod 
h1:FInQzS24/EEf25PyTYn52gqo7WaD8xa0213Md/qVLRg=
 github.com/klauspost/cpuid/v2 v2.0.10/go.mod 
h1:g2LTdtYhdyuGPqyWyv7qRAmj1WBqxuObKfj5c0PQa7c=
 github.com/klauspost/cpuid/v2 v2.0.12/go.mod 
h1:g2LTdtYhdyuGPqyWyv7qRAmj1WBqxuObKfj5c0PQa7c=

Reply via email to