nushell/crates/nu-system/src
Stefan Holderbach 39b43d1e4b
Use is-terminal crate for now (#9670)
# Description
Until we bump our minimal Rust version to `1.70.0` we can't use
`std::io::IsTerminal`. The crate `is-terminal` (depending on `rustix` or
`windows-sys`) can provide the same.
Get's rid of the dependency on the outdated `atty` crate.
We already transitively depend on it (e.g. through `miette`)

As soon as we reach the new Rust version we can supersede this with
@nibon7's #9550

Co-authored-by: nibon7 <nibon7@163.com>
2023-07-12 18:15:54 +02:00
..
foreground.rs Use is-terminal crate for now (#9670) 2023-07-12 18:15:54 +02:00
lib.rs Foreground process group management, again (#6584) 2022-09-29 13:37:48 -05:00
linux.rs Add ppid to ps command (#8750) 2023-04-05 13:12:01 -05:00
macos.rs update most dependencies except where deeper code changes are needed (#9296) 2023-05-26 10:32:48 -05:00
windows.rs revert: move to ahash (#9464) 2023-06-18 15:27:57 +12:00