From a7ffb24f307ae3a8441f0c8259538c998b469a44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Feb 2025 00:19:56 +0000 Subject: [PATCH] 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 492df73..d4ceb65 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1044,9 +1044,9 @@ dependencies = [ [[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 3f0ee6b..eac1dde 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,5 +21,5 @@ ratatui = { version = "0.29.0", default-features = false, features = ['crossterm nix = { version = "0.29.0", features = ["user"] } circular-buffer = "1.0.0" procfs = "0.17.0" -tui-input = "0.11.0" +tui-input = "0.11.1" clap = { version = "4.5.27", features = ["derive"] }