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 6035e287ad chore(deps): bump num-bigint from 0.5.0 to 0.5.1 in the
all-other-cargo-deps group across 1 directory (#10294)
6035e287ad is described below
commit 6035e287adcc3f1a574c6438b4b610faded2d9b6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 7 02:03:53 2026 +1000
chore(deps): bump num-bigint from 0.5.0 to 0.5.1 in the
all-other-cargo-deps group across 1 directory (#10294)
Bumps the all-other-cargo-deps group with 1 update in the / directory:
[num-bigint](https://github.com/rust-num/num-bigint).
Updates `num-bigint` from 0.5.0 to 0.5.1
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rust-num/num-bigint/blob/master/RELEASES.md">num-bigint's
changelog</a>.</em></p>
<blockquote>
<h1>Release 0.5.1 (2026-07-04)</h1>
<ul>
<li><a
href="https://redirect.github.com/rust-num/num-bigint/pull/348">Fixed a
regression in the B-Z division algorithm.</a></li>
</ul>
<p><strong>Contributors</strong>: <a
href="https://github.com/cuviper"><code>@​cuviper</code></a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-num/num-bigint/commit/33c59ba44b7bdb09975b38a321b1b88c6a444005"><code>33c59ba</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-num/num-bigint/issues/348">#348</a>
from cuviper/bz-alg2-step3b</li>
<li><a
href="https://github.com/rust-num/num-bigint/commit/38b68f66f4ac0f6b611edb984d05d0104cad5c67"><code>38b68f6</code></a>
Release 0.5.1</li>
<li><a
href="https://github.com/rust-num/num-bigint/commit/f4a43f56eb38f6b2ea52b21b47e5392920fe158b"><code>f4a43f5</code></a>
Fix the missing part of the Burnikel-Ziegler algorithm</li>
<li><a
href="https://github.com/rust-num/num-bigint/commit/ebfd89a0ef7b3616e19c5cba11a0469109488594"><code>ebfd89a</code></a>
Add failing tests for a bug in B-Z division</li>
<li>See full diff in <a
href="https://github.com/rust-num/num-bigint/compare/num-bigint-0.5.0...num-bigint-0.5.1">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 <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 | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index ddeaef2f39..32ac99ef17 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -249,7 +249,7 @@ dependencies = [
"indexmap",
"liblzma",
"md5",
- "num-bigint 0.5.0",
+ "num-bigint 0.5.1",
"object_store",
"once_cell",
"rand 0.9.4",
@@ -271,7 +271,7 @@ dependencies = [
"bytes",
"criterion",
"half",
- "num-bigint 0.5.0",
+ "num-bigint 0.5.1",
"num-traits",
"rand 0.9.4",
]
@@ -376,7 +376,7 @@ dependencies = [
"arrow",
"arrow-buffer",
"hex",
- "num-bigint 0.5.0",
+ "num-bigint 0.5.1",
"num-traits",
"serde",
"serde_json",
@@ -2151,9 +2151,9 @@ dependencies = [
[[package]]
name = "num-bigint"
-version = "0.5.0"
+version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7032fbb7ef662c18e806aa75b311f68ddf5c94e8fc62832c0039d79095ab6abf"
+checksum = "93e7820bc0a80a0238e650327316f929ba18d5be054b647490a3a6a339f3e7c0"
dependencies = [
"num-integer",
"num-traits",
@@ -2350,7 +2350,7 @@ dependencies = [
"hashbrown 0.17.1",
"insta",
"lz4_flex",
- "num-bigint 0.5.0",
+ "num-bigint 0.5.1",
"num-integer",
"num-traits",
"object_store",