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", ]