summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Richter <matthias.ri97@gmail.com>2023-11-15 23:17:40 +0100
committerMatthias Richter <matthias.ri97@gmail.com>2023-11-17 00:56:02 +0100
commitadf7d1b975a10e923aec29c117e6a3028e5a3895 (patch)
treea1d3f0334d7aa4585af512472229abb0ece5f9bb /Cargo.toml
parent70f472484f0e43566d146e3184c39dc650f27a74 (diff)
chore(watch): update notify dependency to v6
closes #1640
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a055d4f..24bee7c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,7 +11,7 @@ edition = "2021"
[dependencies]
indicatif = "0.17.6"
console = "0.15"
-notify = "4.0"
+notify-debouncer-mini = "0.4.1"
toml = "0.7.6"
regex = "1.5"
serde = { version = "1.0", features = ["derive"] }