From 065b59f15685a100c49f638a6a9f5472f204fe48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 01:58:40 +0000 Subject: [PATCH] Bump tui-widget-list from 0.7.1 to 0.10.0 Bumps [tui-widget-list](https://github.com/preiter93/tui-widget-list) from 0.7.1 to 0.10.0. - [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.7.1...v0.10.0) --- updated-dependencies: - dependency-name: tui-widget-list dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 44 +++++++++++++++++++++++++++++++++++++------- Cargo.toml | 2 +- 2 files changed, 38 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d2e7e1d2..53841fc1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1159,6 +1159,15 @@ dependencies = [ "either", ] +[[package]] +name = "itertools" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" +dependencies = [ + "either", +] + [[package]] name = "itoa" version = "1.0.10" @@ -1444,7 +1453,7 @@ dependencies = [ "log", "nostr-sdk", "pretty_assertions", - "ratatui", + "ratatui 0.26.3", "regex", "rstest", "serde", @@ -1790,7 +1799,7 @@ dependencies = [ "cassowary", "compact_str", "crossterm", - "itertools", + "itertools 0.12.1", "lru", "paste", "serde", @@ -1801,6 +1810,27 @@ dependencies = [ "unicode-width", ] +[[package]] +name = "ratatui" +version = "0.27.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d16546c5b5962abf8ce6e2881e722b4e0ae3b6f1a08a26ae3573c55853ca68d3" +dependencies = [ + "bitflags 2.4.2", + "cassowary", + "compact_str", + "crossterm", + "itertools 0.13.0", + "lru", + "paste", + "stability", + "strum", + "strum_macros", + "unicode-segmentation", + "unicode-truncate", + "unicode-width", +] + [[package]] name = "redox_syscall" version = "0.4.1" @@ -2708,17 +2738,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a3e38ced1f941a9cfc923fbf2fe6858443c42cc5220bfd35bdd3648371e7bd8e" dependencies = [ "crossterm", - "ratatui", + "ratatui 0.26.3", "unicode-width", ] [[package]] name = "tui-widget-list" -version = "0.7.1" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a872e33bd14ffe44e0332bab251ce58846e3a9a9d6e4a6929ce8f7f7d7d137d6" +checksum = "bf538b06ca860a3ac3ef3ed43f56bbfa4702b5d474822adf0d27a1cec3bd8c6e" dependencies = [ - "ratatui", + "ratatui 0.27.0", ] [[package]] @@ -2796,7 +2826,7 @@ version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5a5fbabedabe362c618c714dbefda9927b5afc8e2a8102f47f081089a9019226" dependencies = [ - "itertools", + "itertools 0.12.1", "unicode-width", ] diff --git a/Cargo.toml b/Cargo.toml index 4b3f9f89..6dc2abf6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ tracing = "0.1.37" tracing-error = "0.2.0" tracing-subscriber = { version = "0.3.17", features = ["env-filter", "serde"] } tui-textarea = "0.4.0" -tui-widget-list = "0.7.1" +tui-widget-list = "0.10.0" unicode-width = "0.1.13" [dev-dependencies]