From 3221ed7967954416140b68b40fd5e30f506d1754 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 13:32:34 +0000 Subject: [PATCH] fix(deps): update rust crate ratatui to 0.26.1 --- Cargo.lock | 4 ++-- crates/mirro-rs/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 59f0b5a..6546d95 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1070,9 +1070,9 @@ dependencies = [ [[package]] name = "ratatui" -version = "0.26.0" +version = "0.26.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "154b85ef15a5d1719bcaa193c3c81fe645cd120c156874cd660fe49fd21d1373" +checksum = "bcb12f8fbf6c62614b0d56eb352af54f6a22410c3b079eb53ee93c7b97dd31d8" dependencies = [ "bitflags 2.4.1", "cassowary", diff --git a/crates/mirro-rs/Cargo.toml b/crates/mirro-rs/Cargo.toml index f0e2b3d..e095189 100644 --- a/crates/mirro-rs/Cargo.toml +++ b/crates/mirro-rs/Cargo.toml @@ -30,7 +30,7 @@ tokio = { workspace = true, features = ["rt-multi-thread", "macros", "fs"] } toml = { version = "0.8.10", optional = true } tui-logger = { version = "0.11.0", features = ["crossterm", "tracing-support"], default-features = false } unicode-width = "0.1.11" -ratatui = { version = "0.26.0", features = ["crossterm"], default-features = false } +ratatui = { version = "0.26.1", features = ["crossterm"], default-features = false } tracing = "0.1.40" tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }