The "cargo audit" workflow is currently failing due to a the following advisory: https://rustsec.org/advisories/RUSTSEC-2021-0145 We can probably just use the new standard library API: [std::io::IsTerminal](https://doc.rust-lang.org/stable/std/io/trait.IsTerminal.html) - Stable since Rust 1.70.0
The "cargo audit" workflow is currently failing due to a the following advisory: https://rustsec.org/advisories/RUSTSEC-2021-0145
We can probably just use the new standard library API: std::io::IsTerminal - Stable since Rust 1.70.0