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 a31654d263..ecd589c582 100644 --- a/crates/vfs-notify/Cargo.toml +++ b/crates/vfs-notify/Cargo.toml @@ -9,7 +9,7 @@ edition = "2018" doctest = false [dependencies] -log = "0.4.8" +tracing = "0.1" rustc-hash = "1.0" jod-thread = "0.1.0" walkdir = "2.3.1" |