You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The maintainer of atty has published an official notice that the crate is no longer
under development, and that users should instead rely on the functionality in the standard library's IsTerminal trait.
Alternative(s)
std::io::IsTerminal - Stable since Rust 1.70.0 and the recommended replacement per the atty maintainer.
is-terminal - Standalone crate supporting Rust older than 1.70.0
The text was updated successfully, but these errors were encountered:
I guess we'd need either: (i) let the issue open or (ii) ignore the advisory when running cargo-audit until we bump the MSRV and it can be fixed, otherwise CI will keep recreating issue.
Anyway, for anyone taking a look at this one see why it's unaffected and unsolvable at the moment here: #1769 (comment)
atty
0.2.14
The maintainer of
atty
has published an official notice that the crate is no longerunder development, and that users should instead rely on the functionality in the standard library's
IsTerminal
trait.Alternative(s)
atty
maintainer.The text was updated successfully, but these errors were encountered: