From 4e414b83ca04e39645113296bf3dee2c274f27f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 22:55:58 +0000 Subject: [PATCH] Bump unicode-width from 0.1.10 to 0.2.0 Bumps [unicode-width](https://github.com/unicode-rs/unicode-width) from 0.1.10 to 0.2.0. - [Commits](https://github.com/unicode-rs/unicode-width/commits) --- updated-dependencies: - dependency-name: unicode-width dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 16 +++++++++++----- Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 40d693fa..1ba860dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -120,7 +120,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" dependencies = [ "termcolor", - "unicode-width", + "unicode-width 0.1.14", ] [[package]] @@ -701,7 +701,7 @@ dependencies = [ "time 0.3.15", "timer", "tuikit", - "unicode-width", + "unicode-width 0.2.0", "vte", ] @@ -835,7 +835,7 @@ dependencies = [ "log", "nix 0.24.2", "term", - "unicode-width", + "unicode-width 0.1.14", ] [[package]] @@ -846,9 +846,15 @@ checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3" [[package]] name = "unicode-width" -version = "0.1.10" +version = "0.1.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" +checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" + +[[package]] +name = "unicode-width" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd" [[package]] name = "utf8parse" diff --git a/Cargo.toml b/Cargo.toml index be30e7be..ced72e8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ atty = { version = "0.2.14", optional = true } regex = "1.6.0" lazy_static = "1.4.0" shlex = { version = "1.3.0", optional = true } -unicode-width = "0.1.9" +unicode-width = "0.2.0" log = "0.4.22" env_logger = { version = "0.9.0", optional = true } time = "0.3.13"