This is an automated email from the ASF dual-hosted git repository.
alamb 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 1019b4377c chore(deps): bump crc32fast from 1.5.1 to 1.5.2 in the
all-other-cargo-deps group across 1 directory (#11108)
1019b4377c is described below
commit 1019b4377cefcb464e8a0e6a2bf48c4ec090d4da
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 17 13:06:45 2026 -0400
chore(deps): bump crc32fast from 1.5.1 to 1.5.2 in the all-other-cargo-deps
group across 1 directory (#11108)
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.1 to 1.5.2
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/srijs/rust-crc32fast/commit/7eb0b8a2c9b246d27dc4cb5a53d3fc3b43a4bb83"><code>7eb0b8a</code></a>
release 1.5.2</li>
<li><a
href="https://github.com/srijs/rust-crc32fast/commit/927270745b182e686b360ca6b87e71fce33632fb"><code>9272707</code></a>
perf(baseline): fold whole 16-byte blocks in the tail (<a
href="https://redirect.github.com/srijs/rust-crc32fast/issues/61">#61</a>)</li>
<li><a
href="https://github.com/srijs/rust-crc32fast/commit/1e291e6cba1caf6d346d3d2a2f4d621ccf10f1cf"><code>1e291e6</code></a>
ci: add riscv64gc-unknown-linux-gnu to cross-test matrix (<a
href="https://redirect.github.com/srijs/rust-crc32fast/issues/59">#59</a>)</li>
<li><a
href="https://github.com/srijs/rust-crc32fast/commit/9d028706a30a6ae50ba06f2d791965f2f21be67d"><code>9d02870</code></a>
Update license links (<a
href="https://redirect.github.com/srijs/rust-crc32fast/issues/58">#58</a>)</li>
<li>See full diff in <a
href="https://github.com/srijs/rust-crc32fast/compare/v1.5.1...v1.5.2">compare
view</a></li>
</ul>
</details>
<br />
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
Cargo.lock | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index c695aad893..5cb510f90f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1079,9 +1079,9 @@ checksum =
"217698eaf96b4a3f0bc4f3662aaa55bdf913cd54d7204591faa790070c6d0853"
[[package]]
name = "crc32fast"
-version = "1.5.1"
+version = "1.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8498c871161e1742aaa9d52551b2d6ebdd4c3d45a3be423e3728f33b955be550"
+checksum = "01a7799fd6b852db0e61728dde9a204c423b44d689dbd432522543614b490e78"
dependencies = [
"cfg-if",
]
@@ -3676,7 +3676,7 @@ source =
"registry+https://github.com/rust-lang/crates.io-index"
checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
dependencies = [
"fastrand",
- "getrandom 0.3.4",
+ "getrandom 0.4.3",
"once_cell",
"rustix",
"windows-sys 0.61.2",