fix(deps): bump crossbeam-epoch to 0.9.20 - #660
Merged
Conversation
Fixes RUSTSEC-2026-0204: invalid pointer dereference in the fmt::Pointer impl for Atomic and Shared when the underlying pointer is invalid. crossbeam-epoch reaches the workspace transitively through crossbeam-deque, and the advisory was failing the security audit job on main and on every dependency PR. Signed-off-by: Jeremie Drouet <jeremie.drouet@gmail.com>
|
Contributor
|
📈 This is how your metrics evolved 📉 |
Owner
Author
|
Merging with
So neither PR can be green on its own: before this change the audit stopped at |
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.
Bumps
crossbeam-epochfrom 0.9.18 to 0.9.20 inCargo.lock.Why
The
security auditjob is failing on RUSTSEC-2026-0204 — invalid pointer dereference in thefmt::Pointerimpl forAtomicandSharedwhen the underlying pointer is invalid. Patched in>= 0.9.20.crossbeam-epochis pulled in transitively viacrossbeam-deque, so the advisory fails the audit job onmainand on every dependency PR — that is what is currently blocking #659, which is otherwise unrelated to this crate.Lockfile-only change:
cargo update -p crossbeam-epoch.Verification
cargo build --workspace --all-features— passescargo test --workspace --all-features— passes