From 68d3a81f3e92da0a193f8997923baea1d444a08a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 04:38:04 +0000 Subject: [PATCH] Update term requirement from 0.7 to 1.0 Updates the requirements on [term](https://github.com/Stebalien/term) to permit the latest version. - [Commits](https://github.com/Stebalien/term/commits) --- updated-dependencies: - dependency-name: term dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 65fd38eab..5fbb3e604 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ name = "prettytable" [dependencies] unicode-width = "0.1" -term = "0.7" +term = "1.0" lazy_static = "1.4" is-terminal = "0.4" encode_unicode = "1.0"