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 2870903a3c chore(deps): bump num-integer from 0.1.46 to 0.1.47 in the
all-other-cargo-deps group across 1 directory (#10718)
2870903a3c is described below
commit 2870903a3c970e8de50bbc3b6dcb58260f3585e7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 18 10:44:00 2026 +1000
chore(deps): bump num-integer from 0.1.46 to 0.1.47 in the
all-other-cargo-deps group across 1 directory (#10718)
Bumps the all-other-cargo-deps group with 1 update in the / directory:
[num-integer](https://github.com/rust-num/num-integer).
Updates `num-integer` from 0.1.46 to 0.1.47
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rust-num/num-integer/blob/main/RELEASES.md">num-integer's
changelog</a>.</em></p>
<blockquote>
<h1>Release 0.1.47 (2026-08-11)</h1>
<ul>
<li><a
href="https://redirect.github.com/rust-num/num-integer/pull/80">Implement
Karatsuba Square Root for 128-bit <code>Roots::sqrt</code></a></li>
<li>Miscellaneous other improvements to docs and testing.</li>
</ul>
<p><strong>Contributors</strong>: <a
href="https://github.com/durin42"><code>@durin42</code></a>, <a
href="https://github.com/cuviper"><code>@cuviper</code></a>, <a
href="https://github.com/mikem8891"><code>@mikem8891</code></a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-num/num-integer/commit/765fd9b3eb9397471d41b9f613e530f6d9d6383f"><code>765fd9b</code></a>
Fix the release date</li>
<li><a
href="https://github.com/rust-num/num-integer/commit/1377fb6d215312d920269b60af8698523072df33"><code>1377fb6</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-num/num-integer/issues/80">#80</a>
from cuviper/karatsuba-sqrt</li>
<li><a
href="https://github.com/rust-num/num-integer/commit/6c3bec6c600b0783e326522b98bc1bd913a23e23"><code>6c3bec6</code></a>
Release 0.1.47</li>
<li><a
href="https://github.com/rust-num/num-integer/commit/e16458846a9fdc4c09a2c83543c13b230623cc0e"><code>e164588</code></a>
implement Karatsuba Square Root</li>
<li><a
href="https://github.com/rust-num/num-integer/commit/3fbe47f22bc3ee924d4ed103e69b3f3579122865"><code>3fbe47f</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-num/num-integer/issues/78">#78</a>
from cuviper/rename-head</li>
<li><a
href="https://github.com/rust-num/num-integer/commit/dcaece19c04de6187ea8a77ee7a72f9192dc11a7"><code>dcaece1</code></a>
ci: use the fallback resolver for deps</li>
<li><a
href="https://github.com/rust-num/num-integer/commit/3e242f52ab9b9db4656d35f4f3136806a87bb07a"><code>3e242f5</code></a>
Rename master to main</li>
<li><a
href="https://github.com/rust-num/num-integer/commit/dcaa9654419bdc37bae1cc6b0a41a118c8b53dba"><code>dcaa965</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-num/num-integer/issues/75">#75</a>
from mikem8891/master</li>
<li><a
href="https://github.com/rust-num/num-integer/commit/f9279a28a956499a1c1420c8f386a6f6a51a3854"><code>f9279a2</code></a>
non-negative</li>
<li><a
href="https://github.com/rust-num/num-integer/commit/4b1818d3bf458cef402b6b8bf6eda68cf9259adb"><code>4b1818d</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-num/num-integer/issues/69">#69</a>
from durin42/rustc-nightly-is_multiple_of-stable</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-num/num-integer/compare/num-integer-0.1.46...num-integer-0.1.47">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 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index d5b162abdd..19aea2841b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2250,9 +2250,9 @@ dependencies = [
[[package]]
name = "num-integer"
-version = "0.1.46"
+version = "0.1.47"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
+checksum = "7ce2d95d4b3734dc35aa2f45e1aa22cd416814592a4f9d9205e11affd5b8e10b"
dependencies = [
"num-traits",
]