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

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

26
Cargo.lock generated

@ -6660,12 +6660,13 @@ dependencies = [
[[package]]
name = "tauri-winrt-notification"
version = "0.1.3"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "006851c9ccefa3c38a7646b8cec804bb429def3da10497bfa977179869c3e8e2"
checksum = "2d59cba96cdbf291d74490ac477c66885ebdc87e28faca532ec1e00f4f3bd578"
dependencies = [
"quick-xml 0.30.0",
"windows 0.51.1",
"windows 0.54.0",
"windows-version",
]
[[package]]
@ -7736,16 +7737,6 @@ dependencies = [
"windows-targets 0.48.5",
]
[[package]]
name = "windows"
version = "0.51.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca229916c5ee38c2f2bc1e9d8f04df975b4bd93f9955dc69fabb5d91270045c9"
dependencies = [
"windows-core 0.51.1",
"windows-targets 0.48.5",
]
[[package]]
name = "windows"
version = "0.54.0"
@ -7758,15 +7749,6 @@ dependencies = [
"windows-targets 0.52.4",
]
[[package]]
name = "windows-core"
version = "0.51.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1f8cf84f35d2db49a46868f947758c7a1138116f7fac3bc844f43ade1292e64"
dependencies = [
"windows-targets 0.48.5",
]
[[package]]
name = "windows-core"
version = "0.52.0"

@ -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"

Loading…
Cancel
Save