diff --git a/Cargo.lock b/Cargo.lock index fdd7ca2e5..e94951dbf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1837,9 +1837,9 @@ checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" [[package]] name = "notify-rust" -version = "4.7.0" +version = "4.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ce656bb6d22a93ae276a23de52d1aec5ba4db3ece3c0eb79dfd5add7384db6a" +checksum = "260208751689b605138bb55ab6af43ad75f628619a7e0b818d63bf6629e59467" dependencies = [ "mac-notification-sys", "serde", diff --git a/Cargo.toml b/Cargo.toml index 3a4ca9913..35388d7e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ indexmap = { version = "1.9.2", features = ["serde"] } log = { version = "0.4.17", features = ["std"] } # nofity-rust is optional (on by default) because the crate doesn't currently build for darwin with nix # see: https://github.com/NixOS/nixpkgs/issues/160876 -notify-rust = { version = "4.7.0", optional = true } +notify-rust = { version = "4.7.1", optional = true } nu-ansi-term = "0.46.0" once_cell = "1.17.1" open = "3.2.0"