From efface88af42d8ba06149ee4033978425a4f3bb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 05:21:10 +0000 Subject: [PATCH] chore(deps): update tui-input requirement from 0.11 to 0.15 Updates the requirements on [tui-input](https://github.com/sayanarijit/tui-input) to permit the latest version. - [Release notes](https://github.com/sayanarijit/tui-input/releases) - [Commits](https://github.com/sayanarijit/tui-input/compare/v0.11.0...v0.14.0) --- updated-dependencies: - dependency-name: tui-input dependency-version: 0.14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8fc1de7..8135cdd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ tokio = { version = "1.52.2", features = ["full"], optional = true } anyhow = { version = "1.0.102", optional = true } clap = { version = "4.6.1", features = ["derive"], optional = true } ratatui = { version = "0.29", features = ["crossterm"], optional = true } -tui-input = { version = "0.11", optional = true } +tui-input = { version = "0.15", optional = true } crossterm = { version = "0.28", optional = true } strum = { version = "0.27", features = ["derive"], optional = true } strum_macros = { version = "0.27", optional = true }