aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock361
1 files changed, 158 insertions, 203 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2557b5e59..e724c1a76 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -10,7 +10,12 @@ dependencies = [
10 10
11[[package]] 11[[package]]
12name = "anyhow" 12name = "anyhow"
13version = "1.0.24" 13version = "1.0.25"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15
16[[package]]
17name = "anymap"
18version = "0.12.1"
14source = "registry+https://github.com/rust-lang/crates.io-index" 19source = "registry+https://github.com/rust-lang/crates.io-index"
15 20
16[[package]] 21[[package]]
@@ -23,7 +28,7 @@ name = "atty"
23version = "0.2.13" 28version = "0.2.13"
24source = "registry+https://github.com/rust-lang/crates.io-index" 29source = "registry+https://github.com/rust-lang/crates.io-index"
25dependencies = [ 30dependencies = [
26 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", 31 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
27 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 32 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
28] 33]
29 34
@@ -39,7 +44,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
39dependencies = [ 44dependencies = [
40 "backtrace-sys 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)", 45 "backtrace-sys 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
41 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", 46 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
42 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", 47 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
43 "rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", 48 "rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
44] 49]
45 50
@@ -48,8 +53,8 @@ name = "backtrace-sys"
48version = "0.1.32" 53version = "0.1.32"
49source = "registry+https://github.com/rust-lang/crates.io-index" 54source = "registry+https://github.com/rust-lang/crates.io-index"
50dependencies = [ 55dependencies = [
51 "cc 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", 56 "cc 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)",
52 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", 57 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
53] 58]
54 59
55[[package]] 60[[package]]
@@ -101,18 +106,18 @@ dependencies = [
101 106
102[[package]] 107[[package]]
103name = "cargo_metadata" 108name = "cargo_metadata"
104version = "0.9.0" 109version = "0.9.1"
105source = "registry+https://github.com/rust-lang/crates.io-index" 110source = "registry+https://github.com/rust-lang/crates.io-index"
106dependencies = [ 111dependencies = [
107 "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", 112 "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
108 "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", 113 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
109 "serde_derive 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", 114 "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
110 "serde_json 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", 115 "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
111] 116]
112 117
113[[package]] 118[[package]]
114name = "cc" 119name = "cc"
115version = "1.0.47" 120version = "1.0.48"
116source = "registry+https://github.com/rust-lang/crates.io-index" 121source = "registry+https://github.com/rust-lang/crates.io-index"
117 122
118[[package]] 123[[package]]
@@ -123,38 +128,37 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
123[[package]] 128[[package]]
124name = "chalk-derive" 129name = "chalk-derive"
125version = "0.1.0" 130version = "0.1.0"
126source = "git+https://github.com/jackh726/chalk.git?rev=095cd38a4f16337913bba487f2055b9ca0179f30#095cd38a4f16337913bba487f2055b9ca0179f30" 131source = "git+https://github.com/rust-lang/chalk.git?rev=ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5#ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5"
127dependencies = [ 132dependencies = [
128 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", 133 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
129 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", 134 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
130 "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", 135 "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
131] 136]
132 137
133[[package]] 138[[package]]
134name = "chalk-engine" 139name = "chalk-engine"
135version = "0.9.0" 140version = "0.9.0"
136source = "git+https://github.com/jackh726/chalk.git?rev=095cd38a4f16337913bba487f2055b9ca0179f30#095cd38a4f16337913bba487f2055b9ca0179f30" 141source = "git+https://github.com/rust-lang/chalk.git?rev=ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5#ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5"
137dependencies = [ 142dependencies = [
138 "chalk-macros 0.1.1 (git+https://github.com/jackh726/chalk.git?rev=095cd38a4f16337913bba487f2055b9ca0179f30)", 143 "chalk-macros 0.1.1 (git+https://github.com/rust-lang/chalk.git?rev=ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5)",
139 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 144 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
140 "stacker 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
141] 145]
142 146
143[[package]] 147[[package]]
144name = "chalk-ir" 148name = "chalk-ir"
145version = "0.1.0" 149version = "0.1.0"
146source = "git+https://github.com/jackh726/chalk.git?rev=095cd38a4f16337913bba487f2055b9ca0179f30#095cd38a4f16337913bba487f2055b9ca0179f30" 150source = "git+https://github.com/rust-lang/chalk.git?rev=ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5#ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5"
147dependencies = [ 151dependencies = [
148 "chalk-derive 0.1.0 (git+https://github.com/jackh726/chalk.git?rev=095cd38a4f16337913bba487f2055b9ca0179f30)", 152 "chalk-derive 0.1.0 (git+https://github.com/rust-lang/chalk.git?rev=ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5)",
149 "chalk-engine 0.9.0 (git+https://github.com/jackh726/chalk.git?rev=095cd38a4f16337913bba487f2055b9ca0179f30)", 153 "chalk-engine 0.9.0 (git+https://github.com/rust-lang/chalk.git?rev=ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5)",
150 "chalk-macros 0.1.1 (git+https://github.com/jackh726/chalk.git?rev=095cd38a4f16337913bba487f2055b9ca0179f30)", 154 "chalk-macros 0.1.1 (git+https://github.com/rust-lang/chalk.git?rev=ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5)",
151 "lalrpop-intern 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)", 155 "lalrpop-intern 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)",
152] 156]
153 157
154[[package]] 158[[package]]
155name = "chalk-macros" 159name = "chalk-macros"
156version = "0.1.1" 160version = "0.1.1"
157source = "git+https://github.com/jackh726/chalk.git?rev=095cd38a4f16337913bba487f2055b9ca0179f30#095cd38a4f16337913bba487f2055b9ca0179f30" 161source = "git+https://github.com/rust-lang/chalk.git?rev=ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5#ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5"
158dependencies = [ 162dependencies = [
159 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 163 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
160] 164]
@@ -162,24 +166,24 @@ dependencies = [
162[[package]] 166[[package]]
163name = "chalk-rust-ir" 167name = "chalk-rust-ir"
164version = "0.1.0" 168version = "0.1.0"
165source = "git+https://github.com/jackh726/chalk.git?rev=095cd38a4f16337913bba487f2055b9ca0179f30#095cd38a4f16337913bba487f2055b9ca0179f30" 169source = "git+https://github.com/rust-lang/chalk.git?rev=ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5#ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5"
166dependencies = [ 170dependencies = [
167 "chalk-derive 0.1.0 (git+https://github.com/jackh726/chalk.git?rev=095cd38a4f16337913bba487f2055b9ca0179f30)", 171 "chalk-derive 0.1.0 (git+https://github.com/rust-lang/chalk.git?rev=ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5)",
168 "chalk-engine 0.9.0 (git+https://github.com/jackh726/chalk.git?rev=095cd38a4f16337913bba487f2055b9ca0179f30)", 172 "chalk-engine 0.9.0 (git+https://github.com/rust-lang/chalk.git?rev=ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5)",
169 "chalk-ir 0.1.0 (git+https://github.com/jackh726/chalk.git?rev=095cd38a4f16337913bba487f2055b9ca0179f30)", 173 "chalk-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git?rev=ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5)",
170 "chalk-macros 0.1.1 (git+https://github.com/jackh726/chalk.git?rev=095cd38a4f16337913bba487f2055b9ca0179f30)", 174 "chalk-macros 0.1.1 (git+https://github.com/rust-lang/chalk.git?rev=ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5)",
171] 175]
172 176
173[[package]] 177[[package]]
174name = "chalk-solve" 178name = "chalk-solve"
175version = "0.1.0" 179version = "0.1.0"
176source = "git+https://github.com/jackh726/chalk.git?rev=095cd38a4f16337913bba487f2055b9ca0179f30#095cd38a4f16337913bba487f2055b9ca0179f30" 180source = "git+https://github.com/rust-lang/chalk.git?rev=ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5#ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5"
177dependencies = [ 181dependencies = [
178 "chalk-derive 0.1.0 (git+https://github.com/jackh726/chalk.git?rev=095cd38a4f16337913bba487f2055b9ca0179f30)", 182 "chalk-derive 0.1.0 (git+https://github.com/rust-lang/chalk.git?rev=ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5)",
179 "chalk-engine 0.9.0 (git+https://github.com/jackh726/chalk.git?rev=095cd38a4f16337913bba487f2055b9ca0179f30)", 183 "chalk-engine 0.9.0 (git+https://github.com/rust-lang/chalk.git?rev=ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5)",
180 "chalk-ir 0.1.0 (git+https://github.com/jackh726/chalk.git?rev=095cd38a4f16337913bba487f2055b9ca0179f30)", 184 "chalk-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git?rev=ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5)",
181 "chalk-macros 0.1.1 (git+https://github.com/jackh726/chalk.git?rev=095cd38a4f16337913bba487f2055b9ca0179f30)", 185 "chalk-macros 0.1.1 (git+https://github.com/rust-lang/chalk.git?rev=ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5)",
182 "chalk-rust-ir 0.1.0 (git+https://github.com/jackh726/chalk.git?rev=095cd38a4f16337913bba487f2055b9ca0179f30)", 186 "chalk-rust-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git?rev=ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5)",
183 "ena 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", 187 "ena 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
184 "itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", 188 "itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
185 "petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)", 189 "petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -187,23 +191,13 @@ dependencies = [
187] 191]
188 192
189[[package]] 193[[package]]
190name = "chrono"
191version = "0.4.10"
192source = "registry+https://github.com/rust-lang/crates.io-index"
193dependencies = [
194 "num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
195 "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
196 "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
197]
198
199[[package]]
200name = "clicolors-control" 194name = "clicolors-control"
201version = "1.0.1" 195version = "1.0.1"
202source = "registry+https://github.com/rust-lang/crates.io-index" 196source = "registry+https://github.com/rust-lang/crates.io-index"
203dependencies = [ 197dependencies = [
204 "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", 198 "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
205 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 199 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
206 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", 200 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
207 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 201 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
208] 202]
209 203
@@ -223,7 +217,7 @@ dependencies = [
223 "clicolors-control 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 217 "clicolors-control 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
224 "encode_unicode 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", 218 "encode_unicode 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
225 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 219 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
226 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", 220 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
227 "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 221 "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
228 "termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 222 "termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
229 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 223 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -324,12 +318,21 @@ version = "0.3.6"
324source = "registry+https://github.com/rust-lang/crates.io-index" 318source = "registry+https://github.com/rust-lang/crates.io-index"
325 319
326[[package]] 320[[package]]
321name = "env_logger"
322version = "0.7.1"
323source = "registry+https://github.com/rust-lang/crates.io-index"
324dependencies = [
325 "humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
326 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
327]
328
329[[package]]
327name = "filetime" 330name = "filetime"
328version = "0.2.8" 331version = "0.2.8"
329source = "registry+https://github.com/rust-lang/crates.io-index" 332source = "registry+https://github.com/rust-lang/crates.io-index"
330dependencies = [ 333dependencies = [
331 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", 334 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
332 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", 335 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
333 "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", 336 "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
334 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 337 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
335] 338]
@@ -340,18 +343,6 @@ version = "0.1.9"
340source = "registry+https://github.com/rust-lang/crates.io-index" 343source = "registry+https://github.com/rust-lang/crates.io-index"
341 344
342[[package]] 345[[package]]
343name = "flexi_logger"
344version = "0.14.5"
345source = "registry+https://github.com/rust-lang/crates.io-index"
346dependencies = [
347 "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
348 "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
349 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
350 "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
351 "yansi 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
352]
353
354[[package]]
355name = "fnv" 346name = "fnv"
356version = "1.0.6" 347version = "1.0.6"
357source = "registry+https://github.com/rust-lang/crates.io-index" 348source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -380,7 +371,7 @@ name = "fsevent-sys"
380version = "2.0.1" 371version = "2.0.1"
381source = "registry+https://github.com/rust-lang/crates.io-index" 372source = "registry+https://github.com/rust-lang/crates.io-index"
382dependencies = [ 373dependencies = [
383 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", 374 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
384] 375]
385 376
386[[package]] 377[[package]]
@@ -416,16 +407,11 @@ version = "0.1.13"
416source = "registry+https://github.com/rust-lang/crates.io-index" 407source = "registry+https://github.com/rust-lang/crates.io-index"
417dependencies = [ 408dependencies = [
418 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", 409 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
419 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", 410 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
420 "wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", 411 "wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
421] 412]
422 413
423[[package]] 414[[package]]
424name = "glob"
425version = "0.3.0"
426source = "registry+https://github.com/rust-lang/crates.io-index"
427
428[[package]]
429name = "globset" 415name = "globset"
430version = "0.4.4" 416version = "0.4.4"
431source = "registry+https://github.com/rust-lang/crates.io-index" 417source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -447,10 +433,18 @@ dependencies = [
447 433
448[[package]] 434[[package]]
449name = "hermit-abi" 435name = "hermit-abi"
450version = "0.1.3" 436version = "0.1.5"
451source = "registry+https://github.com/rust-lang/crates.io-index" 437source = "registry+https://github.com/rust-lang/crates.io-index"
452dependencies = [ 438dependencies = [
453 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", 439 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
440]
441
442[[package]]
443name = "humantime"
444version = "1.3.0"
445source = "registry+https://github.com/rust-lang/crates.io-index"
446dependencies = [
447 "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
454] 448]
455 449
456[[package]] 450[[package]]
@@ -478,7 +472,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
478dependencies = [ 472dependencies = [
479 "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 473 "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
480 "inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", 474 "inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
481 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", 475 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
482] 476]
483 477
484[[package]] 478[[package]]
@@ -486,7 +480,7 @@ name = "inotify-sys"
486version = "0.1.3" 480version = "0.1.3"
487source = "registry+https://github.com/rust-lang/crates.io-index" 481source = "registry+https://github.com/rust-lang/crates.io-index"
488dependencies = [ 482dependencies = [
489 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", 483 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
490] 484]
491 485
492[[package]] 486[[package]]
@@ -497,8 +491,8 @@ dependencies = [
497 "console 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", 491 "console 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
498 "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", 492 "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
499 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 493 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
500 "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", 494 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
501 "serde_json 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", 495 "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
502 "serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)", 496 "serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)",
503 "uuid 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", 497 "uuid 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
504] 498]
@@ -508,7 +502,7 @@ name = "iovec"
508version = "0.1.4" 502version = "0.1.4"
509source = "registry+https://github.com/rust-lang/crates.io-index" 503source = "registry+https://github.com/rust-lang/crates.io-index"
510dependencies = [ 504dependencies = [
511 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", 505 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
512] 506]
513 507
514[[package]] 508[[package]]
@@ -530,7 +524,7 @@ version = "0.3.3"
530source = "registry+https://github.com/rust-lang/crates.io-index" 524source = "registry+https://github.com/rust-lang/crates.io-index"
531dependencies = [ 525dependencies = [
532 "jemalloc-sys 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", 526 "jemalloc-sys 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
533 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", 527 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
534 "paste 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", 528 "paste 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
535] 529]
536 530
@@ -539,9 +533,9 @@ name = "jemalloc-sys"
539version = "0.3.2" 533version = "0.3.2"
540source = "registry+https://github.com/rust-lang/crates.io-index" 534source = "registry+https://github.com/rust-lang/crates.io-index"
541dependencies = [ 535dependencies = [
542 "cc 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", 536 "cc 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)",
543 "fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 537 "fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
544 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", 538 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
545] 539]
546 540
547[[package]] 541[[package]]
@@ -550,7 +544,7 @@ version = "0.3.2"
550source = "registry+https://github.com/rust-lang/crates.io-index" 544source = "registry+https://github.com/rust-lang/crates.io-index"
551dependencies = [ 545dependencies = [
552 "jemalloc-sys 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", 546 "jemalloc-sys 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
553 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", 547 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
554] 548]
555 549
556[[package]] 550[[package]]
@@ -589,7 +583,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
589 583
590[[package]] 584[[package]]
591name = "libc" 585name = "libc"
592version = "0.2.65" 586version = "0.2.66"
593source = "registry+https://github.com/rust-lang/crates.io-index" 587source = "registry+https://github.com/rust-lang/crates.io-index"
594 588
595[[package]] 589[[package]]
@@ -620,18 +614,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
620dependencies = [ 614dependencies = [
621 "crossbeam-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 615 "crossbeam-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
622 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 616 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
623 "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", 617 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
624 "serde_json 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", 618 "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
625] 619]
626 620
627[[package]] 621[[package]]
628name = "lsp-types" 622name = "lsp-types"
629version = "0.61.0" 623version = "0.66.0"
630source = "registry+https://github.com/rust-lang/crates.io-index" 624source = "registry+https://github.com/rust-lang/crates.io-index"
631dependencies = [ 625dependencies = [
632 "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 626 "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
633 "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", 627 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
634 "serde_json 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", 628 "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
635 "serde_repr 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", 629 "serde_repr 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
636 "url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 630 "url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
637] 631]
@@ -664,7 +658,7 @@ dependencies = [
664 "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", 658 "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
665 "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", 659 "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
666 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", 660 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
667 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", 661 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
668 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 662 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
669 "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 663 "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
670 "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", 664 "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -674,7 +668,7 @@ dependencies = [
674 668
675[[package]] 669[[package]]
676name = "mio-extras" 670name = "mio-extras"
677version = "2.0.5" 671version = "2.0.6"
678source = "registry+https://github.com/rust-lang/crates.io-index" 672source = "registry+https://github.com/rust-lang/crates.io-index"
679dependencies = [ 673dependencies = [
680 "lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 674 "lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -700,7 +694,7 @@ version = "0.2.33"
700source = "registry+https://github.com/rust-lang/crates.io-index" 694source = "registry+https://github.com/rust-lang/crates.io-index"
701dependencies = [ 695dependencies = [
702 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", 696 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
703 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", 697 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
704 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 698 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
705] 699]
706 700
@@ -715,23 +709,14 @@ dependencies = [
715 "fsevent-sys 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 709 "fsevent-sys 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
716 "inotify 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", 710 "inotify 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
717 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", 711 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
718 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", 712 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
719 "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)", 713 "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)",
720 "mio-extras 2.0.5 (registry+https://github.com/rust-lang/crates.io-index)", 714 "mio-extras 2.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
721 "walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)", 715 "walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
722 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 716 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
723] 717]
724 718
725[[package]] 719[[package]]
726name = "num-integer"
727version = "0.1.41"
728source = "registry+https://github.com/rust-lang/crates.io-index"
729dependencies = [
730 "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
731 "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
732]
733
734[[package]]
735name = "num-traits" 720name = "num-traits"
736version = "0.2.10" 721version = "0.2.10"
737source = "registry+https://github.com/rust-lang/crates.io-index" 722source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -744,8 +729,8 @@ name = "num_cpus"
744version = "1.11.1" 729version = "1.11.1"
745source = "registry+https://github.com/rust-lang/crates.io-index" 730source = "registry+https://github.com/rust-lang/crates.io-index"
746dependencies = [ 731dependencies = [
747 "hermit-abi 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", 732 "hermit-abi 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
748 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", 733 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
749] 734]
750 735
751[[package]] 736[[package]]
@@ -774,9 +759,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
774dependencies = [ 759dependencies = [
775 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", 760 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
776 "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", 761 "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
777 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", 762 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
778 "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", 763 "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
779 "smallvec 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", 764 "smallvec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
780 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 765 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
781] 766]
782 767
@@ -797,7 +782,7 @@ dependencies = [
797 "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)", 782 "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)",
798 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", 783 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
799 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", 784 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
800 "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", 785 "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
801] 786]
802 787
803[[package]] 788[[package]]
@@ -831,7 +816,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
831dependencies = [ 816dependencies = [
832 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", 817 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
833 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", 818 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
834 "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", 819 "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
835] 820]
836 821
837[[package]] 822[[package]]
@@ -860,14 +845,6 @@ dependencies = [
860] 845]
861 846
862[[package]] 847[[package]]
863name = "psm"
864version = "0.1.6"
865source = "registry+https://github.com/rust-lang/crates.io-index"
866dependencies = [
867 "cc 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)",
868]
869
870[[package]]
871name = "quick-error" 848name = "quick-error"
872version = "1.2.2" 849version = "1.2.2"
873source = "registry+https://github.com/rust-lang/crates.io-index" 850source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -928,11 +905,13 @@ dependencies = [
928name = "ra_cli" 905name = "ra_cli"
929version = "0.1.0" 906version = "0.1.0"
930dependencies = [ 907dependencies = [
931 "flexi_logger 0.14.5 (registry+https://github.com/rust-lang/crates.io-index)", 908 "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
932 "pico-args 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", 909 "pico-args 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
933 "ra_batch 0.1.0", 910 "ra_batch 0.1.0",
934 "ra_db 0.1.0", 911 "ra_db 0.1.0",
935 "ra_hir 0.1.0", 912 "ra_hir 0.1.0",
913 "ra_hir_def 0.1.0",
914 "ra_hir_ty 0.1.0",
936 "ra_ide 0.1.0", 915 "ra_ide 0.1.0",
937 "ra_prof 0.1.0", 916 "ra_prof 0.1.0",
938 "ra_syntax 0.1.0", 917 "ra_syntax 0.1.0",
@@ -963,11 +942,13 @@ dependencies = [
963name = "ra_hir" 942name = "ra_hir"
964version = "0.1.0" 943version = "0.1.0"
965dependencies = [ 944dependencies = [
945 "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
966 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 946 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
967 "ra_db 0.1.0", 947 "ra_db 0.1.0",
968 "ra_hir_def 0.1.0", 948 "ra_hir_def 0.1.0",
969 "ra_hir_expand 0.1.0", 949 "ra_hir_expand 0.1.0",
970 "ra_hir_ty 0.1.0", 950 "ra_hir_ty 0.1.0",
951 "ra_prof 0.1.0",
971 "ra_syntax 0.1.0", 952 "ra_syntax 0.1.0",
972 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 953 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
973] 954]
@@ -976,6 +957,9 @@ dependencies = [
976name = "ra_hir_def" 957name = "ra_hir_def"
977version = "0.1.0" 958version = "0.1.0"
978dependencies = [ 959dependencies = [
960 "anymap 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
961 "drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
962 "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
979 "insta 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", 963 "insta 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
980 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 964 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
981 "once_cell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", 965 "once_cell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -995,6 +979,7 @@ dependencies = [
995name = "ra_hir_expand" 979name = "ra_hir_expand"
996version = "0.1.0" 980version = "0.1.0"
997dependencies = [ 981dependencies = [
982 "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
998 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 983 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
999 "ra_arena 0.1.0", 984 "ra_arena 0.1.0",
1000 "ra_db 0.1.0", 985 "ra_db 0.1.0",
@@ -1010,9 +995,9 @@ name = "ra_hir_ty"
1010version = "0.1.0" 995version = "0.1.0"
1011dependencies = [ 996dependencies = [
1012 "arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", 997 "arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
1013 "chalk-ir 0.1.0 (git+https://github.com/jackh726/chalk.git?rev=095cd38a4f16337913bba487f2055b9ca0179f30)", 998 "chalk-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git?rev=ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5)",
1014 "chalk-rust-ir 0.1.0 (git+https://github.com/jackh726/chalk.git?rev=095cd38a4f16337913bba487f2055b9ca0179f30)", 999 "chalk-rust-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git?rev=ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5)",
1015 "chalk-solve 0.1.0 (git+https://github.com/jackh726/chalk.git?rev=095cd38a4f16337913bba487f2055b9ca0179f30)", 1000 "chalk-solve 0.1.0 (git+https://github.com/rust-lang/chalk.git?rev=ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5)",
1016 "ena 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", 1001 "ena 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
1017 "insta 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", 1002 "insta 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
1018 "lalrpop-intern 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)", 1003 "lalrpop-intern 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1031,6 +1016,7 @@ dependencies = [
1031name = "ra_ide" 1016name = "ra_ide"
1032version = "0.1.0" 1017version = "0.1.0"
1033dependencies = [ 1018dependencies = [
1019 "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
1034 "format-buf 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", 1020 "format-buf 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1035 "fst 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", 1021 "fst 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
1036 "insta 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", 1022 "insta 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1060,11 +1046,11 @@ name = "ra_lsp_server"
1060version = "0.1.0" 1046version = "0.1.0"
1061dependencies = [ 1047dependencies = [
1062 "crossbeam-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 1048 "crossbeam-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
1063 "flexi_logger 0.14.5 (registry+https://github.com/rust-lang/crates.io-index)", 1049 "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
1064 "jod-thread 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 1050 "jod-thread 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1065 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 1051 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
1066 "lsp-server 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", 1052 "lsp-server 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
1067 "lsp-types 0.61.0 (registry+https://github.com/rust-lang/crates.io-index)", 1053 "lsp-types 0.66.0 (registry+https://github.com/rust-lang/crates.io-index)",
1068 "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", 1054 "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
1069 "ra_ide 0.1.0", 1055 "ra_ide 0.1.0",
1070 "ra_prof 0.1.0", 1056 "ra_prof 0.1.0",
@@ -1075,8 +1061,8 @@ dependencies = [
1075 "ra_vfs_glob 0.1.0", 1061 "ra_vfs_glob 0.1.0",
1076 "relative-path 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", 1062 "relative-path 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1077 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 1063 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
1078 "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", 1064 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
1079 "serde_json 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", 1065 "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
1080 "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 1066 "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1081 "test_utils 0.1.0", 1067 "test_utils 0.1.0",
1082 "threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", 1068 "threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1091,7 +1077,7 @@ dependencies = [
1091 "ra_syntax 0.1.0", 1077 "ra_syntax 0.1.0",
1092 "ra_tt 0.1.0", 1078 "ra_tt 0.1.0",
1093 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 1079 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
1094 "smallvec 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", 1080 "smallvec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1095 "test_utils 0.1.0", 1081 "test_utils 0.1.0",
1096] 1082]
1097 1083
@@ -1117,14 +1103,14 @@ dependencies = [
1117name = "ra_project_model" 1103name = "ra_project_model"
1118version = "0.1.0" 1104version = "0.1.0"
1119dependencies = [ 1105dependencies = [
1120 "cargo_metadata 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", 1106 "cargo_metadata 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
1121 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 1107 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
1122 "ra_arena 0.1.0", 1108 "ra_arena 0.1.0",
1123 "ra_cfg 0.1.0", 1109 "ra_cfg 0.1.0",
1124 "ra_db 0.1.0", 1110 "ra_db 0.1.0",
1125 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 1111 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
1126 "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", 1112 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
1127 "serde_json 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", 1113 "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
1128] 1114]
1129 1115
1130[[package]] 1116[[package]]
@@ -1136,9 +1122,10 @@ dependencies = [
1136 "once_cell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", 1122 "once_cell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
1137 "ra_parser 0.1.0", 1123 "ra_parser 0.1.0",
1138 "ra_text_edit 0.1.0", 1124 "ra_text_edit 0.1.0",
1139 "rowan 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", 1125 "rowan 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
1140 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 1126 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
1141 "rustc_lexer 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 1127 "rustc_lexer 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1128 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
1142 "smol_str 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", 1129 "smol_str 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
1143 "test_utils 0.1.0", 1130 "test_utils 0.1.0",
1144 "walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)", 1131 "walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1189,7 +1176,7 @@ version = "0.6.5"
1189source = "registry+https://github.com/rust-lang/crates.io-index" 1176source = "registry+https://github.com/rust-lang/crates.io-index"
1190dependencies = [ 1177dependencies = [
1191 "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", 1178 "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
1192 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", 1179 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
1193 "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 1180 "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
1194 "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", 1181 "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
1195 "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 1182 "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1207,7 +1194,7 @@ version = "0.7.2"
1207source = "registry+https://github.com/rust-lang/crates.io-index" 1194source = "registry+https://github.com/rust-lang/crates.io-index"
1208dependencies = [ 1195dependencies = [
1209 "getrandom 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", 1196 "getrandom 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
1210 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", 1197 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
1211 "rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 1198 "rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
1212 "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", 1199 "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
1213 "rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", 1200 "rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1282,7 +1269,7 @@ name = "rand_jitter"
1282version = "0.1.4" 1269version = "0.1.4"
1283source = "registry+https://github.com/rust-lang/crates.io-index" 1270source = "registry+https://github.com/rust-lang/crates.io-index"
1284dependencies = [ 1271dependencies = [
1285 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", 1272 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
1286 "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", 1273 "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
1287 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 1274 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
1288] 1275]
@@ -1294,7 +1281,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1294dependencies = [ 1281dependencies = [
1295 "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", 1282 "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
1296 "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 1283 "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
1297 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", 1284 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
1298 "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", 1285 "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
1299 "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 1286 "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
1300 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 1287 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1396,12 +1383,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1396dependencies = [ 1383dependencies = [
1397 "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", 1384 "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
1398 "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 1385 "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
1399 "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", 1386 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
1400] 1387]
1401 1388
1402[[package]] 1389[[package]]
1403name = "rowan" 1390name = "rowan"
1404version = "0.7.1" 1391version = "0.8.2"
1405source = "registry+https://github.com/rust-lang/crates.io-index" 1392source = "registry+https://github.com/rust-lang/crates.io-index"
1406dependencies = [ 1393dependencies = [
1407 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 1394 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1456,7 +1443,7 @@ dependencies = [
1456 "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", 1443 "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
1457 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 1444 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
1458 "salsa-macros 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", 1445 "salsa-macros 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)",
1459 "smallvec 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", 1446 "smallvec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1460] 1447]
1461 1448
1462[[package]] 1449[[package]]
@@ -1467,7 +1454,7 @@ dependencies = [
1467 "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 1454 "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
1468 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", 1455 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
1469 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", 1456 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
1470 "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", 1457 "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
1471] 1458]
1472 1459
1473[[package]] 1460[[package]]
@@ -1489,7 +1476,7 @@ version = "0.9.0"
1489source = "registry+https://github.com/rust-lang/crates.io-index" 1476source = "registry+https://github.com/rust-lang/crates.io-index"
1490dependencies = [ 1477dependencies = [
1491 "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", 1478 "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
1492 "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", 1479 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
1493] 1480]
1494 1481
1495[[package]] 1482[[package]]
@@ -1499,30 +1486,30 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1499 1486
1500[[package]] 1487[[package]]
1501name = "serde" 1488name = "serde"
1502version = "1.0.103" 1489version = "1.0.104"
1503source = "registry+https://github.com/rust-lang/crates.io-index" 1490source = "registry+https://github.com/rust-lang/crates.io-index"
1504dependencies = [ 1491dependencies = [
1505 "serde_derive 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", 1492 "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
1506] 1493]
1507 1494
1508[[package]] 1495[[package]]
1509name = "serde_derive" 1496name = "serde_derive"
1510version = "1.0.103" 1497version = "1.0.104"
1511source = "registry+https://github.com/rust-lang/crates.io-index" 1498source = "registry+https://github.com/rust-lang/crates.io-index"
1512dependencies = [ 1499dependencies = [
1513 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", 1500 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
1514 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", 1501 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
1515 "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", 1502 "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
1516] 1503]
1517 1504
1518[[package]] 1505[[package]]
1519name = "serde_json" 1506name = "serde_json"
1520version = "1.0.42" 1507version = "1.0.44"
1521source = "registry+https://github.com/rust-lang/crates.io-index" 1508source = "registry+https://github.com/rust-lang/crates.io-index"
1522dependencies = [ 1509dependencies = [
1523 "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", 1510 "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
1524 "ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", 1511 "ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
1525 "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", 1512 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
1526] 1513]
1527 1514
1528[[package]] 1515[[package]]
@@ -1532,7 +1519,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1532dependencies = [ 1519dependencies = [
1533 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", 1520 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
1534 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", 1521 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
1535 "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", 1522 "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
1536] 1523]
1537 1524
1538[[package]] 1525[[package]]
@@ -1542,7 +1529,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1542dependencies = [ 1529dependencies = [
1543 "dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", 1530 "dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
1544 "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", 1531 "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
1545 "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", 1532 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
1546 "yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", 1533 "yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
1547] 1534]
1548 1535
@@ -1553,7 +1540,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1553 1540
1554[[package]] 1541[[package]]
1555name = "smallvec" 1542name = "smallvec"
1556version = "1.0.0" 1543version = "1.1.0"
1557source = "registry+https://github.com/rust-lang/crates.io-index" 1544source = "registry+https://github.com/rust-lang/crates.io-index"
1558 1545
1559[[package]] 1546[[package]]
@@ -1561,19 +1548,7 @@ name = "smol_str"
1561version = "0.1.15" 1548version = "0.1.15"
1562source = "registry+https://github.com/rust-lang/crates.io-index" 1549source = "registry+https://github.com/rust-lang/crates.io-index"
1563dependencies = [ 1550dependencies = [
1564 "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", 1551 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
1565]
1566
1567[[package]]
1568name = "stacker"
1569version = "0.1.6"
1570source = "registry+https://github.com/rust-lang/crates.io-index"
1571dependencies = [
1572 "cc 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)",
1573 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
1574 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
1575 "psm 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
1576 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
1577] 1552]
1578 1553
1579[[package]] 1554[[package]]
@@ -1583,7 +1558,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1583 1558
1584[[package]] 1559[[package]]
1585name = "syn" 1560name = "syn"
1586version = "1.0.8" 1561version = "1.0.11"
1587source = "registry+https://github.com/rust-lang/crates.io-index" 1562source = "registry+https://github.com/rust-lang/crates.io-index"
1588dependencies = [ 1563dependencies = [
1589 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", 1564 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1597,7 +1572,7 @@ version = "3.1.0"
1597source = "registry+https://github.com/rust-lang/crates.io-index" 1572source = "registry+https://github.com/rust-lang/crates.io-index"
1598dependencies = [ 1573dependencies = [
1599 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", 1574 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
1600 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", 1575 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
1601 "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", 1576 "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
1602 "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", 1577 "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
1603 "remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", 1578 "remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1609,7 +1584,7 @@ name = "termios"
1609version = "0.3.1" 1584version = "0.3.1"
1610source = "registry+https://github.com/rust-lang/crates.io-index" 1585source = "registry+https://github.com/rust-lang/crates.io-index"
1611dependencies = [ 1586dependencies = [
1612 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", 1587 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
1613] 1588]
1614 1589
1615[[package]] 1590[[package]]
@@ -1617,7 +1592,7 @@ name = "test_utils"
1617version = "0.1.0" 1592version = "0.1.0"
1618dependencies = [ 1593dependencies = [
1619 "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", 1594 "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1620 "serde_json 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", 1595 "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
1621 "text_unit 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", 1596 "text_unit 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
1622] 1597]
1623 1598
@@ -1648,16 +1623,6 @@ dependencies = [
1648] 1623]
1649 1624
1650[[package]] 1625[[package]]
1651name = "time"
1652version = "0.1.42"
1653source = "registry+https://github.com/rust-lang/crates.io-index"
1654dependencies = [
1655 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
1656 "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
1657 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
1658]
1659
1660[[package]]
1661name = "unicase" 1626name = "unicase"
1662version = "2.6.0" 1627version = "2.6.0"
1663source = "registry+https://github.com/rust-lang/crates.io-index" 1628source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1678,7 +1643,7 @@ name = "unicode-normalization"
1678version = "0.1.11" 1643version = "0.1.11"
1679source = "registry+https://github.com/rust-lang/crates.io-index" 1644source = "registry+https://github.com/rust-lang/crates.io-index"
1680dependencies = [ 1645dependencies = [
1681 "smallvec 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", 1646 "smallvec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1682] 1647]
1683 1648
1684[[package]] 1649[[package]]
@@ -1699,7 +1664,7 @@ dependencies = [
1699 "idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", 1664 "idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
1700 "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", 1665 "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
1701 "percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 1666 "percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1702 "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", 1667 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
1703] 1668]
1704 1669
1705[[package]] 1670[[package]]
@@ -1708,7 +1673,7 @@ version = "0.8.1"
1708source = "registry+https://github.com/rust-lang/crates.io-index" 1673source = "registry+https://github.com/rust-lang/crates.io-index"
1709dependencies = [ 1674dependencies = [
1710 "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", 1675 "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
1711 "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", 1676 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
1712] 1677]
1713 1678
1714[[package]] 1679[[package]]
@@ -1781,12 +1746,12 @@ dependencies = [
1781name = "xtask" 1746name = "xtask"
1782version = "0.1.0" 1747version = "0.1.0"
1783dependencies = [ 1748dependencies = [
1784 "anyhow 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)", 1749 "anyhow 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
1785 "pico-args 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", 1750 "pico-args 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
1786 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", 1751 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
1787 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", 1752 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
1788 "ron 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", 1753 "ron 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
1789 "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", 1754 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
1790 "walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)", 1755 "walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
1791] 1756]
1792 1757
@@ -1798,14 +1763,10 @@ dependencies = [
1798 "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", 1763 "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
1799] 1764]
1800 1765
1801[[package]]
1802name = "yansi"
1803version = "0.5.0"
1804source = "registry+https://github.com/rust-lang/crates.io-index"
1805
1806[metadata] 1766[metadata]
1807"checksum aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "58fb5e95d83b38284460a5fda7d6470aa0b8844d283a0b614b8535e880800d2d" 1767"checksum aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "58fb5e95d83b38284460a5fda7d6470aa0b8844d283a0b614b8535e880800d2d"
1808"checksum anyhow 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)" = "b412394828b7ca486b362f300b762d8e43dafd6f0d727b63f1cd2ade207c6cef" 1768"checksum anyhow 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" = "9267dff192e68f3399525901e709a48c1d3982c9c072fa32f2127a0cb0babf14"
1769"checksum anymap 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)" = "33954243bd79057c2de7338850b85983a44588021f8a5fee574a8888c6de4344"
1809"checksum arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8" 1770"checksum arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8"
1810"checksum atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1803c647a3ec87095e7ae7acfca019e98de5ec9a7d01343f611cf3152ed71a90" 1771"checksum atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1803c647a3ec87095e7ae7acfca019e98de5ec9a7d01343f611cf3152ed71a90"
1811"checksum autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2" 1772"checksum autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2"
@@ -1818,16 +1779,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1818"checksum bstr 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8d6c2c5b58ab920a4f5aeaaca34b4488074e8cc7596af94e6f8c6ff247c60245" 1779"checksum bstr 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8d6c2c5b58ab920a4f5aeaaca34b4488074e8cc7596af94e6f8c6ff247c60245"
1819"checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5" 1780"checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5"
1820"checksum c2-chacha 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "214238caa1bf3a496ec3392968969cab8549f96ff30652c9e56885329315f6bb" 1781"checksum c2-chacha 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "214238caa1bf3a496ec3392968969cab8549f96ff30652c9e56885329315f6bb"
1821"checksum cargo_metadata 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8d2d1617e838936c0d2323a65cc151e03ae19a7678dd24f72bccf27119b90a5d" 1782"checksum cargo_metadata 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "46e3374c604fb39d1a2f35ed5e4a4e30e60d01fab49446e08f1b3e9a90aef202"
1822"checksum cc 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)" = "aa87058dce70a3ff5621797f1506cb837edd02ac4c0ae642b4542dce802908b8" 1783"checksum cc 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)" = "f52a465a666ca3d838ebbf08b241383421412fe7ebb463527bba275526d89f76"
1823"checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" 1784"checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
1824"checksum chalk-derive 0.1.0 (git+https://github.com/jackh726/chalk.git?rev=095cd38a4f16337913bba487f2055b9ca0179f30)" = "<none>" 1785"checksum chalk-derive 0.1.0 (git+https://github.com/rust-lang/chalk.git?rev=ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5)" = "<none>"
1825"checksum chalk-engine 0.9.0 (git+https://github.com/jackh726/chalk.git?rev=095cd38a4f16337913bba487f2055b9ca0179f30)" = "<none>" 1786"checksum chalk-engine 0.9.0 (git+https://github.com/rust-lang/chalk.git?rev=ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5)" = "<none>"
1826"checksum chalk-ir 0.1.0 (git+https://github.com/jackh726/chalk.git?rev=095cd38a4f16337913bba487f2055b9ca0179f30)" = "<none>" 1787"checksum chalk-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git?rev=ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5)" = "<none>"
1827"checksum chalk-macros 0.1.1 (git+https://github.com/jackh726/chalk.git?rev=095cd38a4f16337913bba487f2055b9ca0179f30)" = "<none>" 1788"checksum chalk-macros 0.1.1 (git+https://github.com/rust-lang/chalk.git?rev=ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5)" = "<none>"
1828"checksum chalk-rust-ir 0.1.0 (git+https://github.com/jackh726/chalk.git?rev=095cd38a4f16337913bba487f2055b9ca0179f30)" = "<none>" 1789"checksum chalk-rust-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git?rev=ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5)" = "<none>"
1829"checksum chalk-solve 0.1.0 (git+https://github.com/jackh726/chalk.git?rev=095cd38a4f16337913bba487f2055b9ca0179f30)" = "<none>" 1790"checksum chalk-solve 0.1.0 (git+https://github.com/rust-lang/chalk.git?rev=ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5)" = "<none>"
1830"checksum chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "31850b4a4d6bae316f7a09e691c944c28299298837edc0a03f755618c23cbc01"
1831"checksum clicolors-control 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90082ee5dcdd64dc4e9e0d37fbf3ee325419e39c0092191e0393df65518f741e" 1791"checksum clicolors-control 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90082ee5dcdd64dc4e9e0d37fbf3ee325419e39c0092191e0393df65518f741e"
1832"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" 1792"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
1833"checksum console 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f5d540c2d34ac9dd0deb5f3b5f54c36c79efa78f6b3ad19106a554d07a7b5d9f" 1793"checksum console 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f5d540c2d34ac9dd0deb5f3b5f54c36c79efa78f6b3ad19106a554d07a7b5d9f"
@@ -1843,9 +1803,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1843"checksum either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3" 1803"checksum either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3"
1844"checksum ena 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8944dc8fa28ce4a38f778bd46bf7d923fe73eed5a439398507246c8e017e6f36" 1804"checksum ena 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8944dc8fa28ce4a38f778bd46bf7d923fe73eed5a439398507246c8e017e6f36"
1845"checksum encode_unicode 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" 1805"checksum encode_unicode 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
1806"checksum env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
1846"checksum filetime 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "1ff6d4dab0aa0c8e6346d46052e93b13a16cf847b54ed357087c35011048cc7d" 1807"checksum filetime 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "1ff6d4dab0aa0c8e6346d46052e93b13a16cf847b54ed357087c35011048cc7d"
1847"checksum fixedbitset 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "86d4de0081402f5e88cdac65c8dcdcc73118c1a7a465e2a05f0da05843a8ea33" 1808"checksum fixedbitset 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "86d4de0081402f5e88cdac65c8dcdcc73118c1a7a465e2a05f0da05843a8ea33"
1848"checksum flexi_logger 0.14.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a13ea6b8a4debecf47bf3966d56db0e21366bc3a3649ba159e1a9e6fdd36a4f4"
1849"checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" 1809"checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
1850"checksum format-buf 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f7aea5a5909a74969507051a3b17adc84737e31a5f910559892aedce026f4d53" 1810"checksum format-buf 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f7aea5a5909a74969507051a3b17adc84737e31a5f910559892aedce026f4d53"
1851"checksum fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674" 1811"checksum fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674"
@@ -1856,10 +1816,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1856"checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" 1816"checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
1857"checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" 1817"checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
1858"checksum getrandom 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "e7db7ca94ed4cd01190ceee0d8a8052f08a247aa1b469a7f68c6a3b71afcf407" 1818"checksum getrandom 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "e7db7ca94ed4cd01190ceee0d8a8052f08a247aa1b469a7f68c6a3b71afcf407"
1859"checksum glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
1860"checksum globset 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "925aa2cac82d8834e2b2a4415b6f6879757fb5c0928fc445ae76461a12eed8f2" 1819"checksum globset 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "925aa2cac82d8834e2b2a4415b6f6879757fb5c0928fc445ae76461a12eed8f2"
1861"checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" 1820"checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
1862"checksum hermit-abi 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "307c3c9f937f38e3534b1d6447ecf090cafcc9744e4a6360e8b037b2cf5af120" 1821"checksum hermit-abi 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "f629dc602392d3ec14bfc8a09b5e644d7ffd725102b48b81e59f90f2633621d7"
1822"checksum humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
1863"checksum idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9" 1823"checksum idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
1864"checksum indexmap 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712d7b3ea5827fcb9d4fda14bf4da5f136f0db2ae9c8f4bd4e2d1c6fde4e6db2" 1824"checksum indexmap 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712d7b3ea5827fcb9d4fda14bf4da5f136f0db2ae9c8f4bd4e2d1c6fde4e6db2"
1865"checksum inotify 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "40b54539f3910d6f84fbf9a643efd6e3aa6e4f001426c0329576128255994718" 1825"checksum inotify 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "40b54539f3910d6f84fbf9a643efd6e3aa6e4f001426c0329576128255994718"
@@ -1877,21 +1837,20 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1877"checksum lalrpop-intern 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cc4fd87be4a815fd373e02773983940f0d75fb26fde8c098e9e45f7af03154c0" 1837"checksum lalrpop-intern 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cc4fd87be4a815fd373e02773983940f0d75fb26fde8c098e9e45f7af03154c0"
1878"checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 1838"checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
1879"checksum lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f" 1839"checksum lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f"
1880"checksum libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)" = "1a31a0627fdf1f6a39ec0dd577e101440b7db22672c0901fe00a9a6fbb5c24e8" 1840"checksum libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)" = "d515b1f41455adea1313a4a2ac8a8a477634fbae63cc6100e3aebb207ce61558"
1881"checksum linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83" 1841"checksum linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83"
1882"checksum lock_api 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e57b3997725d2b60dbec1297f6c2e2957cc383db1cebd6be812163f969c7d586" 1842"checksum lock_api 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e57b3997725d2b60dbec1297f6c2e2957cc383db1cebd6be812163f969c7d586"
1883"checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" 1843"checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
1884"checksum lsp-server 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0ba36405bd742139ab79c246ca5adb7fde2fe1a0f495e2c8e2f607b607dedb12" 1844"checksum lsp-server 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0ba36405bd742139ab79c246ca5adb7fde2fe1a0f495e2c8e2f607b607dedb12"
1885"checksum lsp-types 0.61.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fa3268fbe8beb2795c2fb327bf44f4f3d24f5fe9ebc18d7e2980afd444d72bcf" 1845"checksum lsp-types 0.66.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49a2dddfe2791cbf4b5eff5a581e45becf47a24b128a62de80e7cc135bf50064"
1886"checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" 1846"checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
1887"checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e" 1847"checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e"
1888"checksum memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "75189eb85871ea5c2e2c15abbdd541185f63b408415e5051f5cac122d8c774b9" 1848"checksum memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "75189eb85871ea5c2e2c15abbdd541185f63b408415e5051f5cac122d8c774b9"
1889"checksum mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)" = "302dec22bcf6bae6dfb69c647187f4b4d0fb6f535521f7bc022430ce8e12008f" 1849"checksum mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)" = "302dec22bcf6bae6dfb69c647187f4b4d0fb6f535521f7bc022430ce8e12008f"
1890"checksum mio-extras 2.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "46e73a04c2fa6250b8d802134d56d554a9ec2922bf977777c805ea5def61ce40" 1850"checksum mio-extras 2.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"
1891"checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" 1851"checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
1892"checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88" 1852"checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88"
1893"checksum notify 4.0.14 (registry+https://github.com/rust-lang/crates.io-index)" = "199628fc33b21bc767baa057490b00b382ecbae030803a7b36292422d15b778b" 1853"checksum notify 4.0.14 (registry+https://github.com/rust-lang/crates.io-index)" = "199628fc33b21bc767baa057490b00b382ecbae030803a7b36292422d15b778b"
1894"checksum num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "b85e541ef8255f6cf42bbfe4ef361305c6c135d10919ecc26126c4e5ae94bc09"
1895"checksum num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "d4c81ffc11c212fa327657cb19dd85eb7419e163b5b076bede2bdb5c974c07e4" 1854"checksum num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "d4c81ffc11c212fa327657cb19dd85eb7419e163b5b076bede2bdb5c974c07e4"
1896"checksum num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)" = "76dac5ed2a876980778b8b85f75a71b6cbf0db0b1232ee12f826bccb00d09d72" 1855"checksum num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)" = "76dac5ed2a876980778b8b85f75a71b6cbf0db0b1232ee12f826bccb00d09d72"
1897"checksum once_cell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "891f486f630e5c5a4916c7e16c4b24a53e78c860b646e9f8e005e4f16847bfed" 1856"checksum once_cell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "891f486f630e5c5a4916c7e16c4b24a53e78c860b646e9f8e005e4f16847bfed"
@@ -1907,7 +1866,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1907"checksum proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)" = "ecd45702f76d6d3c75a80564378ae228a85f0b59d2f3ed43c91b4a69eb2ebfc5" 1866"checksum proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)" = "ecd45702f76d6d3c75a80564378ae228a85f0b59d2f3ed43c91b4a69eb2ebfc5"
1908"checksum proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "9c9e470a8dc4aeae2dee2f335e8f533e2d4b347e1434e5671afc49b054592f27" 1867"checksum proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "9c9e470a8dc4aeae2dee2f335e8f533e2d4b347e1434e5671afc49b054592f27"
1909"checksum proptest 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cf147e022eacf0c8a054ab864914a7602618adba841d800a9a9868a5237a529f" 1868"checksum proptest 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cf147e022eacf0c8a054ab864914a7602618adba841d800a9a9868a5237a529f"
1910"checksum psm 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "b14fc68b454f875abc8354c2555e1d56596f74833ddc0f77f87f4871ed6a30e0"
1911"checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" 1869"checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0"
1912"checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe" 1870"checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe"
1913"checksum ra_vfs 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bc898f237e4b4498959ae0100c688793a23e77624d44ef710ba70094217f98e0" 1871"checksum ra_vfs 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bc898f237e4b4498959ae0100c688793a23e77624d44ef710ba70094217f98e0"
@@ -1935,7 +1893,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1935"checksum relative-path 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bedde000f40f2921ce439ea165c9c53fd629bfa115140c72e22aceacb4a21954" 1893"checksum relative-path 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bedde000f40f2921ce439ea165c9c53fd629bfa115140c72e22aceacb4a21954"
1936"checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e" 1894"checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e"
1937"checksum ron 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2ece421e0c4129b90e4a35b6f625e472e96c552136f5093a2f4fa2bbb75a62d5" 1895"checksum ron 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2ece421e0c4129b90e4a35b6f625e472e96c552136f5093a2f4fa2bbb75a62d5"
1938"checksum rowan 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ca620bbf9c48c92b5cef19f96354a309ac36b7d8ef7c591e66117335c8b1988b" 1896"checksum rowan 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3eb10a10a48f0f809a217bcf074b85a03dcf79831bae80e7f1a043d0897463e2"
1939"checksum rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783" 1897"checksum rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"
1940"checksum rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7540fc8b0c49f096ee9c961cda096467dce8084bec6bdca2fc83895fd9b28cb8" 1898"checksum rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7540fc8b0c49f096ee9c961cda096467dce8084bec6bdca2fc83895fd9b28cb8"
1941"checksum rustc_lexer 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c86aae0c77166108c01305ee1a36a1e77289d7dc6ca0a3cd91ff4992de2d16a5" 1899"checksum rustc_lexer 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c86aae0c77166108c01305ee1a36a1e77289d7dc6ca0a3cd91ff4992de2d16a5"
@@ -1947,24 +1905,22 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1947"checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d" 1905"checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d"
1948"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" 1906"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
1949"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" 1907"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
1950"checksum serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)" = "1217f97ab8e8904b57dd22eb61cde455fa7446a9c1cf43966066da047c1f3702" 1908"checksum serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)" = "414115f25f818d7dfccec8ee535d76949ae78584fc4f79a6f45a904bf8ab4449"
1951"checksum serde_derive 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)" = "a8c6faef9a2e64b0064f48570289b4bf8823b7581f1d6157c1b52152306651d0" 1909"checksum serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)" = "128f9e303a5a29922045a830221b8f78ec74a5f544944f3d5984f8ec3895ef64"
1952"checksum serde_json 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)" = "1a3351dcbc1f067e2c92ab7c3c1f288ad1a4cffc470b5aaddb4c2e0a3ae80043" 1910"checksum serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)" = "48c575e0cc52bdd09b47f330f646cf59afc586e9c4e3ccd6fc1f625b8ea1dad7"
1953"checksum serde_repr 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "cd02c7587ec314570041b2754829f84d873ced14a96d1fd1823531e11db40573" 1911"checksum serde_repr 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "cd02c7587ec314570041b2754829f84d873ced14a96d1fd1823531e11db40573"
1954"checksum serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)" = "691b17f19fc1ec9d94ec0b5864859290dff279dbd7b03f017afda54eb36c3c35" 1912"checksum serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)" = "691b17f19fc1ec9d94ec0b5864859290dff279dbd7b03f017afda54eb36c3c35"
1955"checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" 1913"checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
1956"checksum smallvec 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4ecf3b85f68e8abaa7555aa5abdb1153079387e60b718283d732f03897fcfc86" 1914"checksum smallvec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "44e59e0c9fa00817912ae6e4e6e3c4fe04455e75699d06eedc7d85917ed8e8f4"
1957"checksum smol_str 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "34836c9a295c62c2ce3514471117c5cb269891e8421b2aafdd910050576c4d8b" 1915"checksum smol_str 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "34836c9a295c62c2ce3514471117c5cb269891e8421b2aafdd910050576c4d8b"
1958"checksum stacker 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "d96fc4f13a0ac088e9a3cd9af1cc8c5cc1ab5deb2145cef661267dfc9c542f8a"
1959"checksum superslice 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab16ced94dbd8a46c82fd81e3ed9a8727dac2977ea869d217bcc4ea1f122e81f" 1916"checksum superslice 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab16ced94dbd8a46c82fd81e3ed9a8727dac2977ea869d217bcc4ea1f122e81f"
1960"checksum syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "661641ea2aa15845cddeb97dad000d22070bb5c1fb456b96c1cba883ec691e92" 1917"checksum syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)" = "dff0acdb207ae2fe6d5976617f887eb1e35a2ba52c13c7234c790960cdad9238"
1961"checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9" 1918"checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
1962"checksum termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "72b620c5ea021d75a735c943269bb07d30c9b77d6ac6b236bc8b5c496ef05625" 1919"checksum termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "72b620c5ea021d75a735c943269bb07d30c9b77d6ac6b236bc8b5c496ef05625"
1963"checksum text_unit 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e08bbcb7a3adbda0eb23431206b653bdad3d8dea311e72d36bf2215e27a42579" 1920"checksum text_unit 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e08bbcb7a3adbda0eb23431206b653bdad3d8dea311e72d36bf2215e27a42579"
1964"checksum thin-dst 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c52fd98a9e4913c466d83381a59245691875d2f3e04611fca57f964bd8aa96e1" 1921"checksum thin-dst 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c52fd98a9e4913c466d83381a59245691875d2f3e04611fca57f964bd8aa96e1"
1965"checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b" 1922"checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
1966"checksum threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e2f0c90a5f3459330ac8bc0d2f879c693bb7a2f59689c1083fc4ef83834da865" 1923"checksum threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e2f0c90a5f3459330ac8bc0d2f879c693bb7a2f59689c1083fc4ef83834da865"
1967"checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f"
1968"checksum unicase 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" 1924"checksum unicase 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
1969"checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" 1925"checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
1970"checksum unicode-normalization 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "b561e267b2326bb4cebfc0ef9e68355c7abe6c6f522aeac2f5bf95d56c59bdcf" 1926"checksum unicode-normalization 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "b561e267b2326bb4cebfc0ef9e68355c7abe6c6f522aeac2f5bf95d56c59bdcf"
@@ -1983,4 +1939,3 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1983"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 1939"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1984"checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" 1940"checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
1985"checksum yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "65923dd1784f44da1d2c3dbbc5e822045628c590ba72123e1c73d3c230c4434d" 1941"checksum yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "65923dd1784f44da1d2c3dbbc5e822045628c590ba72123e1c73d3c230c4434d"
1986"checksum yansi 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9fc79f4a1e39857fc00c3f662cbf2651c771f00e9c15fe2abc341806bd46bd71"