build: update depends

This commit is contained in:
MystiPanda 2024-06-01 23:01:27 +08:00
parent 01d67eb239
commit e6bf4e836d
No known key found for this signature in database
2 changed files with 441 additions and 385 deletions

820
src-tauri/Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -16,7 +16,7 @@ tauri-build = { version = "1", features = [] }
warp = "0.3"
anyhow = "1.0"
dirs = "5.0"
open = "5.0"
open = "5.1"
log = "0.4"
dunce = "1.0"
log4rs = "1"
@ -26,9 +26,9 @@ sysinfo = "0.30"
boa_engine = "0.18"
serde_json = "1.0"
serde_yaml = "0.9"
once_cell = "1.18"
once_cell = "1.19"
port_scanner = "0.1.5"
delay_timer = "0.11.5"
delay_timer = "0.11"
parking_lot = "0.12"
percent-encoding = "2.3.1"
window-shadows = { version = "0.2" }