From e3b21dc8ac0cfee6cac09e212a9c232096995e0d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 10:34:35 +0000 Subject: [PATCH] fix(deps): update rust crate notify to 5.1 --- 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 b8f648a9..090f2492 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.1" , features = ["serde"] } notify-debouncer-mini = { version = "0.2.1" , features = ["serde"] }