fix(deps): update rust crate winrt-notification to 0.2 (#1215)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-04-17 12:18:05 +02:00
committed by GitHub
parent 3db3b204b4
commit c079d8c81b
2 changed files with 5 additions and 23 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ mac-notification-sys = "0.6"
chrono = { version = "0.4", optional = true }
[target."cfg(target_os=\"windows\")".dependencies]
winrt-notification = { package = "tauri-winrt-notification", version = "0.1" }
winrt-notification = { package = "tauri-winrt-notification", version = "0.2" }
[dev-dependencies]
color-backtrace = "0.6"