Skip to content

Commit

Permalink
Acknowledge atty is unmaintained advisory
Browse files Browse the repository at this point in the history
`atty` is used by `clap`, which we depend on.
  • Loading branch information
foresterre committed Nov 25, 2024
1 parent e136890 commit a5ee1e0
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
@@ -1,6 +1,7 @@
[advisories]
ignore = [
"RUSTSEC-2024-0370", # https://rustsec.org/advisories/RUSTSEC-2024-0370 `proc-macro-error` is unmaintained (via `tabled` > `tabled_derive`)
"RUSTSEC-2024-0375", # https://rustsec.org/advisories/RUSTSEC-2024-0375 `atty` is unmaintained (via `clap`)
"RUSTSEC-2024-0384", # https://rustsec.org/advisories/RUSTSEC-2024-0384 `instant` is unmaintained (via `indicatif`)
]

Expand Down

0 comments on commit a5ee1e0

Please sign in to comment.