Skip to content

Commit

Permalink
fix: added unmaintained as warn (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
tchataigner authored Nov 13, 2024
1 parent dbadf57 commit af1372c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,11 @@ ignore = [
# proc-macro-error is unmaintained
"RUSTSEC-2024-0370",
# atty is unmaintained
"RUSTSEC-2024-0375"
"RUSTSEC-2024-0375",
# instant is unmaintained
"RUSTSEC-2024-0384",
# derivative`is unmaintained
"RUSTSEC-2024-0388"
]

# If this is true, then cargo deny will use the git executable to fetch advisory database.
Expand Down

0 comments on commit af1372c

Please sign in to comment.