We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e35fe6a commit 7a22eb3Copy full SHA for 7a22eb3
.github/workflows/audit.yml
@@ -42,4 +42,6 @@ jobs:
42
- name: Install cargo-audit
43
run: cargo install cargo-audit
44
- name: Run audit check
45
- run: cargo audit
+ # Ignored until https://github.com/apache/datafusion/issues/15571
46
+ # ignored py03 warning until arrow 55 upgrade
47
+ run: cargo audit --ignore RUSTSEC-2024-0370 --ignore RUSTSEC-2025-0020
0 commit comments