summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2017-08-27 11:34:58 -0400
committerAndrew Gallant <jamslam@gmail.com>2017-08-27 11:34:58 -0400
commit208c11af56d4eaf81e6ea9ffaf7bfead43b9238f (patch)
tree5087ba52260725ec49776e770c383f68558b6fd8 /Cargo.lock
parent12a78a992cb5d77a5e2023fa023a9481e4ba9925 (diff)
deps: bump termcolor in lock file
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 2cd64d0c..a9ed1c05 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -16,7 +16,7 @@ dependencies = [
"num_cpus 1.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 0.2.2 (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.2",
+ "termcolor 0.3.3",
]
[[package]]
@@ -253,7 +253,7 @@ dependencies = [
[[package]]
name = "termcolor"
-version = "0.3.2"
+version = "0.3.3"
dependencies = [
"wincolor 0.1.4",
]