mirror of
https://github.com/uutils/coreutils
synced 2024-12-12 14:22:41 +00:00
chore(deps): update rust crate terminal_size to 0.4.0
This commit is contained in:
parent
33b17e0c04
commit
d623b7931f
2 changed files with 6 additions and 6 deletions
10
Cargo.lock
generated
10
Cargo.lock
generated
|
@ -2285,12 +2285,12 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "terminal_size"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7"
|
||||
checksum = "4f599bd7ca042cfdf8f4512b277c02ba102247820f9d9d4a9f521f496751a6ef"
|
||||
dependencies = [
|
||||
"rustix 0.38.31",
|
||||
"windows-sys 0.48.0",
|
||||
"windows-sys 0.59.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -2885,7 +2885,7 @@ dependencies = [
|
|||
"number_prefix",
|
||||
"once_cell",
|
||||
"selinux",
|
||||
"terminal_size 0.3.0",
|
||||
"terminal_size 0.4.0",
|
||||
"uucore",
|
||||
"uutils_term_grid",
|
||||
]
|
||||
|
@ -3634,7 +3634,7 @@ version = "0.1.9"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
|
||||
dependencies = [
|
||||
"windows-sys 0.48.0",
|
||||
"windows-sys 0.59.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
@ -331,7 +331,7 @@ signal-hook = "0.3.17"
|
|||
smallvec = { version = "1.13.2", features = ["union"] }
|
||||
tempfile = "3.10.1"
|
||||
uutils_term_grid = "0.6"
|
||||
terminal_size = "0.3.0"
|
||||
terminal_size = "0.4.0"
|
||||
textwrap = { version = "0.16.1", features = ["terminal_size"] }
|
||||
thiserror = "1.0.59"
|
||||
time = { version = "0.3.36" }
|
||||
|
|
Loading…
Reference in a new issue