diff options
| author | Matthias Richter <matthias.ri97@gmail.com> | 2023-11-15 23:17:40 +0100 |
|---|---|---|
| committer | Matthias Richter <matthias.ri97@gmail.com> | 2023-11-17 00:56:02 +0100 |
| commit | adf7d1b975a10e923aec29c117e6a3028e5a3895 (patch) | |
| tree | a1d3f0334d7aa4585af512472229abb0ece5f9bb /Cargo.toml | |
| parent | 70f472484f0e43566d146e3184c39dc650f27a74 (diff) | |
chore(watch): update notify dependency to v6
closes #1640
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"] } |
