From 82ab11b587a99e121198527a7b860efa463ab78b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 21:26:47 +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 879ce002..eb5b5301 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -117,7 +117,7 @@ maintenance = { status = "actively-developed" } [dependencies] anstyle = "1.0.4" memchr = { version = "2.7.4", optional = true } -unicode-width = "0.1.11" +unicode-width = "0.2.0" [dev-dependencies] annotate-snippets = { path = ".", features = ["testing-colors"] }