From 481d4bb12187ddc769eecfbb064e496fa1dcd97b Mon Sep 17 00:00:00 2001 From: AurelienFT <32803821+AurelienFT@users.noreply.github.com> Date: Wed, 23 Oct 2024 15:30:29 +0200 Subject: [PATCH] Remove ignore RUSTSEC-2024-0336 (#2384) ## Linked Issues/PRs Resolves https://github.com/FuelLabs/fuel-core/issues/1843 ## Description This has been fixed in https://github.com/FuelLabs/fuel-core/pull/1954. Verified it by running cargo audit on my own did had this warning. Co-authored-by: Green Baneling --- .cargo/audit.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.cargo/audit.toml b/.cargo/audit.toml index db18bdc5a3c..46ec91ce057 100644 --- a/.cargo/audit.toml +++ b/.cargo/audit.toml @@ -1,4 +1,2 @@ [advisories] -ignore = [ - "RUSTSEC-2024-0336" # https://github.com/FuelLabs/fuel-core/issues/1843 -] \ No newline at end of file +ignore = [] \ No newline at end of file