Skip to content

Commit

Permalink
chore(deps): update rust crate notify to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 11, 2025
1 parent 7c6211f commit d083c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/fs-watch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ serde_json = { workspace = true }
tauri = { workspace = true }
log = { workspace = true }
thiserror = { workspace = true }
notify = { version = "6" , features = ["serde"] }
notify = { version = "8" , features = ["serde"] }
notify-debouncer-mini = { version = "0.4" , features = ["serde"] }

0 comments on commit d083c51

Please sign in to comment.