1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-08-20 22:53:48 -07:00
Files
ripgrep/.github
Martin Nordholts 4fcb1b2202 cli: replace atty with std::io::IsTerminal
The `atty` crate is unmaintained[1] and `std::io::IsTerminal` was
stabilized in Rust 1.70.

[1]: https://rustsec.org/advisories/RUSTSEC-2021-0145.html

PR 
2023-06-05 14:00:46 -04:00
..