From 12d3611690756c54ff15586934e6d245e8f1a5ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 23:16:21 +0000 Subject: [PATCH] build(deps): bump tui-widget-list from 0.13.0 to 0.13.2 Bumps [tui-widget-list](https://github.com/preiter93/tui-widget-list) from 0.13.0 to 0.13.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/commits) --- 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 c1ce0c5..4f34796 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3980,9 +3980,9 @@ dependencies = [ [[package]] name = "tui-widget-list" -version = "0.13.0" +version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd80265ccaaad37d8e315c2ca1ba40dd30bced081ba4fbe22fa0584fd9c1ca3f" +checksum = "8a417c8ac65119a0e5b8627d0ce492731b95affb29ec8602d9e72646bda5ecf6" dependencies = [ "ratatui", ] diff --git a/Cargo.toml b/Cargo.toml index 771f052..fe28f27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ ratatui = { version = "0.29.0", features = ["all-widgets", "palette", "unstable- ratatui-image = { version = "1.0.5", features = ["rustix"]} throbber-widgets-tui = "0.8.0" tui-input = "0.11.0" -tui-widget-list = "0.13.0" +tui-widget-list = "0.13.2" crossterm = { version = "0.28.1", features = ["event-stream"] } directories = "5.0.1" image = "0.25.4"