Merge pull request #132 from epage/template #293
GitHub Actions / Security audit
succeeded
Feb 27, 2025 in 0s
Security advisories found
1 unmaintained, 1 other
Details
Warnings
RUSTSEC-2024-0375
attyis unmaintained
| Details | |
|---|---|
| Status | unmaintained |
| Package | atty |
| Version | 0.2.14 |
| URL | softprops/atty#57 |
| Date | 2024-09-25 |
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
Loading