Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/vfs-notify/Cargo.toml')
-rw-r--r--crates/vfs-notify/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/vfs-notify/Cargo.toml b/crates/vfs-notify/Cargo.toml
index 10addab1e4..a13a85f92f 100644
--- a/crates/vfs-notify/Cargo.toml
+++ b/crates/vfs-notify/Cargo.toml
@@ -10,10 +10,10 @@ rust-version = "1.57"
doctest = false
[dependencies]
-tracing = "0.1"
-jod-thread = "0.1.0"
-walkdir = "2.3.1"
-crossbeam-channel = "0.5.0"
+tracing = "0.1.32"
+jod-thread = "0.1.2"
+walkdir = "2.3.2"
+crossbeam-channel = "0.5.4"
notify = "=5.0.0-pre.14"
vfs = { path = "../vfs", version = "0.0.0" }