Skip to content

Commit

Permalink
fix deny check, using atty is fine for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Emilgardis committed Feb 6, 2025
1 parent 4ccfa60 commit a9b43d4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ targets = [

[advisories]
version = 2
# FIXME: remove this if/when clap changes to is-terminal, atty is
# patched, or we migrated to an MSRV of 1.66.0.
ignore = [
# FIXME: remove this if/when clap changes to is-terminal, atty is
# patched, or we migrated to an MSRV of 1.66.0.
"RUSTSEC-2021-0145",
"RUSTSEC-2024-0375"
]

[bans]
Expand Down

0 comments on commit a9b43d4

Please sign in to comment.