summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-04-26 05:21:41 +0000
committerdependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-04-26 05:37:00 +0000
commit5758abf1059ecfef9b470d32ce13ff96501821d4 (patch)
tree100089812a41defc75e666f64d642410a9952579
parent603da248527b39de6ecc6ca945a32937439352d7 (diff)
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] <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 dc33c0d9d..456d37b3a 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 ed15a60b2..149ab8765 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"