summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2018-02-20 20:15:08 -0500
committerAndrew Gallant <jamslam@gmail.com>2018-02-20 20:15:08 -0500
commitab1b877c205c0920b41773bf0267c0f016d04a51 (patch)
tree158710f6e17ac606c964e174ea796a1ba68719a0 /Cargo.lock
parent2b5c4888146eebf1cee4c63307e9bedbdda79671 (diff)
termcolor: release 0.3.5termcolor-0.3.5
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 1031cdaa..72108687 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -242,7 +242,7 @@ dependencies = [
"num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 0.2.6 (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.4",
+ "termcolor 0.3.5",
"winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
]
@@ -274,7 +274,7 @@ dependencies = [
[[package]]
name = "termcolor"
-version = "0.3.4"
+version = "0.3.5"
dependencies = [
"wincolor 0.1.6",
]