From de1c79023bebcbfd66b05f8bb0e0996ff90e1743 Mon Sep 17 00:00:00 2001 From: threema-donat <129288638+threema-donat@users.noreply.github.com> Date: Fri, 26 Apr 2024 12:17:35 +0200 Subject: [PATCH] Empty advisories ignore since they were not relevant anymore --- .cargo/audit.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.cargo/audit.toml b/.cargo/audit.toml index 4c84cae..a409af9 100644 --- a/.cargo/audit.toml +++ b/.cargo/audit.toml @@ -1,5 +1,2 @@ [advisories] -ignore = [ - "RUSTSEC-2020-0071", # Not really relevant for us, and no real solution available - "RUSTSEC-2021-0145", # Only affects Windows -] +ignore = []