From 5c9e6864fade19fe9c97f2b18c90c6c7f0c3c2e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 07:26:56 +0000 Subject: [PATCH] chore(deps): bump tui-input from 0.11.0 to 0.11.1 Bumps [tui-input](https://github.com/sayanarijit/tui-input) from 0.11.0 to 0.11.1. - [Release notes](https://github.com/sayanarijit/tui-input/releases) - [Commits](https://github.com/sayanarijit/tui-input/compare/v0.11.0...v0.11.1) --- updated-dependencies: - dependency-name: tui-input dependency-type: direct:production update-type: version-update:semver-patch ... 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 691d8b8..6ebaef5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1946,9 +1946,9 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "tui-input" -version = "0.11.0" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffde6d8fcffe86b617018ca9b2171d673b41def44ebf802de203d2f2c598d3de" +checksum = "e5d1733c47f1a217b7deff18730ff7ca4ecafc5771368f715ab072d679a36114" dependencies = [ "ratatui", "unicode-width 0.2.0", diff --git a/Cargo.toml b/Cargo.toml index 38db14e..203b5b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ nvd_cve = "0.2.0" ratatui = "0.29.0" thiserror = "1.0.66" textwrap = "0.16.1" -tui-input = "0.11.0" +tui-input = "0.11.1" tui-popup = "0.6.0" clap = { version = "4.5.20", features = ["derive", "env", "wrap_help", "cargo"] } clap_complete = "4.5.36"