diff --git a/.deny.toml b/.deny.toml index 01cf265f..74771a06 100644 --- a/.deny.toml +++ b/.deny.toml @@ -74,7 +74,6 @@ ignore = [ #{ 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 #{ crate = "a-crate-that-is-yanked@0.1.1", reason = "you can specify why you are ignoring the yanked crate" }, - { id = "RUSTSEC-2024-0370", reason = "Nothing we can do about it now." }, { id = "RUSTSEC-2023-0071", reason = "Nothing we can do about it now." }, ] # If this is true, then cargo deny will use the git executable to fetch advisory database.