Skip to content

Commit 5b5e20a

Browse files
build(deps): update rust crate notify-rust to 4.9.0
1 parent 9388eb8 commit 5b5e20a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ indexmap = { version = "1.9.3", features = ["serde"] }
5555
log = { version = "0.4.20", features = ["std"] }
5656
# notify-rust is optional (on by default) because the crate doesn't currently build for darwin with nix
5757
# see: https://github.com/NixOS/nixpkgs/issues/160876
58-
notify-rust = { version = "4.8.0", optional = true }
58+
notify-rust = { version = "4.9.0", optional = true }
5959
nu-ansi-term = "0.49.0"
6060
once_cell = "1.18.0"
6161
open = "5.0.0"

0 commit comments

Comments
 (0)