From eb1c62caaa88343f1a958915dbea5ad2fd35ba2b Mon Sep 17 00:00:00 2001 From: hanabi1224 Date: Thu, 28 Nov 2024 17:19:37 +0800 Subject: [PATCH] fix(ci): update deny.toml to ignore RUSTSEC-2024-0384 --- deny.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deny.toml b/deny.toml index 5be86107edf..7f8317d9279 100644 --- a/deny.toml +++ b/deny.toml @@ -13,7 +13,8 @@ yanked = "warn" # A list of advisory IDs to ignore. Note that ignored advisories will still # output a note when they are encountered. ignore = [ - #"RUSTSEC-0000-0000", + # `instant` is unmaintained: https://rustsec.org/advisories/RUSTSEC-2024-0384 + "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