Skip to content

Commit

Permalink
fix: ignore atty advisory
Browse files Browse the repository at this point in the history
  • Loading branch information
cytadela8 committed Sep 26, 2024
1 parent ed35b68 commit c654506
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 @@ -8,6 +8,7 @@ feature-depth = 1

[advisories]
ignore = [
"RUSTSEC-2024-0375", # atty dependency being unmaintained, dependency of clap and criterion, we would need to update to newer major of dependencies
"RUSTSEC-2024-0320", # yaml_rust dependency being unmaintained, dependency in core, we should consider moving to yaml_rust2 fork
"RUSTSEC-2020-0168", # mach dependency being unmaintained, dependency in consensus, we should consider moving to mach2 fork
"RUSTSEC-2024-0370", # `cs_derive` needs to be updated to not rely on `proc-macro-error`
Expand Down

0 comments on commit c654506

Please sign in to comment.