Skip to content

Commit 366024c

Browse files
fix(deps): update rust crate notify-debouncer-mini to 0.7.0 (#113)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cbcbe1e commit 366024c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codegen-sdk-analyzer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ codegen-sdk-yaml = { workspace = true, optional = true}
2727
codegen-sdk-toml = { workspace = true, optional = true}
2828
codegen-sdk-macros = { path = "../codegen-sdk-macros"}
2929
dashmap = { workspace = true }
30-
notify-debouncer-mini = { version = "0.6.0", features = ["macos_fsevent", "crossbeam-channel"] }
30+
notify-debouncer-mini = { version = "0.7.0", features = ["macos_fsevent", "crossbeam-channel"] }
3131
anyhow = {workspace = true}
3232
env_logger = { workspace = true }
3333
log = { workspace = true }

0 commit comments

Comments
 (0)