From 68181e4aad583111a19c4f235bfdd32a221c9545 Mon Sep 17 00:00:00 2001 From: asonix Date: Wed, 16 Oct 2024 21:23:03 -0500 Subject: [PATCH] Update deny.toml --- deny.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/deny.toml b/deny.toml index 1bde664..fca792c 100644 --- a/deny.toml +++ b/deny.toml @@ -70,6 +70,7 @@ feature-depth = 1 # A list of advisory IDs to ignore. Note that ignored advisories will still # output a note when they are encountered. ignore = [ + { id = "RUSTSEC-2024-0365", reason = "Can't update due to MSRV" }, #"RUSTSEC-0000-0000", #{ id = "RUSTSEC-0000-0000", reason = "you can specify a reason the advisory is ignored" }, #"a-crate-that-is-yanked@0.1.1", # you can also ignore yanked crate versions if you wish