Skip to content

Commit 0ad5378

Browse files
chore(deps): update rust crate notify to v8 (v2) (#2300)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: FabianLars <[email protected]>
1 parent e2203b7 commit 0ad5378

File tree

2 files changed

+46
-56
lines changed

2 files changed

+46
-56
lines changed

Cargo.lock

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

plugins/fs/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ anyhow = "1"
3838
uuid = { version = "1", features = ["v4"] }
3939
glob = { workspace = true }
4040
# TODO: Remove `serialization-compat-6` in v3
41-
notify = { version = "7", optional = true, features = [
41+
notify = { version = "8", optional = true, features = [
4242
"serde",
4343
"serialization-compat-6",
4444
] }
45-
notify-debouncer-full = { version = "0.4", optional = true }
45+
notify-debouncer-full = { version = "0.5", optional = true }
4646
dunce = { workspace = true }
4747
percent-encoding = "2"
4848

0 commit comments

Comments
 (0)