From f5f88a4538129f56452f26cdc56ad35d5b469a88 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 02:06:49 +0000 Subject: [PATCH] fix(deps): update rust crate tauri to 1.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f2db4e8..181d01b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ exclude = [ ] [dependencies] -tauri = "1.0" +tauri = "1.6" tiny_http = "0.12" portpicker = "0.1" serde_json = "1.0"