aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock10
1 files changed, 1 insertions, 9 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ccdcfbee3..c22cbca3a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1102,6 +1102,7 @@ dependencies = [
1102 "crossbeam-channel", 1102 "crossbeam-channel",
1103 "either", 1103 "either",
1104 "env_logger", 1104 "env_logger",
1105 "globset",
1105 "itertools", 1106 "itertools",
1106 "jod-thread", 1107 "jod-thread",
1107 "log", 1108 "log",
@@ -1120,7 +1121,6 @@ dependencies = [
1120 "ra_syntax", 1121 "ra_syntax",
1121 "ra_text_edit", 1122 "ra_text_edit",
1122 "ra_vfs", 1123 "ra_vfs",
1123 "ra_vfs_glob",
1124 "rand", 1124 "rand",
1125 "relative-path", 1125 "relative-path",
1126 "rustc-hash", 1126 "rustc-hash",
@@ -1228,14 +1228,6 @@ dependencies = [
1228] 1228]
1229 1229
1230[[package]] 1230[[package]]
1231name = "ra_vfs_glob"
1232version = "0.1.0"
1233dependencies = [
1234 "globset",
1235 "ra_vfs",
1236]
1237
1238[[package]]
1239name = "rand" 1231name = "rand"
1240version = "0.7.3" 1232version = "0.7.3"
1241source = "registry+https://github.com/rust-lang/crates.io-index" 1233source = "registry+https://github.com/rust-lang/crates.io-index"