From 46ffab3425bfb4f448fced8c595dea74de35a62f Mon Sep 17 00:00:00 2001 From: qwjyh Date: Wed, 19 Jun 2024 18:09:20 +0900 Subject: [PATCH] update unicode-width --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d8151bf..3148273 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ serde_yaml = "0.9" byte-unit = "5.1.4" anyhow = "1.0" pathdiff = "0.2.1" -unicode-width = "0.1.11" +unicode-width = "0.1.13" [dev-dependencies] assert_cmd = "2.0.14"