Commit 7bf39b5
authored
chore: fix cargo audit and dependencies check on main (#21655)
## Which issue does this PR close?
- Closes #21652.
- Closes #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.1 parent 5c653be commit 7bf39b5
File tree
3 files changed
+8
-10
lines changed- .github/workflows
- datafusion/core
3 files changed
+8
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | | - | |
176 | 175 | | |
177 | 176 | | |
178 | 177 | | |
| |||
0 commit comments