update notify version to match code

This commit is contained in:
FabianLars
2023-11-23 22:05:01 +01:00
parent 7d1f3e7a08
commit bd0b015180
2 changed files with 10 additions and 8 deletions
+2 -2
View File
@@ -18,8 +18,8 @@ thiserror = { workspace = true }
anyhow = "1"
uuid = { version = "1", features = [ "v4" ] }
glob = "0.3"
notify = { version = "5", optional = true, features = [ "serde" ] }
notify-debouncer-mini = { version = "0.2.1", optional = true, features = [ "serde" ] }
notify = { version = "6", optional = true, features = [ "serde" ] }
notify-debouncer-mini = { version = "0.4", optional = true, features = [ "serde" ] }
[features]
watch = [ "notify", "notify-debouncer-mini" ]