diff --git a/deny.toml b/deny.toml index a32e15e225..1c0f5b7157 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 = [ + "vulnerability", #"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