mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 12:37:49 +00:00
Merge pull request #4111 from uutils/dependabot/cargo/terminal_size-0.2.2
build(deps): bump terminal_size from 0.2.1 to 0.2.2
This commit is contained in:
commit
fba5e1f3a2
2 changed files with 4 additions and 4 deletions
6
Cargo.lock
generated
6
Cargo.lock
generated
|
@ -2035,12 +2035,12 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "terminal_size"
|
||||
version = "0.2.1"
|
||||
version = "0.2.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8440c860cf79def6164e4a0a983bcc2305d82419177a0e0c71930d049e3ac5a1"
|
||||
checksum = "40ca90c434fd12083d1a6bdcbe9f92a14f96c8a1ba600ba451734ac334521f7a"
|
||||
dependencies = [
|
||||
"rustix",
|
||||
"windows-sys 0.36.1",
|
||||
"windows-sys 0.42.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
@ -20,7 +20,7 @@ clap = { version = "4.0", features = ["wrap_help", "cargo", "env"] }
|
|||
unicode-width = "0.1.8"
|
||||
number_prefix = "0.4"
|
||||
term_grid = "0.1.5"
|
||||
terminal_size = "0.2.1"
|
||||
terminal_size = "0.2.2"
|
||||
glob = "0.3.0"
|
||||
lscolors = { version = "0.12.0", features = ["ansi_term"] }
|
||||
uucore = { version=">=0.0.16", package="uucore", path="../../uucore", features = ["entries", "fs"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue