Merge pull request #1442 from arjunkathuria/v3-master

chore: bump the version for textwrap crate from 0.10 to 0.11
This commit is contained in:
Kevin K 2019-04-05 21:15:32 -04:00 committed by GitHub
commit 0568dbd741
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,7 +50,7 @@ maintenance = {status = "actively-developed"}
[dependencies]
bitflags = "1.0"
unicode-width = "0.1.4"
textwrap = "0.10.0"
textwrap = "0.11"
indexmap = "1.0.1"
strsim = { version = "0.8.0", optional = true }
yaml-rust = { version = "0.4", optional = true }