From 5efe4171be1459ff79df11eebc9dcbfce9364520 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Thu, 20 Nov 2025 01:33:45 +0000 Subject: [PATCH] fix(deps): update all dependencies --- Cargo.toml | 2 +- crates/hyperlog-tui/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6f6e559..510f207 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ tonic = { version = "0.12.0", features = ["tls", "tls-roots"] } futures = { version = "0.3.30" } sha2 = { version = "0.10.8" } hex = { version = "0.4.3" } -toml = { version = "0.8.14" } +toml = { version = "0.9.0" } [workspace.package] version = "0.5.0" diff --git a/crates/hyperlog-tui/Cargo.toml b/crates/hyperlog-tui/Cargo.toml index 83c7699..8016c2f 100644 --- a/crates/hyperlog-tui/Cargo.toml +++ b/crates/hyperlog-tui/Cargo.toml @@ -23,7 +23,7 @@ hex.workspace = true toml.workspace = true ratatui = "0.29.0" -crossterm = { version = "0.28.0", features = ["event-stream"] } +crossterm = { version = "0.29.0", features = ["event-stream"] } directories = "6.0.0" human-panic = "2.0.0" ropey = "1.6.1"