From c898d4ea3e61971040d6c17ec36ce2b760b34d10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 12:01:45 +0000 Subject: [PATCH] chore(deps): bump tui-textarea-2 from 0.10.2 to 0.11.0 Bumps [tui-textarea-2](https://github.com/srothgan/tui-textarea) from 0.10.2 to 0.11.0. - [Release notes](https://github.com/srothgan/tui-textarea/releases) - [Changelog](https://github.com/srothgan/tui-textarea/blob/main/CHANGELOG.md) - [Commits](https://github.com/srothgan/tui-textarea/compare/v0.10.2...v0.11.0) --- updated-dependencies: - dependency-name: tui-textarea-2 dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 983d31e2..93b1861a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3746,9 +3746,9 @@ dependencies = [ [[package]] name = "tui-textarea-2" -version = "0.10.2" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74a31ca0965e3ff6a7ac5ecb02b20a88b4f68ebf138d8ae438e8510b27a1f00f" +checksum = "db511c6000af883f4140245239ff98ff212e32e8d2f0e6cfc9f5acc018f2b800" dependencies = [ "crossterm", "portable-atomic", diff --git a/Cargo.toml b/Cargo.toml index 29bc8509..b84236eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ tracing = "0.1.44" 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.10.2" +tui-textarea-2 = "0.11.0" unicode-segmentation = "1.12.0" unicode-width = "0.2.2" uuid = { version = "1.23.1", features = ["v4"] }