mirror of
https://github.com/clap-rs/clap
synced 2025-03-04 15:27:16 +00:00
chore(deps): Update Rust crate terminal_size to 0.4.0
This commit is contained in:
parent
fd31a1b613
commit
a618230f88
2 changed files with 21 additions and 2 deletions
21
Cargo.lock
generated
21
Cargo.lock
generated
|
@ -466,7 +466,7 @@ dependencies = [
|
|||
"color-print",
|
||||
"static_assertions",
|
||||
"strsim",
|
||||
"terminal_size 0.3.0",
|
||||
"terminal_size 0.4.0",
|
||||
"unic-emoji-char",
|
||||
"unicase",
|
||||
"unicode-width",
|
||||
|
@ -3165,6 +3165,16 @@ dependencies = [
|
|||
"windows-sys 0.48.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "terminal_size"
|
||||
version = "0.4.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4f599bd7ca042cfdf8f4512b277c02ba102247820f9d9d4a9f521f496751a6ef"
|
||||
dependencies = [
|
||||
"rustix",
|
||||
"windows-sys 0.59.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "textwrap"
|
||||
version = "0.15.2"
|
||||
|
@ -3870,6 +3880,15 @@ dependencies = [
|
|||
"windows-targets 0.52.6",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "windows-sys"
|
||||
version = "0.59.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
||||
dependencies = [
|
||||
"windows-targets 0.52.6",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "windows-targets"
|
||||
version = "0.48.5"
|
||||
|
|
|
@ -64,7 +64,7 @@ unicase = { version = "2.6.0", optional = true }
|
|||
strsim = { version = "0.11.0", optional = true }
|
||||
anstream = { version = "0.6.7", optional = true }
|
||||
anstyle = "1.0.8"
|
||||
terminal_size = { version = "0.3.0", optional = true }
|
||||
terminal_size = { version = "0.4.0", optional = true }
|
||||
backtrace = { version = "0.3.73", optional = true }
|
||||
unicode-width = { version = "0.1.9", optional = true }
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue