From 208c11af56d4eaf81e6ea9ffaf7bfead43b9238f Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sun, 27 Aug 2017 11:34:58 -0400 Subject: [PATCH] deps: bump termcolor in lock file --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2cd64d0c..a9ed1c05 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -16,7 +16,7 @@ dependencies = [ "num_cpus 1.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "regex 0.2.2 (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.2", + "termcolor 0.3.3", ] [[package]] @@ -253,7 +253,7 @@ dependencies = [ [[package]] name = "termcolor" -version = "0.3.2" +version = "0.3.3" dependencies = [ "wincolor 0.1.4", ]