From 0289c82e4e143001592ca140b7ff87b2ec56cda4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 02:17:36 +0000 Subject: [PATCH] Bump tui-textarea from 0.5.1 to 0.5.2 Bumps [tui-textarea](https://github.com/rhysd/tui-textarea) from 0.5.1 to 0.5.2. - [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.1...v0.5.2) --- 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 a002122cdb..9bb8518a35 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3121,9 +3121,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tui-textarea" -version = "0.5.1" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a13589ef83273780b53a0e0be49282cb5d9cc10727b6c580e8f11366ccb460c" +checksum = "9d8b352f15e70a6b6b450dc89f5d737f45b6f9d6bc0c2503b3d55dcb1d0c8553" dependencies = [ "crossterm", "ratatui",