From 940def676a257ed75716e2251ead80e9206efaac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 11:11:35 +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 4fb1e66..eb5f758 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -53,7 +53,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"