From 99ac425fb0833ea899578999eda691c37f504bef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Sep 2021 13:38:02 +0200 Subject: [PATCH] build: bump notify-rust from 4.5.2 to 4.5.3 (#3078) Bumps [notify-rust](https://github.com/hoodie/notify-rust) from 4.5.2 to 4.5.3. - [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) --- updated-dependencies: - dependency-name: notify-rust dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2f73cf0a..00cdc0aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -997,9 +997,9 @@ checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" [[package]] name = "notify-rust" -version = "4.5.2" +version = "4.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a2ca742cd7268b60c35828d318357f0b1bb9b82088e157ccf3013eb3ce70247" +checksum = "e4b2d5d72d16b6abdb6fa2c364d9363e23d6ed7c20c1a1e85fd8cd880144442c" dependencies = [ "mac-notification-sys", "serde", diff --git a/Cargo.toml b/Cargo.toml index 5fda4a2d..797aca8a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,7 +63,7 @@ quick-xml = "0.22.0" rand = "0.8.4" serde = { version = "1.0.130", features = ["derive"] } indexmap = { version ="1.7.0", features = ["serde"] } -notify-rust = { version = "4.5.1", optional = true } +notify-rust = { version = "4.5.3", optional = true } semver = "1.0.4" which = "4.2.2" shadow-rs = "0.7.1"