We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50272fa commit c844386Copy full SHA for c844386
2 files changed
.github/workflows/audit.yml
@@ -14,4 +14,4 @@ jobs:
14
- uses: actions/checkout@v4
15
- uses: dtolnay/rust-toolchain@stable
16
- run: cargo install cargo-audit --locked
17
- - run: cargo audit --deny warnings
+ - run: cargo audit --deny warnings --ignore RUSTSEC-2023-0071
0 commit comments