From 5758abf1059ecfef9b470d32ce13ff96501821d4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 26 Apr 2021 05:21:41 +0000 Subject: [PATCH] build(deps): bump notify-rust from 4.3.0 to 4.4.0 Bumps [notify-rust](https://github.com/hoodie/notify-rust) from 4.3.0 to 4.4.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.3.0...v4.4.0) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dc33c0d9..456d37b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -955,9 +955,9 @@ dependencies = [ [[package]] name = "notify-rust" -version = "4.3.0" +version = "4.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00c16afe17474a42a59062f3409a63160c63d41985b25e9e613400685b839cb6" +checksum = "c786b76e0658d9eb5e2579f5950ade6781e0f58c7ec6536fbb85e4d0ae4999b0" dependencies = [ "mac-notification-sys", "serde", diff --git a/Cargo.toml b/Cargo.toml index ed15a60b..149ab876 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,7 +63,7 @@ quick-xml = "0.22.0" rand = "0.8.3" serde = { version = "1.0.125", features = ["derive"] } indexmap = { version ="1.6.2", features = ["serde"] } -notify-rust = { version = "4.3.0", optional = true } +notify-rust = { version = "4.4.0", optional = true } semver = "0.11.0" which = "4.1.0" shadow-rs = "0.5.25"