mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-08-13 18:50:20 +02:00
fix(deps): update rust crate winrt-notification to 0.3.1 (#1378)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
parent
7327602f15
commit
c9ed72d846
Generated
+2
-2
@@ -6686,9 +6686,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tauri-winrt-notification"
|
name = "tauri-winrt-notification"
|
||||||
version = "0.3.0"
|
version = "0.3.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "13966ea9e4bd4a3b86c332a93b70cc129a950e31c5f2212014c7ee5ebd110884"
|
checksum = "36778770f6c7f9a60ec08fcd2d923915a4e9015ea36d4dde80ba573345312f0a"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"quick-xml",
|
"quick-xml",
|
||||||
"windows 0.56.0",
|
"windows 0.56.0",
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ mac-notification-sys = "0.6"
|
|||||||
chrono = { version = "0.4", optional = true }
|
chrono = { version = "0.4", optional = true }
|
||||||
|
|
||||||
[target."cfg(target_os=\"windows\")".dependencies]
|
[target."cfg(target_os=\"windows\")".dependencies]
|
||||||
winrt-notification = { package = "tauri-winrt-notification", version = "0.3" }
|
winrt-notification = { package = "tauri-winrt-notification", version = "0.3.1" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
color-backtrace = "0.6"
|
color-backtrace = "0.6"
|
||||||
|
|||||||
Reference in New Issue
Block a user