diff --git a/Cargo.lock b/Cargo.lock index 1d7f92724..d29da5145 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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]] diff --git a/Cargo.toml b/Cargo.toml index 595be01f4..29e4244b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }