chore(deps): update rust crate terminal_size to 0.3.0

This commit is contained in:
renovate[bot] 2023-09-17 08:36:43 +00:00 committed by GitHub
parent 8bc5194504
commit 975b328630
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 4 deletions

16
Cargo.lock generated
View file

@ -279,7 +279,7 @@ dependencies = [
"anstyle",
"clap_lex",
"strsim",
"terminal_size",
"terminal_size 0.2.6",
]
[[package]]
@ -2135,6 +2135,16 @@ dependencies = [
"windows-sys 0.48.0",
]
[[package]]
name = "terminal_size"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7"
dependencies = [
"rustix 0.38.8",
"windows-sys 0.48.0",
]
[[package]]
name = "textwrap"
version = "0.16.0"
@ -2142,7 +2152,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
dependencies = [
"smawk",
"terminal_size",
"terminal_size 0.2.6",
"unicode-linebreak",
"unicode-width",
]
@ -2671,7 +2681,7 @@ dependencies = [
"once_cell",
"selinux",
"term_grid",
"terminal_size",
"terminal_size 0.3.0",
"unicode-width",
"uucore",
]

View file

@ -320,7 +320,7 @@ signal-hook = "0.3.17"
smallvec = { version = "1.11", features = ["union"] }
tempfile = "3.8.0"
term_grid = "0.1.5"
terminal_size = "0.2.6"
terminal_size = "0.3.0"
textwrap = { version = "0.16.0", features = ["terminal_size"] }
thiserror = "1.0"
time = { version = "0.3" }