From 9e51b18ac75bba727dc265ad8d812ad517d81042 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Mon, 19 Jun 2017 13:46:43 -0400 Subject: [PATCH] bump wincolor dep --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2832a586..6c3b57b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -249,7 +249,7 @@ dependencies = [ name = "termcolor" version = "0.3.2" dependencies = [ - "wincolor 0.1.3", + "wincolor 0.1.4", ] [[package]] @@ -325,7 +325,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "wincolor" -version = "0.1.3" +version = "0.1.4" dependencies = [ "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",