From 996c29d3bde9025d4e255abe085fdd5dd5464433 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 04:30:35 +0000 Subject: [PATCH] fix(deps): update rust crate tauri to 1.6.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 64c563e..4a8c8aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ description = "😎 A custom invoke system for Tauri that leverages WebSockets" exclude = ["/examples", ".license_template", "CHANGELOG.md", "/target"] [dependencies] -tauri = "1.5.4" +tauri = "1.6.1" portpicker = "0.1" serde_json = "1.0" jsonrpc-ws-server = "18.0.0"