From f9789b11a4005cf6edfc985a9408fa473dbb392f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 16:03:25 +0000 Subject: [PATCH] build(deps): bump tui-textarea-2 from 0.13.0 to 0.13.2 Bumps [tui-textarea-2](https://github.com/srothgan/tui-textarea) from 0.13.0 to 0.13.2. - [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.13.0...v0.13.2) --- updated-dependencies: - dependency-name: tui-textarea-2 dependency-version: 0.13.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9129662b..831ee788 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3844,9 +3844,9 @@ dependencies = [ [[package]] name = "tui-textarea-2" -version = "0.13.0" +version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c62faed2eda75c87b2d2f99dd7aa9baafc3bd6f8efd3e556b228c81a0b5cd9cf" +checksum = "fdf2865f7f32ae9e779f6185986fd920fa6b00ac878e906927ec7e78d32316ed" dependencies = [ "crossterm 0.29.0", "portable-atomic",