Bump notify-rust from 4.1.1 to 4.2.2

Bumps [notify-rust](https://github.com/hoodie/notify-rust) from 4.1.1 to 4.2.2.
- [Release notes](https://github.com/hoodie/notify-rust/releases)
- [Changelog](https://github.com/hoodie/notify-rust/blob/main/CHANGELOG.md)
- [Commits](https://github.com/hoodie/notify-rust/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2021-01-11 04:49:52 +00:00
committed by Henrik Friedrichsen
parent c894e81ed6
commit 583d4e6b01

20
Cargo.lock generated
View File

@@ -789,16 +789,6 @@ dependencies = [
"syn 1.0.57",
]
[[package]]
name = "dbus"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5cd9e78c210146a1860f897db03412fd5091fd73100778e43ee255cca252cf32"
dependencies = [
"libc",
"libdbus-sys",
]
[[package]]
name = "dbus"
version = "0.9.1"
@@ -815,7 +805,7 @@ version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26a1c139b794d571d930124e17fa4cae8a904dc8e916abf551ab763b00e93a63"
dependencies = [
"dbus 0.9.1",
"dbus",
]
[[package]]
@@ -1964,7 +1954,7 @@ dependencies = [
"clipboard",
"crossbeam-channel 0.5.0",
"cursive",
"dbus 0.9.1",
"dbus",
"dbus-tree",
"failure",
"fern",
@@ -2040,11 +2030,11 @@ dependencies = [
[[package]]
name = "notify-rust"
version = "4.1.1"
version = "4.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e3a4a0e5bb58c15026bdac5d49c67ccab6c287da64af8e938eaa98141e17ed4"
checksum = "95a3a5dd7b4b415b112ce0fae1988f3e6dee90a96918bf3950b5f2289b19a04b"
dependencies = [
"dbus 0.8.4",
"dbus",
"mac-notification-sys",
"winrt-notification",
]