From 7104d79920aa52912ff9b4e1dd23e5e8105c1a6b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 21:27:16 +0000 Subject: [PATCH] build(deps): update rust crate unicode-segmentation to 1.13.2 (#7358) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8fed58224..9f2b76645 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -77,7 +77,7 @@ systemstat = "=0.2.6" terminal_size = "0.4.4" toml = { version = "1.1.2", features = ["preserve_order"] } toml_edit = "0.25.10" -unicode-segmentation = "1.13.1" +unicode-segmentation = "1.13.2" unicode-width = "0.2.2" urlencoding = "2.1.3" versions = "7.0.0"