mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-01 05:27:45 +00:00
chore(deps): update rust crate terminal_size to 0.2.6
This commit is contained in:
parent
4f89d860b7
commit
2e070224a5
2 changed files with 5 additions and 5 deletions
8
Cargo.lock
generated
8
Cargo.lock
generated
|
@ -2253,12 +2253,12 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "terminal_size"
|
name = "terminal_size"
|
||||||
version = "0.2.5"
|
version = "0.2.6"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "4c9afddd2cec1c0909f06b00ef33f94ab2cc0578c4a610aa208ddfec8aa2b43a"
|
checksum = "8e6bf6f19e9f8ed8d4048dc22981458ebcf406d67e94cd422e5ecd73d63b3237"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"rustix 0.36.14",
|
"rustix 0.37.7",
|
||||||
"windows-sys 0.45.0",
|
"windows-sys 0.48.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
|
|
@ -319,7 +319,7 @@ signal-hook = "0.3.15"
|
||||||
smallvec = { version = "1.10", features = ["union"] }
|
smallvec = { version = "1.10", features = ["union"] }
|
||||||
tempfile = "3.5.0"
|
tempfile = "3.5.0"
|
||||||
term_grid = "0.1.5"
|
term_grid = "0.1.5"
|
||||||
terminal_size = "0.2.5"
|
terminal_size = "0.2.6"
|
||||||
textwrap = { version="0.16.0", features=["terminal_size"] }
|
textwrap = { version="0.16.0", features=["terminal_size"] }
|
||||||
thiserror = "1.0"
|
thiserror = "1.0"
|
||||||
time = { version="0.3" }
|
time = { version="0.3" }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue