From b5434f8689f2d0a344fe1d0e3e149d9afb7b068f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 02:23:07 +0000 Subject: [PATCH] chore(deps): update rust crate unicode-width to 0.1.12 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fe87951..ba8f344 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -568,9 +568,9 @@ checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f" [[package]] name = "unicode-width" -version = "0.1.11" +version = "0.1.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85" +checksum = "68f5e5f3158ecfd4b8ff6fe086db7c8467a2dfdac97fe420f2b7c4aa97af66d6" [[package]] name = "utf8parse" diff --git a/Cargo.toml b/Cargo.toml index 4470e36..e7bb855 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ clap-stdin = "0.4.0" color-eyre = "0.6.2" crossterm = "0.27.0" textwrap = "0.16.1" -unicode-width = "0.1.11" +unicode-width = "0.1.12" [lints.clippy] all = "warn"