From 680b57cf2e46e970df50438ac526fdf3c8388c28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Apr 2025 07:46:53 +0000 Subject: [PATCH] Update unicode-width requirement from 0.1.5 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/compare/0.1.6...v0.2.0) --- updated-dependencies: - dependency-name: unicode-width dependency-version: 0.2.0 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 20dfd54..b9fb5b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,7 +62,7 @@ unicode-xid = "0.2.0" url = "2.2.2" walkdir = "2.2" clap = "2.34.0" -unicode-width = "0.1.5" +unicode-width = "0.2.0" openssl = { version = '0.10.11', optional = true } im-rc = "15.0.0" itertools = "0.10.0"