From 1b5ed84e4f2689bcecc71d35a960b2a506933403 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 04:41:24 +0000 Subject: [PATCH] Update unicode-width requirement from 0.1 to 0.2 Updates the requirements on [unicode-width](https://github.com/unicode-rs/unicode-width) to permit the latest version. - [Commits](https://github.com/unicode-rs/unicode-width/commits) --- updated-dependencies: - dependency-name: unicode-width 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..73b5771d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ path = "src/main.rs" name = "prettytable" [dependencies] -unicode-width = "0.1" +unicode-width = "0.2" term = "0.7" lazy_static = "1.4" is-terminal = "0.4"