1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-01 05:27:45 +00:00

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

chore(deps): update rust crate is-terminal to 0.4.5
This commit is contained in:
Sylvestre Ledru 2023-03-27 21:20:25 +02:00 committed by GitHub
commit e3b63e4a11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -287,7 +287,7 @@ gcd = "2.2"
glob = "0.3.0"
half = "2.1"
indicatif = "0.17"
is-terminal = "0.4.3"
is-terminal = "0.4.5"
itertools = "0.10.0"
libc = "0.2.139"
lscolors = { version = "0.13.0", default-features=false, features = ["nu-ansi-term"] }