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 506deb19 chore: Bump github.com/zeebo/xxh3 from 1.0.2 to 1.1.0 (#649)
506deb19 is described below

commit 506deb192716c88d339e2c7f3819b3e1308d7ca0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 26 22:08:45 2026 -0500

    chore: Bump github.com/zeebo/xxh3 from 1.0.2 to 1.1.0 (#649)
    
    Bumps [github.com/zeebo/xxh3](https://github.com/zeebo/xxh3) from 1.0.2
    to 1.1.0.
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    
href="https://github.com/zeebo/xxh3/commit/84cc04fc61771ea2a564c57277a19f83217a84ff";><code>84cc04f</code></a>
    Just run <code>gofmt -w .</code></li>
    <li><a
    
href="https://github.com/zeebo/xxh3/commit/d67f069b68d7b71152be7653b42f571b7feb0322";><code>d67f069</code></a>
    Add arm64 NEON path</li>
    <li><a
    
href="https://github.com/zeebo/xxh3/commit/77e65e1f514fb3917bee0f8b08d8055f8f2d06c0";><code>77e65e1</code></a>
    Improve AVX512 hashing</li>
    <li><a
    
href="https://github.com/zeebo/xxh3/commit/4b2280ee9dafac56b843a55cbf330a9f80fc8f5e";><code>4b2280e</code></a>
    Add 128 bit hasher</li>
    <li><a
    
href="https://github.com/zeebo/xxh3/commit/3808c706a06a56abd56cecf5a2760d3ba1e2e49a";><code>3808c70</code></a>
    Upgrade CI versions</li>
    <li><a
    
href="https://github.com/zeebo/xxh3/commit/7a4a65f1295e046689e9636ab562396cadea38e7";><code>7a4a65f</code></a>
    Small speedup in AVX2/AVX512</li>
    <li><a
    
href="https://github.com/zeebo/xxh3/commit/8b1e819c6d4dd3d92c02786b8817781eb1907f33";><code>8b1e819</code></a>
    Improve pure Go speed up to 45%</li>
    <li><a
    
href="https://github.com/zeebo/xxh3/commit/44d8fda7850acee1b5f3af5b347300eda0e51c3a";><code>44d8fda</code></a>
    Make LICENSE recognized by GitHub. Add test coverage output files to
    gitignor...</li>
    <li>See full diff in <a
    href="https://github.com/zeebo/xxh3/compare/v1.0.2...v1.1.0";>compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/zeebo/xxh3&package-manager=go_modules&previous-version=1.0.2&new-version=1.1.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 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 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 8eb3a25c..8da9975c 100644
--- a/go.mod
+++ b/go.mod
@@ -40,7 +40,7 @@ require (
        github.com/substrait-io/substrait-go/v7 v7.2.2
        github.com/substrait-io/substrait-protobuf/go v0.79.0
        github.com/tidwall/sjson v1.2.5
-       github.com/zeebo/xxh3 v1.0.2
+       github.com/zeebo/xxh3 v1.1.0
        golang.org/x/exp v0.0.0-20260112195511-716be5621a96
        golang.org/x/sync v0.19.0
        golang.org/x/sys v0.40.0
diff --git a/go.sum b/go.sum
index 7f2dbeb3..5e13e55d 100644
--- a/go.sum
+++ b/go.sum
@@ -172,8 +172,8 @@ github.com/xyproto/randomstring v1.0.5/go.mod 
h1:rgmS5DeNXLivK7YprL0pY+lTuhNQW3i
 github.com/yuin/goldmark v1.4.13/go.mod 
h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
 github.com/zeebo/assert v1.3.0 h1:g7C04CbJuIDKNPFHmsk4hwZDO5O+kntRxzaUoNXj+IQ=
 github.com/zeebo/assert v1.3.0/go.mod 
h1:Pq9JiuJQpG8JLJdtkwrJESF0Foym2/D9XMU5ciN/wJ0=
-github.com/zeebo/xxh3 v1.0.2 h1:xZmwmqxHZA8AI603jOQ0tMqmBr9lPeFwGg6d+xy9DC0=
-github.com/zeebo/xxh3 v1.0.2/go.mod 
h1:5NWz9Sef7zIDm2JHfFlcQvNekmcEl9ekUZQQKCYaDcA=
+github.com/zeebo/xxh3 v1.1.0 h1:s7DLGDK45Dyfg7++yxI0khrfwq9661w9EN78eP/UZVs=
+github.com/zeebo/xxh3 v1.1.0/go.mod 
h1:IisAie1LELR4xhVinxWS5+zf1lA4p0MW4T+w+W07F5s=
 go.opentelemetry.io/auto/sdk v1.2.1 
h1:jXsnJ4Lmnqd11kwkBV2LgLoFMZKizbCi5fNZ/ipaZ64=
 go.opentelemetry.io/auto/sdk v1.2.1/go.mod 
h1:KRTj+aOaElaLi+wW1kO/DZRXwkF4C5xPbEe3ZiIhN7Y=
 go.opentelemetry.io/otel v1.38.0 
h1:RkfdswUDRimDg0m2Az18RKOsnI8UDzppJAtj01/Ymk8=

Reply via email to