fix: resolve cargo-deny advisory failures - #41
Merged
Conversation
Bump ruint, h2, anyhow, crossbeam-epoch, and spin in Cargo.lock; ignore unmaintained im/sized-chunks/bitmaps advisories from provekit's Noir tree. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
thomas-waite
requested review from
Takaros999,
m1guelpf and
paolodamico
as code owners
August 24, 2026 21:22
Contributor
Author
|
@codex review |
|
Codex Review: Didn't find any major issues. What shall we delve into next? Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
paolodamico
approved these changes
Aug 24, 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.
The
Cargo deny / advisoriesCI job is failing on PRs (e.g. #39).What & why:
ruint1.18.0 → 1.20.0 — fixes RUSTSEC-2026-0220 (incorrect overflow flags onUintshifts, potential DoS via formatting).h2,anyhow,crossbeam-epoch— fixes RUSTSEC-2026-0258, -0190, -0204, which the advisory DB now flags (CI will pick these up on its next DB refresh).spinto non-yanked patch releases — clears yanked-crate warnings.bitmaps/im/sized-chunksunmaintained) indeny.toml— pulled in by provekit's Noir compiler fork underwalletkit-core; no upgrade path from this repo until upstream migrates toimbl.All lockfile-only, semver-compatible bumps. Verified locally:
cargo deny check advisories,cargo deny check bans licenses sources,cargo check --workspace --all-targets --all-features, andcargo test --all-featuresall pass.