From b7a9a685b60d4d5eabb777bf4af387202efb1a8e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 23:54:43 +0000 Subject: [PATCH] Update Rust crate unicode-width to 0.1.11 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1fbcc4d..e6b3897 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,4 +15,4 @@ rust-version = "1.56" name = "term_grid" [dependencies] -unicode-width = "0.1.7" +unicode-width = "0.1.11"