Skip to content

Commit

Permalink
Merge pull request #9472 from habitat-sh/audit
Browse files Browse the repository at this point in the history
ignore derivative and instant unmaintained crates in audits
  • Loading branch information
mwrock authored Nov 14, 2024
2 parents ff3f77f + d57535c commit 52a691b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .cargo/audit.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ ignore = [
"RUSTSEC-2022-0071", # Unmaintained: rusoto
"RUSTSEC-2024-0370", # Unmaintained: proc-macro-error (used by structopt)
"RUSTSEC-2024-0375", # Unmaintained: atty (used by clap v2)
"RUSTSEC-2024-0384", # Unmaintained: instant (used by notify)
"RUSTSEC-2024-0388", # Unmaintained: derivative (used by log4rs)
]
informational_warnings = [
"notice",
Expand Down

0 comments on commit 52a691b

Please sign in to comment.