1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-31 13:07:46 +00:00

Merge pull request #4673 from uutils/renovate/is-terminal-0.x

chore(deps): update rust crate is-terminal to 0.4.6
This commit is contained in:
Daniel Hofstetter 2023-03-29 10:04:55 +02:00 committed by GitHub
commit 398b33af31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 40 additions and 9 deletions

View file

@ -287,7 +287,7 @@ gcd = "2.2"
glob = "0.3.1"
half = "2.2"
indicatif = "0.17"
is-terminal = "0.4.5"
is-terminal = "0.4.6"
itertools = "0.10.5"
libc = "0.2.140"
lscolors = { version = "0.13.0", default-features=false, features = ["nu-ansi-term"] }