diff --git a/Cargo.lock b/Cargo.lock index 0483d283..176e8541 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -955,9 +955,9 @@ dependencies = [ [[package]] name = "notify-rust" -version = "4.5.0" +version = "4.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "224fc7e85673ef81a74c42ddb35aef3f4326877ac63a08273b398c9efeac6720" +checksum = "2e09fce166f9fd7a40a19c4d00d17e3ae4404c73eda8b3e4eaffcbf2dcad69b8" dependencies = [ "mac-notification-sys", "serde", diff --git a/Cargo.toml b/Cargo.toml index df5d14df..4a3b7ec9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,7 +63,7 @@ quick-xml = "0.22.0" rand = "0.8.3" serde = { version = "1.0.126", features = ["derive"] } indexmap = { version ="1.6.2", features = ["serde"] } -notify-rust = { version = "4.5.0", optional = true } +notify-rust = { version = "4.5.1", optional = true } semver = "0.11.0" which = "4.1.0" shadow-rs = "0.5.25"