From e05100b73d74066a90876bf38f952adf5e8ee422 Mon Sep 17 00:00:00 2001 From: Kevin K Date: Sun, 9 Apr 2017 14:39:38 -0400 Subject: [PATCH] imp: bumps term_size to take advantage of better terminal dimension handling --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2f8c089d269..3fcb54d7227 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 }