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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/vfs-notify/Cargo.toml b/crates/vfs-notify/Cargo.toml index 2b8e3318a9..9ee4415dca 100644 --- a/crates/vfs-notify/Cargo.toml +++ b/crates/vfs-notify/Cargo.toml @@ -13,7 +13,7 @@ doctest = false tracing = "0.1.35" jod-thread = "0.1.2" walkdir = "2.3.2" -crossbeam-channel = "0.5.4" +crossbeam-channel = "0.5.5" notify = "=5.0.0-pre.15" vfs = { path = "../vfs", version = "0.0.0" } |