From dc8e92077d055446378dd93cb9131ca46743b87e Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 03:10: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 2c4a71d5104..04fcdd85bce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3996,7 +3996,7 @@ dependencies = [ "httpdate", "itoa", "pin-project-lite", - "socket2 0.4.10", + "socket2 0.5.7", "tokio", "tower-service", "tracing", @@ -8847,9 +8847,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 5411e233b2b..07bfd18e25c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -522,7 +522,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"