From 11b19fa1f0a941c29263dc4523194cd430c6d2be Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 07:15:00 +0000 Subject: [PATCH] chore(deps): update rust crate unicode-width to 0.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ddddf0e..7032431 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,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.2.0" [lints.clippy] all = "warn"