diff --git a/plugins/fs-watch/Cargo.toml b/plugins/fs-watch/Cargo.toml index b8f648a9..f939dd2b 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 = "5.0" , features = ["serde"] } +notify = { version = "5" , features = ["serde"] } notify-debouncer-mini = { version = "0.2.1" , features = ["serde"] }