From e99c89d3cc2768b6fc8c2adc0c393cbc66d782e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 15:27:01 -0400 Subject: [PATCH] chore(deps): bump tui-textarea from 0.4.0 to 0.5.1 (#248) Bumps [tui-textarea](https://github.com/rhysd/tui-textarea) from 0.4.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.4.0...v0.5.1) --- updated-dependencies: - dependency-name: tui-textarea dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 67336f5a..91a35c17 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3746,9 +3746,9 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "tui-textarea" -version = "0.4.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3e38ced1f941a9cfc923fbf2fe6858443c42cc5220bfd35bdd3648371e7bd8e" +checksum = "4a13589ef83273780b53a0e0be49282cb5d9cc10727b6c580e8f11366ccb460c" dependencies = [ "crossterm", "ratatui", diff --git a/Cargo.toml b/Cargo.toml index 6c235f82..c82dc912 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -79,7 +79,7 @@ clap = { version = "4.5.9", features = ["derive"] } rayon = "1.10.0" ratatui = { version = "0.27.0", features=["serde"] } crossterm = { version = "0.27.0", features = ["serde"] } -tui-textarea = "0.4.0" +tui-textarea = "0.5.1" # workspace dependencies serde.workspace = true