Skip to content

Commit 7bf39b5

Browse files
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

3 files changed

+8
-10
lines changed

.github/workflows/audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ jobs:
4848
- name: Run audit check
4949
# Note: you can ignore specific RUSTSEC issues using the `--ignore` flag ,for example:
5050
# run: cargo audit --ignore RUSTSEC-2026-0001
51-
run: cargo audit --ignore RUSTSEC-2024-0014
51+
run: cargo audit

Cargo.lock

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

datafusion/core/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ bytes = { workspace = true }
172172
env_logger = { workspace = true }
173173
glob = { workspace = true }
174174
insta = { workspace = true }
175-
pretty_assertions = "1.0"
176175
rand = { workspace = true, features = ["small_rng"] }
177176
rand_distr = "0.5"
178177
recursive = { workspace = true }

0 commit comments

Comments
 (0)