From 52335ae90912406e8c7c566224ddfc4606d65933 Mon Sep 17 00:00:00 2001 From: Scott Morris Date: Sat, 28 Feb 2026 14:11:20 -0500 Subject: [PATCH 1/2] chore(deps): update notification plugin lockfile to rebased branch head --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index aca5827e..3a7616ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4727,7 +4727,7 @@ dependencies = [ [[package]] name = "tauri-plugin-notification" version = "2.3.3" -source = "git+https://github.com/ScottMorris/tauri-plugins-workspace?rev=efe8730d90060482a604fe02b4815c316266994e#efe8730d90060482a604fe02b4815c316266994e" +source = "git+https://github.com/ScottMorris/tauri-plugins-workspace.git?branch=notification-actions-fix#c0992031493aeb06fdf8bba40aaea5ddd0c63cde" dependencies = [ "log", "notify-rust", From 59f62b892335e7f33e8ca69ef46545eb81d5e8bf Mon Sep 17 00:00:00 2001 From: Scott Morris Date: Sat, 28 Feb 2026 21:49:01 -0500 Subject: [PATCH 2/2] chore(deps): refresh notification plugin lockfile to include changefile commit **What** - update `Cargo.lock` to move `tauri-plugin-notification` from `c0992031` to `45004aa0` **Why** - keep Threshold aligned with the latest `notification-actions-fix` branch state - include the plugin `.changes` metadata commit in the pinned git reference for traceability --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3a7616ed..c37a0bbe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4727,7 +4727,7 @@ dependencies = [ [[package]] name = "tauri-plugin-notification" version = "2.3.3" -source = "git+https://github.com/ScottMorris/tauri-plugins-workspace.git?branch=notification-actions-fix#c0992031493aeb06fdf8bba40aaea5ddd0c63cde" +source = "git+https://github.com/ScottMorris/tauri-plugins-workspace.git?branch=notification-actions-fix#45004aa01a3b6752221142b42d8f1a48a7f65bc0" dependencies = [ "log", "notify-rust", @@ -5824,7 +5824,7 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ - "windows-sys 0.61.2", + "windows-sys 0.48.0", ] [[package]]