From c883a121f424eee792342c56e77dd1d9bf38f621 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2019 11:27:11 +0000 Subject: 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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3