chore: bump dependencies and update major versions#157
Merged
Conversation
Update all dependencies including major version bumps: - gptman 1.1 -> 3.1 (drops unmaintained bincode 1.x) - mbrman 0.5 -> 0.6 - hmac 0.12 -> 0.13 - sha2 0.10 -> 0.11 - keyring 3.6 -> keyring-core 1.0 (keyring v4 split Entry into keyring-core) - all compatible minor/patch deps via cargo update cargo audit: clears both rand unsoundness warnings (RUSTSEC-2026-0097). Two unmaintained advisories remain, both upstream-blocked and not vulnerabilities: bincode (via mbrman) and proc-macro-error2 (via validator_derive 0.20, the latest validator release). Signed-off-by: Jan Zachmann <50990105+JanZachmann@users.noreply.github.com>
mlilien
approved these changes
Jun 15, 2026
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.
Summary
Update all dependencies, including major version bumps, and run
cargo audit.Reason
Routine dependency maintenance and clearing
cargo auditadvisories.cargo audit: 4 → 2 advisory warnings (there were never any hard vulnerabilities).randunsoundness warnings (RUSTSEC-2026-0097), via patched versions.bincode— unmaintained at all versions, now only pulled bymbrman 0.6.1(gptman 3.1 dropped it).proc-macro-error2— pulled byvalidator_derive 0.20, the latestvalidatorrelease.