From b566252797b7bfbef287c0cfe57a771f60c1e913 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2026 14:56:04 +0000 Subject: [PATCH] chore(deps): update rust crate log to v0.4.34 --- cctui/Cargo.lock | 4 ++-- cctui/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cctui/Cargo.lock b/cctui/Cargo.lock index c4a964d6..a4079e35 100644 --- a/cctui/Cargo.lock +++ b/cctui/Cargo.lock @@ -1315,9 +1315,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.33" +version = "0.4.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad" +checksum = "f9f8bd3e56ce4dfc153cf470fffbfa98c7620958b312ca5c3a4b8d5181fd13c6" [[package]] name = "lru" diff --git a/cctui/Cargo.toml b/cctui/Cargo.toml index 1890c49d..13fe1df1 100644 --- a/cctui/Cargo.toml +++ b/cctui/Cargo.toml @@ -19,7 +19,7 @@ chrono = "=0.4.45" config = { version = "=0.15.25", features = ["yaml"] } crossterm = "=0.29.0" fern = "=0.7.1" -log = "=0.4.33" +log = "=0.4.34" ratatui = "=0.30.2" reqwest = { version = "=0.13.4", features = ["blocking", "json"] } serde = { version = "=1.0.229", features = ["derive"] }