From 5c0c8c4d9654c5c468ea4782c9b06e0f6eb563a0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Jan 2025 10:35:17 +0000 Subject: [PATCH] chore(deps): update rust crate unicode-width to 0.2 --- tooling/cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tooling/cli/Cargo.toml b/tooling/cli/Cargo.toml index f0d84d3968ce..328c27dff252 100644 --- a/tooling/cli/Cargo.toml +++ b/tooling/cli/Cargo.toml @@ -63,7 +63,7 @@ ureq = { version = "2.10.1", default-features = false, features = [ "gzip" ] } os_info = "3" semver = "1.0" regex = "1.11.1" -unicode-width = "0.1" +unicode-width = "0.2" zeroize = "1.6" heck = "0.5" dialoguer = "0.11"