From 2ee898561b1c86a2d9b8d2bef583827f0c37ea84 Mon Sep 17 00:00:00 2001 From: Ham Renovate Date: Mon, 20 Apr 2026 10:20:14 +0000 Subject: [PATCH] chore(deps): update rust crate tauri-plugin-notifications to v0.4.4 --- infrastructure/eid-wallet/src-tauri/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/eid-wallet/src-tauri/Cargo.lock b/infrastructure/eid-wallet/src-tauri/Cargo.lock index 5a0711c3d..e026c4589 100644 --- a/infrastructure/eid-wallet/src-tauri/Cargo.lock +++ b/infrastructure/eid-wallet/src-tauri/Cargo.lock @@ -4033,9 +4033,9 @@ dependencies = [ [[package]] name = "tauri-plugin-notifications" -version = "0.4.3" +version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec9491977d0a3a5903bec9ff1fa989233014f37b923008f4994062e1275586b6" +checksum = "38da6d677804df0367376636d3d49416d45f2d819629027f20b09eb85ef5c862" dependencies = [ "log", "notify-rust",