diff --git a/Cargo.lock b/Cargo.lock index 2f73cf0a8..00cdc0aab 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 5fda4a2d6..797aca8ab 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"