From c5d24490a58f92d73a8da649a33072b88f585537 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 08:59: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 ffffac2..b868344 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"