Skip to content

Commit b6d6cb2

Browse files
committed
Update notify to 8.0.0
1 parent c809516 commit b6d6cb2

File tree

2 files changed

+35
-114
lines changed

2 files changed

+35
-114
lines changed

Cargo.lock

Lines changed: 33 additions & 112 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
@@ -40,8 +40,8 @@ toml = "0.5.11" # Do not update, see https://github.com/rust-lang/mdBook/issues/
4040
topological-sort = "0.2.2"
4141

4242
# Watch feature
43-
notify = { version = "6.1.1", optional = true }
44-
notify-debouncer-mini = { version = "0.4.1", optional = true }
43+
notify = { version = "8.0.0", optional = true }
44+
notify-debouncer-mini = { version = "0.6.0", optional = true }
4545
ignore = { version = "0.4.20", optional = true }
4646
pathdiff = { version = "0.2.1", optional = true }
4747
walkdir = { version = "2.3.3", optional = true }

0 commit comments

Comments
 (0)