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
8 changes: 7 additions & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,10 @@ jobs:
- 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
#
# RUSTSEC-2026-0194 and RUSTSEC-2026-0195 (quick-xml) are ignored because

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

# the fix requires quick-xml 0.41, which is only used by object_store 0.14,
# a breaking upgrade that can not be backported to this maintenance branch.
# The same advisories are ignored on main, see
# https://github.com/apache/datafusion/issues/23297
run: cargo audit --ignore RUSTSEC-2026-0194 --ignore RUSTSEC-2026-0195
134 changes: 36 additions & 98 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading