From 9de8498e47dee5a2ff19e55cadd117ab3eec529b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 7 Jan 2021 04:55:14 +0000 Subject: [PATCH] Bump notify-rust from 4.0.0 to 4.1.0 Bumps [notify-rust](https://github.com/hoodie/notify-rust) from 4.0.0 to 4.1.0. - [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/compare/v4.0.0...v4.1.0) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e1998b5..f9338cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2040,9 +2040,9 @@ dependencies = [ [[package]] name = "notify-rust" -version = "4.0.0" +version = "4.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "144acee6a0543dc74893e4b8a33936b5b0a94cc2d4ab024afd0c6daff7afc3c0" +checksum = "3802a3bc8f0a917013a75ee4a1354c9ec2a4b3f59e61dec69ae0bf753637766e" dependencies = [ "dbus 0.8.4", "mac-notification-sys",