chore(deps): lock file maintenance (#6063)

* chore(deps): lock file maintenance

* chore(deps): update Cargo.toml

* chore(deps): use git repo until the next release

---------

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] 2026-01-12 14:45:33 +08:00 committed by GitHub
parent e1220a189b
commit f451a26f8c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 320 additions and 664 deletions

967
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -66,7 +66,7 @@ smartstring = { version = "1.0.1" }
compact_str = { version = "0.9.0", features = ["serde"] } compact_str = { version = "0.9.0", features = ["serde"] }
serde = { version = "1.0.228" } serde = { version = "1.0.228" }
serde_json = { version = "1.0.148" } serde_json = { version = "1.0.149" }
serde_yaml_ng = { version = "0.10.0" } serde_yaml_ng = { version = "0.10.0" }
bitflags = { version = "2.10.0" } bitflags = { version = "2.10.0" }

View File

@ -11,7 +11,7 @@ parking_lot = { workspace = true }
sysinfo = { version = "0.37.2", features = ["network", "system"] } sysinfo = { version = "0.37.2", features = ["network", "system"] }
[target.'cfg(not(windows))'.dependencies] [target.'cfg(not(windows))'.dependencies]
libc = "0.2.179" libc = "0.2.180"
[target.'cfg(windows)'.dependencies] [target.'cfg(windows)'.dependencies]
deelevate = { workspace = true } deelevate = { workspace = true }

View File

@ -76,11 +76,11 @@ sysproxy = { git = "https://github.com/clash-verge-rev/sysproxy-rs", features =
"guard", "guard",
] } ] }
network-interface = { version = "2.0.5", features = ["serde"] } network-interface = { version = "2.0.5", features = ["serde"] }
tauri-plugin-shell = "2.3.3" tauri-plugin-shell = "2.3.4"
tauri-plugin-dialog = "2.4.2" tauri-plugin-dialog = "2.5.0"
tauri-plugin-fs = "2.4.4" tauri-plugin-fs = "2.4.5"
tauri-plugin-process = "2.3.1" tauri-plugin-process = "2.3.1"
tauri-plugin-deep-link = "2.4.5" tauri-plugin-deep-link = "2.4.6"
tauri-plugin-window-state = "2.4.1" tauri-plugin-window-state = "2.4.1"
zip = "7.0.0" zip = "7.0.0"
reqwest_dav = "0.2.2" reqwest_dav = "0.2.2"
@ -93,7 +93,7 @@ scopeguard = "1.2.0"
tauri-plugin-notification = "2.3.3" tauri-plugin-notification = "2.3.3"
tokio-stream = "0.1.18" tokio-stream = "0.1.18"
backoff = { version = "0.4.0", features = ["tokio"] } backoff = { version = "0.4.0", features = ["tokio"] }
tauri-plugin-http = "2.5.4" tauri-plugin-http = "2.5.5"
console-subscriber = { version = "0.5.0", optional = true } console-subscriber = { version = "0.5.0", optional = true }
tauri-plugin-devtools = { version = "2.0.1" } tauri-plugin-devtools = { version = "2.0.1" }
tauri-plugin-mihomo = { git = "https://github.com/clash-verge-rev/tauri-plugin-mihomo" } tauri-plugin-mihomo = { git = "https://github.com/clash-verge-rev/tauri-plugin-mihomo" }
@ -104,7 +104,8 @@ clash_verge_service_ipc = { version = "2.0.29", features = [
], git = "https://github.com/clash-verge-rev/clash-verge-service-ipc" } ], git = "https://github.com/clash-verge-rev/clash-verge-service-ipc" }
arc-swap = "1.8.0" arc-swap = "1.8.0"
rust_iso3166 = "0.1.14" rust_iso3166 = "0.1.14"
dark-light = "2.0.0" # Use the git repo until the next release after v2.0.0.
dark-light = { git = "https://github.com/rust-dark-light/dark-light" }
governor = "0.10.4" governor = "0.10.4"
[target.'cfg(windows)'.dependencies] [target.'cfg(windows)'.dependencies]