From 8b9ce3778b7de40524a7939954d96a48f0fe53e7 Mon Sep 17 00:00:00 2001 From: Joseph Livesey Date: Fri, 20 Dec 2024 12:56:24 -0500 Subject: [PATCH] ci: add known issue with trin to audit toml --- .cargo/audit.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .cargo/audit.toml diff --git a/.cargo/audit.toml b/.cargo/audit.toml new file mode 100644 index 00000000..d1ef853a --- /dev/null +++ b/.cargo/audit.toml @@ -0,0 +1,5 @@ +[advisories] +ignore = [ + # Waiting on trin ethportal-api to fix this issue with the validator crate + "RUSTSEC-2024-0421", +]