1
Fork 0
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:
Sylvestre Ledru 2023-09-05 08:41:14 +02:00 committed by GitHub
commit d3d2b36db3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 8 additions and 31 deletions

View file

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