update auto-launch to 0.5.0 to deal with windows task manager issue

This commit is contained in:
2025-01-05 08:04:10 -05:00
parent 8fa3a15807
commit b2c27d26e8
2 changed files with 4 additions and 4 deletions

View File

@@ -43,7 +43,7 @@ thiserror = "1.0.38"
once_cell = "1.16.0"
strum = "0.24"
strum_macros = "0.24"
auto-launch = "0.4.0"
auto-launch = "0.5.0"
is-terminal = "0.4.7"
argon2 = { version = "0.5.0", features = ["std"] }
chacha20poly1305 = { version = "0.10.1", features = ["std"] }