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]]
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",

View File

@ -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"