1
Fork 0
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:
Sylvestre Ledru 2022-11-06 17:39:59 +01:00 committed by GitHub
commit fba5e1f3a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View file

@ -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]]

View file

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