build(deps): update rust crate notify-rust to 4.11.1

This commit is contained in:
renovate[bot]
2024-08-02 02:14:15 +00:00
committed by GitHub
parent 45e22925ec
commit 163edff564
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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"