From a993b8cc6663e5c13e7fcd2993d0e416b6fd1964 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 03:14:02 +0000 Subject: [PATCH] build(deps): update tui-input requirement from 0.11.1 to 0.12.1 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.1...v0.12.1) --- updated-dependencies: - dependency-name: tui-input dependency-version: 0.12.1 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 9053392..4f7a71b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ base64 = "0.22.0" anyhow = "1.0.97" derive_builder = "0.20.2" ratatui = { version = "0.29.0", features = ["crossterm"], optional = true } -tui-input = { version = "0.11.1", optional = true } +tui-input = { version = "0.12.1", optional = true } crossterm = { version = "=0.28.1", optional = true } strum = { version = "0.27.1", features = ["derive"], optional = true } strum_macros = { version = "0.27.1", optional = true }