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

This commit is contained in:
renovate[bot]
2026-05-09 01:34:05 +00:00
committed by GitHub
parent ed582dd038
commit e5a1f9c33d
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -2375,9 +2375,9 @@ checksum = "9737e026353e5cd0736f98eddae28665118eb6f6600902a7f50db585621fecb6"
[[package]]
name = "notify-rust"
version = "4.16.1"
version = "4.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3bdaf6120b9df005d37e58f6b75329be6255450453fbeba9ce4192324f921fb9"
checksum = "50ff2e74231b72c832d82982193b417f230945be6bdb5575b251d941d31adb00"
dependencies = [
"futures-lite",
"log",
+1 -1
View File
@@ -48,7 +48,7 @@ jsonc-parser = { version = "0.32.3", features = ["serde"] }
log = { version = "0.4.29", 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.16.1", optional = true }
notify-rust = { version = "4.17.0", optional = true }
nu-ansi-term = "0.50.3"
open = "5.3.4"
# update os module config and tests when upgrading os_info