fix(deps): bump crossbeam-epoch for RUSTSEC-2026-0204 - #165
Open
BenjaminDEMAILLE wants to merge 1 commit into
Open
fix(deps): bump crossbeam-epoch for RUSTSEC-2026-0204#165BenjaminDEMAILLE wants to merge 1 commit into
BenjaminDEMAILLE wants to merge 1 commit into
Conversation
cargo audit fails on main: crossbeam-epoch 0.9.18 carries RUSTSEC-2026-0204, an invalid pointer dereference in the fmt::Pointer impl for Atomic and Shared when the underlying pointer is invalid. It arrives transitively through rayon. A lockfile bump to 0.9.20 is the advisory's own recommended fix and touches nothing else: 95 other dependencies are unchanged and the suite is unaffected. The four remaining advisories are the ones the workflow already tolerates. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.
cargo auditcurrently fails onmain.It arrives transitively through rayon. This is a lockfile bump to 0.9.20, the advisory's own recommended fix; 95 other dependencies are unchanged and the test suite is unaffected.
cargo auditthen passes, leaving only the four advisories the workflow already tolerates.How this surfaced
Fork pull requests need a maintainer to approve their workflow runs, so no job has executed on any of the open PRs in #157 and #163: every run sits at
action_requiredand eventually reportsfailurewith zero jobs, which reads as a code failure but is not one.To get real signal I ran the same workflow on a fork branch, where no approval is needed. Six of the seven jobs passed on that branch:
Test (linux-x86_64),Test (linux-x86_64-v3),Test (macos-aarch64),Clippy,FormattingandMSRV check. The only failure wasSecurity audit, and reproducing it on a cleanmaincheckout confirmed it is pre-existing rather than anything the open PRs introduce.Worth merging on its own, independently of those series.
🤖 Generated with Claude Code