From e04b160f1c846ec898d322d890ffb2468c71d34d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 09:53:37 +0000 Subject: [PATCH] chore(deps): update rust crate tauri to 2.0.0-alpha.21 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d2cd6908..f53cd2be 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.21" [dependencies] clap.workspace = true