Skip to content

Commit

Permalink
fix(deny): instant and derivative are unmaintained (#730)
Browse files Browse the repository at this point in the history
  • Loading branch information
Karrq authored Nov 18, 2024
1 parent 48c6b1a commit a088464
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ ignore = [
# Used by alloy
# proc-macro-error is unmaintained
"RUSTSEC-2024-0370",
# instant is unmaintained
"RUSTSEC-2024-0384",
# Used by boojum
# derivative is unmaintained
"RUSTSEC-2024-0388",
]

# This section is considered when running `cargo deny check bans`.
Expand Down

0 comments on commit a088464

Please sign in to comment.