From 5d303be87c7a427200955b5f70e95a63539b86ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Apr 2026 21:21:00 +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 d05e93e..b0ee185 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"