We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c28989c commit 8ee5443Copy full SHA for 8ee5443
.github/workflows/cargo-audit.yml
@@ -38,4 +38,5 @@ jobs:
38
# put into removing items from the list.
39
# RUSTSEC-2023-0057,RUSTSEC-2023-0058 - Unsoundness in `inventory`.
40
# RUSTSEC-2023-0079 - KyberSlash in `pqc_kyber`.
41
- ignore: RUSTSEC-2023-0057,RUSTSEC-2023-0058,RUSTSEC-2023-0079
+ # RUSTSEC-2023-0081 - `safemem` is unmaintained
42
+ ignore: RUSTSEC-2023-0057,RUSTSEC-2023-0058,RUSTSEC-2023-0079,RUSTSEC-2023-0081
0 commit comments