summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2018-02-03 20:38:03 -0500
committerAndrew Gallant <jamslam@gmail.com>2018-02-03 20:38:03 -0500
commitfe0025549418822c1711886bf136660845e8f433 (patch)
treee6a97439559da3cdada784ece42b41599116d552 /Cargo.lock
parent07c837e7400516bb4f1996d0405f59fc07596a74 (diff)
deps: bump wincolor
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 6eca6e44..a5bb3871 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -283,7 +283,7 @@ dependencies = [
name = "termcolor"
version = "0.3.3"
dependencies = [
- "wincolor 0.1.4",
+ "wincolor 0.1.5",
]
[[package]]
@@ -371,7 +371,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "wincolor"
-version = "0.1.4"
+version = "0.1.5"
dependencies = [
"winapi 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
]