diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-12-20 09:16:07 +0000 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-12-20 09:16:07 +0000 |
commit | 9a16cf2bf646a4a881f3f5acbf5582dacc4337bf (patch) | |
tree | ff90eb390a8f5af47b6d0c6ec4c49b4431b82d1c /Cargo.lock | |
parent | dbb62b5baa36783bbca06f09c77794fce3ceff0c (diff) | |
parent | a084412f0698d5f54d586f707930e141c88b0673 (diff) |
Merge #292
292: Vfs r=matklad a=matklad
closes #243
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 465 |
1 files changed, 300 insertions, 165 deletions
diff --git a/Cargo.lock b/Cargo.lock index 522550eb5..7ebe6e67f 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -3,7 +3,7 @@ name = "aho-corasick" | |||
3 | version = "0.6.9" | 3 | version = "0.6.9" |
4 | source = "registry+https://github.com/rust-lang/crates.io-index" | 4 | source = "registry+https://github.com/rust-lang/crates.io-index" |
5 | dependencies = [ | 5 | dependencies = [ |
6 | "memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 6 | "memchr 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
7 | ] | 7 | ] |
8 | 8 | ||
9 | [[package]] | 9 | [[package]] |
@@ -21,10 +21,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
21 | 21 | ||
22 | [[package]] | 22 | [[package]] |
23 | name = "arrayvec" | 23 | name = "arrayvec" |
24 | version = "0.4.7" | 24 | version = "0.4.9" |
25 | source = "registry+https://github.com/rust-lang/crates.io-index" | 25 | source = "registry+https://github.com/rust-lang/crates.io-index" |
26 | dependencies = [ | 26 | dependencies = [ |
27 | "nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", | 27 | "nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
28 | ] | 28 | ] |
29 | 29 | ||
30 | [[package]] | 30 | [[package]] |
@@ -32,30 +32,36 @@ name = "atty" | |||
32 | version = "0.2.11" | 32 | version = "0.2.11" |
33 | source = "registry+https://github.com/rust-lang/crates.io-index" | 33 | source = "registry+https://github.com/rust-lang/crates.io-index" |
34 | dependencies = [ | 34 | dependencies = [ |
35 | "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", | 35 | "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)", |
36 | "termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | 36 | "termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
37 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 37 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
38 | ] | 38 | ] |
39 | 39 | ||
40 | [[package]] | 40 | [[package]] |
41 | name = "autocfg" | ||
42 | version = "0.1.1" | ||
43 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
44 | |||
45 | [[package]] | ||
41 | name = "backtrace" | 46 | name = "backtrace" |
42 | version = "0.3.9" | 47 | version = "0.3.13" |
43 | source = "registry+https://github.com/rust-lang/crates.io-index" | 48 | source = "registry+https://github.com/rust-lang/crates.io-index" |
44 | dependencies = [ | 49 | dependencies = [ |
45 | "backtrace-sys 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", | 50 | "autocfg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
51 | "backtrace-sys 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", | ||
46 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 52 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
47 | "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", | 53 | "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)", |
48 | "rustc-demangle 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 54 | "rustc-demangle 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
49 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 55 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
50 | ] | 56 | ] |
51 | 57 | ||
52 | [[package]] | 58 | [[package]] |
53 | name = "backtrace-sys" | 59 | name = "backtrace-sys" |
54 | version = "0.1.24" | 60 | version = "0.1.26" |
55 | source = "registry+https://github.com/rust-lang/crates.io-index" | 61 | source = "registry+https://github.com/rust-lang/crates.io-index" |
56 | dependencies = [ | 62 | dependencies = [ |
57 | "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)", | 63 | "cc 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)", |
58 | "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", | 64 | "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)", |
59 | ] | 65 | ] |
60 | 66 | ||
61 | [[package]] | 67 | [[package]] |
@@ -93,19 +99,19 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
93 | 99 | ||
94 | [[package]] | 100 | [[package]] |
95 | name = "cargo_metadata" | 101 | name = "cargo_metadata" |
96 | version = "0.6.1" | 102 | version = "0.6.4" |
97 | source = "registry+https://github.com/rust-lang/crates.io-index" | 103 | source = "registry+https://github.com/rust-lang/crates.io-index" |
98 | dependencies = [ | 104 | dependencies = [ |
99 | "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", | 105 | "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
100 | "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", | 106 | "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
101 | "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", | 107 | "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", |
102 | "serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", | 108 | "serde_derive 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", |
103 | "serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", | 109 | "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", |
104 | ] | 110 | ] |
105 | 111 | ||
106 | [[package]] | 112 | [[package]] |
107 | name = "cc" | 113 | name = "cc" |
108 | version = "1.0.25" | 114 | version = "1.0.27" |
109 | source = "registry+https://github.com/rust-lang/crates.io-index" | 115 | source = "registry+https://github.com/rust-lang/crates.io-index" |
110 | 116 | ||
111 | [[package]] | 117 | [[package]] |
@@ -120,7 +126,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
120 | dependencies = [ | 126 | dependencies = [ |
121 | "num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)", | 127 | "num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)", |
122 | "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", | 128 | "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
123 | "time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", | 129 | "time 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)", |
124 | ] | 130 | ] |
125 | 131 | ||
126 | [[package]] | 132 | [[package]] |
@@ -150,11 +156,11 @@ name = "crossbeam-channel" | |||
150 | version = "0.2.6" | 156 | version = "0.2.6" |
151 | source = "registry+https://github.com/rust-lang/crates.io-index" | 157 | source = "registry+https://github.com/rust-lang/crates.io-index" |
152 | dependencies = [ | 158 | dependencies = [ |
153 | "crossbeam-epoch 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", | 159 | "crossbeam-epoch 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", |
154 | "crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", | 160 | "crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
155 | "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", | 161 | "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", |
156 | "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", | 162 | "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", |
157 | "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | 163 | "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
158 | ] | 164 | ] |
159 | 165 | ||
160 | [[package]] | 166 | [[package]] |
@@ -171,23 +177,23 @@ name = "crossbeam-epoch" | |||
171 | version = "0.3.1" | 177 | version = "0.3.1" |
172 | source = "registry+https://github.com/rust-lang/crates.io-index" | 178 | source = "registry+https://github.com/rust-lang/crates.io-index" |
173 | dependencies = [ | 179 | dependencies = [ |
174 | "arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", | 180 | "arrayvec 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", |
175 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 181 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
176 | "crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 182 | "crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
177 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 183 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
178 | "memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 184 | "memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
179 | "nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", | 185 | "nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
180 | "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 186 | "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
181 | ] | 187 | ] |
182 | 188 | ||
183 | [[package]] | 189 | [[package]] |
184 | name = "crossbeam-epoch" | 190 | name = "crossbeam-epoch" |
185 | version = "0.6.0" | 191 | version = "0.6.1" |
186 | source = "registry+https://github.com/rust-lang/crates.io-index" | 192 | source = "registry+https://github.com/rust-lang/crates.io-index" |
187 | dependencies = [ | 193 | dependencies = [ |
188 | "arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", | 194 | "arrayvec 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", |
189 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 195 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
190 | "crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", | 196 | "crossbeam-utils 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", |
191 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 197 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
192 | "memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 198 | "memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
193 | "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 199 | "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -207,13 +213,21 @@ version = "0.5.0" | |||
207 | source = "registry+https://github.com/rust-lang/crates.io-index" | 213 | source = "registry+https://github.com/rust-lang/crates.io-index" |
208 | 214 | ||
209 | [[package]] | 215 | [[package]] |
216 | name = "crossbeam-utils" | ||
217 | version = "0.6.3" | ||
218 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
219 | dependencies = [ | ||
220 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||
221 | ] | ||
222 | |||
223 | [[package]] | ||
210 | name = "derive-new" | 224 | name = "derive-new" |
211 | version = "0.5.6" | 225 | version = "0.5.6" |
212 | source = "registry+https://github.com/rust-lang/crates.io-index" | 226 | source = "registry+https://github.com/rust-lang/crates.io-index" |
213 | dependencies = [ | 227 | dependencies = [ |
214 | "proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", | 228 | "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", |
215 | "quote 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", | 229 | "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
216 | "syn 0.15.18 (registry+https://github.com/rust-lang/crates.io-index)", | 230 | "syn 0.15.23 (registry+https://github.com/rust-lang/crates.io-index)", |
217 | ] | 231 | ] |
218 | 232 | ||
219 | [[package]] | 233 | [[package]] |
@@ -249,7 +263,7 @@ name = "error-chain" | |||
249 | version = "0.12.0" | 263 | version = "0.12.0" |
250 | source = "registry+https://github.com/rust-lang/crates.io-index" | 264 | source = "registry+https://github.com/rust-lang/crates.io-index" |
251 | dependencies = [ | 265 | dependencies = [ |
252 | "backtrace 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", | 266 | "backtrace 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", |
253 | ] | 267 | ] |
254 | 268 | ||
255 | [[package]] | 269 | [[package]] |
@@ -257,7 +271,7 @@ name = "failure" | |||
257 | version = "0.1.3" | 271 | version = "0.1.3" |
258 | source = "registry+https://github.com/rust-lang/crates.io-index" | 272 | source = "registry+https://github.com/rust-lang/crates.io-index" |
259 | dependencies = [ | 273 | dependencies = [ |
260 | "backtrace 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", | 274 | "backtrace 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", |
261 | "failure_derive 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 275 | "failure_derive 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
262 | ] | 276 | ] |
263 | 277 | ||
@@ -266,9 +280,9 @@ name = "failure_derive" | |||
266 | version = "0.1.3" | 280 | version = "0.1.3" |
267 | source = "registry+https://github.com/rust-lang/crates.io-index" | 281 | source = "registry+https://github.com/rust-lang/crates.io-index" |
268 | dependencies = [ | 282 | dependencies = [ |
269 | "proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", | 283 | "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", |
270 | "quote 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", | 284 | "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
271 | "syn 0.15.18 (registry+https://github.com/rust-lang/crates.io-index)", | 285 | "syn 0.15.23 (registry+https://github.com/rust-lang/crates.io-index)", |
272 | "synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", | 286 | "synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
273 | ] | 287 | ] |
274 | 288 | ||
@@ -279,18 +293,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
279 | 293 | ||
280 | [[package]] | 294 | [[package]] |
281 | name = "flexi_logger" | 295 | name = "flexi_logger" |
282 | version = "0.10.0" | 296 | version = "0.10.3" |
283 | source = "registry+https://github.com/rust-lang/crates.io-index" | 297 | source = "registry+https://github.com/rust-lang/crates.io-index" |
284 | dependencies = [ | 298 | dependencies = [ |
285 | "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 299 | "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
286 | "glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", | 300 | "glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
287 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 301 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
288 | "regex 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | 302 | "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
289 | ] | 303 | ] |
290 | 304 | ||
291 | [[package]] | 305 | [[package]] |
292 | name = "fst" | 306 | name = "fst" |
293 | version = "0.3.2" | 307 | version = "0.3.3" |
294 | source = "registry+https://github.com/rust-lang/crates.io-index" | 308 | source = "registry+https://github.com/rust-lang/crates.io-index" |
295 | dependencies = [ | 309 | dependencies = [ |
296 | "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)", | 310 | "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -319,9 +333,9 @@ dependencies = [ | |||
319 | "failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 333 | "failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
320 | "languageserver-types 0.53.0 (registry+https://github.com/rust-lang/crates.io-index)", | 334 | "languageserver-types 0.53.0 (registry+https://github.com/rust-lang/crates.io-index)", |
321 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 335 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
322 | "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", | 336 | "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", |
323 | "serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", | 337 | "serde_derive 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", |
324 | "serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", | 338 | "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", |
325 | ] | 339 | ] |
326 | 340 | ||
327 | [[package]] | 341 | [[package]] |
@@ -339,7 +353,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
339 | 353 | ||
340 | [[package]] | 354 | [[package]] |
341 | name = "heck" | 355 | name = "heck" |
342 | version = "0.3.0" | 356 | version = "0.3.1" |
343 | source = "registry+https://github.com/rust-lang/crates.io-index" | 357 | source = "registry+https://github.com/rust-lang/crates.io-index" |
344 | dependencies = [ | 358 | dependencies = [ |
345 | "unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 359 | "unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -381,7 +395,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
381 | 395 | ||
382 | [[package]] | 396 | [[package]] |
383 | name = "itertools" | 397 | name = "itertools" |
384 | version = "0.7.8" | 398 | version = "0.7.11" |
385 | source = "registry+https://github.com/rust-lang/crates.io-index" | 399 | source = "registry+https://github.com/rust-lang/crates.io-index" |
386 | dependencies = [ | 400 | dependencies = [ |
387 | "either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", | 401 | "either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -405,9 +419,9 @@ dependencies = [ | |||
405 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | 419 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
406 | "num-derive 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | 420 | "num-derive 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
407 | "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", | 421 | "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
408 | "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", | 422 | "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", |
409 | "serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", | 423 | "serde_derive 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", |
410 | "serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", | 424 | "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", |
411 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | 425 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
412 | "url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 426 | "url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
413 | ] | 427 | ] |
@@ -419,15 +433,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
419 | 433 | ||
420 | [[package]] | 434 | [[package]] |
421 | name = "libc" | 435 | name = "libc" |
422 | version = "0.2.43" | 436 | version = "0.2.45" |
423 | source = "registry+https://github.com/rust-lang/crates.io-index" | 437 | source = "registry+https://github.com/rust-lang/crates.io-index" |
424 | 438 | ||
425 | [[package]] | 439 | [[package]] |
426 | name = "lock_api" | 440 | name = "lock_api" |
427 | version = "0.1.4" | 441 | version = "0.1.5" |
428 | source = "registry+https://github.com/rust-lang/crates.io-index" | 442 | source = "registry+https://github.com/rust-lang/crates.io-index" |
429 | dependencies = [ | 443 | dependencies = [ |
430 | "owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 444 | "owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
431 | "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 445 | "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
432 | ] | 446 | ] |
433 | 447 | ||
@@ -451,11 +465,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
451 | 465 | ||
452 | [[package]] | 466 | [[package]] |
453 | name = "memchr" | 467 | name = "memchr" |
454 | version = "2.1.1" | 468 | version = "2.1.2" |
455 | source = "registry+https://github.com/rust-lang/crates.io-index" | 469 | source = "registry+https://github.com/rust-lang/crates.io-index" |
456 | dependencies = [ | 470 | dependencies = [ |
457 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 471 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
458 | "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", | 472 | "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)", |
459 | "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 473 | "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
460 | ] | 474 | ] |
461 | 475 | ||
@@ -464,7 +478,7 @@ name = "memmap" | |||
464 | version = "0.6.2" | 478 | version = "0.6.2" |
465 | source = "registry+https://github.com/rust-lang/crates.io-index" | 479 | source = "registry+https://github.com/rust-lang/crates.io-index" |
466 | dependencies = [ | 480 | dependencies = [ |
467 | "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", | 481 | "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)", |
468 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 482 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
469 | ] | 483 | ] |
470 | 484 | ||
@@ -475,7 +489,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
475 | 489 | ||
476 | [[package]] | 490 | [[package]] |
477 | name = "nodrop" | 491 | name = "nodrop" |
478 | version = "0.1.12" | 492 | version = "0.1.13" |
479 | source = "registry+https://github.com/rust-lang/crates.io-index" | 493 | source = "registry+https://github.com/rust-lang/crates.io-index" |
480 | 494 | ||
481 | [[package]] | 495 | [[package]] |
@@ -484,9 +498,9 @@ version = "0.2.3" | |||
484 | source = "registry+https://github.com/rust-lang/crates.io-index" | 498 | source = "registry+https://github.com/rust-lang/crates.io-index" |
485 | dependencies = [ | 499 | dependencies = [ |
486 | "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", | 500 | "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
487 | "proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", | 501 | "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", |
488 | "quote 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", | 502 | "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
489 | "syn 0.15.18 (registry+https://github.com/rust-lang/crates.io-index)", | 503 | "syn 0.15.23 (registry+https://github.com/rust-lang/crates.io-index)", |
490 | ] | 504 | ] |
491 | 505 | ||
492 | [[package]] | 506 | [[package]] |
@@ -504,15 +518,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
504 | 518 | ||
505 | [[package]] | 519 | [[package]] |
506 | name = "num_cpus" | 520 | name = "num_cpus" |
507 | version = "1.8.0" | 521 | version = "1.9.0" |
508 | source = "registry+https://github.com/rust-lang/crates.io-index" | 522 | source = "registry+https://github.com/rust-lang/crates.io-index" |
509 | dependencies = [ | 523 | dependencies = [ |
510 | "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", | 524 | "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)", |
511 | ] | 525 | ] |
512 | 526 | ||
513 | [[package]] | 527 | [[package]] |
514 | name = "owning_ref" | 528 | name = "owning_ref" |
515 | version = "0.3.3" | 529 | version = "0.4.0" |
516 | source = "registry+https://github.com/rust-lang/crates.io-index" | 530 | source = "registry+https://github.com/rust-lang/crates.io-index" |
517 | dependencies = [ | 531 | dependencies = [ |
518 | "stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 532 | "stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -523,18 +537,39 @@ name = "parking_lot" | |||
523 | version = "0.6.4" | 537 | version = "0.6.4" |
524 | source = "registry+https://github.com/rust-lang/crates.io-index" | 538 | source = "registry+https://github.com/rust-lang/crates.io-index" |
525 | dependencies = [ | 539 | dependencies = [ |
526 | "lock_api 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | 540 | "lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
527 | "parking_lot_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 541 | "parking_lot_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
528 | ] | 542 | ] |
529 | 543 | ||
530 | [[package]] | 544 | [[package]] |
545 | name = "parking_lot" | ||
546 | version = "0.7.0" | ||
547 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
548 | dependencies = [ | ||
549 | "lock_api 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | ||
550 | "parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
551 | ] | ||
552 | |||
553 | [[package]] | ||
531 | name = "parking_lot_core" | 554 | name = "parking_lot_core" |
532 | version = "0.3.1" | 555 | version = "0.3.1" |
533 | source = "registry+https://github.com/rust-lang/crates.io-index" | 556 | source = "registry+https://github.com/rust-lang/crates.io-index" |
534 | dependencies = [ | 557 | dependencies = [ |
535 | "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", | 558 | "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)", |
536 | "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", | 559 | "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", |
537 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | 560 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
561 | "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", | ||
562 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||
563 | ] | ||
564 | |||
565 | [[package]] | ||
566 | name = "parking_lot_core" | ||
567 | version = "0.4.0" | ||
568 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
569 | dependencies = [ | ||
570 | "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", | ||
571 | "rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||
572 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||
538 | "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | 573 | "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
539 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 574 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
540 | ] | 575 | ] |
@@ -568,8 +603,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
568 | dependencies = [ | 603 | dependencies = [ |
569 | "pest 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 604 | "pest 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
570 | "pest_meta 2.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | 605 | "pest_meta 2.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
571 | "proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", | 606 | "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", |
572 | "quote 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", | 607 | "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
573 | "syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)", | 608 | "syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)", |
574 | ] | 609 | ] |
575 | 610 | ||
@@ -585,7 +620,7 @@ dependencies = [ | |||
585 | 620 | ||
586 | [[package]] | 621 | [[package]] |
587 | name = "proc-macro2" | 622 | name = "proc-macro2" |
588 | version = "0.4.20" | 623 | version = "0.4.24" |
589 | source = "registry+https://github.com/rust-lang/crates.io-index" | 624 | source = "registry+https://github.com/rust-lang/crates.io-index" |
590 | dependencies = [ | 625 | dependencies = [ |
591 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 626 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -593,17 +628,17 @@ dependencies = [ | |||
593 | 628 | ||
594 | [[package]] | 629 | [[package]] |
595 | name = "quote" | 630 | name = "quote" |
596 | version = "0.6.9" | 631 | version = "0.6.10" |
597 | source = "registry+https://github.com/rust-lang/crates.io-index" | 632 | source = "registry+https://github.com/rust-lang/crates.io-index" |
598 | dependencies = [ | 633 | dependencies = [ |
599 | "proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", | 634 | "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", |
600 | ] | 635 | ] |
601 | 636 | ||
602 | [[package]] | 637 | [[package]] |
603 | name = "ra_analysis" | 638 | name = "ra_analysis" |
604 | version = "0.1.0" | 639 | version = "0.1.0" |
605 | dependencies = [ | 640 | dependencies = [ |
606 | "fst 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", | 641 | "fst 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
607 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 642 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
608 | "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", | 643 | "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", |
609 | "ra_db 0.1.0", | 644 | "ra_db 0.1.0", |
@@ -647,7 +682,7 @@ dependencies = [ | |||
647 | name = "ra_editor" | 682 | name = "ra_editor" |
648 | version = "0.1.0" | 683 | version = "0.1.0" |
649 | dependencies = [ | 684 | dependencies = [ |
650 | "itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)", | 685 | "itertools 0.7.11 (registry+https://github.com/rust-lang/crates.io-index)", |
651 | "join_to_string 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 686 | "join_to_string 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
652 | "ra_syntax 0.1.0", | 687 | "ra_syntax 0.1.0", |
653 | "ra_text_edit 0.1.0", | 688 | "ra_text_edit 0.1.0", |
@@ -660,6 +695,7 @@ dependencies = [ | |||
660 | name = "ra_hir" | 695 | name = "ra_hir" |
661 | version = "0.1.0" | 696 | version = "0.1.0" |
662 | dependencies = [ | 697 | dependencies = [ |
698 | "arrayvec 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", | ||
663 | "id-arena 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 699 | "id-arena 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
664 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 700 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
665 | "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", | 701 | "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -676,26 +712,28 @@ dependencies = [ | |||
676 | name = "ra_lsp_server" | 712 | name = "ra_lsp_server" |
677 | version = "0.1.0" | 713 | version = "0.1.0" |
678 | dependencies = [ | 714 | dependencies = [ |
679 | "cargo_metadata 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", | 715 | "cargo_metadata 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", |
680 | "crossbeam-channel 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", | 716 | "crossbeam-channel 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
681 | "drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | 717 | "drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
682 | "failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 718 | "failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
683 | "failure_derive 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 719 | "failure_derive 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
684 | "flexi_logger 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", | 720 | "flexi_logger 0.10.3 (registry+https://github.com/rust-lang/crates.io-index)", |
685 | "gen_lsp_server 0.1.0", | 721 | "gen_lsp_server 0.1.0", |
686 | "im 12.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 722 | "im 12.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
687 | "languageserver-types 0.53.0 (registry+https://github.com/rust-lang/crates.io-index)", | 723 | "languageserver-types 0.53.0 (registry+https://github.com/rust-lang/crates.io-index)", |
688 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 724 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
725 | "parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
689 | "ra_analysis 0.1.0", | 726 | "ra_analysis 0.1.0", |
690 | "ra_editor 0.1.0", | 727 | "ra_editor 0.1.0", |
691 | "ra_syntax 0.1.0", | 728 | "ra_syntax 0.1.0", |
692 | "ra_text_edit 0.1.0", | 729 | "ra_text_edit 0.1.0", |
730 | "ra_vfs 0.1.0", | ||
693 | "rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | 731 | "rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
694 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 732 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
695 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 733 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
696 | "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", | 734 | "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", |
697 | "serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", | 735 | "serde_derive 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", |
698 | "serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", | 736 | "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", |
699 | "smol_str 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 737 | "smol_str 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
700 | "tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | 738 | "tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
701 | "test_utils 0.1.0", | 739 | "test_utils 0.1.0", |
@@ -703,23 +741,23 @@ dependencies = [ | |||
703 | "thread_worker 0.1.0", | 741 | "thread_worker 0.1.0", |
704 | "threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | 742 | "threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
705 | "url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 743 | "url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
706 | "walkdir 2.2.6 (registry+https://github.com/rust-lang/crates.io-index)", | 744 | "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
707 | ] | 745 | ] |
708 | 746 | ||
709 | [[package]] | 747 | [[package]] |
710 | name = "ra_syntax" | 748 | name = "ra_syntax" |
711 | version = "0.1.0" | 749 | version = "0.1.0" |
712 | dependencies = [ | 750 | dependencies = [ |
713 | "arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", | 751 | "arrayvec 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", |
714 | "drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | 752 | "drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
715 | "itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)", | 753 | "itertools 0.7.11 (registry+https://github.com/rust-lang/crates.io-index)", |
716 | "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", | 754 | "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", |
717 | "ra_text_edit 0.1.0", | 755 | "ra_text_edit 0.1.0", |
718 | "rowan 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 756 | "rowan 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
719 | "test_utils 0.1.0", | 757 | "test_utils 0.1.0", |
720 | "text_unit 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 758 | "text_unit 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
721 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 759 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
722 | "walkdir 2.2.6 (registry+https://github.com/rust-lang/crates.io-index)", | 760 | "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
723 | ] | 761 | ] |
724 | 762 | ||
725 | [[package]] | 763 | [[package]] |
@@ -731,12 +769,25 @@ dependencies = [ | |||
731 | ] | 769 | ] |
732 | 770 | ||
733 | [[package]] | 771 | [[package]] |
772 | name = "ra_vfs" | ||
773 | version = "0.1.0" | ||
774 | dependencies = [ | ||
775 | "crossbeam-channel 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||
776 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||
777 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
778 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||
779 | "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||
780 | "thread_worker 0.1.0", | ||
781 | "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", | ||
782 | ] | ||
783 | |||
784 | [[package]] | ||
734 | name = "rand" | 785 | name = "rand" |
735 | version = "0.4.3" | 786 | version = "0.4.3" |
736 | source = "registry+https://github.com/rust-lang/crates.io-index" | 787 | source = "registry+https://github.com/rust-lang/crates.io-index" |
737 | dependencies = [ | 788 | dependencies = [ |
738 | "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 789 | "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
739 | "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", | 790 | "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)", |
740 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 791 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
741 | ] | 792 | ] |
742 | 793 | ||
@@ -747,12 +798,39 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
747 | dependencies = [ | 798 | dependencies = [ |
748 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | 799 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
749 | "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 800 | "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
750 | "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", | 801 | "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)", |
751 | "rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 802 | "rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
752 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 803 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
753 | ] | 804 | ] |
754 | 805 | ||
755 | [[package]] | 806 | [[package]] |
807 | name = "rand" | ||
808 | version = "0.6.1" | ||
809 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
810 | dependencies = [ | ||
811 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||
812 | "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||
813 | "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)", | ||
814 | "rand_chacha 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
815 | "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
816 | "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
817 | "rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||
818 | "rand_pcg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||
819 | "rand_xorshift 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
820 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||
821 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||
822 | ] | ||
823 | |||
824 | [[package]] | ||
825 | name = "rand_chacha" | ||
826 | version = "0.1.0" | ||
827 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
828 | dependencies = [ | ||
829 | "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
830 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||
831 | ] | ||
832 | |||
833 | [[package]] | ||
756 | name = "rand_core" | 834 | name = "rand_core" |
757 | version = "0.2.2" | 835 | version = "0.2.2" |
758 | source = "registry+https://github.com/rust-lang/crates.io-index" | 836 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -766,6 +844,39 @@ version = "0.3.0" | |||
766 | source = "registry+https://github.com/rust-lang/crates.io-index" | 844 | source = "registry+https://github.com/rust-lang/crates.io-index" |
767 | 845 | ||
768 | [[package]] | 846 | [[package]] |
847 | name = "rand_hc" | ||
848 | version = "0.1.0" | ||
849 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
850 | dependencies = [ | ||
851 | "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
852 | ] | ||
853 | |||
854 | [[package]] | ||
855 | name = "rand_isaac" | ||
856 | version = "0.1.1" | ||
857 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
858 | dependencies = [ | ||
859 | "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
860 | ] | ||
861 | |||
862 | [[package]] | ||
863 | name = "rand_pcg" | ||
864 | version = "0.1.1" | ||
865 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
866 | dependencies = [ | ||
867 | "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
868 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||
869 | ] | ||
870 | |||
871 | [[package]] | ||
872 | name = "rand_xorshift" | ||
873 | version = "0.1.0" | ||
874 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
875 | dependencies = [ | ||
876 | "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
877 | ] | ||
878 | |||
879 | [[package]] | ||
769 | name = "rayon" | 880 | name = "rayon" |
770 | version = "1.0.3" | 881 | version = "1.0.3" |
771 | source = "registry+https://github.com/rust-lang/crates.io-index" | 882 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -782,13 +893,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
782 | dependencies = [ | 893 | dependencies = [ |
783 | "crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 894 | "crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
784 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 895 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
785 | "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", | 896 | "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)", |
786 | "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 897 | "num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
787 | ] | 898 | ] |
788 | 899 | ||
789 | [[package]] | 900 | [[package]] |
790 | name = "redox_syscall" | 901 | name = "redox_syscall" |
791 | version = "0.1.40" | 902 | version = "0.1.44" |
792 | source = "registry+https://github.com/rust-lang/crates.io-index" | 903 | source = "registry+https://github.com/rust-lang/crates.io-index" |
793 | 904 | ||
794 | [[package]] | 905 | [[package]] |
@@ -796,27 +907,27 @@ name = "redox_termios" | |||
796 | version = "0.1.1" | 907 | version = "0.1.1" |
797 | source = "registry+https://github.com/rust-lang/crates.io-index" | 908 | source = "registry+https://github.com/rust-lang/crates.io-index" |
798 | dependencies = [ | 909 | dependencies = [ |
799 | "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", | 910 | "redox_syscall 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)", |
800 | ] | 911 | ] |
801 | 912 | ||
802 | [[package]] | 913 | [[package]] |
803 | name = "regex" | 914 | name = "regex" |
804 | version = "1.0.6" | 915 | version = "1.1.0" |
805 | source = "registry+https://github.com/rust-lang/crates.io-index" | 916 | source = "registry+https://github.com/rust-lang/crates.io-index" |
806 | dependencies = [ | 917 | dependencies = [ |
807 | "aho-corasick 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", | 918 | "aho-corasick 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", |
808 | "memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 919 | "memchr 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
809 | "regex-syntax 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", | 920 | "regex-syntax 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", |
810 | "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 921 | "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
811 | "utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 922 | "utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
812 | ] | 923 | ] |
813 | 924 | ||
814 | [[package]] | 925 | [[package]] |
815 | name = "regex-syntax" | 926 | name = "regex-syntax" |
816 | version = "0.6.2" | 927 | version = "0.6.4" |
817 | source = "registry+https://github.com/rust-lang/crates.io-index" | 928 | source = "registry+https://github.com/rust-lang/crates.io-index" |
818 | dependencies = [ | 929 | dependencies = [ |
819 | "ucd-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 930 | "ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
820 | ] | 931 | ] |
821 | 932 | ||
822 | [[package]] | 933 | [[package]] |
@@ -839,12 +950,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
839 | dependencies = [ | 950 | dependencies = [ |
840 | "base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", | 951 | "base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", |
841 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | 952 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
842 | "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", | 953 | "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", |
843 | ] | 954 | ] |
844 | 955 | ||
845 | [[package]] | 956 | [[package]] |
846 | name = "rowan" | 957 | name = "rowan" |
847 | version = "0.1.2" | 958 | version = "0.1.3" |
848 | source = "registry+https://github.com/rust-lang/crates.io-index" | 959 | source = "registry+https://github.com/rust-lang/crates.io-index" |
849 | dependencies = [ | 960 | dependencies = [ |
850 | "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", | 961 | "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -854,7 +965,7 @@ dependencies = [ | |||
854 | 965 | ||
855 | [[package]] | 966 | [[package]] |
856 | name = "rustc-demangle" | 967 | name = "rustc-demangle" |
857 | version = "0.1.9" | 968 | version = "0.1.11" |
858 | source = "registry+https://github.com/rust-lang/crates.io-index" | 969 | source = "registry+https://github.com/rust-lang/crates.io-index" |
859 | 970 | ||
860 | [[package]] | 971 | [[package]] |
@@ -875,7 +986,7 @@ dependencies = [ | |||
875 | 986 | ||
876 | [[package]] | 987 | [[package]] |
877 | name = "ryu" | 988 | name = "ryu" |
878 | version = "0.2.6" | 989 | version = "0.2.7" |
879 | source = "registry+https://github.com/rust-lang/crates.io-index" | 990 | source = "registry+https://github.com/rust-lang/crates.io-index" |
880 | 991 | ||
881 | [[package]] | 992 | [[package]] |
@@ -890,11 +1001,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
890 | dependencies = [ | 1001 | dependencies = [ |
891 | "derive-new 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1002 | "derive-new 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", |
892 | "indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1003 | "indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
893 | "lock_api 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1004 | "lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
894 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1005 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
895 | "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1006 | "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", |
896 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1007 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
897 | "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1008 | "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
898 | ] | 1009 | ] |
899 | 1010 | ||
900 | [[package]] | 1011 | [[package]] |
@@ -916,7 +1027,7 @@ version = "0.9.0" | |||
916 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1027 | source = "registry+https://github.com/rust-lang/crates.io-index" |
917 | dependencies = [ | 1028 | dependencies = [ |
918 | "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1029 | "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
919 | "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", | 1030 | "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", |
920 | ] | 1031 | ] |
921 | 1032 | ||
922 | [[package]] | 1033 | [[package]] |
@@ -926,30 +1037,30 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
926 | 1037 | ||
927 | [[package]] | 1038 | [[package]] |
928 | name = "serde" | 1039 | name = "serde" |
929 | version = "1.0.80" | 1040 | version = "1.0.82" |
930 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1041 | source = "registry+https://github.com/rust-lang/crates.io-index" |
931 | dependencies = [ | 1042 | dependencies = [ |
932 | "serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", | 1043 | "serde_derive 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", |
933 | ] | 1044 | ] |
934 | 1045 | ||
935 | [[package]] | 1046 | [[package]] |
936 | name = "serde_derive" | 1047 | name = "serde_derive" |
937 | version = "1.0.80" | 1048 | version = "1.0.82" |
938 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1049 | source = "registry+https://github.com/rust-lang/crates.io-index" |
939 | dependencies = [ | 1050 | dependencies = [ |
940 | "proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", | 1051 | "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", |
941 | "quote 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", | 1052 | "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
942 | "syn 0.15.18 (registry+https://github.com/rust-lang/crates.io-index)", | 1053 | "syn 0.15.23 (registry+https://github.com/rust-lang/crates.io-index)", |
943 | ] | 1054 | ] |
944 | 1055 | ||
945 | [[package]] | 1056 | [[package]] |
946 | name = "serde_json" | 1057 | name = "serde_json" |
947 | version = "1.0.32" | 1058 | version = "1.0.33" |
948 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1059 | source = "registry+https://github.com/rust-lang/crates.io-index" |
949 | dependencies = [ | 1060 | dependencies = [ |
950 | "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1061 | "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
951 | "ryu 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1062 | "ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
952 | "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", | 1063 | "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", |
953 | ] | 1064 | ] |
954 | 1065 | ||
955 | [[package]] | 1066 | [[package]] |
@@ -973,7 +1084,7 @@ dependencies = [ | |||
973 | 1084 | ||
974 | [[package]] | 1085 | [[package]] |
975 | name = "smallvec" | 1086 | name = "smallvec" |
976 | version = "0.6.5" | 1087 | version = "0.6.7" |
977 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1088 | source = "registry+https://github.com/rust-lang/crates.io-index" |
978 | dependencies = [ | 1089 | dependencies = [ |
979 | "unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1090 | "unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -984,7 +1095,7 @@ name = "smol_str" | |||
984 | version = "0.1.7" | 1095 | version = "0.1.7" |
985 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1096 | source = "registry+https://github.com/rust-lang/crates.io-index" |
986 | dependencies = [ | 1097 | dependencies = [ |
987 | "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", | 1098 | "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", |
988 | ] | 1099 | ] |
989 | 1100 | ||
990 | [[package]] | 1101 | [[package]] |
@@ -1007,18 +1118,18 @@ name = "syn" | |||
1007 | version = "0.14.9" | 1118 | version = "0.14.9" |
1008 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1119 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1009 | dependencies = [ | 1120 | dependencies = [ |
1010 | "proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", | 1121 | "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", |
1011 | "quote 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", | 1122 | "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
1012 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1123 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1013 | ] | 1124 | ] |
1014 | 1125 | ||
1015 | [[package]] | 1126 | [[package]] |
1016 | name = "syn" | 1127 | name = "syn" |
1017 | version = "0.15.18" | 1128 | version = "0.15.23" |
1018 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1129 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1019 | dependencies = [ | 1130 | dependencies = [ |
1020 | "proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", | 1131 | "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", |
1021 | "quote 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", | 1132 | "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
1022 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1133 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1023 | ] | 1134 | ] |
1024 | 1135 | ||
@@ -1027,9 +1138,9 @@ name = "synstructure" | |||
1027 | version = "0.10.1" | 1138 | version = "0.10.1" |
1028 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1139 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1029 | dependencies = [ | 1140 | dependencies = [ |
1030 | "proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", | 1141 | "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", |
1031 | "quote 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", | 1142 | "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
1032 | "syn 0.15.18 (registry+https://github.com/rust-lang/crates.io-index)", | 1143 | "syn 0.15.23 (registry+https://github.com/rust-lang/crates.io-index)", |
1033 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1144 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1034 | ] | 1145 | ] |
1035 | 1146 | ||
@@ -1043,8 +1154,21 @@ dependencies = [ | |||
1043 | ] | 1154 | ] |
1044 | 1155 | ||
1045 | [[package]] | 1156 | [[package]] |
1157 | name = "tempfile" | ||
1158 | version = "3.0.5" | ||
1159 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1160 | dependencies = [ | ||
1161 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1162 | "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1163 | "rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1164 | "redox_syscall 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1165 | "remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1166 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1167 | ] | ||
1168 | |||
1169 | [[package]] | ||
1046 | name = "tera" | 1170 | name = "tera" |
1047 | version = "0.11.19" | 1171 | version = "0.11.20" |
1048 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1172 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1049 | dependencies = [ | 1173 | dependencies = [ |
1050 | "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1174 | "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1054,9 +1178,9 @@ dependencies = [ | |||
1054 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1178 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1055 | "pest 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1179 | "pest 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1056 | "pest_derive 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1180 | "pest_derive 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1057 | "regex 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1181 | "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1058 | "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", | 1182 | "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", |
1059 | "serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", | 1183 | "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", |
1060 | "slug 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1184 | "slug 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1061 | "unic-segment 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1185 | "unic-segment 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1062 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1186 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1068,9 +1192,9 @@ version = "0.0.1" | |||
1068 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1192 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1069 | dependencies = [ | 1193 | dependencies = [ |
1070 | "failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1194 | "failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1071 | "heck 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1195 | "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1072 | "ron 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1196 | "ron 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1073 | "tera 0.11.19 (registry+https://github.com/rust-lang/crates.io-index)", | 1197 | "tera 0.11.20 (registry+https://github.com/rust-lang/crates.io-index)", |
1074 | ] | 1198 | ] |
1075 | 1199 | ||
1076 | [[package]] | 1200 | [[package]] |
@@ -1078,8 +1202,8 @@ name = "termion" | |||
1078 | version = "1.5.1" | 1202 | version = "1.5.1" |
1079 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1203 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1080 | dependencies = [ | 1204 | dependencies = [ |
1081 | "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", | 1205 | "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)", |
1082 | "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", | 1206 | "redox_syscall 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)", |
1083 | "redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1207 | "redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1084 | ] | 1208 | ] |
1085 | 1209 | ||
@@ -1088,8 +1212,8 @@ name = "test_utils" | |||
1088 | version = "0.1.0" | 1212 | version = "0.1.0" |
1089 | dependencies = [ | 1213 | dependencies = [ |
1090 | "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1214 | "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1091 | "itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1215 | "itertools 0.7.11 (registry+https://github.com/rust-lang/crates.io-index)", |
1092 | "serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", | 1216 | "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", |
1093 | "text_unit 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1217 | "text_unit 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1094 | ] | 1218 | ] |
1095 | 1219 | ||
@@ -1098,7 +1222,7 @@ name = "text_unit" | |||
1098 | version = "0.1.5" | 1222 | version = "0.1.5" |
1099 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1223 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1100 | dependencies = [ | 1224 | dependencies = [ |
1101 | "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", | 1225 | "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", |
1102 | ] | 1226 | ] |
1103 | 1227 | ||
1104 | [[package]] | 1228 | [[package]] |
@@ -1131,16 +1255,16 @@ name = "threadpool" | |||
1131 | version = "1.7.1" | 1255 | version = "1.7.1" |
1132 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1256 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1133 | dependencies = [ | 1257 | dependencies = [ |
1134 | "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1258 | "num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1135 | ] | 1259 | ] |
1136 | 1260 | ||
1137 | [[package]] | 1261 | [[package]] |
1138 | name = "time" | 1262 | name = "time" |
1139 | version = "0.1.40" | 1263 | version = "0.1.41" |
1140 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1264 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1141 | dependencies = [ | 1265 | dependencies = [ |
1142 | "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", | 1266 | "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)", |
1143 | "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", | 1267 | "redox_syscall 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)", |
1144 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1268 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1145 | ] | 1269 | ] |
1146 | 1270 | ||
@@ -1150,9 +1274,9 @@ version = "0.1.0" | |||
1150 | dependencies = [ | 1274 | dependencies = [ |
1151 | "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1275 | "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1152 | "failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1276 | "failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1153 | "itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1277 | "itertools 0.7.11 (registry+https://github.com/rust-lang/crates.io-index)", |
1154 | "teraron 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1278 | "teraron 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1155 | "walkdir 2.2.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1279 | "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1156 | ] | 1280 | ] |
1157 | 1281 | ||
1158 | [[package]] | 1282 | [[package]] |
@@ -1167,7 +1291,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1167 | 1291 | ||
1168 | [[package]] | 1292 | [[package]] |
1169 | name = "ucd-util" | 1293 | name = "ucd-util" |
1170 | version = "0.1.2" | 1294 | version = "0.1.3" |
1171 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1295 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1172 | 1296 | ||
1173 | [[package]] | 1297 | [[package]] |
@@ -1265,7 +1389,7 @@ name = "url_serde" | |||
1265 | version = "0.2.0" | 1389 | version = "0.2.0" |
1266 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1390 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1267 | dependencies = [ | 1391 | dependencies = [ |
1268 | "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", | 1392 | "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", |
1269 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1393 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1270 | ] | 1394 | ] |
1271 | 1395 | ||
@@ -1291,7 +1415,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1291 | 1415 | ||
1292 | [[package]] | 1416 | [[package]] |
1293 | name = "walkdir" | 1417 | name = "walkdir" |
1294 | version = "2.2.6" | 1418 | version = "2.2.7" |
1295 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1419 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1296 | dependencies = [ | 1420 | dependencies = [ |
1297 | "same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1421 | "same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1330,17 +1454,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1330 | "checksum aho-corasick 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)" = "1e9a933f4e58658d7b12defcf96dc5c720f20832deebe3e0a19efd3b6aaeeb9e" | 1454 | "checksum aho-corasick 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)" = "1e9a933f4e58658d7b12defcf96dc5c720f20832deebe3e0a19efd3b6aaeeb9e" |
1331 | "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" | 1455 | "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" |
1332 | "checksum arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0d382e583f07208808f6b1249e60848879ba3543f57c32277bf52d69c2f0f0ee" | 1456 | "checksum arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0d382e583f07208808f6b1249e60848879ba3543f57c32277bf52d69c2f0f0ee" |
1333 | "checksum arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "a1e964f9e24d588183fcb43503abda40d288c8657dfc27311516ce2f05675aef" | 1457 | "checksum arrayvec 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)" = "d18513977c2d8261c448511c5c53dc66b26dfccbc3d4446672dea1e71a7d8a26" |
1334 | "checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652" | 1458 | "checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652" |
1335 | "checksum backtrace 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "89a47830402e9981c5c41223151efcced65a0510c13097c769cede7efb34782a" | 1459 | "checksum autocfg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4e5f34df7a019573fb8bdc7e24a2bfebe51a2a1d6bfdbaeccedb3c41fc574727" |
1336 | "checksum backtrace-sys 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)" = "c66d56ac8dabd07f6aacdaf633f4b8262f5b3601a810a0dcddffd5c22c69daa0" | 1460 | "checksum backtrace 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)" = "b5b493b66e03090ebc4343eb02f94ff944e0cbc9ac6571491d170ba026741eb5" |
1461 | "checksum backtrace-sys 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)" = "3fcce89e5ad5c8949caa9434501f7b55415b3e7ad5270cb88c75a8d35e8f1279" | ||
1337 | "checksum base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643" | 1462 | "checksum base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643" |
1338 | "checksum bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12" | 1463 | "checksum bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12" |
1339 | "checksum block-buffer 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a076c298b9ecdb530ed9d967e74a6027d6a7478924520acddcddc24c1c8ab3ab" | 1464 | "checksum block-buffer 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a076c298b9ecdb530ed9d967e74a6027d6a7478924520acddcddc24c1c8ab3ab" |
1340 | "checksum byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "560c32574a12a89ecd91f5e742165893f86e3ab98d21f8ea548658eb9eef5f40" | 1465 | "checksum byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "560c32574a12a89ecd91f5e742165893f86e3ab98d21f8ea548658eb9eef5f40" |
1341 | "checksum byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "94f88df23a25417badc922ab0f5716cc1330e87f71ddd9203b3a3ccd9cedf75d" | 1466 | "checksum byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "94f88df23a25417badc922ab0f5716cc1330e87f71ddd9203b3a3ccd9cedf75d" |
1342 | "checksum cargo_metadata 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1aaa1a9856ae2d188340526d0986feb6899c9ad11c5dfd73453c784fed6e373d" | 1467 | "checksum cargo_metadata 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "e5d1b4d380e1bab994591a24c2bdd1b054f64b60bef483a8c598c7c345bc3bbe" |
1343 | "checksum cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" = "f159dfd43363c4d08055a07703eb7a3406b0dac4d0584d96965a3262db3c9d16" | 1468 | "checksum cc 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)" = "155ed195f7bd722d1dfeb30365b9d0c1f6a078fa7ca4014497e5935d90993d6f" |
1344 | "checksum cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "082bb9b28e00d3c9d39cc03e64ce4cea0f1bb9b3fde493f0cbc008472d22bdf4" | 1469 | "checksum cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "082bb9b28e00d3c9d39cc03e64ce4cea0f1bb9b3fde493f0cbc008472d22bdf4" |
1345 | "checksum chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "45912881121cb26fad7c38c17ba7daa18764771836b34fab7d3fbd93ed633878" | 1470 | "checksum chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "45912881121cb26fad7c38c17ba7daa18764771836b34fab7d3fbd93ed633878" |
1346 | "checksum clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b957d88f4b6a63b9d70d5f454ac8011819c6efa7727858f458ab71c756ce2d3e" | 1471 | "checksum clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b957d88f4b6a63b9d70d5f454ac8011819c6efa7727858f458ab71c756ce2d3e" |
@@ -1348,9 +1473,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1348 | "checksum crossbeam-channel 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7b85741761b7f160bc5e7e0c14986ef685b7f8bf9b7ad081c60c604bb4649827" | 1473 | "checksum crossbeam-channel 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7b85741761b7f160bc5e7e0c14986ef685b7f8bf9b7ad081c60c604bb4649827" |
1349 | "checksum crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f739f8c5363aca78cfb059edf753d8f0d36908c348f3d8d1503f03d8b75d9cf3" | 1474 | "checksum crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f739f8c5363aca78cfb059edf753d8f0d36908c348f3d8d1503f03d8b75d9cf3" |
1350 | "checksum crossbeam-epoch 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "927121f5407de9956180ff5e936fe3cf4324279280001cd56b669d28ee7e9150" | 1475 | "checksum crossbeam-epoch 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "927121f5407de9956180ff5e936fe3cf4324279280001cd56b669d28ee7e9150" |
1351 | "checksum crossbeam-epoch 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9c90f1474584f38e270b5b613e898c8c328aa4f3dea85e0a27ac2e642f009416" | 1476 | "checksum crossbeam-epoch 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2449aaa4ec7ef96e5fb24db16024b935df718e9ae1cec0a1e68feeca2efca7b8" |
1352 | "checksum crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2760899e32a1d58d5abb31129f8fae5de75220bc2176e77ff7c627ae45c918d9" | 1477 | "checksum crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2760899e32a1d58d5abb31129f8fae5de75220bc2176e77ff7c627ae45c918d9" |
1353 | "checksum crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "677d453a17e8bd2b913fa38e8b9cf04bcdbb5be790aa294f2389661d72036015" | 1478 | "checksum crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "677d453a17e8bd2b913fa38e8b9cf04bcdbb5be790aa294f2389661d72036015" |
1479 | "checksum crossbeam-utils 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "41ee4864f4797060e52044376f7d107429ce1fb43460021b126424b7180ee21a" | ||
1354 | "checksum derive-new 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "6ca414e896ae072546f4d789f452daaecf60ddee4c9df5dc6d5936d769e3d87c" | 1480 | "checksum derive-new 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "6ca414e896ae072546f4d789f452daaecf60ddee4c9df5dc6d5936d769e3d87c" |
1355 | "checksum deunicode 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "850878694b7933ca4c9569d30a34b55031b9b139ee1fc7b94a527c4ef960d690" | 1481 | "checksum deunicode 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "850878694b7933ca4c9569d30a34b55031b9b139ee1fc7b94a527c4ef960d690" |
1356 | "checksum difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198" | 1482 | "checksum difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198" |
@@ -1361,95 +1487,104 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1361 | "checksum failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6dd377bcc1b1b7ce911967e3ec24fa19c3224394ec05b54aa7b083d498341ac7" | 1487 | "checksum failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6dd377bcc1b1b7ce911967e3ec24fa19c3224394ec05b54aa7b083d498341ac7" |
1362 | "checksum failure_derive 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "64c2d913fe8ed3b6c6518eedf4538255b989945c14c2a7d5cbff62a5e2120596" | 1488 | "checksum failure_derive 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "64c2d913fe8ed3b6c6518eedf4538255b989945c14c2a7d5cbff62a5e2120596" |
1363 | "checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" | 1489 | "checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" |
1364 | "checksum flexi_logger 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "553854ebfebeae44ba699a9dc7d53a4036ccc01cd1e144aea0e3054c54383733" | 1490 | "checksum flexi_logger 0.10.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4dda06444ccc8b0a6da19d939989b4a4e83f328710ada449eedaed48c8b903cd" |
1365 | "checksum fst 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9b0408ab57c1bf7c634b2ac6a165d14f642dc3335a43203090a7f8c78b54577b" | 1491 | "checksum fst 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "db72126ca7dff566cdbbdd54af44668c544897d9d3862b198141f176f1238bdf" |
1366 | "checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" | 1492 | "checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" |
1367 | "checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" | 1493 | "checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" |
1368 | "checksum generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ef25c5683767570c2bbd7deba372926a55eaae9982d7726ee2a1050239d45b9d" | 1494 | "checksum generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ef25c5683767570c2bbd7deba372926a55eaae9982d7726ee2a1050239d45b9d" |
1369 | "checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb" | 1495 | "checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb" |
1370 | "checksum heck 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ea04fa3ead4e05e51a7c806fc07271fdbde4e246a6c6d1efd52e72230b771b82" | 1496 | "checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" |
1371 | "checksum humansize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b6cab2627acfc432780848602f3f558f7e9dd427352224b0d9324025796d2a5e" | 1497 | "checksum humansize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b6cab2627acfc432780848602f3f558f7e9dd427352224b0d9324025796d2a5e" |
1372 | "checksum id-arena 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3a7250033feafee46a1cecd2c2616a64aec1d064f38c9ae2bdd297728542843e" | 1498 | "checksum id-arena 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3a7250033feafee46a1cecd2c2616a64aec1d064f38c9ae2bdd297728542843e" |
1373 | "checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e" | 1499 | "checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e" |
1374 | "checksum im 12.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ae9c7f9bb8aee47fc16d535a705f7867a9fc83bb822e5e1043bb98e77ffeed3c" | 1500 | "checksum im 12.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ae9c7f9bb8aee47fc16d535a705f7867a9fc83bb822e5e1043bb98e77ffeed3c" |
1375 | "checksum indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7e81a7c05f79578dbc15793d8b619db9ba32b4577003ef3af1a91c416798c58d" | 1501 | "checksum indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7e81a7c05f79578dbc15793d8b619db9ba32b4577003ef3af1a91c416798c58d" |
1376 | "checksum itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)" = "f58856976b776fedd95533137617a02fb25719f40e7d9b01c7043cd65474f450" | 1502 | "checksum itertools 0.7.11 (registry+https://github.com/rust-lang/crates.io-index)" = "0d47946d458e94a1b7bcabbf6521ea7c037062c81f534615abcad76e84d4970d" |
1377 | "checksum itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1306f3464951f30e30d12373d31c79fbd52d236e5e896fd92f96ec7babbbe60b" | 1503 | "checksum itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1306f3464951f30e30d12373d31c79fbd52d236e5e896fd92f96ec7babbbe60b" |
1378 | "checksum join_to_string 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7bddc885f3fd69dd4b5d747c2efe6dd2c36d795ea9938281ed50910e32c95e31" | 1504 | "checksum join_to_string 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7bddc885f3fd69dd4b5d747c2efe6dd2c36d795ea9938281ed50910e32c95e31" |
1379 | "checksum languageserver-types 0.53.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a0be4f8f783832a308975035043c0e8ad18e11c3f3d395aa6f1a9f3a30b8e654" | 1505 | "checksum languageserver-types 0.53.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a0be4f8f783832a308975035043c0e8ad18e11c3f3d395aa6f1a9f3a30b8e654" |
1380 | "checksum lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a374c89b9db55895453a74c1e38861d9deec0b01b405a82516e9d5de4820dea1" | 1506 | "checksum lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a374c89b9db55895453a74c1e38861d9deec0b01b405a82516e9d5de4820dea1" |
1381 | "checksum libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)" = "76e3a3ef172f1a0b9a9ff0dd1491ae5e6c948b94479a3021819ba7d860c8645d" | 1507 | "checksum libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)" = "2d2857ec59fadc0773853c664d2d18e7198e83883e7060b63c924cb077bd5c74" |
1382 | "checksum lock_api 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "775751a3e69bde4df9b38dd00a1b5d6ac13791e4223d4a0506577f0dd27cfb7a" | 1508 | "checksum lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c" |
1383 | "checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6" | 1509 | "checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6" |
1384 | "checksum maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "08cbb6b4fef96b6d77bfc40ec491b1690c779e77b05cd9f07f787ed376fd4c43" | 1510 | "checksum maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "08cbb6b4fef96b6d77bfc40ec491b1690c779e77b05cd9f07f787ed376fd4c43" |
1385 | "checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" | 1511 | "checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" |
1386 | "checksum memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0a3eb002f0535929f1199681417029ebea04aadc0c7a4224b46be99c7f5d6a16" | 1512 | "checksum memchr 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "db4c41318937f6e76648f42826b1d9ade5c09cafb5aef7e351240a70f39206e9" |
1387 | "checksum memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e2ffa2c986de11a9df78620c01eeaaf27d94d3ff02bf81bfcca953102dd0c6ff" | 1513 | "checksum memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e2ffa2c986de11a9df78620c01eeaaf27d94d3ff02bf81bfcca953102dd0c6ff" |
1388 | "checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3" | 1514 | "checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3" |
1389 | "checksum nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "9a2228dca57108069a5262f2ed8bd2e82496d2e074a06d1ccc7ce1687b6ae0a2" | 1515 | "checksum nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945" |
1390 | "checksum num-derive 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8af1847c907c2f04d7bfd572fb25bbb4385c637fe5be163cf2f8c5d778fe1e7d" | 1516 | "checksum num-derive 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8af1847c907c2f04d7bfd572fb25bbb4385c637fe5be163cf2f8c5d778fe1e7d" |
1391 | "checksum num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "e83d528d2677f0518c570baf2b7abdcf0cd2d248860b68507bdcb3e91d4c0cea" | 1517 | "checksum num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "e83d528d2677f0518c570baf2b7abdcf0cd2d248860b68507bdcb3e91d4c0cea" |
1392 | "checksum num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0b3a5d7cc97d6d30d8b9bc8fa19bf45349ffe46241e8816f50f62f6d6aaabee1" | 1518 | "checksum num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0b3a5d7cc97d6d30d8b9bc8fa19bf45349ffe46241e8816f50f62f6d6aaabee1" |
1393 | "checksum num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c51a3322e4bca9d212ad9a158a02abc6934d005490c054a2778df73a70aa0a30" | 1519 | "checksum num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5a69d464bdc213aaaff628444e99578ede64e9c854025aa43b9796530afa9238" |
1394 | "checksum owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cdf84f41639e037b484f93433aa3897863b561ed65c6e59c7073d7c561710f37" | 1520 | "checksum owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13" |
1395 | "checksum parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "f0802bff09003b291ba756dc7e79313e51cc31667e94afbe847def490424cde5" | 1521 | "checksum parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "f0802bff09003b291ba756dc7e79313e51cc31667e94afbe847def490424cde5" |
1522 | "checksum parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9723236a9525c757d9725b993511e3fc941e33f27751942232f0058298297edf" | ||
1396 | "checksum parking_lot_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ad7f7e6ebdc79edff6fdcb87a55b620174f7a989e3eb31b65231f4af57f00b8c" | 1523 | "checksum parking_lot_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ad7f7e6ebdc79edff6fdcb87a55b620174f7a989e3eb31b65231f4af57f00b8c" |
1524 | "checksum parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "94c8c7923936b28d546dfd14d4472eaf34c99b14e1c973a32b3e6d4eb04298c9" | ||
1397 | "checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831" | 1525 | "checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831" |
1398 | "checksum pest 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a677051ad923732bb5c70f2d45f8985a96e3eee2e2bff86697e3b11b0c3fcfde" | 1526 | "checksum pest 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a677051ad923732bb5c70f2d45f8985a96e3eee2e2bff86697e3b11b0c3fcfde" |
1399 | "checksum pest_derive 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b76f477146419bc539a63f4ef40e902166cb43b3e51cecc71d9136fd12c567e7" | 1527 | "checksum pest_derive 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b76f477146419bc539a63f4ef40e902166cb43b3e51cecc71d9136fd12c567e7" |
1400 | "checksum pest_generator 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3ebee4e9680be4fd162e6f3394ae4192a6b60b1e4d17d845e631f0c68d1a3386" | 1528 | "checksum pest_generator 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3ebee4e9680be4fd162e6f3394ae4192a6b60b1e4d17d845e631f0c68d1a3386" |
1401 | "checksum pest_meta 2.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1f6d5f6f0e6082578c86af197d780dc38328e3f768cec06aac9bc46d714e8221" | 1529 | "checksum pest_meta 2.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1f6d5f6f0e6082578c86af197d780dc38328e3f768cec06aac9bc46d714e8221" |
1402 | "checksum proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)" = "3d7b7eaaa90b4a90a932a9ea6666c95a389e424eff347f0f793979289429feee" | 1530 | "checksum proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)" = "77619697826f31a02ae974457af0b29b723e5619e113e9397b8b82c6bd253f09" |
1403 | "checksum quote 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)" = "63b5829244f52738cfee93b3a165c1911388675be000c888d2fae620dee8fa5b" | 1531 | "checksum quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "53fa22a1994bd0f9372d7a816207d8a2677ad0325b073f5c5332760f0fb62b5c" |
1404 | "checksum rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8356f47b32624fef5b3301c1be97e5944ecdd595409cc5da11d05f211db6cfbd" | 1532 | "checksum rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8356f47b32624fef5b3301c1be97e5944ecdd595409cc5da11d05f211db6cfbd" |
1405 | "checksum rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e464cd887e869cddcae8792a4ee31d23c7edd516700695608f5b98c67ee0131c" | 1533 | "checksum rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e464cd887e869cddcae8792a4ee31d23c7edd516700695608f5b98c67ee0131c" |
1534 | "checksum rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ae9d223d52ae411a33cf7e54ec6034ec165df296ccd23533d671a28252b6f66a" | ||
1535 | "checksum rand_chacha 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "771b009e3a508cb67e8823dda454aaa5368c7bc1c16829fb77d3e980440dd34a" | ||
1406 | "checksum rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1961a422c4d189dfb50ffa9320bf1f2a9bd54ecb92792fb9477f99a1045f3372" | 1536 | "checksum rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1961a422c4d189dfb50ffa9320bf1f2a9bd54ecb92792fb9477f99a1045f3372" |
1407 | "checksum rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0905b6b7079ec73b314d4c748701f6931eb79fd97c668caa3f1899b22b32c6db" | 1537 | "checksum rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0905b6b7079ec73b314d4c748701f6931eb79fd97c668caa3f1899b22b32c6db" |
1538 | "checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4" | ||
1539 | "checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08" | ||
1540 | "checksum rand_pcg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "086bd09a33c7044e56bb44d5bdde5a60e7f119a9e95b0775f545de759a32fe05" | ||
1541 | "checksum rand_xorshift 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "effa3fcaa47e18db002bdde6060944b6d2f9cfd8db471c30e873448ad9187be3" | ||
1408 | "checksum rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "373814f27745b2686b350dd261bfd24576a6fb0e2c5919b3a2b6005f820b0473" | 1542 | "checksum rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "373814f27745b2686b350dd261bfd24576a6fb0e2c5919b3a2b6005f820b0473" |
1409 | "checksum rayon-core 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b055d1e92aba6877574d8fe604a63c8b5df60f60e5982bf7ccbb1338ea527356" | 1543 | "checksum rayon-core 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b055d1e92aba6877574d8fe604a63c8b5df60f60e5982bf7ccbb1338ea527356" |
1410 | "checksum redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "c214e91d3ecf43e9a4e41e578973adeb14b474f2bee858742d127af75a0112b1" | 1544 | "checksum redox_syscall 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)" = "a84bcd297b87a545980a2d25a0beb72a1f490c31f0a9fde52fca35bfbb1ceb70" |
1411 | "checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76" | 1545 | "checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76" |
1412 | "checksum regex 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ee84f70c8c08744ea9641a731c7fadb475bf2ecc52d7f627feb833e0b3990467" | 1546 | "checksum regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "37e7cbbd370869ce2e8dff25c7018702d10b21a20ef7135316f8daecd6c25b7f" |
1413 | "checksum regex-syntax 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "747ba3b235651f6e2f67dfa8bcdcd073ddb7c243cb21c442fc12395dfcac212d" | 1547 | "checksum regex-syntax 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4e47a2ed29da7a9e1960e1639e7a982e6edc6d49be308a3b02daf511504a16d1" |
1414 | "checksum relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0e7790c7f1cc73d831d28dc5a7deb316a006e7848e6a7f467cdb10a0a9e0fb1c" | 1548 | "checksum relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0e7790c7f1cc73d831d28dc5a7deb316a006e7848e6a7f467cdb10a0a9e0fb1c" |
1415 | "checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5" | 1549 | "checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5" |
1416 | "checksum ron 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c48677d8a9247a4e0d1f3f9cb4b0a8e29167fdc3c04f383a5e669cd7a960ae0f" | 1550 | "checksum ron 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c48677d8a9247a4e0d1f3f9cb4b0a8e29167fdc3c04f383a5e669cd7a960ae0f" |
1417 | "checksum rowan 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "795b1c830f5335e89f93415315518e9727307308c44c1e5adebe8a38f856c334" | 1551 | "checksum rowan 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a9ccca91953e9c549cac18e8f41daa5d49dad1c9a4c9bb977ac42718bb34e1bf" |
1418 | "checksum rustc-demangle 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "bcfe5b13211b4d78e5c2cadfebd7769197d95c639c35a50057eb4c05de811395" | 1552 | "checksum rustc-demangle 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "01b90379b8664dd83460d59bdc5dd1fd3172b8913788db483ed1325171eab2f7" |
1419 | "checksum rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7540fc8b0c49f096ee9c961cda096467dce8084bec6bdca2fc83895fd9b28cb8" | 1553 | "checksum rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7540fc8b0c49f096ee9c961cda096467dce8084bec6bdca2fc83895fd9b28cb8" |
1420 | "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" | 1554 | "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" |
1421 | "checksum ryu 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7153dd96dade874ab973e098cb62fcdbb89a03682e46b144fd09550998d4a4a7" | 1555 | "checksum ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "eb9e9b8cde282a9fe6a42dd4681319bfb63f121b8a8ee9439c6f4107e58a46f7" |
1422 | "checksum safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8dca453248a96cb0749e36ccdfe2b0b4e54a61bfef89fb97ec621eb8e0a93dd9" | 1556 | "checksum safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8dca453248a96cb0749e36ccdfe2b0b4e54a61bfef89fb97ec621eb8e0a93dd9" |
1423 | "checksum salsa 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e56b13ce9b2bfaa1c89863d76880838c0734de85beeaef437fd70d4fa7e253d3" | 1557 | "checksum salsa 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e56b13ce9b2bfaa1c89863d76880838c0734de85beeaef437fd70d4fa7e253d3" |
1424 | "checksum same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8f20c4be53a8a1ff4c1f1b2bd14570d2f634628709752f0702ecdd2b3f9a5267" | 1558 | "checksum same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8f20c4be53a8a1ff4c1f1b2bd14570d2f634628709752f0702ecdd2b3f9a5267" |
1425 | "checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" | 1559 | "checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" |
1426 | "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" | 1560 | "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" |
1427 | "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" | 1561 | "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" |
1428 | "checksum serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)" = "15c141fc7027dd265a47c090bf864cf62b42c4d228bbcf4e51a0c9e2b0d3f7ef" | 1562 | "checksum serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)" = "6fa52f19aee12441d5ad11c9a00459122bd8f98707cadf9778c540674f1935b6" |
1429 | "checksum serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)" = "225de307c6302bec3898c51ca302fc94a7a1697ef0845fcee6448f33c032249c" | 1563 | "checksum serde_derive 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)" = "96a7f9496ac65a2db5929afa087b54f8fc5008dcfbe48a8874ed20049b0d6154" |
1430 | "checksum serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)" = "43344e7ce05d0d8280c5940cabb4964bea626aa58b1ec0e8c73fa2a8512a38ce" | 1564 | "checksum serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)" = "c37ccd6be3ed1fdf419ee848f7c758eb31b054d7cd3ae3600e3bae0adf569811" |
1431 | "checksum sha-1 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "51b9d1f3b5de8a167ab06834a7c883bd197f2191e1dda1a22d9ccfeedbf9aded" | 1565 | "checksum sha-1 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "51b9d1f3b5de8a167ab06834a7c883bd197f2191e1dda1a22d9ccfeedbf9aded" |
1432 | "checksum slug 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b3bc762e6a4b6c6fcaade73e77f9ebc6991b676f88bb2358bddb56560f073373" | 1566 | "checksum slug 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b3bc762e6a4b6c6fcaade73e77f9ebc6991b676f88bb2358bddb56560f073373" |
1433 | "checksum smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "153ffa32fd170e9944f7e0838edf824a754ec4c1fc64746fcc9fe1f8fa602e5d" | 1567 | "checksum smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "b73ea3738b47563803ef814925e69be00799a8c07420be8b996f8e98fb2336db" |
1434 | "checksum smol_str 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "f3ed6f19b800d76574926e458d5f8e2dbea86c2b58c08d33a982448f09ac8d0c" | 1568 | "checksum smol_str 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "f3ed6f19b800d76574926e458d5f8e2dbea86c2b58c08d33a982448f09ac8d0c" |
1435 | "checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" | 1569 | "checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" |
1436 | "checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550" | 1570 | "checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550" |
1437 | "checksum superslice 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b50b13d42370e0f5fc62eafdd5c2d20065eaf5458dab215ff3e20e63eea96b30" | 1571 | "checksum superslice 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b50b13d42370e0f5fc62eafdd5c2d20065eaf5458dab215ff3e20e63eea96b30" |
1438 | "checksum syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)" = "261ae9ecaa397c42b960649561949d69311f08eeaea86a65696e6e46517cf741" | 1572 | "checksum syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)" = "261ae9ecaa397c42b960649561949d69311f08eeaea86a65696e6e46517cf741" |
1439 | "checksum syn 0.15.18 (registry+https://github.com/rust-lang/crates.io-index)" = "90c39a061e2f412a9f869540471ab679e85e50c6b05604daf28bc3060f75c430" | 1573 | "checksum syn 0.15.23 (registry+https://github.com/rust-lang/crates.io-index)" = "9545a6a093a3f0bd59adb472700acc08cad3776f860f16a897dfce8c88721cbc" |
1440 | "checksum synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "73687139bf99285483c96ac0add482c3776528beac1d97d444f6e91f203a2015" | 1574 | "checksum synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "73687139bf99285483c96ac0add482c3776528beac1d97d444f6e91f203a2015" |
1441 | "checksum tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8" | 1575 | "checksum tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8" |
1442 | "checksum tera 0.11.19 (registry+https://github.com/rust-lang/crates.io-index)" = "6ac6d8ad623a7efcfb4367ce2a36f84ef849d5aa3c7bcf2e0324c4cbcc57ebaf" | 1576 | "checksum tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "7e91405c14320e5c79b3d148e1c86f40749a36e490642202a31689cb1a3452b2" |
1577 | "checksum tera 0.11.20 (registry+https://github.com/rust-lang/crates.io-index)" = "4b505279e19d8f7d24b1a9dc58327c9c36174b1a2c7ebdeac70792d017cb64f3" | ||
1443 | "checksum teraron 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0d89ad4617d1dec55331067fadaa041e813479e1779616f3d3ce9308bf46184e" | 1578 | "checksum teraron 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0d89ad4617d1dec55331067fadaa041e813479e1779616f3d3ce9308bf46184e" |
1444 | "checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096" | 1579 | "checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096" |
1445 | "checksum text_unit 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "8009d7bdbd896a7e09b595f8f9325a19047fc708653e60d0895202b82135048f" | 1580 | "checksum text_unit 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "8009d7bdbd896a7e09b595f8f9325a19047fc708653e60d0895202b82135048f" |
1446 | "checksum textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "307686869c93e71f94da64286f9a9524c0f308a9e1c87a583de8e9c9039ad3f6" | 1581 | "checksum textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "307686869c93e71f94da64286f9a9524c0f308a9e1c87a583de8e9c9039ad3f6" |
1447 | "checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b" | 1582 | "checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b" |
1448 | "checksum threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e2f0c90a5f3459330ac8bc0d2f879c693bb7a2f59689c1083fc4ef83834da865" | 1583 | "checksum threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e2f0c90a5f3459330ac8bc0d2f879c693bb7a2f59689c1083fc4ef83834da865" |
1449 | "checksum time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "d825be0eb33fda1a7e68012d51e9c7f451dc1a69391e7fdc197060bb8c56667b" | 1584 | "checksum time 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "847da467bf0db05882a9e2375934a8a55cffdc9db0d128af1518200260ba1f6c" |
1450 | "checksum typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "612d636f949607bdf9b123b4a6f6d966dedf3ff669f7f045890d3a4a73948169" | 1585 | "checksum typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "612d636f949607bdf9b123b4a6f6d966dedf3ff669f7f045890d3a4a73948169" |
1451 | "checksum ucd-trie 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "71a9c5b1fe77426cf144cc30e49e955270f5086e31a6441dfa8b32efc09b9d77" | 1586 | "checksum ucd-trie 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "71a9c5b1fe77426cf144cc30e49e955270f5086e31a6441dfa8b32efc09b9d77" |
1452 | "checksum ucd-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d0f8bfa9ff0cadcd210129ad9d2c5f145c13e9ced3d3e5d948a6213487d52444" | 1587 | "checksum ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "535c204ee4d8434478593480b8f86ab45ec9aae0e83c568ca81abf0fd0e88f86" |
1453 | "checksum unic-char-property 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ce36d3f7ce754afdbccccf8ff0dd0134e50fb44aaae579f96218856e9e5dbd1e" | 1588 | "checksum unic-char-property 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ce36d3f7ce754afdbccccf8ff0dd0134e50fb44aaae579f96218856e9e5dbd1e" |
1454 | "checksum unic-char-range 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d9ab85fab42ad1b26cafc03bf891f69cb4d6e15f491030e89a0122197baa8ae8" | 1589 | "checksum unic-char-range 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d9ab85fab42ad1b26cafc03bf891f69cb4d6e15f491030e89a0122197baa8ae8" |
1455 | "checksum unic-common 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff8d4a7ade929ef7d971e16ced21a8cd56a63869aa6032dfb8cb083cf7d077bf" | 1590 | "checksum unic-common 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff8d4a7ade929ef7d971e16ced21a8cd56a63869aa6032dfb8cb083cf7d077bf" |
@@ -1468,7 +1603,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1468 | "checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a" | 1603 | "checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a" |
1469 | "checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd" | 1604 | "checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd" |
1470 | "checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" | 1605 | "checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" |
1471 | "checksum walkdir 2.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0ffb549f212c31e19f3667c55a7f515b983a84aef10fd0a4d1f9c125425115f3" | 1606 | "checksum walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "9d9d7ed3431229a144296213105a390676cc49c9b6a72bd19f3176c98e129fa1" |
1472 | "checksum winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "92c1eb33641e276cfa214a0522acad57be5c56b10cb348b3c5117db75f3ac4b0" | 1607 | "checksum winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "92c1eb33641e276cfa214a0522acad57be5c56b10cb348b3c5117db75f3ac4b0" |
1473 | "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" | 1608 | "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
1474 | "checksum winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "afc5508759c5bf4285e61feb862b6083c8480aec864fa17a81fdec6f69b461ab" | 1609 | "checksum winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "afc5508759c5bf4285e61feb862b6083c8480aec864fa17a81fdec6f69b461ab" |