fix(deps): update rust crate win7-notifications to 0.4.3 (#1214)

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

19
Cargo.lock generated

@ -7650,12 +7650,12 @@ dependencies = [
[[package]]
name = "win7-notifications"
version = "0.3.1"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "210952d7163b9ed83a6fd9754ab2a101d14480f8491b5f1d6292771d88dbee70"
checksum = "82bdf2850c73df6ab8d3284759951a2a8cc4024b06c7d1507d47e19b6127ad79"
dependencies = [
"once_cell",
"windows-sys 0.36.1",
"windows-sys 0.52.0",
]
[[package]]
@ -7817,19 +7817,6 @@ dependencies = [
"windows-targets 0.52.4",
]
[[package]]
name = "windows-sys"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
dependencies = [
"windows_aarch64_msvc 0.36.1",
"windows_i686_gnu 0.36.1",
"windows_i686_msvc 0.36.1",
"windows_x86_64_gnu 0.36.1",
"windows_x86_64_msvc 0.36.1",
]
[[package]]
name = "windows-sys"
version = "0.45.0"

@ -29,7 +29,7 @@ url = { version = "2", features = ["serde"] }
serde_repr = "0.1"
[target."cfg(windows)".dependencies]
win7-notifications = { version = "0.3.1", optional = true }
win7-notifications = { version = "0.4.3", optional = true }
windows-version = { version = "0.1", optional = true }
[target."cfg(all(unix, not(target_os = \"macos\")))".dependencies]

Loading…
Cancel
Save