summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-08-25 11:54:07 +0000
committerGitHub <noreply@github.com>2019-08-25 11:54:07 +0000
commit13489b47c7172ac8f78053d31e0b6eb0f2ec437a (patch)
tree318c0f3da3f34bb6bd85f7007d604e6c908ef9d5
parentd5f0296b2bb5c7c6c3b6347808e6bf37c3264766 (diff)
parentc883a121f424eee792342c56e77dd1d9bf38f621 (diff)
Merge pull request #113 from phsym/dependabot/cargo/term-0.6
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 46137d0..a3d0939 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -32,7 +32,7 @@ name = "prettytable"
[dependencies]
unicode-width = "0.1"
-term = "0.5"
+term = "0.6"
lazy_static = "1"
atty = "0.2"
encode_unicode = "0.3"