summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-08-25 11:27:11 +0000
committerGitHub <noreply@github.com>2019-08-25 11:27:11 +0000
commitc883a121f424eee792342c56e77dd1d9bf38f621 (patch)
tree318c0f3da3f34bb6bd85f7007d604e6c908ef9d5
parentd5f0296b2bb5c7c6c3b6347808e6bf37c3264766 (diff)
Update term requirement from 0.5 to 0.6
Updates the requirements on [term](https://github.com/Stebalien/term) to permit the latest version. - [Release notes](https://github.com/Stebalien/term/releases) - [Commits](https://github.com/Stebalien/term/compare/v0.5.0...v0.6.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-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"