fix(deps): update rust crate tui-logger to v0.17.1 (#565)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-04-13 22:37:44 +00:00
committed by GitHub
co-authored by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
parent a10a7e1dac
commit 2894a1247c
2 changed files with 4 additions and 3 deletions
Generated
+3 -2
View File
@@ -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",
+1 -1
View File
@@ -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]