chore(deps): update rust crate flexi_logger to 0.31.6 (#4979)

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

* 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 19:14:00 +08:00
committed by GitHub
Unverified
parent 5376d50cfb
commit f195b3bccf
2 changed files with 4 additions and 4 deletions

6
src-tauri/Cargo.lock generated
View File

@@ -2244,9 +2244,9 @@ dependencies = [
[[package]]
name = "flexi_logger"
version = "0.31.5"
version = "0.31.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2e6950c82d35cd4812bec062a174bb49323aa3796572363effa1e2733737a68"
checksum = "ec8ef54b052574866f68674c7646369a05dda785cf0ab8e3be94992fd92cd64b"
dependencies = [
"chrono",
"log",
@@ -3078,7 +3078,7 @@ dependencies = [
"httpdate",
"itoa",
"pin-project-lite",
"socket2 0.4.10",
"socket2 0.5.10",
"tokio",
"tower-service",
"tracing",

View File

@@ -80,7 +80,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.5"
flexi_logger = "0.31.6"
console-subscriber = { version = "0.4.1", optional = true }
tauri-plugin-devtools = { version = "2.0.1" }
tauri-plugin-mihomo = { git = "https://github.com/clash-verge-rev/tauri-plugin-mihomo" }