mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 01:04:03 +00:00
Bump notify
This commit is contained in:
parent
ffa8270f6a
commit
035cb443aa
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -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",
|
||||
|
@ -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" }
|
||||
|
Loading…
Reference in New Issue
Block a user