From 95c5b806a172053b930efe28f72a48f37fd4f06b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Jan 2025 19:16:11 +0000 Subject: [PATCH] chore(deps): update rust crate fern to v0.7.1 --- 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 05210b42..dba8bc9c 100644 --- a/cctui/Cargo.lock +++ b/cctui/Cargo.lock @@ -412,9 +412,9 @@ checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" [[package]] name = "fern" -version = "0.6.2" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9f0c14694cbd524c8720dd69b0e3179344f04ebb5f90f2e4a440c6ea3b2f1ee" +checksum = "4316185f709b23713e41e3195f90edef7fb00c3ed4adc79769cf09cc762a3b29" dependencies = [ "log", ] diff --git a/cctui/Cargo.toml b/cctui/Cargo.toml index 9147ccee..7a39ca22 100644 --- a/cctui/Cargo.toml +++ b/cctui/Cargo.toml @@ -18,7 +18,7 @@ maintenance = { status = "actively-developed" } chrono = "=0.4.39" config = { version = "=0.14.0", features = ["yaml"] } crossterm = "=0.28.1" -fern = "=0.6.2" +fern = "=0.7.1" log = "=0.4.25" ratatui = "=0.29.0" reqwest = { version = "=0.12.12", features = ["blocking", "json"] }