From ae33f0b95761da13128781cf70ae86f63b3268c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 14:34:39 +0000 Subject: [PATCH] chore(deps): update ratatui digest to 3d8639c --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8fbb21c42..f43d90e27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -230,7 +230,7 @@ hex = "0.4" httpmock = { version = "0.7" } mockall = { version = "0.13.1" } hcl-rs = "0.19" -ratatui = { git = "https://github.com/ratatui/ratatui", rev = "fd8e0f024847af467129e0a166390d7e291c1b2e" } +ratatui = { git = "https://github.com/ratatui/ratatui", rev = "3d8639cbb2f910200f30e680a8923ccaf99ba1bf" } crossterm = "0.29" # --- Local development overrides ---