dependabot[bot] opened a new pull request, #583: URL: https://github.com/apache/avro-rs/pull/583
Bumps [num-bigint](https://github.com/rust-num/num-bigint) from 0.4.8 to 0.5.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-num/num-bigint/blob/main/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> <h1>Release 0.5.0 (2026-07-02)</h1> <ul> <li><a href="https://redirect.github.com/rust-num/num-bigint/pull/338">Upgrade to <code>rand</code> v0.10 and/or v0.9, and split <code>rand_core</code></a>. <ul> <li>The former <code>rand</code> feature is now split into multiple features, <code>rand_0_9</code>, <code>rand_core_0_9</code>, <code>rand_0_10</code>, and <code>rand_core_0_10</code>, depending on the version and feature set you need.</li> <li>The <code>RandBigInt</code> extension trait is now split into <code>BigRng09</code> and <code>BigRng010</code> for each version.</li> <li>The <code>gen_*</code> methods are deprecated in favor of new <code>random_*</code> methods.</li> <li>This is also a <a href="https://rust-random.github.io/book/crate-reprod.html#api-breaking-value-breaking-and-semver">value-breaking</a> release, as <code>rand</code> defines it.</li> </ul> </li> </ul> <p><strong>Contributors</strong>: <a href="https://github.com/bionicles"><code>@bionicles</code></a>, <a href="https://github.com/cuviper"><code>@cuviper</code></a>, <a href="https://github.com/divergentdave"><code>@divergentdave</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><a href="https://github.com/rust-num/num-bigint/commit/0ab95df78c44aeb9036b3b4f06ff39a740230924"><code>0ab95df</code></a> Merge pull request <a href="https://redirect.github.com/rust-num/num-bigint/issues/338">#338</a> from cuviper/rand-0.10</li> <li><a href="https://github.com/rust-num/num-bigint/commit/33d6998b40cad9787e2179ddfecf8eab655d759d"><code>33d6998</code></a> Release 0.5.0</li> <li><a href="https://github.com/rust-num/num-bigint/commit/84d05b791d0b748b5bac9c7766109853949e5034"><code>84d05b7</code></a> Clean up manifests of ci crates</li> <li><a href="https://github.com/rust-num/num-bigint/commit/f8daf564cd3d0888c3aeca6e4a0e63cb3c69a83d"><code>f8daf56</code></a> Allow <code>clippy::duplicate_mod</code> where intended</li> <li><a href="https://github.com/rust-num/num-bigint/commit/022310ab277684b9e7fe586304d0dfaa11cb73fe"><code>022310a</code></a> Rearrange the <code>rand</code> features to support both 0.9 and 0.10</li> <li><a href="https://github.com/rust-num/num-bigint/commit/537a0362554ae00a97dbe4af58770dfcd0e0a1ca"><code>537a036</code></a> ci: use the fallback resolver for deps</li> <li>Additional commits viewable in <a href="https://github.com/rust-num/num-bigint/compare/num-bigint-0.4.8...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 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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
