summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2018-02-11 13:39:12 -0500
committerAndrew Gallant <jamslam@gmail.com>2018-02-11 13:39:12 -0500
commit5d15f49f0c5ac3d74dabc82a5bd4032b79b2aba4 (patch)
treea5a15a278b386a543541ab9d4c26b36cfce02fd2 /Cargo.toml
parent7718ee362e405f709886e24d62e352dd361a4dd6 (diff)
termcolor: release 0.3.4termcolor-0.3.4
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7679fa4c..87f02077 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -47,7 +47,7 @@ memmap = "0.6"
num_cpus = "1"
regex = "0.2.4"
same-file = "1"
-termcolor = { version = "0.3.3", path = "termcolor" }
+termcolor = { version = "0.3.4", path = "termcolor" }
[dependencies.clap]
version = "2.29.4"