From d7aa8c89243aec41c73a7156b3fa3cea93a2f7b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 02:37:54 +0000 Subject: [PATCH] Bump tui-textarea from 0.5.0 to 0.5.1 Bumps [tui-textarea](https://github.com/rhysd/tui-textarea) from 0.5.0 to 0.5.1. - [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.0...v0.5.1) --- 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 d7259210..658d9917 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3125,9 +3125,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tui-textarea" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b28768e9fa0560469d49bc37cad4b282b2f887c64da154f1205274e118a9f73" +checksum = "4a13589ef83273780b53a0e0be49282cb5d9cc10727b6c580e8f11366ccb460c" dependencies = [ "crossterm", "ratatui",