chore(deps): Update notify to v5 and notify-debouncer-mini to v0.3 (#365)

This commit is contained in:
Fabian-Lars
2023-05-17 11:12:54 +02:00
committed by GitHub
parent 600de2867b
commit 838ec9edcd
2 changed files with 53 additions and 29 deletions
+2 -2
View File
@@ -15,5 +15,5 @@ serde_json.workspace = true
tauri.workspace = true
log.workspace = true
thiserror.workspace = true
notify = { version = "5" , features = ["serde"] }
notify-debouncer-mini = { version = "0.2.1" , features = ["serde"] }
notify = { version = "6" , features = ["serde"] }
notify-debouncer-mini = { version = "0.3" , features = ["serde"] }