Skip to content

fix: bump crossbeam-epoch to 0.9.20 for RUSTSEC-2026-0204#291

Merged
Navi Bot (project-navi-bot) merged 1 commit into
mainfrom
fix/rustsec-2026-0204-crossbeam-epoch
Jul 14, 2026
Merged

fix: bump crossbeam-epoch to 0.9.20 for RUSTSEC-2026-0204#291
Navi Bot (project-navi-bot) merged 1 commit into
mainfrom
fix/rustsec-2026-0204-crossbeam-epoch

Conversation

@Fieldnote-Echo

Copy link
Copy Markdown
Member

Summary

crossbeam-epoch 0.9.18 (transitive dep: rayonrayon-corecrossbeam-deque) carries RUSTSEC-2026-0204 — invalid pointer dereference in the fmt::Pointer impl for Atomic/Shared. This is what's failing the cargo-deny advisories job on the scheduled audit workflow (main) and on PR CI for #289/#290.

Lockfile-only patch bump to 0.9.20 in both the workspace Cargo.lock and fuzz/Cargo.lock (same vulnerable pin there; fuzz smoke jobs exercise it). No manifest changes.

Note: cargo deny check advisories also emits a advisory-not-detected warning for the RUSTSEC-2025-0141 (bincode-unmaintained) ignore — bincode 1.3.3 is still in the graph via hnsw_rs (dev-only beir-bench), but current cargo-deny doesn't flag transitive unmaintained advisories. Left the ignore in place deliberately: it's harmless as a warning, and removing it would fail CI if the pinned cargo-deny-action version still detects the advisory.

Test plan

  • cargo deny check advisoriesadvisories ok locally
  • cargo build --locked
  • cargo test (core: 256 passed) + cargo test -p ordvec-manifest (70 passed)
  • CI matrix on this PR (incl. fuzz smoke builds against the bumped fuzz lock)

crossbeam-epoch 0.9.18 (transitive: rayon -> rayon-core -> crossbeam-deque)
carries RUSTSEC-2026-0204 (invalid pointer dereference in the fmt::Pointer
impl for Atomic/Shared). Lockfile-only patch bump in both the workspace
lock and fuzz/Cargo.lock; no manifest changes.

Clears the cargo-deny advisories failure on the scheduled audit workflow
and on PR CI.

Signed-off-by: Nelson Spence <nelson@projectnavi.ai>
@qodo-code-review

Copy link
Copy Markdown

Code Review by Qodo

Grey Divider

No Changes in PR

Qodo reviewed your PR and found no changes in the code

Grey Divider

Qodo Logo

@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@codecov

codecov Bot commented Jul 14, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@Fieldnote-Echo

Copy link
Copy Markdown
Member Author

Ready for the usual review — all 38 checks green. Merging this unblocks three things on main: the scheduled audit workflow (currently red on RUSTSEC-2026-0204), and dependabot PRs #289/#290, which fail only the cargo-deny advisories job and just need a rebase once this lands.

@project-navi-bot
Navi Bot (project-navi-bot) merged commit 0cdac9f into main Jul 14, 2026
39 checks passed
@project-navi-bot
Navi Bot (project-navi-bot) deleted the fix/rustsec-2026-0204-crossbeam-epoch branch July 14, 2026 00:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants