diff --git a/Cargo.lock b/Cargo.lock index 4f982b360..bc33bd208 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1355,7 +1355,7 @@ dependencies = [ [[package]] name = "clash_verge_service_ipc" version = "2.0.28" -source = "git+https://github.com/clash-verge-rev/clash-verge-service-ipc#cac4cd880dac2488c95e0b214377fcdde4f147d0" +source = "git+https://github.com/clash-verge-rev/clash-verge-service-ipc#384169c7371f78cd213713f0b0a115d48a1f28c3" dependencies = [ "anyhow", "compact_str", diff --git a/Cargo.toml b/Cargo.toml index 3242ad6df..87f62fcc3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ tauri-plugin-clipboard-manager = "2.3.2" parking_lot = { version = "0.12.5", features = ["hardware-lock-elision"] } anyhow = "1.0.100" criterion = { version = "0.8.1", features = ["async_tokio"] } -tokio = { version = "1.48.0", features = [ +tokio = { version = "1.49.0", features = [ "rt-multi-thread", "macros", "time", diff --git a/crates/tauri-plugin-clash-verge-sysinfo/Cargo.toml b/crates/tauri-plugin-clash-verge-sysinfo/Cargo.toml index 2d6140709..80c0d4667 100644 --- a/crates/tauri-plugin-clash-verge-sysinfo/Cargo.toml +++ b/crates/tauri-plugin-clash-verge-sysinfo/Cargo.toml @@ -11,7 +11,7 @@ parking_lot = { workspace = true } sysinfo = { version = "0.37.2", features = ["network", "system"] } [target.'cfg(not(windows))'.dependencies] -libc = "0.2.178" +libc = "0.2.179" [target.'cfg(windows)'.dependencies] deelevate = { workspace = true } diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 6f5778cf5..3711a2bde 100755 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -75,7 +75,7 @@ regex = "1.12.2" sysproxy = { git = "https://github.com/clash-verge-rev/sysproxy-rs", features = [ "guard", ] } -network-interface = { version = "2.0.4", features = ["serde"] } +network-interface = { version = "2.0.5", features = ["serde"] } tauri-plugin-shell = "2.3.3" tauri-plugin-dialog = "2.4.2" tauri-plugin-fs = "2.4.4" @@ -91,7 +91,7 @@ futures = "0.3.31" gethostname = "1.1.0" scopeguard = "1.2.0" tauri-plugin-notification = "2.3.3" -tokio-stream = "0.1.17" +tokio-stream = "0.1.18" backoff = { version = "0.4.0", features = ["tokio"] } tauri-plugin-http = "2.5.4" console-subscriber = { version = "0.5.0", optional = true }