From 86e61a6ac016aa67d31b88cb58382a3b66b5b2d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Jan 2023 16:17:38 +0100 Subject: [PATCH] fix(deps): update rust crate auto-launch to 0.4 (#60) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 6 +++--- plugins/autostart/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 69c5ed59..10f5e40d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -157,12 +157,12 @@ dependencies = [ [[package]] name = "auto-launch" -version = "0.3.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "642d13324da4df30a472026356a7fd24845d4a8038e5c47ed99c62074b526fa5" +checksum = "5904a4d734f0235edf29aab320a14899f3e090446e594ff96508a6215f76f89c" dependencies = [ - "anyhow", "dirs", + "thiserror", "winreg", ] diff --git a/plugins/autostart/Cargo.toml b/plugins/autostart/Cargo.toml index e129794e..dc42168d 100644 --- a/plugins/autostart/Cargo.toml +++ b/plugins/autostart/Cargo.toml @@ -15,4 +15,4 @@ serde_json.workspace = true tauri.workspace = true log.workspace = true thiserror.workspace = true -auto-launch = "0.3" \ No newline at end of file +auto-launch = "0.4" \ No newline at end of file