From 987ed173a9ddab1b1b67245bba95cd64a2c9a927 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 21:40:00 +0000 Subject: [PATCH] Update Rust crate unicode-width to 0.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 456dde8..da99c4c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,4 +12,4 @@ exclude = ["/renovate.json"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -unicode-width = "0.1.12" +unicode-width = "0.2.0"