Bump textwrap version as required

This commit is contained in:
Árpád Goretity 2017-10-06 13:53:08 +02:00
parent ac97edde90
commit e1a4cfe3a3

View file

@ -22,7 +22,7 @@ appveyor = { repository = "kbknapp/clap-rs" }
[dependencies]
bitflags = "0.9"
unicode-width = "0.1.4"
textwrap = "0.8.0"
textwrap = "0.9.0"
strsim = { version = "0.6.0", optional = true }
ansi_term = { version = "0.9.0", optional = true }
yaml-rust = { version = "0.3.5", optional = true }