Merge pull request #362 from nix-community/dependabot/cargo/is-terminal-0.4.10

build(deps): bump is-terminal from 0.4.9 to 0.4.10
This commit is contained in:
figsoda 2024-01-08 20:32:45 -05:00 committed by GitHub
commit dd30ab0ce6
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

@ -2317,13 +2317,13 @@ checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
[[package]]
name = "is-terminal"
version = "0.4.9"
version = "0.4.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
checksum = "0bad00257d07be169d870ab665980b06cdb366d792ad690bf2e76876dc503455"
dependencies = [
"hermit-abi",
"rustix",
"windows-sys 0.48.0",
"windows-sys 0.52.0",
]
[[package]]

View File

@ -34,7 +34,7 @@ expand = "0.3.0"
flate2 = "1.0.28"
heck = "0.4.1"
indoc = "2.0.4"
is-terminal = "0.4.9"
is-terminal = "0.4.10"
itertools = "0.12.0"
once_cell = "1.19.0"
owo-colors = "4.0.0"