From b574a846130cf16515210eecf33369e69aa8a92e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Apr 2024 11:43:36 +0000 Subject: [PATCH] Update Rust crate unicode-width to 0.1.12 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b58eff6..456dde8 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.11" +unicode-width = "0.1.12"