From fc2c10c0d381aee7b23481d4191a4a13c02ad486 Mon Sep 17 00:00:00 2001 From: Linwei Shang Date: Mon, 5 Jan 2026 09:56:03 -0500 Subject: [PATCH] ci: ignore RUSTSEC-2026-0001 (rkyv) in audit --- .github/workflows/audit.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index ce9152000a..e37d50eef7 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -34,3 +34,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: actions-rust-lang/audit@v1 + with: + # TODO: remove this once the fix is backported to rkyv v0.7 + # https://github.com/rkyv/rkyv/issues/644 + ignore: RUSTSEC-2026-0001