summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Henri Symoneaux <phsym@users.noreply.github.com>2018-04-10 23:08:06 +0200
committerGitHub <noreply@github.com>2018-04-10 23:08:06 +0200
commit698d4500b1727b57da1580cb9ab12dc75de537d0 (patch)
treefdbe28ffa70dcc1c6ed4867d163fceb97bf0890c
parent5dacda1f2854fd8c1cfd2b09a76d704a6839036f (diff)
parent3a0b463702b6aa544e4bd67413339b578e358f6b (diff)
Merge pull request #75 from hoodie/master
Updated term
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1158dd0..df3e1c6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -30,7 +30,7 @@ name = "prettytable"
[dependencies]
unicode-width = "^0.1"
-term = "^0.4"
+term = "^0.5"
lazy_static = "1"
atty = "^0.2"
encode_unicode = "^0.3"