fix(deps): update rust crate winrt-notification to 0.4.0 (#1421)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/1428/head
renovate[bot] 1 year ago committed by GitHub
parent b344177d8b
commit 60a8545cb7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

5
Cargo.lock generated

@ -6763,11 +6763,12 @@ dependencies = [
[[package]]
name = "tauri-winrt-notification"
version = "0.3.1"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36778770f6c7f9a60ec08fcd2d923915a4e9015ea36d4dde80ba573345312f0a"
checksum = "11a88d3c675acf67e93f3f64a1342007d52af76a0f68d02611316ccd983029bd"
dependencies = [
"quick-xml",
"thiserror",
"windows 0.56.0",
"windows-version",
]

@ -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.3.1" }
winrt-notification = { package = "tauri-winrt-notification", version = "0.4.0" }
[dev-dependencies]
color-backtrace = "0.6"

Loading…
Cancel
Save