summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2017-03-15 07:15:39 -0400
committerAndrew Gallant <jamslam@gmail.com>2017-03-15 07:15:39 -0400
commit08c017330f9838a7aa2bee8ced43a4bcae7e9c2b (patch)
tree68a7e284a31364d30a1b2f01e66f548e8a2108b6 /Cargo.lock
parent2f3a8c7f6915c417cc481edfd8b420a617e32120 (diff)
bump termcolor dep
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files 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",
]