Update YAML and big-integer dependencies - #547
Merged
Merged
Conversation
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>
Update Cargo dependencies
Bump version to 0.2.0
…0.0.32' into release/v0.2.0-integration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.0and passes the JSON conversion smoke test. Audit reports no vulnerabilities; the existingproc-macro-error2 2.0.1maintenance advisory is unchanged. GitHub CI is running for this exact combined head.