Skip to content

Commit ee9a101

Browse files
alambclaude
andcommitted
[branch-54] chore: update deps for cargo audit
Update crossbeam-epoch, postgres-protocol, quinn-proto, and tokio-postgres to resolve RUSTSEC advisories, and ignore the two quick-xml advisories that require an object_store 0.14 (breaking) upgrade to fix. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 82acf50 commit ee9a101

2 files changed

Lines changed: 41 additions & 99 deletions

File tree

.github/workflows/audit.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,8 @@ jobs:
5151
- name: Run audit check
5252
# Note: you can ignore specific RUSTSEC issues using the `--ignore` flag ,for example:
5353
# run: cargo audit --ignore RUSTSEC-2026-0001
54-
run: cargo audit
54+
#
55+
# RUSTSEC-2026-0194 and RUSTSEC-2026-0195 (quick-xml) are ignored because
56+
# the fix requires quick-xml 0.41, which is only used by object_store 0.14,
57+
# a breaking upgrade that can not be backported to this maintenance branch.
58+
run: cargo audit --ignore RUSTSEC-2026-0194 --ignore RUSTSEC-2026-0195

Cargo.lock

Lines changed: 36 additions & 98 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)