From ee2762f01939e5c4c4c0c52f29d6374c5025c026 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 23:53:56 +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-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 ++++++++-- skim/Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6cb53278..8a7b90b5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -777,7 +777,7 @@ dependencies = [ "time", "timer", "tuikit", - "unicode-width", + "unicode-width 0.2.0", "vte", ] @@ -887,7 +887,7 @@ dependencies = [ "log", "nix 0.24.3", "term", - "unicode-width", + "unicode-width 0.1.14", ] [[package]] @@ -902,6 +902,12 @@ version = "0.1.14" source = "registry+https://github.com/rust-lang/crates.io-index" 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" version = "0.2.2" diff --git a/skim/Cargo.toml b/skim/Cargo.toml index de8759fa..65a0377f 100644 --- a/skim/Cargo.toml +++ b/skim/Cargo.toml @@ -26,7 +26,7 @@ atty = { version = "0.2.14", optional = true } regex = "1.6.0" lazy_static = "1.4.0" shlex = { version = "1.1.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"