From 70bee7894212de1666ceef39ca69b29abb9a60ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 19:18:57 +0000 Subject: [PATCH] build(deps): update rust crate unicode-segmentation to 1.13.1 (#7348) 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 d68f0ac5a..ba1a74911 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -77,7 +77,7 @@ systemstat = "=0.2.6" terminal_size = "0.4.4" toml = { version = "1.0.7", features = ["preserve_order"] } toml_edit = "0.25.5" -unicode-segmentation = "1.12.0" +unicode-segmentation = "1.13.1" unicode-width = "0.2.2" urlencoding = "2.1.3" versions = "7.0.0"