From 24a6c61cf8151c3122472e79997619972932430e Mon Sep 17 00:00:00 2001 From: Kevin K Date: Mon, 5 Sep 2016 14:54:52 -0400 Subject: [PATCH] chore: updates term_size dep --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fe1b0833..1e81b0b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ yaml-rust = { version = "~0.3.2", optional = true } clippy = { version = "~0.0.85", optional = true } unicode-width = "~0.1.3" unicode-segmentation = "~0.1.2" -term_size = { version = "~0.1.0", optional = true } +term_size = { version = "~0.2.0", optional = true } [dev-dependencies] regex = "~0.1.69"