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:
Linus Färnstrand
2023-06-29 14:21:59 +02:00
committed by GitHub
parent 9cf72357c8
commit 1f538e6f3b

View File

@@ -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