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

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


The following commit(s) were added to refs/heads/main by this push:
     new 802a7263a2 chore(deps): bump crc32fast from 1.5.0 to 1.5.1 in the 
all-other-cargo-deps group across 1 directory (#10858)
802a7263a2 is described below

commit 802a7263a26791d421963a3371d864261b3d930e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 27 10:30:28 2026 +1000

    chore(deps): bump crc32fast from 1.5.0 to 1.5.1 in the all-other-cargo-deps 
group across 1 directory (#10858)
    
    Bumps the all-other-cargo-deps group with 1 update in the / directory:
    [crc32fast](https://github.com/srijs/rust-crc32fast).
    
    Updates `crc32fast` from 1.5.0 to 1.5.1
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    
href="https://github.com/srijs/rust-crc32fast/commit/a150f65ce810793293d5c9dd815f4510eb6d8e4c";><code>a150f65</code></a>
    release 1.5.1</li>
    <li><a
    
href="https://github.com/srijs/rust-crc32fast/commit/f066e8d618506d12b92cc46286b07929d4dd704e";><code>f066e8d</code></a>
    perf(simd): widen x86 folds, add ARM 3-way, and speed up small inputs
    (<a
    
href="https://redirect.github.com/srijs/rust-crc32fast/issues/56";>#56</a>)</li>
    <li><a
    
href="https://github.com/srijs/rust-crc32fast/commit/d5c123d00d5a0236b92acc56f984a5a8a5c7baf5";><code>d5c123d</code></a>
    consolidate dword load in baseline implementation (<a
    
href="https://redirect.github.com/srijs/rust-crc32fast/issues/55";>#55</a>)</li>
    <li><a
    
href="https://github.com/srijs/rust-crc32fast/commit/50e2046cbb5d4f1844931302b9cd9636694d88ec";><code>50e2046</code></a>
    downgrade msrv ci run to just cargo build</li>
    <li>See full diff in <a
    
href="https://github.com/srijs/rust-crc32fast/compare/v1.5.0...v1.5.1";>compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=crc32fast&package-manager=cargo&previous-version=1.5.0&new-version=1.5.1)](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 <dependency name> major version` will close this
    group update PR and stop Dependabot creating any more for the specific
    dependency's major version (unless you unignore this specific
    dependency's major version or upgrade to it yourself)
    - `@dependabot ignore <dependency name> minor version` will close this
    group update PR and stop Dependabot creating any more for the specific
    dependency's minor version (unless you unignore this specific
    dependency's minor version or upgrade to it yourself)
    - `@dependabot ignore <dependency name>` will close this group update PR
    and stop Dependabot creating any more for the specific dependency
    (unless you unignore this specific dependency or upgrade to it yourself)
    - `@dependabot unignore <dependency name>` will remove all of the ignore
    conditions of the specified dependency
    - `@dependabot unignore <dependency name> <ignore condition>` will
    remove the ignore condition of the specified dependency and ignore
    conditions
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 Cargo.lock | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 337405f9d2..a529445eee 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1063,9 +1063,9 @@ checksum = 
"217698eaf96b4a3f0bc4f3662aaa55bdf913cd54d7204591faa790070c6d0853"
 
 [[package]]
 name = "crc32fast"
-version = "1.5.0"
+version = "1.5.1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
+checksum = "8498c871161e1742aaa9d52551b2d6ebdd4c3d45a3be423e3728f33b955be550"
 dependencies = [
  "cfg-if",
 ]

Reply via email to