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 48b4d22de2..9b32ee17ab 100644 --- a/crates/vfs-notify/Cargo.toml +++ b/crates/vfs-notify/Cargo.toml @@ -13,7 +13,7 @@ rust-version.workspace = true [dependencies] tracing.workspace = true -walkdir = "2.3.2" +walkdir = "2.5.0" crossbeam-channel.workspace = true notify = "8.0.0" rayon = "1.10.0" |