Bump notify

This commit is contained in:
Laurențiu Nicola 2021-10-01 18:57:04 +03:00
parent ffa8270f6a
commit 035cb443aa
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -971,9 +971,9 @@ dependencies = [
[[package]]
name = "notify"
version = "5.0.0-pre.12"
version = "5.0.0-pre.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20a629259bb2c87a884bb76f6086c8637919de6d074754341c12e5dd3aed6326"
checksum = "245d358380e2352c2d020e8ee62baac09b3420f1f6c012a31326cfced4ad487d"
dependencies = [
"bitflags",
"crossbeam-channel",

View file

@ -13,7 +13,7 @@ tracing = "0.1"
jod-thread = "0.1.0"
walkdir = "2.3.1"
crossbeam-channel = "0.5.0"
notify = "=5.0.0-pre.12"
notify = "=5.0.0-pre.13"
vfs = { path = "../vfs", version = "0.0.0" }
paths = { path = "../paths", version = "0.0.0" }