mirror of
https://github.com/rustsec/advisory-db.git
synced 2025-12-27 01:54:07 -05:00
Update RUSTSEC-2021-0145.md with stable IsTerminal (#1725)
Since `IsTerminal` is now stable, this CVE can recommend that first
This commit is contained in:
@@ -33,5 +33,6 @@ Last release of `atty` was almost 3 years ago.
|
||||
|
||||
The below list has not been vetted in any way and may or may not contain alternatives;
|
||||
|
||||
- [is-terminal](https://crates.io/crates/is-terminal)
|
||||
- std::io::IsTerminal *nightly-only experimental*
|
||||
- [std::io::IsTerminal](https://doc.rust-lang.org/stable/std/io/trait.IsTerminal.html) - Stable since Rust 1.70.0
|
||||
- [is-terminal](https://crates.io/crates/is-terminal) - Standalone crate supporting Rust older than 1.70.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user