From 4c62f970f57a36548e93d7f4583dd336d0467b9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 15:28:04 +0000 Subject: [PATCH] chore: Bump unicode-width from 0.1.10 to 0.1.11 Bumps [unicode-width](https://github.com/unicode-rs/unicode-width) from 0.1.10 to 0.1.11. - [Commits](https://github.com/unicode-rs/unicode-width/compare/v0.1.10...v0.1.11) --- updated-dependencies: - dependency-name: unicode-width dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bec8095..b32b27e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -607,9 +607,9 @@ checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" [[package]] name = "unicode-width" -version = "0.1.10" +version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" +checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85" [[package]] name = "utf8parse" diff --git a/Cargo.toml b/Cargo.toml index 96d7d9a..457e7db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ edition = "2021" tui = { package = "ratatui", version = "0.20.1", default-features = false, features = ["termion"] } termion = "2.0.1" bytesize = "1.2.0" -unicode-width = "0.1.10" +unicode-width = "0.1.11" colorsys = "0.6.7" enum-iterator = "1.4.1" clap = "4.3.16"