summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2018-03-26 17:28:21 -0400
committerAndrew Gallant <jamslam@gmail.com>2018-03-26 17:28:21 -0400
commit835600794fa567f00ef23942b0bf647c4aa667a6 (patch)
tree202d84724b57717da1fd8ca690035a02170caecf /Cargo.lock
parent07713fb5c5563243566677fae21095e610d459f8 (diff)
termcolor: release 0.3.6termcolor-0.3.6
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 8b9369bb..c848a4ae 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -247,7 +247,7 @@ dependencies = [
"num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
"same-file 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "termcolor 0.3.5",
+ "termcolor 0.3.6",
"winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
]
@@ -279,7 +279,7 @@ dependencies = [
[[package]]
name = "termcolor"
-version = "0.3.5"
+version = "0.3.6"
dependencies = [
"wincolor 0.1.6",
]