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

chore(deps): update rust crate is-terminal to 0.4.7
This commit is contained in:
Daniel Hofstetter 2023-05-30 13:33:28 +02:00 committed by GitHub
commit 5f10ca3302
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View file

@ -1236,14 +1236,14 @@ dependencies = [
[[package]]
name = "is-terminal"
version = "0.4.6"
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "256017f749ab3117e93acb91063009e1f1bb56d03965b14c2c8df4eb02c524d8"
checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f"
dependencies = [
"hermit-abi 0.3.1",
"io-lifetimes",
"rustix 0.37.7",
"windows-sys 0.45.0",
"windows-sys 0.48.0",
]
[[package]]

View file

@ -288,7 +288,7 @@ glob = "0.3.1"
half = "2.2"
humantime_to_duration = "0.2.1"
indicatif = "0.17"
is-terminal = "0.4.6"
is-terminal = "0.4.7"
itertools = "0.10.5"
libc = "0.2.144"
lscolors = { version = "0.14.0", default-features=false, features = ["nu-ansi-term"] }