From 9f746160efbdd7c61da3a7ad7a8c2238f931c95d Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 04:19:27 +0000 Subject: [PATCH] Update Rust crate ratatui to 0.29.0 --- Cargo.lock | 28 ++++++++++++++++++++++++---- Cargo.toml | 2 +- 2 files changed, 25 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a667cacef7..0cd7f8f568 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7071,7 +7071,7 @@ dependencies = [ "oximeter-client", "oximeter-db", "pq-sys", - "ratatui", + "ratatui 0.29.0", "reedline", "serde", "serde_json", @@ -9304,7 +9304,6 @@ dependencies = [ "bitflags 2.6.0", "cassowary", "compact_str", - "crossterm", "instability", "itertools 0.13.0", "lru", @@ -9316,6 +9315,27 @@ dependencies = [ "unicode-width 0.1.14", ] +[[package]] +name = "ratatui" +version = "0.29.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eabd94c2f37801c20583fc49dd5cd6b0ba68c716787c2dd6ed18571e1e63117b" +dependencies = [ + "bitflags 2.6.0", + "cassowary", + "compact_str", + "crossterm", + "indoc 2.0.5", + "instability", + "itertools 0.13.0", + "lru", + "paste", + "strum", + "unicode-segmentation", + "unicode-truncate", + "unicode-width 0.2.0", +] + [[package]] name = "rayon" version = "1.10.0" @@ -12243,7 +12263,7 @@ version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "df0b54061d997162f225bed5d2147574af0648480214759a000e33f6cea0017a" dependencies = [ - "ratatui", + "ratatui 0.28.1", "unicode-width 0.1.14", ] @@ -12973,7 +12993,7 @@ dependencies = [ "once_cell", "owo-colors", "proptest", - "ratatui", + "ratatui 0.29.0", "reqwest", "rpassword", "serde", diff --git a/Cargo.toml b/Cargo.toml index 8f4ba04ad1..200d09af27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -551,7 +551,7 @@ rand_core = "0.6.4" rand_distr = "0.4.3" rand_seeder = "0.3.0" range-requests = { path = "range-requests" } -ratatui = "0.28.1" +ratatui = "0.29.0" rayon = "1.10" rcgen = "0.12.1" reedline = "0.35.0"