From 975702b3be8622ce898987035393b4888f944809 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Wed, 29 May 2024 14:49:17 -0400 Subject: [PATCH] Ignore a RUSTSEC for the 'rsa' crate which has no fix. --- .cargo/audit.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cargo/audit.toml b/.cargo/audit.toml index e303cfb..6d1c672 100644 --- a/.cargo/audit.toml +++ b/.cargo/audit.toml @@ -1,2 +1,2 @@ [advisories] -ignore = ["RUSTSEC-2020-0159"] +ignore = ["RUSTSEC-2020-0159","RUSTSEC-2023-0071"]