From 3d407eaa8ecf47cf84ad62e32d6d38a7a035eba4 Mon Sep 17 00:00:00 2001 From: RyanSquared Date: Sun, 7 Jan 2024 22:06:06 -0500 Subject: [PATCH] cargo-deny: skip RUSTSEC-2023-0071 --- deny.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/deny.toml b/deny.toml index 3e7ccc7..2ff949c 100644 --- a/deny.toml +++ b/deny.toml @@ -11,6 +11,7 @@ notice = "warn" ignore = [ # Ignore time issue for now as there is no solution "RUSTSEC-2020-0071", + "RUSTSEC-2023-0071", ] [licenses] unlicensed = "deny"