Skip to content

Commit 9e59615

Browse files
committed
Remove cargo-audit ignores
The advisories have been withdrawn since they don't seem to be security critical and the problem goes all the way down to the POSIX API. See rustsec/advisory-db#1190
1 parent 057290a commit 9e59615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
steps:
3636
- uses: actions/checkout@v2
3737
- run: pacman --noconfirm -Sy cargo-audit
38-
- run: cargo audit --ignore RUSTSEC-2020-0071 --ignore RUSTSEC-2020-0159
38+
- run: cargo audit

0 commit comments

Comments
 (0)