diff --git a/Cargo.toml b/Cargo.toml index 365b160dd..48604fcde 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -285,7 +285,7 @@ gcd = "2.3" glob = "0.3.1" half = "2.2" indicatif = "0.17" -is-terminal = "0.4.7" +is-terminal = "0.4.9" itertools = "0.11.0" libc = "0.2.147" lscolors = { version = "0.15.0", default-features = false, features = [ @@ -318,7 +318,7 @@ self_cell = "1.0.1" selinux = "0.4" signal-hook = "0.3.17" smallvec = { version = "1.11", features = ["union"] } -tempfile = "3.6.0" +tempfile = "3.7.1" term_grid = "0.1.5" terminal_size = "0.2.6" textwrap = { version = "0.16.0", features = ["terminal_size"] }