From 101b757e37653626b1b05f0bf93a7bbc94ea3a0a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 19:57:10 +0000 Subject: [PATCH] fix(deps): update rust crate ratatui to 0.29.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e361390..d02f9e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ clippy.nursery = "warn" [dependencies] ansi_term = { version = "0.12.1", optional = true } css-colors = { version = "1.0.1", optional = true } -ratatui = { version = "0.26.3", optional = true } +ratatui = { version = "0.29.0", optional = true } serde = { version = "1.0.203", features = ["derive"], optional = true } [build-dependencies]