summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-05-06 05:05:37 -0400
committerGitHub <noreply@github.com>2021-05-06 05:05:37 -0400
commit4d96f312ab799ad6e6b4e1f160407ca27d64290f (patch)
treef8832cf5c15dc7a818fdab8e2ee5c006f52976f6
parent6f387769fe4663d679f97b2d7d37933e666b8c09 (diff)
build: bump notify-rust from 4.4.1 to 4.5.0 (#2694)
Bumps [notify-rust](https://github.com/hoodie/notify-rust) from 4.4.1 to 4.5.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.4.1...v4.5.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.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 d09688f50..01702a3c4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -955,9 +955,9 @@ dependencies = [
[[package]]
name = "notify-rust"
-version = "4.4.1"
+version = "4.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bec68da15a9508696cd0d38cc81c6a00a465daff743f05d9f4fd7c8f7c11f4e5"
+checksum = "224fc7e85673ef81a74c42ddb35aef3f4326877ac63a08273b398c9efeac6720"
dependencies = [
"mac-notification-sys",
"serde",
diff --git a/Cargo.toml b/Cargo.toml
index b15c984ee..b4b64f57c 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.4.1", optional = true }
+notify-rust = { version = "4.5.0", optional = true }
semver = "0.11.0"
which = "4.1.0"
shadow-rs = "0.5.25"