Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ jobs:
with:
tool: cargo-audit
- name: Run audit check
# Note: you can ignore specific RUSTSEC issues using the `--ignore` flag ,for example:
# run: cargo audit --ignore RUSTSEC-2026-0001
run: cargo audit
# quick-xml is constrained by object_store 0.13.x / parquet 58.x in DataFusion 54.
# paste is a transitive unmaintained warning from parquet/arrow-flight.
run: >
cargo audit
--ignore RUSTSEC-2026-0194
--ignore RUSTSEC-2026-0195
--ignore RUSTSEC-2024-0436
Loading
Loading