aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock3
1 files changed, 0 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 39bfcde41..8f087749f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1123,16 +1123,13 @@ name = "ra_vfs"
1123version = "0.1.0" 1123version = "0.1.0"
1124dependencies = [ 1124dependencies = [
1125 "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 1125 "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
1126 "drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
1127 "flexi_logger 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)", 1126 "flexi_logger 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)",
1128 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 1127 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
1129 "notify 4.0.9 (registry+https://github.com/rust-lang/crates.io-index)", 1128 "notify 4.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
1130 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", 1129 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
1131 "ra_arena 0.1.0",
1132 "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 1130 "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
1133 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 1131 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
1134 "tempfile 3.0.7 (registry+https://github.com/rust-lang/crates.io-index)", 1132 "tempfile 3.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
1135 "thread_worker 0.1.0",
1136 "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", 1133 "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
1137] 1134]
1138 1135