From f00b5cbd67646630a1d939aeda112046214df11c Mon Sep 17 00:00:00 2001 From: Chris Macklin Date: Mon, 22 Apr 2024 19:47:05 -0700 Subject: [PATCH] Ignore RUSTSEC-2024-0336. (#424) --- deny.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/deny.toml b/deny.toml index 89e15694c..ec67db0e7 100644 --- a/deny.toml +++ b/deny.toml @@ -33,6 +33,7 @@ notice = "warn" # A list of advisory IDs to ignore. Note that ignored advisories will still # output a note when they are encountered. ignore = [ + "RUSTSEC-2024-0336", ] # This section is considered when running `cargo deny check licenses`