chore(deps): update rust crate flexi_logger to 0.31.5 (#4965)

* chore(deps): update rust crate flexi_logger to 0.31.5

* chore: up lock

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Slinetrac <realakayuki@gmail.com>
This commit is contained in:
renovate[bot]
2025-10-08 08:34:41 +08:00
committed by GitHub
parent 1e88f95b43
commit 2bc720534d
2 changed files with 3 additions and 3 deletions

4
src-tauri/Cargo.lock generated
View File

@@ -2223,9 +2223,9 @@ dependencies = [
[[package]]
name = "flexi_logger"
version = "0.31.4"
version = "0.31.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff38b61724dd492b5171d5dbb0921dfc8e859022c5993b22f80f74e9afe6d573"
checksum = "a2e6950c82d35cd4812bec062a174bb49323aa3796572363effa1e2733737a68"
dependencies = [
"chrono",
"log",

View File

@@ -81,7 +81,7 @@ isahc = { version = "1.7.2", default-features = false, features = [
] }
backoff = { version = "0.4.0", features = ["tokio"] }
tauri-plugin-http = "2.5.2"
flexi_logger = "0.31.4"
flexi_logger = "0.31.5"
cfg-if = "1.0.3"
nu-ansi-term = { version = "0.50.1", optional = true }
console-subscriber = { version = "0.4.1", optional = true }