diff --git a/plugins/fs-watch/Cargo.toml b/plugins/fs-watch/Cargo.toml index 7c0822b487..7257d758c3 100644 --- a/plugins/fs-watch/Cargo.toml +++ b/plugins/fs-watch/Cargo.toml @@ -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"] }