From 9f621f1237c74f382f4fd6e8ad063018057116cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 Aug 2024 18:49:38 +0000 Subject: [PATCH] chore(deps): update rust crate unicode-width to 0.1.13 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c8efc40..22c93bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -588,9 +588,9 @@ checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f" [[package]] name = "unicode-width" -version = "0.1.12" +version = "0.1.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68f5e5f3158ecfd4b8ff6fe086db7c8467a2dfdac97fe420f2b7c4aa97af66d6" +checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d" [[package]] name = "utf8parse" diff --git a/Cargo.toml b/Cargo.toml index 6e72d6d..f629d63 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ color-eyre = "0.6.3" console = "0.15.8" crossterm = "0.27.0" textwrap = "0.16.1" -unicode-width = "0.1.12" +unicode-width = "0.1.13" [lints.clippy] all = "warn"