Skip to content

Update YAML and big-integer dependencies - #547

Merged
gcomte merged 9 commits into
masterfrom
dependabot/cargo/master/num-bigint-0.5.1
Sep 7, 2026
Merged

Update YAML and big-integer dependencies#547
gcomte merged 9 commits into
masterfrom
dependabot/cargo/master/num-bigint-0.5.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor

Upgrade noyalib to 0.0.32 and num-bigint to 0.5.1. Use num-rational's generic Ratio<BigInt> with its optional bundled BigInt integration disabled, so exact conversions use the application's num-bigint version and compile without mixing 0.4 and 0.5 types.

This includes the commits from #546 and resolves the overlapping Cargo.toml edits. The package version remains 0.2.0, as already merged for the upcoming release.

The combined changes passed security review and every local release check: all 60 tests, locked debug and optimized builds, formatting, strict Clippy, and audit. The optimized binary reports bitcoinvert 0.2.0 and passes the JSON conversion smoke test. Audit reports no vulnerabilities; the existing proc-macro-error2 2.0.1 maintenance advisory is unchanged. GitHub CI is running for this exact combined head.

gcomte and others added 3 commits September 7, 2026 11:37
Bumps [noyalib](https://github.com/sebastienrousseau/noyalib) from 0.0.5 to 0.0.32.
- [Release notes](https://github.com/sebastienrousseau/noyalib/releases)
- [Changelog](https://github.com/sebastienrousseau/noyalib/blob/main/CHANGELOG.md)
- [Commits](sebastienrousseau/noyalib@v0.0.5...v0.0.32)

---
updated-dependencies:
- dependency-name: noyalib
  dependency-version: 0.0.32
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [num-bigint](https://github.com/rust-num/num-bigint) from 0.4.8 to 0.5.1.
- [Changelog](https://github.com/rust-num/num-bigint/blob/main/RELEASES.md)
- [Commits](rust-num/num-bigint@num-bigint-0.4.8...num-bigint-0.5.1)

---
updated-dependencies:
- dependency-name: num-bigint
  dependency-version: 0.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Sep 7, 2026
@gcomte gcomte changed the title Bump num-bigint from 0.4.8 to 0.5.1 Update YAML and big-integer dependencies Sep 7, 2026
@gcomte
gcomte merged commit 250f32b into master Sep 7, 2026
6 checks passed
@gcomte
gcomte deleted the dependabot/cargo/master/num-bigint-0.5.1 branch September 7, 2026 12:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant