build(deps): bump is-terminal from 0.4.10 to 0.4.12

Bumps [is-terminal](https://github.com/sunfishcode/is-terminal) from 0.4.10 to 0.4.12.
- [Commits](https://github.com/sunfishcode/is-terminal/compare/v0.4.10...v0.4.12)

---
updated-dependencies:
- dependency-name: is-terminal
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-02-12 15:14:57 +00:00 committed by GitHub
parent ab31c18a3b
commit aa683aa439
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"] }