chore: update auto launch

This commit is contained in:
GyDi 2023-09-10 18:45:17 +08:00
parent 9987dc1eb4
commit de90c959e0
No known key found for this signature in database
GPG Key ID: B28E790B95193457
2 changed files with 3 additions and 3 deletions

4
src-tauri/Cargo.lock generated
View File

@ -243,9 +243,9 @@ dependencies = [
[[package]]
name = "auto-launch"
version = "0.4.0"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5904a4d734f0235edf29aab320a14899f3e090446e594ff96508a6215f76f89c"
checksum = "1f012b8cc0c850f34117ec8252a44418f2e34a2cf501de89e29b241ae5f79471"
dependencies = [
"dirs 4.0.0",
"thiserror",

View File

@ -29,7 +29,7 @@ sysproxy = "0.3"
rquickjs = "0.1.7"
serde_json = "1.0"
serde_yaml = "0.9"
auto-launch = "0.4"
auto-launch = "0.5"
once_cell = "1.14.0"
port_scanner = "0.1.5"
delay_timer = "0.11.1"