From b5a79e756751bdb3855f60511f9cea7629dae276 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 04:13:58 +0000 Subject: [PATCH] fix(deps): update rust crate unicode-width to 0.2 --- crates/rrr_tui/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/rrr_tui/Cargo.toml b/crates/rrr_tui/Cargo.toml index 2c0b784..dd67062 100644 --- a/crates/rrr_tui/Cargo.toml +++ b/crates/rrr_tui/Cargo.toml @@ -21,4 +21,4 @@ rrr_record = { path = "../rrr_record" } rrr_render = { path = "../rrr_render" } rrr_window = { path = "../rrr_window" } tui = "0.19" -unicode-width = "0.1" +unicode-width = "0.2"