From 5f0cf21b40a3e20b4256d2ba2cf8492adacb0b83 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 21:56:28 +0000 Subject: [PATCH] chore: 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 29f81d3..249a964 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ documentation = "https://docs.rs/promptuity" crossterm = "0.27.0" strip-ansi-escapes = "0.2.0" thiserror = "1.0.58" -unicode-width = "0.1.11" +unicode-width = "0.1.12" [dev-dependencies] fuzzy-matcher = "0.3.7"