From e7a1fed3e7082131811be6ef97814b422d69e51e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 03:33:31 +0000 Subject: [PATCH] build(deps): update tui-input requirement from 0.11.1 to 0.12.0 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...0.12.0) --- updated-dependencies: - dependency-name: tui-input dependency-version: 0.12.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 9053392..c8fd607 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.0", 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 }