mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
Merge pull request #5151 from tertsdiepraam/some-updates
chore(deps): update is-terminal and tempfile in Cargo.toml
This commit is contained in:
commit
6c1eb9fb9f
1 changed files with 2 additions and 2 deletions
|
@ -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"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue