chore(deps): update cargo dependencies (#4360)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-08-13 16:27:14 +08:00
committed by GitHub
parent ee3ffaef1d
commit 331e4a4970
2 changed files with 60 additions and 60 deletions

110
src-tauri/Cargo.lock generated
View File

@@ -133,9 +133,9 @@ checksum = "862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd"
[[package]] [[package]]
name = "anyhow" name = "anyhow"
version = "1.0.98" version = "1.0.99"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487" checksum = "b0674a1ddeecb70197781e945de4b3b8ffb61fa939a5597bcf48503737663100"
[[package]] [[package]]
name = "arbitrary" name = "arbitrary"
@@ -729,7 +729,7 @@ dependencies = [
"static_assertions", "static_assertions",
"tap", "tap",
"thin-vec", "thin-vec",
"thiserror 2.0.12", "thiserror 2.0.14",
"time", "time",
] ]
@@ -959,7 +959,7 @@ dependencies = [
"semver 1.0.26", "semver 1.0.26",
"serde", "serde",
"serde_json", "serde_json",
"thiserror 2.0.12", "thiserror 2.0.14",
] ]
[[package]] [[package]]
@@ -969,7 +969,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "374b7c592d9c00c1f4972ea58390ac6b18cbb6ab79011f3bdc90a0b82ca06b77" checksum = "374b7c592d9c00c1f4972ea58390ac6b18cbb6ab79011f3bdc90a0b82ca06b77"
dependencies = [ dependencies = [
"serde", "serde",
"toml 0.9.2", "toml 0.9.5",
] ]
[[package]] [[package]]
@@ -1944,7 +1944,7 @@ dependencies = [
"cc", "cc",
"memchr", "memchr",
"rustc_version 0.4.1", "rustc_version 0.4.1",
"toml 0.9.2", "toml 0.9.5",
"vswhom", "vswhom",
"winreg 0.55.0", "winreg 0.55.0",
] ]
@@ -2665,7 +2665,7 @@ dependencies = [
"objc2-app-kit", "objc2-app-kit",
"once_cell", "once_cell",
"serde", "serde",
"thiserror 2.0.12", "thiserror 2.0.14",
"windows-sys 0.59.0", "windows-sys 0.59.0",
"x11rb", "x11rb",
"xkeysym", "xkeysym",
@@ -3707,9 +3707,9 @@ dependencies = [
[[package]] [[package]]
name = "kode-bridge" name = "kode-bridge"
version = "0.1.6-rc" version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11bf66a2690fdac4a30e3e60c5bb7e4479db318f2cd6eb95a353acf79d35855a" checksum = "5416db0fac4129918564e1490e8128458709a473e4ed0166ba115f021d8f3ea9"
dependencies = [ dependencies = [
"bytes", "bytes",
"futures", "futures",
@@ -3718,14 +3718,14 @@ dependencies = [
"interprocess", "interprocess",
"parking_lot", "parking_lot",
"pin-project-lite", "pin-project-lite",
"rand 0.8.5", "rand 0.9.2",
"serde", "serde",
"serde_json", "serde_json",
"thiserror 2.0.12", "thiserror 2.0.14",
"tokio", "tokio",
"tokio-stream", "tokio-stream",
"tokio-util", "tokio-util",
"toml 0.8.23", "toml 0.9.5",
"tracing", "tracing",
] ]
@@ -3779,9 +3779,9 @@ dependencies = [
[[package]] [[package]]
name = "libc" name = "libc"
version = "0.2.174" version = "0.2.175"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776" checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543"
[[package]] [[package]]
name = "libfuzzer-sys" name = "libfuzzer-sys"
@@ -4167,7 +4167,7 @@ dependencies = [
"once_cell", "once_cell",
"png", "png",
"serde", "serde",
"thiserror 2.0.12", "thiserror 2.0.14",
"windows-sys 0.59.0", "windows-sys 0.59.0",
] ]
@@ -4254,14 +4254,14 @@ dependencies = [
[[package]] [[package]]
name = "network-interface" name = "network-interface"
version = "2.0.2" version = "2.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "862f41f1276e7148fb597fc55ed8666423bebe045199a1298c3515a73ec5cdd9" checksum = "07709a6d4eba90ab10ec170a0530b3aafc81cb8a2d380e4423ae41fc55fe5745"
dependencies = [ dependencies = [
"cc", "cc",
"libc", "libc",
"serde", "serde",
"thiserror 2.0.12", "thiserror 2.0.14",
"winapi", "winapi",
] ]
@@ -4845,7 +4845,7 @@ dependencies = [
"objc2-osa-kit", "objc2-osa-kit",
"serde", "serde",
"serde_json", "serde_json",
"thiserror 2.0.12", "thiserror 2.0.14",
] ]
[[package]] [[package]]
@@ -4953,7 +4953,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1db05f56d34358a8b1066f67cbb203ee3e7ed2ba674a6263a1d5ec6db2204323" checksum = "1db05f56d34358a8b1066f67cbb203ee3e7ed2ba674a6263a1d5ec6db2204323"
dependencies = [ dependencies = [
"memchr", "memchr",
"thiserror 2.0.12", "thiserror 2.0.14",
"ucd-trie", "ucd-trie",
] ]
@@ -5517,7 +5517,7 @@ dependencies = [
"rustc-hash", "rustc-hash",
"rustls", "rustls",
"socket2 0.5.10", "socket2 0.5.10",
"thiserror 2.0.12", "thiserror 2.0.14",
"tokio", "tokio",
"tracing", "tracing",
"web-time", "web-time",
@@ -5538,7 +5538,7 @@ dependencies = [
"rustls", "rustls",
"rustls-pki-types", "rustls-pki-types",
"slab", "slab",
"thiserror 2.0.12", "thiserror 2.0.14",
"tinyvec", "tinyvec",
"tracing", "tracing",
"web-time", "web-time",
@@ -5793,7 +5793,7 @@ checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b"
dependencies = [ dependencies = [
"getrandom 0.2.16", "getrandom 0.2.16",
"libredox", "libredox",
"thiserror 2.0.12", "thiserror 2.0.14",
] ]
[[package]] [[package]]
@@ -5872,9 +5872,9 @@ dependencies = [
[[package]] [[package]]
name = "reqwest" name = "reqwest"
version = "0.12.22" version = "0.12.23"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cbc931937e6ca3a06e3b6c0aa7841849b160a90351d6ab467a8b9b9959767531" checksum = "d429f34c8092b2d42c7c93cec323bb4adeb7c67698f70839adec842ec10c7ceb"
dependencies = [ dependencies = [
"base64 0.22.1", "base64 0.22.1",
"bytes", "bytes",
@@ -7049,7 +7049,7 @@ dependencies = [
"tauri-runtime", "tauri-runtime",
"tauri-runtime-wry", "tauri-runtime-wry",
"tauri-utils", "tauri-utils",
"thiserror 2.0.12", "thiserror 2.0.14",
"tokio", "tokio",
"tracing", "tracing",
"tray-icon", "tray-icon",
@@ -7103,7 +7103,7 @@ dependencies = [
"sha2 0.10.9", "sha2 0.10.9",
"syn 2.0.104", "syn 2.0.104",
"tauri-utils", "tauri-utils",
"thiserror 2.0.12", "thiserror 2.0.14",
"time", "time",
"url", "url",
"uuid", "uuid",
@@ -7152,7 +7152,7 @@ dependencies = [
"serde_json", "serde_json",
"tauri", "tauri",
"tauri-plugin", "tauri-plugin",
"thiserror 2.0.12", "thiserror 2.0.14",
] ]
[[package]] [[package]]
@@ -7167,7 +7167,7 @@ dependencies = [
"serde_json", "serde_json",
"tauri", "tauri",
"tauri-plugin", "tauri-plugin",
"thiserror 2.0.12", "thiserror 2.0.14",
] ]
[[package]] [[package]]
@@ -7183,7 +7183,7 @@ dependencies = [
"tauri", "tauri",
"tauri-plugin", "tauri-plugin",
"tauri-utils", "tauri-utils",
"thiserror 2.0.12", "thiserror 2.0.14",
"tracing", "tracing",
"url", "url",
"windows-registry", "windows-registry",
@@ -7231,7 +7231,7 @@ dependencies = [
"tauri", "tauri",
"tauri-plugin", "tauri-plugin",
"tauri-plugin-fs", "tauri-plugin-fs",
"thiserror 2.0.12", "thiserror 2.0.14",
"url", "url",
] ]
@@ -7252,7 +7252,7 @@ dependencies = [
"tauri", "tauri",
"tauri-plugin", "tauri-plugin",
"tauri-utils", "tauri-utils",
"thiserror 2.0.12", "thiserror 2.0.14",
"toml 0.8.23", "toml 0.8.23",
"url", "url",
] ]
@@ -7269,7 +7269,7 @@ dependencies = [
"serde_json", "serde_json",
"tauri", "tauri",
"tauri-plugin", "tauri-plugin",
"thiserror 2.0.12", "thiserror 2.0.14",
] ]
[[package]] [[package]]
@@ -7286,7 +7286,7 @@ dependencies = [
"serde_repr", "serde_repr",
"tauri", "tauri",
"tauri-plugin", "tauri-plugin",
"thiserror 2.0.12", "thiserror 2.0.14",
"time", "time",
"url", "url",
] ]
@@ -7318,7 +7318,7 @@ dependencies = [
"shared_child", "shared_child",
"tauri", "tauri",
"tauri-plugin", "tauri-plugin",
"thiserror 2.0.12", "thiserror 2.0.14",
"tokio", "tokio",
] ]
@@ -7346,7 +7346,7 @@ dependencies = [
"tauri", "tauri",
"tauri-plugin", "tauri-plugin",
"tempfile", "tempfile",
"thiserror 2.0.12", "thiserror 2.0.14",
"time", "time",
"tokio", "tokio",
"url", "url",
@@ -7366,7 +7366,7 @@ dependencies = [
"serde_json", "serde_json",
"tauri", "tauri",
"tauri-plugin", "tauri-plugin",
"thiserror 2.0.12", "thiserror 2.0.14",
] ]
[[package]] [[package]]
@@ -7386,7 +7386,7 @@ dependencies = [
"serde", "serde",
"serde_json", "serde_json",
"tauri-utils", "tauri-utils",
"thiserror 2.0.12", "thiserror 2.0.14",
"url", "url",
"windows 0.61.3", "windows 0.61.3",
] ]
@@ -7449,7 +7449,7 @@ dependencies = [
"serde_json", "serde_json",
"serde_with", "serde_with",
"swift-rs", "swift-rs",
"thiserror 2.0.12", "thiserror 2.0.14",
"toml 0.8.23", "toml 0.8.23",
"url", "url",
"urlpattern", "urlpattern",
@@ -7475,7 +7475,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b1e66e07de489fe43a46678dd0b8df65e0c973909df1b60ba33874e297ba9b9" checksum = "0b1e66e07de489fe43a46678dd0b8df65e0c973909df1b60ba33874e297ba9b9"
dependencies = [ dependencies = [
"quick-xml 0.37.5", "quick-xml 0.37.5",
"thiserror 2.0.12", "thiserror 2.0.14",
"windows 0.61.3", "windows 0.61.3",
"windows-version", "windows-version",
] ]
@@ -7575,11 +7575,11 @@ dependencies = [
[[package]] [[package]]
name = "thiserror" name = "thiserror"
version = "2.0.12" version = "2.0.14"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708" checksum = "0b0949c3a6c842cbde3f1686d6eea5a010516deb7085f79db747562d4102f41e"
dependencies = [ dependencies = [
"thiserror-impl 2.0.12", "thiserror-impl 2.0.14",
] ]
[[package]] [[package]]
@@ -7595,9 +7595,9 @@ dependencies = [
[[package]] [[package]]
name = "thiserror-impl" name = "thiserror-impl"
version = "2.0.12" version = "2.0.14"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" checksum = "cc5b44b4ab9c2fdd0e0512e6bece8388e214c0749f5862b114cc5b7a25daf227"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@@ -7797,9 +7797,9 @@ dependencies = [
[[package]] [[package]]
name = "tokio-util" name = "tokio-util"
version = "0.7.15" version = "0.7.16"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df" checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
dependencies = [ dependencies = [
"bytes", "bytes",
"futures-core", "futures-core",
@@ -7822,9 +7822,9 @@ dependencies = [
[[package]] [[package]]
name = "toml" name = "toml"
version = "0.9.2" version = "0.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed0aee96c12fa71097902e0bb061a5e1ebd766a6636bb605ba401c45c1650eac" checksum = "75129e1dc5000bfbaa9fee9d1b21f974f9fbad9daec557a521ee6e080825f6e8"
dependencies = [ dependencies = [
"indexmap 2.10.0", "indexmap 2.10.0",
"serde", "serde",
@@ -7891,9 +7891,9 @@ dependencies = [
[[package]] [[package]]
name = "toml_parser" name = "toml_parser"
version = "1.0.1" version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97200572db069e74c512a14117b296ba0a80a30123fbbb5aa1f4a348f639ca30" checksum = "b551886f449aa90d4fe2bdaa9f4a2577ad2dde302c61ecf262d80b116db95c10"
dependencies = [ dependencies = [
"winnow 0.7.12", "winnow 0.7.12",
] ]
@@ -8133,7 +8133,7 @@ dependencies = [
"once_cell", "once_cell",
"png", "png",
"serde", "serde",
"thiserror 2.0.12", "thiserror 2.0.14",
"windows-sys 0.59.0", "windows-sys 0.59.0",
] ]
@@ -8754,7 +8754,7 @@ version = "0.38.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36695906a1b53a3bf5c4289621efedac12b73eeb0b89e7e1a89b517302d5d75c" checksum = "36695906a1b53a3bf5c4289621efedac12b73eeb0b89e7e1a89b517302d5d75c"
dependencies = [ dependencies = [
"thiserror 2.0.12", "thiserror 2.0.14",
"windows 0.61.3", "windows 0.61.3",
"windows-core 0.61.2", "windows-core 0.61.2",
] ]
@@ -9378,7 +9378,7 @@ dependencies = [
"os_pipe", "os_pipe",
"rustix 0.38.44", "rustix 0.38.44",
"tempfile", "tempfile",
"thiserror 2.0.12", "thiserror 2.0.14",
"tree_magic_mini", "tree_magic_mini",
"wayland-backend", "wayland-backend",
"wayland-client", "wayland-client",
@@ -9437,7 +9437,7 @@ dependencies = [
"sha2 0.10.9", "sha2 0.10.9",
"soup3", "soup3",
"tao-macros", "tao-macros",
"thiserror 2.0.12", "thiserror 2.0.14",
"tracing", "tracing",
"url", "url",
"webkit2gtk", "webkit2gtk",

View File

@@ -17,7 +17,7 @@ tauri-build = { version = "2.3.1", features = [] }
[dependencies] [dependencies]
warp = { version = "0.4.1", features = ["server"] } warp = { version = "0.4.1", features = ["server"] }
anyhow = "1.0.98" anyhow = "1.0.99"
dirs = "6.0" dirs = "6.0"
open = "5.3.2" open = "5.3.2"
log = "0.4.27" log = "0.4.27"
@@ -43,7 +43,7 @@ tokio = { version = "1.47.1", features = [
] } ] }
futures-util = "0.3.31" futures-util = "0.3.31"
serde = { version = "1.0.219", features = ["derive"] } serde = { version = "1.0.219", features = ["derive"] }
reqwest = { version = "0.12.22", features = ["json", "rustls-tls", "cookies"] } reqwest = { version = "0.12.23", features = ["json", "rustls-tls", "cookies"] }
regex = "1.11.1" regex = "1.11.1"
sysproxy = { git = "https://github.com/clash-verge-rev/sysproxy-rs" } sysproxy = { git = "https://github.com/clash-verge-rev/sysproxy-rs" }
image = "0.25.6" image = "0.25.6"
@@ -54,7 +54,7 @@ tauri = { version = "2.7.0", features = [
"image-ico", "image-ico",
"image-png", "image-png",
] } ] }
network-interface = { version = "2.0.2", features = ["serde"] } network-interface = { version = "2.0.3", features = ["serde"] }
tauri-plugin-shell = "2.3.0" tauri-plugin-shell = "2.3.0"
tauri-plugin-dialog = "2.3.2" tauri-plugin-dialog = "2.3.2"
tauri-plugin-fs = "2.4.1" tauri-plugin-fs = "2.4.1"
@@ -71,13 +71,13 @@ getrandom = "0.3.3"
futures = "0.3.31" futures = "0.3.31"
sys-locale = "0.3.2" sys-locale = "0.3.2"
async-trait = "0.1.88" async-trait = "0.1.88"
libc = "0.2.174" libc = "0.2.175"
gethostname = "1.0.2" gethostname = "1.0.2"
hmac = "0.12.1" hmac = "0.12.1"
sha2 = "0.10.9" sha2 = "0.10.9"
hex = "0.4.3" hex = "0.4.3"
scopeguard = "1.2.0" scopeguard = "1.2.0"
kode-bridge = "0.1.6-rc" kode-bridge = "0.2.0"
dashmap = "6.1.0" dashmap = "6.1.0"
tauri-plugin-notification = "2.3.0" tauri-plugin-notification = "2.3.0"