From 00cef5680c0be0a6cb8038c548e77a4222d4c76e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 05:29:13 +0000 Subject: [PATCH] chore(deps): update rust crate unicode-width to 0.1.10 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6690c8fe2..628f182b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -323,7 +323,7 @@ textwrap = { version="0.16.0", features=["terminal_size"] } thiserror = "1.0" time = { version="0.3" } unicode-segmentation = "1.9.0" -unicode-width = "0.1.8" +unicode-width = "0.1.10" utf-8 = "0.7.6" walkdir = "2.2" winapi-util = "0.1.5"