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

bump textwrap to 0.15

This commit is contained in:
Terts Diepraam 2022-03-19 16:28:21 +01:00
parent 3c88fb460b
commit ee1ae64970
2 changed files with 4 additions and 13 deletions

View file

@ -249,7 +249,7 @@ clap = { version = "3.1", features = ["wrap_help", "cargo"] }
clap_complete = "3.0"
phf = "0.10.1"
lazy_static = { version="1.3" }
textwrap = { version="0.14", features=["terminal_size"] }
textwrap = { version="0.15", features=["terminal_size"] }
uucore = { version=">=0.0.11", package="uucore", path="src/uucore" }
selinux = { version="0.2", optional = true }
ureq = "2.4.0"