build: Update Depends

This commit is contained in:
WhizPanda
2023-12-02 22:36:04 +08:00
parent 789d7000cf
commit 61c9b304d7
2 changed files with 82 additions and 19 deletions

View File

@@ -16,30 +16,30 @@ tauri-build = { version = "1", features = [] }
warp = "0.3"
which = "5.0.0"
anyhow = "1.0"
dirs = "5.0.0"
open = "5.0.1"
log = "0.4.14"
ctrlc = "3.2.3"
dunce = "1.0.2"
log4rs = "1.0.0"
nanoid = "0.4.0"
chrono = "0.4.19"
dirs = "5.0"
open = "5.0"
log = "0.4"
ctrlc = "3.4"
dunce = "1.0"
log4rs = "1"
nanoid = "0.4"
chrono = "0.4"
sysinfo = "0.29"
sysproxy = "0.3"
rquickjs = "0.3.1"
sysproxy = { git="https://github.com/zzzgydi/sysproxy-rs", branch = "main" }
rquickjs = "0.3"
serde_json = "1.0"
serde_yaml = "0.9"
auto-launch = "0.5"
once_cell = "1.14.0"
once_cell = "1.18"
port_scanner = "0.1.5"
delay_timer = "0.11.1"
parking_lot = "0.12.0"
delay_timer = "0.11"
parking_lot = "0.12"
tokio = { version = "1", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }
reqwest = { version = "0.11", features = ["json", "rustls-tls"] }
tauri = { version = "1.5", features = [ "clipboard-all", "global-shortcut-all", "process-all", "shell-all", "system-tray", "updater", "window-all"] }
window-vibrancy = { version = "0.4.3" }
window-shadows = { version = "0.2.0" }
window-shadows = { version = "0.2" }
[target.'cfg(windows)'.dependencies]