Skip to content

build(deps): update vulnerable dependencies - #6712

Open
szupzj18 wants to merge 1 commit into
graphprotocol:masterfrom
szupzj18:chris/fix/rustsec-dependencies
Open

build(deps): update vulnerable dependencies#6712
szupzj18 wants to merge 1 commit into
graphprotocol:masterfrom
szupzj18:chris/fix/rustsec-dependencies

Conversation

@szupzj18

Copy link
Copy Markdown

Root cause

Cargo.lock pins quick-xml 0.40.1 and crossbeam-epoch 0.9.18, which are affected by three RustSec advisories.

Change

Update object_store to 0.14.1, quick-xml to 0.41.0, and crossbeam-epoch to 0.9.20.

Validation

  • cargo audit: RUSTSEC-2026-0194, RUSTSEC-2026-0195, and RUSTSEC-2026-0204 no longer reported
  • cargo check -p graph --locked
  • cargo test -p graph --lib --locked: compilation succeeded; local link blocked by missing libpq

Fixes #6672
Fixes #6673
Fixes #6674

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment