From e9ed32ada956ac1f66f55afebd6aec8b8e5d2f4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 07:40:14 +0000 Subject: [PATCH] chore(deps): bump tui-input from 0.8.0 to 0.9.0 Bumps [tui-input](https://github.com/sayanarijit/tui-input) from 0.8.0 to 0.9.0. - [Release notes](https://github.com/sayanarijit/tui-input/releases) - [Commits](https://github.com/sayanarijit/tui-input/compare/v0.8.0...v0.9.0) --- updated-dependencies: - dependency-name: tui-input dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ffe5a03..1b24d0e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1919,9 +1919,9 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "tui-input" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3e785f863a3af4c800a2a669d0b64c879b538738e352607e2624d03f868dc01" +checksum = "9b02e86628a225c39b2602863f244a01668184149928ceb410e47a8022d7597e" dependencies = [ "crossterm", "unicode-width", diff --git a/Cargo.toml b/Cargo.toml index e183823..01920d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ ratatui = "0.26.3" crossterm = "0.27.0" thiserror = "1.0.60" textwrap = "0.16.1" -tui-input = "0.8.0" +tui-input = "0.9.0" tui-popup = "0.3.2" clap = { version = "4.5.7", features = ["derive", "env", "wrap_help", "cargo"] } clap_complete = "4.5.6"