From a2db50d33b1a2fbe779202a3bc3fa78b9b6bdc03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 05:32:02 +0000 Subject: [PATCH] chore(deps): bump unicode-segmentation from 1.13.2 to 1.13.3 Bumps [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) from 1.13.2 to 1.13.3. - [Commits](https://github.com/unicode-rs/unicode-segmentation/commits) --- updated-dependencies: - dependency-name: unicode-segmentation dependency-version: 1.13.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4c2b42e..7de1328 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3825,9 +3825,9 @@ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" [[package]] name = "unicode-segmentation" -version = "1.13.2" +version = "1.13.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9629274872b2bfaf8d66f5f15725007f635594914870f65218920345aa11aa8c" +checksum = "c6f5d3c3b1bf09027a88a6bc961fc00497d651009560b5463668dc81b0fa87a8" [[package]] name = "unicode-truncate" diff --git a/Cargo.toml b/Cargo.toml index 0f7f48d..2f3c779 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ tracing-appender = "0.2.5" tracing-subscriber = { version = "0.3.22", features = ["env-filter", "json"] } tui-markdown = { version = "0.3.7" } tui-textarea-2 = "0.11.0" -unicode-segmentation = "1.12.0" +unicode-segmentation = "1.13.3" unicode-width = "0.2.2" uuid = { version = "1.23.1", features = ["v4"] } which = "8.0.2"