From d083c5195957ea116abdf0f3c1eb0e29e77492cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2025 06:43:03 +0000 Subject: [PATCH] chore(deps): update rust crate notify to v8 --- plugins/fs-watch/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/fs-watch/Cargo.toml b/plugins/fs-watch/Cargo.toml index 7c0822b487..edfe313811 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 = "8" , features = ["serde"] } notify-debouncer-mini = { version = "0.4" , features = ["serde"] }