fix(deps): update rust crate notify-rust to 4.5.8

This commit is contained in:
Renovate Bot 2022-03-26 02:08:19 +00:00 committed by renovate[bot]
parent a5f25caac2
commit b4cc9d5940
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1054,9 +1054,9 @@ dependencies = [
[[package]]
name = "notify-rust"
version = "4.5.7"
version = "4.5.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d5a39621dc5b944ac28461faef99236d428240c4855d251adbb029a7d2e2af8"
checksum = "a995a3d2834cefa389218e7a35156e8ce544bc95f836900da01ee0b26a07e9d4"
dependencies = [
"mac-notification-sys",
"serde",

View File

@ -26,7 +26,7 @@ toml = "0.5.8"
serde_json = "1.0.79"
chrono = "0.4.19"
base64 = "0.13.0"
notify-rust = "4.5.7"
notify-rust = "4.5.8"
clap_complete = "3.1.1"
anyhow = "1.0.56"
better-panic = "0.3.0"