summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/cargo-audit.yml8
1 files changed, 2 insertions, 6 deletions
diff --git a/.github/workflows/cargo-audit.yml b/.github/workflows/cargo-audit.yml
index 69dce45e19..e3f44a3b96 100644
--- a/.github/workflows/cargo-audit.yml
+++ b/.github/workflows/cargo-audit.yml
@@ -29,9 +29,7 @@ jobs:
# Ignored audit issues. This list should be kept short, and effort should be
# put into removing items from the list.
# RUSTSEC-2023-0079 - KyberSlash in `pqc_kyber`.
- # RUSTSEC-2024-0370 - `proc-macro-error` is unmaintained.
- # `nftnl 0.6.2` uses `proc-macro-error`.
- ignore: RUSTSEC-2023-0079,RUSTSEC-2024-0370
+ ignore: RUSTSEC-2023-0079
- uses: actions-rust-lang/audit@v1.1.11
name: Audit testrunner Rust Dependencies
@@ -41,6 +39,4 @@ jobs:
# Ignored audit issues. This list should be kept short, and effort should be
# put into removing items from the list.
# RUSTSEC-2023-0079 - KyberSlash in `pqc_kyber`.
- # RUSTSEC-2024-0370 - `proc-macro-error` is unmaintained.
- # `nftnl 0.6.2` uses `proc-macro-error`.
- ignore: RUSTSEC-2023-0079,RUSTSEC-2024-0370
+ ignore: RUSTSEC-2023-0079