From 8deba112ad91c95ff1d57f0404fda11398d72850 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 18:50:37 +0000 Subject: [PATCH] fix(deps): update rust crate notify to v8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5cc4cf4..79c4e4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ repository = "https://github.com/sharunkumar/janitor" directories = "5.0.1" glob = "0.3.1" lazy_static = "1.5.0" -notify = "7.0.0" +notify = "8.0.0" notify-debouncer-mini = "0.5.0" notify-rust = "4.11.3" serde = { version = "1.0.214", features = ["derive"] }