Merge pull request #297 from nix-community/dependabot/cargo/is-terminal-0.4.12

build(deps): bump is-terminal from 0.4.10 to 0.4.12
This commit is contained in:
figsoda 2024-02-19 13:03:53 -05:00 committed by GitHub
commit 9d425eb7ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -630,12 +630,12 @@ dependencies = [
[[package]]
name = "is-terminal"
version = "0.4.10"
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0bad00257d07be169d870ab665980b06cdb366d792ad690bf2e76876dc503455"
checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b"
dependencies = [
"hermit-abi",
"rustix",
"libc",
"windows-sys 0.52.0",
]

View File

@ -17,7 +17,7 @@ bstr = "1.9.0"
data-encoding = "2.5.0"
enum_dispatch = "0.3.12"
gix-url = "0.27.0"
is-terminal = "0.4.10"
is-terminal = "0.4.12"
itertools = "0.12.1"
nix-compat = { git = "https://code.tvl.fyi/depot.git:/tvix/nix-compat.git" }
owo-colors = { version = "4.0.0", features = ["supports-colors"] }