Skip to content

Commit

Permalink
fix(deps): update rust crate notify to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 4, 2024
1 parent db68fe8 commit 558a11b
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 = "7" , features = ["serde"] }
notify-debouncer-mini = { version = "0.4" , features = ["serde"] }

0 comments on commit 558a11b

Please sign in to comment.