From 0c258a768038694e516131c3d7591651d67e7b9b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 11:15:04 +0000 Subject: [PATCH] fix(deps): update rust crate tauri-plugin-deep-link to v2 --- src-tauri/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 6c8709e..6d867c5 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -54,7 +54,7 @@ dialog = "0.3.0" objc = "0.2.7" block = "0.1" cocoa = "0.25" -tauri-plugin-deep-link = "0.1.2" +tauri-plugin-deep-link = "2.0.0" lazy_static = "1.4" native-dialog = "0.7.0"