diff --git a/Cargo.lock b/Cargo.lock index cda32c8d..5329346c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1904,9 +1904,9 @@ dependencies = [ [[package]] name = "notify-rust" -version = "4.11.0" +version = "4.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5312f837191c317644f313f7b2b39f9cb1496570c74f7c17152dd3961219551f" +checksum = "26a1d03b6305ecefdd9c6c60150179bb8d9f0cd4e64bbcad1e41419e7bf5e414" dependencies = [ "log", "mac-notification-sys", diff --git a/Cargo.toml b/Cargo.toml index d5d57fec..cef654d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ indexmap = { version = "2.3.0", features = ["serde"] } log = { version = "0.4.22", features = ["std"] } # notify-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.11.0", optional = true } +notify-rust = { version = "4.11.1", optional = true } nu-ansi-term = "0.50.1" once_cell = "1.19.0" open = "5.3.0"