From 532aad20b5a3b3f9206e53796c7427c178e4d0c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 02:48:13 +0000 Subject: [PATCH] :arrow_up: Update tui-input requirement from 0.9.0 to 0.11.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.9.0...v0.11.1) --- updated-dependencies: - dependency-name: tui-input 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 f6f5745..0f3a564 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ strum = {version = "0.26.3", features = ["derive"]} strum_macros = "0.26.4" syntect = "5.2.0" syntect-tui = "3.0.5" -tui-input = "0.9.0" +tui-input = "0.11.1" [dev-dependencies] rstest = "0.21.0"