mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 12:37:49 +00:00
Merge pull request #5240 from cakebaker/use_std_io_is_terminal
Use std::io::IsTerminal instead of is-terminal
This commit is contained in:
commit
d3d2b36db3
17 changed files with 8 additions and 31 deletions
|
@ -286,7 +286,6 @@ gcd = "2.3"
|
|||
glob = "0.3.1"
|
||||
half = "2.3"
|
||||
indicatif = "0.17"
|
||||
is-terminal = "0.4.9"
|
||||
itertools = "0.11.0"
|
||||
libc = "0.2.147"
|
||||
lscolors = { version = "0.15.0", default-features = false, features = [
|
||||
|
@ -491,7 +490,6 @@ time = { workspace = true, features = ["local-offset"] }
|
|||
unindent = "0.2"
|
||||
uucore = { workspace = true, features = ["entries", "process", "signals"] }
|
||||
walkdir = { workspace = true }
|
||||
is-terminal = { workspace = true }
|
||||
hex-literal = "0.4.1"
|
||||
rstest = { workspace = true }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue