From 2894a1247c8a73bc1bb98f67f4f82aff4cbe7fa4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 13 Apr 2025 22:37:44 +0000 Subject: [PATCH] fix(deps): update rust crate tui-logger to v0.17.1 (#565) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 347c8fc..b54d1a7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2319,11 +2319,12 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "tui-logger" -version = "0.17.0" +version = "0.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c51f8ebd40b73a7102b069bf6a5ac63d8baba21b910db94042903e473c7ed3b4" +checksum = "f93f34043c2dd14a0e044663f2370e6fcc9b9c303fa9e37de8431919ef8dbb27" dependencies = [ "chrono", + "env_filter", "fxhash", "lazy_static", "log", diff --git a/Cargo.toml b/Cargo.toml index 5e40a7a..2ae8047 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ serde = "=1.0.219" serde_json = "=1.0.140" tokio = { version = "=1.44.2", features = ["full"] } toml = "=0.8.20" -tui-logger = { version = "=0.17.0", optional = true } +tui-logger = { version = "=0.17.1", optional = true } url = "=2.5.4" [features]