From e9a50f00d377c1b68b174d2bae62b6008374102f Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 03:06:39 +0000 Subject: [PATCH] Update Rust crate ratatui to 0.28.1 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b427d779ea..e1502c90b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4757,7 +4757,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19" dependencies = [ "cfg-if", - "windows-targets 0.48.5", + "windows-targets 0.52.6", ] [[package]] @@ -8809,9 +8809,9 @@ dependencies = [ [[package]] name = "ratatui" -version = "0.28.0" +version = "0.28.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ba6a365afbe5615999275bea2446b970b10a41102500e27ce7678d50d978303" +checksum = "fdef7f9be5c0122f890d58bdf4d964349ba6a6161f705907526d891efabba57d" dependencies = [ "bitflags 2.6.0", "cassowary", diff --git a/Cargo.toml b/Cargo.toml index c237803e03..3f02d7a9d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -525,7 +525,7 @@ rand = "0.8.5" rand_core = "0.6.4" rand_distr = "0.4.3" rand_seeder = "0.3.0" -ratatui = "0.28.0" +ratatui = "0.28.1" rayon = "1.10" rcgen = "0.12.1" reedline = "0.33.0"