Skip to content

chore: fix cargo audit and dependencies check on main#21655

Merged
alamb merged 4 commits intoapache:mainfrom
alamb:fix-audit-21652
Apr 15, 2026
Merged

chore: fix cargo audit and dependencies check on main#21655
alamb merged 4 commits intoapache:mainfrom
alamb:fix-audit-21652

Conversation

@alamb
Copy link
Copy Markdown
Contributor

@alamb alamb commented Apr 15, 2026

Which issue does this PR close?

Rationale for this change

cargo audit started failing on main due to newly published advisories

Dependencies check is also failing

What changes are included in this PR?

  • update rustls-webpki from 0.103.10 to 0.103.12
  • update rand from 0.10.0 to 0.10.1
  • Remove unecessary ignore
  • Remove unused dep

Are these changes tested?

Yes.

By CI

Are there any user-facing changes?

No.

@github-actions github-actions bot added the logical-expr Logical plan and expressions label Apr 15, 2026
@github-actions github-actions bot removed the logical-expr Logical plan and expressions label Apr 15, 2026
@github-actions github-actions bot added the development-process Related to development process of DataFusion label Apr 15, 2026
@alamb alamb marked this pull request as ready for review April 15, 2026 19:50
@alamb alamb changed the title chore: fix cargo audit on main chore: fix cargo audit and dependencies check on main Apr 15, 2026
@github-actions github-actions bot added the core Core DataFusion crate label Apr 15, 2026
@timsaucer
Copy link
Copy Markdown
Member

timsaucer commented Apr 15, 2026

The remaining failure is also failing on main. The diff in the output is:

page_index_pages_pruned=2 total → 2 to page_index_pages_pruned=3 total → 3

@alamb
Copy link
Copy Markdown
Contributor Author

alamb commented Apr 15, 2026

I'll merge this one in to solve some of the problems and then look at the other failure

@alamb alamb added this pull request to the merge queue Apr 15, 2026
@alamb
Copy link
Copy Markdown
Contributor Author

alamb commented Apr 15, 2026

Thanks @timsaucer and @Dandandan

Merged via the queue into apache:main with commit 7bf39b5 Apr 15, 2026
35 of 36 checks passed
@alamb alamb deleted the fix-audit-21652 branch April 15, 2026 20:47
@mbutrovich
Copy link
Copy Markdown
Contributor

I'll merge this one in to solve some of the problems and then look at the other failure

I think I got the remaining one in main: #21657

@adriangb
Copy link
Copy Markdown
Contributor

Thanks for handling this so swiftly folks!

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

Labels

core Core DataFusion crate development-process Related to development process of DataFusion

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Dependencies CI check is failing on main cargo audit is failing on main

5 participants