fix(deps): update ruint security advisory - #63
Merged
Conversation
This was referenced Aug 11, 2026
Amp-Thread-ID: https://ampcode.com/threads/T-019ff1b0-c07c-77f3-816c-5da33175c7a4 Co-authored-by: Amp <amp@ampcode.com>
PelleKrab
force-pushed
the
fix/cargo-deny-stale-advisory
branch
from
August 11, 2026 17:57
872679e to
73d1546
Compare
3 tasks
PelleKrab
marked this pull request as ready for review
August 12, 2026 01:16
refcell
approved these changes
Aug 12, 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
ruintfrom 1.17.2 to 1.20.0 to resolve RUSTSEC-2026-0220bincodeis no longer in the dependency graphcargo deny checkon the current advisory databaseWhy
The proof API PR stack exposed a pre-existing time-dependent CI failure: cargo-deny rejects ignored advisories that are no longer encountered. A fresh advisory fetch also reports the newly published ruint shift-overflow advisory, which is fixed by the compatible 1.20.0 release rather than suppressed.
Lockfile scope
The lockfile contains only the dependency graph required by
ruint 1.20.0: six newark-* 0.6.0packages and version qualification of the existingark-serialize 0.5.0edge because both 0.5 and 0.6 now exist. It does not change any unrelated Windows dependency resolution.This is the prerequisite for the proof API stack:
/eth/v1/config/specValidation
cargo metadata --locked --no-deps --format-version 1cargo deny checkcargo check -p anvil --lockedcargo test -p anvil --test it beacon_api --locked -- --nocapturegit diff --check