From 9ede4982753367bfe2f3595ab9a72abe11c814c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Oct 2023 23:03:17 +0000 Subject: [PATCH] chore(deps): update rust crate tauri to 2.0.0-alpha.17 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d2cd6908..df72a59f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ proc-macro2 = "1.0.67" syn = "2.0.36" schemars = "0.8.12" serde_json = "1.0" -tauri = "2.0.0-alpha.14" +tauri = "2.0.0-alpha.17" [dependencies] clap.workspace = true