chore: Update crossbeam-epoch 0.9.18 -> 0.9.20 (RUSTSEC-2026-0204)#152
chore: Update crossbeam-epoch 0.9.18 -> 0.9.20 (RUSTSEC-2026-0204)#152mcurrier2 wants to merge 1 commit into
Conversation
- Fixes cargo-audit CI failure: invalid pointer dereference in fmt::Pointer impl for Atomic and Shared - Advisory published 2026-07-06, affects all branches with stale lockfile - Lockfile-only change, no code modifications AI-assisted-by: Claude Opus 4.6 Co-authored-by: Cursor <cursoragent@cursor.com>
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Enterprise Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
📈 Changed lines coverage: N/A (0/0)✅ All new and modified lines are covered by tests!📊 Code Coverage Summary
|
Summary
crossbeam-epochfrom 0.9.18 to 0.9.20 inCargo.lockfmt::Pointerimpl forAtomicandSharedwhen the underlying pointer is invalidcargo auditCI failure affecting all branches with stale lockfileDetails
The advisory was published 2026-07-06. Any PR receiving a fresh CI run after that date will fail the
cargo-auditstep until this lockfile update is merged intomain.This is a lockfile-only change — no code modifications, no
Cargo.tomlchanges.Test plan
cargo checkpassescargo clippypassescargo auditshould now pass (crossbeam-epoch >=0.9.20 resolves the advisory)Made with Cursor