mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 17:15:38 +08:00
chore(deps): update cargo dependencies (#4842)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@@ -24,7 +24,7 @@ log = "0.4.28"
|
|||||||
dunce = "1.0.5"
|
dunce = "1.0.5"
|
||||||
nanoid = "0.4"
|
nanoid = "0.4"
|
||||||
chrono = "0.4.42"
|
chrono = "0.4.42"
|
||||||
sysinfo = { version = "0.37.0", features = ["network", "system"] }
|
sysinfo = { version = "0.37.1", features = ["network", "system"] }
|
||||||
boa_engine = "0.20.0"
|
boa_engine = "0.20.0"
|
||||||
serde_json = "1.0.145"
|
serde_json = "1.0.145"
|
||||||
serde_yaml_ng = "0.10.0"
|
serde_yaml_ng = "0.10.0"
|
||||||
@@ -39,9 +39,9 @@ tokio = { version = "1.47.1", features = [
|
|||||||
"time",
|
"time",
|
||||||
"sync",
|
"sync",
|
||||||
] }
|
] }
|
||||||
serde = { version = "1.0.226", features = ["derive"] }
|
serde = { version = "1.0.228", features = ["derive"] }
|
||||||
reqwest = { version = "0.12.23", features = ["json", "cookies"] }
|
reqwest = { version = "0.12.23", features = ["json", "cookies"] }
|
||||||
regex = "1.11.2"
|
regex = "1.11.3"
|
||||||
sysproxy = { git = "https://github.com/clash-verge-rev/sysproxy-rs" }
|
sysproxy = { git = "https://github.com/clash-verge-rev/sysproxy-rs" }
|
||||||
tauri = { version = "2.8.5", features = [
|
tauri = { version = "2.8.5", features = [
|
||||||
"protocol-asset",
|
"protocol-asset",
|
||||||
@@ -65,13 +65,13 @@ base64 = "0.22.1"
|
|||||||
getrandom = "0.3.3"
|
getrandom = "0.3.3"
|
||||||
futures = "0.3.31"
|
futures = "0.3.31"
|
||||||
sys-locale = "0.3.2"
|
sys-locale = "0.3.2"
|
||||||
libc = "0.2.175"
|
libc = "0.2.176"
|
||||||
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.2.1"
|
kode-bridge = "0.3.0"
|
||||||
dashmap = "6.1.0"
|
dashmap = "6.1.0"
|
||||||
tauri-plugin-notification = "2.3.1"
|
tauri-plugin-notification = "2.3.1"
|
||||||
tokio-stream = "0.1.17"
|
tokio-stream = "0.1.17"
|
||||||
@@ -81,7 +81,7 @@ isahc = { version = "1.7.2", default-features = false, features = [
|
|||||||
] }
|
] }
|
||||||
backoff = { version = "0.4.0", features = ["tokio"] }
|
backoff = { version = "0.4.0", features = ["tokio"] }
|
||||||
tauri-plugin-http = "2.5.2"
|
tauri-plugin-http = "2.5.2"
|
||||||
flexi_logger = "0.31.3"
|
flexi_logger = "0.31.4"
|
||||||
cfg-if = "1.0.3"
|
cfg-if = "1.0.3"
|
||||||
nu-ansi-term = { version = "0.50.1", optional = true }
|
nu-ansi-term = { version = "0.50.1", optional = true }
|
||||||
console-subscriber = { version = "0.4.1", optional = true }
|
console-subscriber = { version = "0.4.1", optional = true }
|
||||||
|
|||||||
Reference in New Issue
Block a user