From 4086f237b55fa03be44e50a433cacda49da9dc39 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 04:15:19 +0000 Subject: [PATCH] chore(deps): Update Rust crate unicode-width to 0.2.0 --- clap_builder/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clap_builder/Cargo.toml b/clap_builder/Cargo.toml index dc31f78c742..bff418ee876 100644 --- a/clap_builder/Cargo.toml +++ b/clap_builder/Cargo.toml @@ -66,7 +66,7 @@ anstream = { version = "0.6.7", optional = true } anstyle = "1.0.8" terminal_size = { version = "0.3.0", optional = true } backtrace = { version = "0.3.73", optional = true } -unicode-width = { version = "0.1.9", optional = true } +unicode-width = { version = "0.2.0", optional = true } [dev-dependencies] static_assertions = "1.1.0"