summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-11-21 20:33:57 -0500
committerAndrew Gallant <jamslam@gmail.com>2016-11-21 20:33:57 -0500
commit05b26d59868687860c15a5d39e7570ee35a35503 (patch)
tree2ef429fe28d3483b99b7357abf8a9b6ca4b9ffc8
parent506f046b8b3882567bb589de574373c9c0f310c2 (diff)
bump termcolor
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b0337539..ae31e315 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -16,7 +16,7 @@ dependencies = [
"memmap 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"num_cpus 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 0.1.80 (registry+https://github.com/rust-lang/crates.io-index)",
- "termcolor 0.1.0",
+ "termcolor 0.1.1",
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
@@ -228,7 +228,7 @@ dependencies = [
[[package]]
name = "termcolor"
-version = "0.1.0"
+version = "0.1.1"
dependencies = [
"wincolor 0.1.0",
]