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

chore(deps): update rust crate is-terminal to 0.4.6

This commit is contained in:
renovate[bot] 2023-03-29 05:17:11 +00:00 committed by GitHub
parent f383da3cd0
commit 206e4144bb
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.1"
indicatif = "0.17"
is-terminal = "0.4.5"
is-terminal = "0.4.6"
itertools = "0.10.5"
libc = "0.2.139"
lscolors = { version = "0.13.0", default-features=false, features = ["nu-ansi-term"] }