From 9a35e3482229437d874b222f347f60b7c402e894 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Mar 2022 04:17:00 +0000 Subject: [PATCH] Bump notify-rust from 4.5.7 to 4.5.8 Bumps [notify-rust](https://github.com/hoodie/notify-rust) from 4.5.7 to 4.5.8. - [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) --- updated-dependencies: - dependency-name: notify-rust dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8be5084..68bddd9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1684,9 +1684,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 = [ "dbus", "mac-notification-sys",