Skip to content

[branch-54] chore: fix cargo audit#23607

Merged
comphead merged 1 commit into
apache:branch-54from
alamb:alamb/branch-54-cargo-audit
Jul 15, 2026
Merged

[branch-54] chore: fix cargo audit#23607
comphead merged 1 commit into
apache:branch-54from
alamb:alamb/branch-54-cargo-audit

Conversation

@alamb

@alamb alamb commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

Which issue does this PR close?

Rationale for this change

cargo audit is failing on branch-54 with 7 vulnerabilities across 5 crates:

This follows the model of similar fixes on earlier maintenance branches:

What changes are included in this PR?

Are these changes tested?

Yes, by CI. cargo audit now passes locally with the ignore flags (only allowed warnings remain).

Are there any user-facing changes?

No, dependency version bumps in Cargo.lock and a CI change only.

@github-actions github-actions Bot added the development-process Related to development process of DataFusion label Jul 15, 2026
# run: cargo audit --ignore RUSTSEC-2026-0001
run: cargo audit
#
# RUSTSEC-2026-0194 and RUSTSEC-2026-0195 (quick-xml) are ignored because

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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>
@alamb
alamb force-pushed the alamb/branch-54-cargo-audit branch from ee9a101 to d07a227 Compare July 15, 2026 12:50
@alamb alamb changed the title [branch-54] chore: update deps for cargo audit [branch-54] chore: fix cargo audit Jul 15, 2026

@comphead comphead left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @alamb

@comphead
comphead merged commit 2142d5b into apache:branch-54 Jul 15, 2026
36 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

development-process Related to development process of DataFusion

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants