From ff30e041ed07a046cd23aaae71a9180c59182936 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 03:06:29 +0000 Subject: [PATCH] Bump tui-textarea from 0.5.2 to 0.5.3 Bumps [tui-textarea](https://github.com/rhysd/tui-textarea) from 0.5.2 to 0.5.3. - [Release notes](https://github.com/rhysd/tui-textarea/releases) - [Changelog](https://github.com/rhysd/tui-textarea/blob/main/CHANGELOG.md) - [Commits](https://github.com/rhysd/tui-textarea/compare/v0.5.2...v0.5.3) --- updated-dependencies: - dependency-name: tui-textarea 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 2990cf9bc5..5c9683b266 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3121,9 +3121,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tui-textarea" -version = "0.5.2" +version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d8b352f15e70a6b6b450dc89f5d737f45b6f9d6bc0c2503b3d55dcb1d0c8553" +checksum = "00524c1366ee838839dd327d1f339ff51846ad4ea85bfa1332859e79adec612c" dependencies = [ "crossterm", "ratatui",