From 4bdf558fe8f999bf0891d63a5476fce15a5b4fc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 22:03:47 +0000 Subject: [PATCH] build(deps): bump tui-widget-list from 0.12.0 to 0.12.2 Bumps [tui-widget-list](https://github.com/preiter93/tui-widget-list) from 0.12.0 to 0.12.2. - [Release notes](https://github.com/preiter93/tui-widget-list/releases) - [Changelog](https://github.com/preiter93/tui-widget-list/blob/main/CHANGELOG.md) - [Commits](https://github.com/preiter93/tui-widget-list/compare/v0.12.0...v0.12.2) --- updated-dependencies: - dependency-name: tui-widget-list 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 39ab17e..fbbaa70 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3804,9 +3804,9 @@ dependencies = [ [[package]] name = "tui-widget-list" -version = "0.12.0" +version = "0.12.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "884b5d63dd439c721ec28ae1a19cbc9cb9dc151bd2d00940e94ba4dc728a236e" +checksum = "0d523011019b6af3065b61c56408490d473ca9656778c29bfb18c5d2c1053630" dependencies = [ "ratatui", ] diff --git a/Cargo.toml b/Cargo.toml index fc8ba9f..66671a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ ratatui = { version = "0.28.0", features = ["all-widgets", "palette", "unstable- ratatui-image = { version = "1.0.5", features = ["rustix"]} throbber-widgets-tui = "0.7.0" tui-input = "0.10.0" -tui-widget-list = "0.12.0" +tui-widget-list = "0.12.2" crossterm = { version = "0.28.1", features = ["event-stream"] } directories = "5.0.1" image = "0.25.1"