diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 18237f949..0dfd1929d 100755 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -24,7 +24,7 @@ log = "0.4.28" dunce = "1.0.5" nanoid = "0.4" 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" serde_json = "1.0.145" serde_yaml_ng = "0.10.0" @@ -39,9 +39,9 @@ tokio = { version = "1.47.1", features = [ "time", "sync", ] } -serde = { version = "1.0.226", features = ["derive"] } +serde = { version = "1.0.228", features = ["derive"] } 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" } tauri = { version = "2.8.5", features = [ "protocol-asset", @@ -65,13 +65,13 @@ base64 = "0.22.1" getrandom = "0.3.3" futures = "0.3.31" sys-locale = "0.3.2" -libc = "0.2.175" +libc = "0.2.176" gethostname = "1.0.2" hmac = "0.12.1" sha2 = "0.10.9" hex = "0.4.3" scopeguard = "1.2.0" -kode-bridge = "0.2.1" +kode-bridge = "0.3.0" dashmap = "6.1.0" tauri-plugin-notification = "2.3.1" 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"] } tauri-plugin-http = "2.5.2" -flexi_logger = "0.31.3" +flexi_logger = "0.31.4" cfg-if = "1.0.3" nu-ansi-term = { version = "0.50.1", optional = true } console-subscriber = { version = "0.4.1", optional = true }