From 583d4e6b016b36abbe28e46baadb9a4a4679395a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 11 Jan 2021 04:49:52 +0000 Subject: [PATCH] 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] --- Cargo.lock | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6d183c0..5a87fbb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", ]