1
Fork 0
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:
Daniel Hofstetter 2023-08-11 14:35:01 +02:00 committed by GitHub
commit 6c1eb9fb9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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