chore: update dependencies and bug report template

This commit is contained in:
wonfen
2025-03-31 03:24:36 +08:00
parent 52a15bb281
commit 62141380d8
4 changed files with 13 additions and 14 deletions

View File

@@ -25,11 +25,11 @@ dunce = "1.0"
log4rs = "1"
nanoid = "0.4"
chrono = "0.4.40"
sysinfo = "0.33.1"
sysinfo = "0.34"
boa_engine = "0.20.0"
serde_json = "1.0"
serde_yaml = "0.9"
once_cell = "1.21.1"
once_cell = "1.21.3"
port_scanner = "0.1.5"
delay_timer = "0.11.6"
parking_lot = "0.12"
@@ -53,7 +53,7 @@ tauri = { version = "2.4.0", features = [
"image-ico",
"image-png",
] }
network-interface = { version = "2.0.0", features = ["serde"] }
network-interface = { version = "2.0.1", features = ["serde"] }
tauri-plugin-shell = "2.2.0"
tauri-plugin-dialog = "2.2.0"
tauri-plugin-fs = "2.2.0"