diff --git a/Cargo.lock b/Cargo.lock index d9bf573..b744126 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1009,9 +1009,9 @@ dependencies = [ [[package]] name = "notify-rust" -version = "4.5.9" +version = "4.5.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89981320931e5f40cf7cf42a75de9ea445d2c61acd3a819fd4cd22cd8a610998" +checksum = "368e89ea58df747ce88be669ae44e79783c1d30bfd540ad0fc520b3f41f0b3b0" dependencies = [ "mac-notification-sys", "serde", diff --git a/Cargo.toml b/Cargo.toml index c80c274..b808e6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ lazy_static = "1.4.0" libappindicator = "0.7.1" log = "0.4.17" nix = "0.25.0" -notify-rust = "4.5.8" +notify-rust = "4.5.10" serde = {version = "1.0.137", features = ["derive"]} serde_yaml = "0.9.13" simplelog = "0.12.0"