From ab053a8511edb245da1f49da5b6f54c430541332 Mon Sep 17 00:00:00 2001 From: AurelienFT <32803821+AurelienFT@users.noreply.github.com> Date: Mon, 9 Dec 2024 19:24:12 +0100 Subject: [PATCH] Ignore RUSTSEC-2024-0421 (#2489) Tracked by https://github.com/FuelLabs/fuel-core/issues/2488 --- .cargo/audit.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.cargo/audit.toml b/.cargo/audit.toml index 46ec91ce057..84fa05e79c2 100644 --- a/.cargo/audit.toml +++ b/.cargo/audit.toml @@ -1,2 +1,4 @@ [advisories] -ignore = [] \ No newline at end of file +ignore = [ + "RUSTSEC-2024-0421" # https://github.com/FuelLabs/fuel-core/issues/2488 +] \ No newline at end of file