From 51fb08a9dc0a454c19cc66ca34b8391bc0abadd9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 21 Oct 2024 12:46:41 +0000 Subject: [PATCH] chore(deps): update rust crate ratatui to 0.29 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 466aab1..6c16360 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ git-next-forge-forgejo = { path = "crates/forge-forgejo", version = "0.13" } git-next-forge-github = { path = "crates/forge-github", version = "0.13" } # TUI -ratatui = "0.28" +ratatui = "0.29" directories = "5.0" lazy_static = "1.5" color-eyre = "0.6"