summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-05-14 04:05:48 -0400
committerGitHub <noreply@github.com>2021-05-14 04:05:48 -0400
commitd6b09f2e4ca501d88f8f14b3d114a6c324f47d44 (patch)
tree5a1f74acb77f87ce48c187ca1b1ccc9f9e248139 /Cargo.lock
parent55b72306e8b3e939e49a0c183f085fb32dc78f74 (diff)
build: bump notify-rust from 4.5.0 to 4.5.1 (#2721)
Bumps [notify-rust](https://github.com/hoodie/notify-rust) from 4.5.0 to 4.5.1. - [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[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 0483d2837..176e8541d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -955,9 +955,9 @@ dependencies = [
[[package]]
name = "notify-rust"
-version = "4.5.0"
+version = "4.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "224fc7e85673ef81a74c42ddb35aef3f4326877ac63a08273b398c9efeac6720"
+checksum = "2e09fce166f9fd7a40a19c4d00d17e3ae4404c73eda8b3e4eaffcbf2dcad69b8"
dependencies = [
"mac-notification-sys",
"serde",