Skip to content

Commit 8236c43

Browse files
authored
Merge pull request #2123 from ehuss/update-notify
Update notify to 6.0.1
2 parents 6df89fb + 804bbf6 commit 8236c43

File tree

2 files changed

+54
-30
lines changed

2 files changed

+54
-30
lines changed

Cargo.lock

Lines changed: 52 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ toml = "0.5.11"
3737
topological-sort = "0.2.2"
3838

3939
# Watch feature
40-
notify = { version = "5.1.0", optional = true }
41-
notify-debouncer-mini = { version = "0.2.1", optional = true }
40+
notify = { version = "6.0.1", optional = true }
41+
notify-debouncer-mini = { version = "0.3.0", optional = true }
4242
ignore = { version = "0.4.20", optional = true }
4343

4444
# Serve feature

0 commit comments

Comments
 (0)