diff --git a/Cargo.lock b/Cargo.lock index f40d4d7e5..0dd4e83e7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2170,9 +2170,9 @@ dependencies = [ [[package]] name = "notify" -version = "5.2.0" +version = "6.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "729f63e1ca555a43fe3efa4f3efdf4801c479da85b432242a7b726f353c88486" +checksum = "4d9ba6c734de18ca27c8cef5cd7058aa4ac9f63596131e4c7e41e579319032a2" dependencies = [ "bitflags 1.3.2", "filetime", diff --git a/crates/arti/Cargo.toml b/crates/arti/Cargo.toml index 8541848ce..f87eb2845 100644 --- a/crates/arti/Cargo.toml +++ b/crates/arti/Cargo.toml @@ -89,7 +89,7 @@ fs-mistrust = { path = "../fs-mistrust", version = "0.7.0" } futures = "0.3.14" itertools = "0.10.1" libc = "0.2" -notify = { version = "5.0", default-features = false, features = ["macos_kqueue"] } +notify = { version = "6.0", default-features = false, features = ["macos_kqueue"] } once_cell = { version = "1", optional = true } paste = "1" rlimit = "0.9.0"