From 94bd66a5fc60ff56f5f1c06b47723db9c6f36ad9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 10:38:01 +0000 Subject: [PATCH] Update unicode-width requirement from 0.1.8 to 0.2.0 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 823a652..89e28b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,4 +18,4 @@ serde_json = "1.0" tokio = { version = "1.12.0", features = ["full"] } toml = "0.8" tui = { version = "0.14", default-features = false, features = ['crossterm', 'serde'] } -unicode-width = "0.1.8" +unicode-width = "0.2.0"