From 08c017330f9838a7aa2bee8ced43a4bcae7e9c2b Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Wed, 15 Mar 2017 07:15:39 -0400 Subject: [PATCH] bump termcolor dep --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a94776fd..f1a6f5b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -17,7 +17,7 @@ dependencies = [ "num_cpus 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "regex 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "same-file 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "termcolor 0.3.1", + "termcolor 0.3.2", ] [[package]] @@ -247,7 +247,7 @@ dependencies = [ [[package]] name = "termcolor" -version = "0.3.1" +version = "0.3.2" dependencies = [ "wincolor 0.1.3", ]