From 02620dbd8d1cddb509a12988f44a279fc5322855 Mon Sep 17 00:00:00 2001 From: yoshidan Date: Fri, 15 Nov 2024 10:29:33 +0900 Subject: [PATCH] tweak deny --- deny.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deny.toml b/deny.toml index 27af93d4..cd4865b4 100644 --- a/deny.toml +++ b/deny.toml @@ -35,6 +35,8 @@ yanked = "warn" # A list of advisory IDs to ignore. Note that ignored advisories will still # output a note when they are encountered. ignore = [ + # TODO remove instant crate + "RUSTSEC-2024-0384" ] # Threshold for security vulnerabilities, any vulnerability with a CVSS score # lower than the range specified will be ignored. Note that ignored advisories