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

This commit is contained in:
renovate[bot]
2023-01-08 15:34:34 +00:00
parent 5012f7a4c2
commit 3c9e21ec2f
2 changed files with 27 additions and 47 deletions
+1 -1
View File
@@ -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.6.0", optional = true }
notify-rust = { version = "4.7.0", optional = true }
nu-ansi-term = "0.46.0"
once_cell = "1.17.0"
open = "3.2.0"