Skip to content

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

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

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

Conversation

@alamb

@alambalamb commented Apr 15, 2026

Copy link
Copy Markdown
Contributor

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-actionsgithub-actionsBot added the logical-expr Logical plan and expressions label Apr 15, 2026
@github-actionsgithub-actionsBot removed the logical-expr Logical plan and expressions label Apr 15, 2026
@github-actionsgithub-actionsBot 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
@alambalamb changed the title chore: fix cargo audit on mainchore: fix cargo audit and dependencies check on mainApr 15, 2026
@github-actionsgithub-actionsBot added the core Core DataFusion crate label Apr 15, 2026
@timsaucer

timsaucer commented Apr 15, 2026

Copy link
Copy Markdown
Member

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
ContributorAuthor

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 queueApr 15, 2026
@alamb

Copy link
Copy Markdown
ContributorAuthor

Thanks @timsaucer and @Dandandan

Merged via the queue into apache:main with commit 7bf39b5Apr 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!

Rich-T-kid pushed a commit to Rich-T-kid/datafusion that referenced this pull request Apr 21, 2026
## Which issue does this PR close?
- Closesapache#21652.
- Closesapache#21656
## 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.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

coreCore DataFusion cratedevelopment-processRelated 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

@alamb@timsaucer@mbutrovich@adriangb@Dandandan