summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-01-07 05:27:09 +0000
committerdependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-01-07 05:35:54 +0000
commit435ec17b42ae0f53c2e77a46fabb79f2f0db93db (patch)
tree9bfb71d95c217bf04b044ccbe505bc9254f915bb
parentd009db528d20b7fce1ef54e68e530ead64b5786e (diff)
build(deps): 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] <support@dependabot.com>
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e08032de3..92e2603b8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -700,9 +700,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",
"mac-notification-sys",
diff --git a/Cargo.toml b/Cargo.toml
index 47693594f..fa84897e7 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.0.0", optional = true }
+notify-rust = { version = "4.1.0", optional = true }
semver = "0.11.0"
which = "4.0.2"