From 48f159408dcf93fec478a7ea2af05c28914d5927 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Jun 2023 17:07:55 +0000 Subject: [PATCH] fix(deps): update rust crate tauri to 1.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7f7f5baa..2f4f2b29 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ exclude = [ ] [dependencies] -tauri = "1.0" +tauri = "1.4" tiny_http = "0.11" portpicker = "0.1" serde_json = "1.0"