mirror of
https://github.com/rustsec/advisory-db.git
synced 2025-12-27 01:54:07 -05:00
870 B
870 B
[advisory]
id = "RUSTSEC-2024-0375"
package = "atty"
date = "2024-09-25"
informational = "unmaintained"
url = "https://github.com/softprops/atty/issues/57"
[versions]
patched = []
atty is unmaintained
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
attymaintainer. - is-terminal - Standalone crate supporting Rust older than 1.70.0