imp: bumps term_size to take advantage of better terminal dimension handling

This commit is contained in:
Kevin K 2017-04-09 14:39:38 -04:00
parent 6095f239ba
commit e05100b73d
No known key found for this signature in database
GPG key ID: 17218E4B3692F01A

View file

@ -22,7 +22,7 @@ unicode-width = "0.1.4"
unicode-segmentation = "1.0.1"
strsim = { version = "0.6.0", optional = true }
ansi_term = { version = "0.9.0", optional = true }
term_size = { version = "0.2.3", optional = true }
term_size = { version = "0.3.0", optional = true }
yaml-rust = { version = "0.3.5", optional = true }
clippy = { version = "~0.0.118", optional = true }
atty = { version = "0.2.2", optional = true }