From c4b99ef7fa42c6e76ad028fcc5006778e3ee7779 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 8 Jan 2021 05:30:36 +0000 Subject: [PATCH] build(deps): bump notify-rust from 4.1.0 to 4.1.1 Bumps [notify-rust](https://github.com/hoodie/notify-rust) from 4.1.0 to 4.1.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-preview[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 92e2603b..9b91368e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -700,9 +700,9 @@ dependencies = [ [[package]] name = "notify-rust" -version = "4.1.0" +version = "4.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3802a3bc8f0a917013a75ee4a1354c9ec2a4b3f59e61dec69ae0bf753637766e" +checksum = "1e3a4a0e5bb58c15026bdac5d49c67ccab6c287da64af8e938eaa98141e17ed4" dependencies = [ "dbus", "mac-notification-sys", diff --git a/Cargo.toml b/Cargo.toml index fa84897e..4a28d6d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ quick-xml = "0.20.0" rand = "0.8.1" serde = { version = "1.0.118", features = ["derive"] } indexmap = "1.6.1" -notify-rust = { version = "4.1.0", optional = true } +notify-rust = { version = "4.1.1", optional = true } semver = "0.11.0" which = "4.0.2"