aboutsummaryrefslogtreecommitdiff
path: root/crates/vfs-notify
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-10-13 16:13:55 +0100
committerGitHub <[email protected]>2020-10-13 16:13:55 +0100
commit0fb069c5b02072239891ce564feaa7d1890c6d6f (patch)
tree77b434bfdeac6204697e4a7e989317d2507a1840 /crates/vfs-notify
parent5091b5e9739a283329b475cab84a83117eb5814a (diff)
parentbaf84d4a935a4cc6a8259deb52ac7a177038fbe9 (diff)
Merge #6216
6216: Bump deps r=matklad a=lnicola Co-authored-by: LaurenČ›iu Nicola <[email protected]>
Diffstat (limited to 'crates/vfs-notify')
-rw-r--r--crates/vfs-notify/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/vfs-notify/Cargo.toml b/crates/vfs-notify/Cargo.toml
index 54b51faab..5b7c33b01 100644
--- a/crates/vfs-notify/Cargo.toml
+++ b/crates/vfs-notify/Cargo.toml
@@ -14,7 +14,7 @@ log = "0.4.8"
14rustc-hash = "1.0" 14rustc-hash = "1.0"
15jod-thread = "0.1.0" 15jod-thread = "0.1.0"
16walkdir = "2.3.1" 16walkdir = "2.3.1"
17crossbeam-channel = "0.4.0" 17crossbeam-channel = "0.5.0"
18notify = "5.0.0-pre.3" 18notify = "5.0.0-pre.3"
19 19
20vfs = { path = "../vfs", version = "0.0.0" } 20vfs = { path = "../vfs", version = "0.0.0" }