From 8836226604fcb319c7dbaa7b52021a6bcad216fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 22:29:16 +0000 Subject: [PATCH] Bump unicode-width from 0.1.14 to 0.2.0 Bumps [unicode-width](https://github.com/unicode-rs/unicode-width) from 0.1.14 to 0.2.0. - [Commits](https://github.com/unicode-rs/unicode-width/compare/v0.1.14...v0.2.0) --- updated-dependencies: - dependency-name: unicode-width dependency-version: 0.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 87bab07..9fcb5d1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -338,7 +338,7 @@ dependencies = [ "serde_json", "tempfile", "terminal_size", - "unicode-width 0.1.14", + "unicode-width 0.2.0", "winapi", ] diff --git a/Cargo.toml b/Cargo.toml index 439ecf0..c6e0e0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,5 +36,5 @@ env_logger = { version = "0.11.3" } arboard = { version = "3.4.0" } derive_builder = { version = "0.20.2" } winapi = { version = "0.3.9", features = ["errhandlingapi"] } -unicode-width = "0.1" +unicode-width = "0.2" terminal_size = "0.3"