build(deps): update rust crate notify-rust to 4.11.6 (#6658)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-03-29 02:51:05 +00:00
committed by GitHub
parent 5a64648bdc
commit ae0f890184
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -2160,9 +2160,9 @@ dependencies = [
[[package]]
name = "notify-rust"
version = "4.11.5"
version = "4.11.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fa3b9f2364a09bd359aa0206702882e208437450866a374d5372d64aece4029"
checksum = "4012c5a725bfa4cfd09c2f3abf29fb0b03a528d02787744e485c8014cdf6f1c0"
dependencies = [
"futures-lite",
"log",
+1 -1
View File
@@ -56,7 +56,7 @@ jsonc-parser = { version = "0.26.2", features = ["serde"] }
log = { version = "0.4.27", 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.5", optional = true }
notify-rust = { version = "4.11.6", optional = true }
nu-ansi-term = "0.50.1"
open = "5.3.2"
# update os module config and tests when upgrading os_info