mirror of
https://github.com/uutils/coreutils
synced 2024-12-14 07:12:44 +00:00
chore(deps): update is-terminal and tempfile in Cargo.toml
This commit is contained in:
parent
a4e8be4456
commit
252b3754b5
1 changed files with 2 additions and 2 deletions
|
@ -285,7 +285,7 @@ gcd = "2.3"
|
||||||
glob = "0.3.1"
|
glob = "0.3.1"
|
||||||
half = "2.2"
|
half = "2.2"
|
||||||
indicatif = "0.17"
|
indicatif = "0.17"
|
||||||
is-terminal = "0.4.7"
|
is-terminal = "0.4.9"
|
||||||
itertools = "0.11.0"
|
itertools = "0.11.0"
|
||||||
libc = "0.2.147"
|
libc = "0.2.147"
|
||||||
lscolors = { version = "0.15.0", default-features = false, features = [
|
lscolors = { version = "0.15.0", default-features = false, features = [
|
||||||
|
@ -318,7 +318,7 @@ self_cell = "1.0.1"
|
||||||
selinux = "0.4"
|
selinux = "0.4"
|
||||||
signal-hook = "0.3.17"
|
signal-hook = "0.3.17"
|
||||||
smallvec = { version = "1.11", features = ["union"] }
|
smallvec = { version = "1.11", features = ["union"] }
|
||||||
tempfile = "3.6.0"
|
tempfile = "3.7.1"
|
||||||
term_grid = "0.1.5"
|
term_grid = "0.1.5"
|
||||||
terminal_size = "0.2.6"
|
terminal_size = "0.2.6"
|
||||||
textwrap = { version = "0.16.0", features = ["terminal_size"] }
|
textwrap = { version = "0.16.0", features = ["terminal_size"] }
|
||||||
|
|
Loading…
Reference in a new issue