Skip to content

Commit

Permalink
Allow unmaintained crate
Browse files Browse the repository at this point in the history
  • Loading branch information
harmless-tech committed Sep 22, 2024
1 parent 9becbd8 commit 8d7bde1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
"RUSTSEC-2024-0370",
#"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
Expand Down

0 comments on commit 8d7bde1

Please sign in to comment.