1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-31 13:07:46 +00:00

Merge pull request #4702 from uutils/renovate/terminal_size-0.x

chore(deps): update rust crate terminal_size to 0.2.6
This commit is contained in:
Daniel Hofstetter 2023-05-30 13:35:40 +02:00 committed by GitHub
commit e7d95dc362
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -319,7 +319,7 @@ signal-hook = "0.3.15"
smallvec = { version = "1.10", features = ["union"] }
tempfile = "3.5.0"
term_grid = "0.1.5"
terminal_size = "0.2.5"
terminal_size = "0.2.6"
textwrap = { version="0.16.0", features=["terminal_size"] }
thiserror = "1.0"
time = { version="0.3" }