From 1241319e5cfc6b5d1c14d9de7e7c2e477bc9b382 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 13:36:52 +0000 Subject: [PATCH] chore(deps): Update Rust crate ratatui to 0.29.0 --- Cargo.lock | 14 ++++++++++---- Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 65a49a2..eabecdc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1395,6 +1395,12 @@ dependencies = [ "hashbrown 0.14.5", ] +[[package]] +name = "indoc" +version = "2.0.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5" + [[package]] name = "instability" version = "0.3.2" @@ -1812,24 +1818,24 @@ 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", "cassowary", "compact_str", "crossterm", + "indoc", "instability", "itertools", "lru", "paste", "serde", "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 f1b07e9..2cc1b20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ json5 = "0.4.1" lazy_static = "1.5.0" libc = "0.2.158" pretty_assertions = "1.4.0" -ratatui = { version = "0.28.1", features = [ +ratatui = { version = "0.29.0", features = [ "serde", "macros", "unstable-widget-ref",