From d9a0c601632428bfcd4518fd7d1ed7809dac3f52 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 16:03:21 +0000 Subject: [PATCH] fix(deps): update rust crate ratatui to 0.29.0 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 19a7ae74e..e6463cc38 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1778,23 +1778,23 @@ dependencies = [ [[package]] name = "ratatui" -version = "0.28.1" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fdef7f9be5c0122f890d58bdf4d964349ba6a6161f705907526d891efabba57d" +checksum = "eabd94c2f37801c20583fc49dd5cd6b0ba68c716787c2dd6ed18571e1e63117b" dependencies = [ "bitflags 2.6.0", "cassowary", "compact_str", "crossterm", + "indoc", "instability", "itertools", "lru", "paste", "strum", - "strum_macros", "unicode-segmentation", "unicode-truncate", - "unicode-width 0.1.14", + "unicode-width 0.2.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 5ce104e6e..c2890b26f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ async-trait = "0.1.80" chrono = "0.4.38" enum_dispatch = "0.3.13" fuzzy-matcher = "0.3.7" -ratatui = "0.28.0" +ratatui = "0.29.0" rayon = "1.10" unicode-segmentation = "1.11" unicode-width = "0.2.0"