Skip to content

Commit 1ac4a75

Browse files
fixup: audit file
1 parent 4131982 commit 1ac4a75

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ jobs:
183183
- name: Install cargo-audit
184184
run: cargo install cargo-audit
185185
- name: Run cargo-audit
186-
run: cargo audit --ignore RUSTSEC-2023-0071
186+
run: cargo audit
187187

188188
unused-dependencies:
189189
name: Check Unused Dependencies

audit.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[advisories]
2+
ignore = ["RUSTSEC-2023-0071"]

0 commit comments

Comments
 (0)