chore(deps): update is-terminal and tempfile in Cargo.toml

This commit is contained in:
Terts Diepraam 2023-08-11 12:35:29 +02:00
parent a4e8be4456
commit 252b3754b5

View file

@ -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"] }