Upgrade notify dependency to 6.0

This commit is contained in:
Nick Mathewson 2023-05-22 07:54:10 -04:00
parent a179d10ad4
commit 9848155f59
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2170,9 +2170,9 @@ dependencies = [
[[package]] [[package]]
name = "notify" name = "notify"
version = "5.2.0" version = "6.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "729f63e1ca555a43fe3efa4f3efdf4801c479da85b432242a7b726f353c88486" checksum = "4d9ba6c734de18ca27c8cef5cd7058aa4ac9f63596131e4c7e41e579319032a2"
dependencies = [ dependencies = [
"bitflags 1.3.2", "bitflags 1.3.2",
"filetime", "filetime",

View File

@ -89,7 +89,7 @@ fs-mistrust = { path = "../fs-mistrust", version = "0.7.0" }
futures = "0.3.14" futures = "0.3.14"
itertools = "0.10.1" itertools = "0.10.1"
libc = "0.2" 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 } once_cell = { version = "1", optional = true }
paste = "1" paste = "1"
rlimit = "0.9.0" rlimit = "0.9.0"