diff --git a/Cargo.lock b/Cargo.lock index c742b50a2..eba2769e9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1145,9 +1145,9 @@ dependencies = [ [[package]] name = "is-terminal" -version = "0.4.3" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22e18b0a45d56fe973d6db23972bf5bc46f988a4a2385deac9cc29572f09daef" +checksum = "8687c819457e979cc940d09cb16e42a1bf70aa6b60a549de6d3a62a0ee90c69e" dependencies = [ "hermit-abi 0.3.1", "io-lifetimes", diff --git a/Cargo.toml b/Cargo.toml index 08a0ef3bb..ea64bb5ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -287,7 +287,7 @@ gcd = "2.2" glob = "0.3.0" half = "2.1" indicatif = "0.17" -is-terminal = "0.4.3" +is-terminal = "0.4.5" itertools = "0.10.0" libc = "0.2.139" lscolors = { version = "0.13.0", default-features=false, features = ["nu-ansi-term"] }