fix(deps): update rust crate auto-launch to 0.5 (#621)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/580/head
renovate[bot] 2 years ago committed by GitHub
parent 0623903f12
commit 746067bb70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated

@ -324,9 +324,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",
"thiserror",

@ -15,4 +15,4 @@ serde_json.workspace = true
tauri.workspace = true
log.workspace = true
thiserror.workspace = true
auto-launch = "0.4"
auto-launch = "0.5"
Loading…
Cancel
Save