From 84462ab7333c1ef7db8f41e86eeb0ff20c7cc46d Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Tue, 30 Dec 2025 01:34:02 +0000 Subject: [PATCH] fix(deps): update all dependencies --- crates/hyperlog-tui/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/hyperlog-tui/Cargo.toml b/crates/hyperlog-tui/Cargo.toml index 83c7699..9c84319 100644 --- a/crates/hyperlog-tui/Cargo.toml +++ b/crates/hyperlog-tui/Cargo.toml @@ -22,8 +22,8 @@ uuid.workspace = true hex.workspace = true toml.workspace = true -ratatui = "0.29.0" -crossterm = { version = "0.28.0", features = ["event-stream"] } +ratatui = "0.30.0" +crossterm = { version = "0.29.0", features = ["event-stream"] } directories = "6.0.0" human-panic = "2.0.0" ropey = "1.6.1"