diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 170 |
1 files changed, 85 insertions, 85 deletions
diff --git a/Cargo.lock b/Cargo.lock index 69b78e7de..fbf96920d 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -32,11 +32,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
32 | 32 | ||
33 | [[package]] | 33 | [[package]] |
34 | name = "backtrace" | 34 | name = "backtrace" |
35 | version = "0.3.37" | 35 | version = "0.3.38" |
36 | source = "registry+https://github.com/rust-lang/crates.io-index" | 36 | source = "registry+https://github.com/rust-lang/crates.io-index" |
37 | dependencies = [ | 37 | dependencies = [ |
38 | "backtrace-sys 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)", | 38 | "backtrace-sys 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)", |
39 | "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 39 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
40 | "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", | 40 | "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
41 | "rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", | 41 | "rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", |
42 | ] | 42 | ] |
@@ -46,7 +46,7 @@ name = "backtrace-sys" | |||
46 | version = "0.1.31" | 46 | version = "0.1.31" |
47 | source = "registry+https://github.com/rust-lang/crates.io-index" | 47 | source = "registry+https://github.com/rust-lang/crates.io-index" |
48 | dependencies = [ | 48 | dependencies = [ |
49 | "cc 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", | 49 | "cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)", |
50 | "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", | 50 | "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
51 | ] | 51 | ] |
52 | 52 | ||
@@ -73,7 +73,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
73 | 73 | ||
74 | [[package]] | 74 | [[package]] |
75 | name = "bitflags" | 75 | name = "bitflags" |
76 | version = "1.1.0" | 76 | version = "1.2.0" |
77 | source = "registry+https://github.com/rust-lang/crates.io-index" | 77 | source = "registry+https://github.com/rust-lang/crates.io-index" |
78 | 78 | ||
79 | [[package]] | 79 | [[package]] |
@@ -104,19 +104,19 @@ version = "0.8.2" | |||
104 | source = "registry+https://github.com/rust-lang/crates.io-index" | 104 | source = "registry+https://github.com/rust-lang/crates.io-index" |
105 | dependencies = [ | 105 | dependencies = [ |
106 | "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)", |
107 | "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", | 107 | "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", |
108 | "serde_derive 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", | 108 | "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", |
109 | "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", | 109 | "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", |
110 | ] | 110 | ] |
111 | 111 | ||
112 | [[package]] | 112 | [[package]] |
113 | name = "cc" | 113 | name = "cc" |
114 | version = "1.0.42" | 114 | version = "1.0.45" |
115 | source = "registry+https://github.com/rust-lang/crates.io-index" | 115 | source = "registry+https://github.com/rust-lang/crates.io-index" |
116 | 116 | ||
117 | [[package]] | 117 | [[package]] |
118 | name = "cfg-if" | 118 | name = "cfg-if" |
119 | version = "0.1.9" | 119 | version = "0.1.10" |
120 | source = "registry+https://github.com/rust-lang/crates.io-index" | 120 | source = "registry+https://github.com/rust-lang/crates.io-index" |
121 | 121 | ||
122 | [[package]] | 122 | [[package]] |
@@ -200,7 +200,7 @@ name = "cloudabi" | |||
200 | version = "0.0.3" | 200 | version = "0.0.3" |
201 | source = "registry+https://github.com/rust-lang/crates.io-index" | 201 | source = "registry+https://github.com/rust-lang/crates.io-index" |
202 | dependencies = [ | 202 | dependencies = [ |
203 | "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 203 | "bitflags 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
204 | ] | 204 | ] |
205 | 205 | ||
206 | [[package]] | 206 | [[package]] |
@@ -223,7 +223,7 @@ name = "crossbeam" | |||
223 | version = "0.7.2" | 223 | version = "0.7.2" |
224 | source = "registry+https://github.com/rust-lang/crates.io-index" | 224 | source = "registry+https://github.com/rust-lang/crates.io-index" |
225 | dependencies = [ | 225 | dependencies = [ |
226 | "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 226 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
227 | "crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", | 227 | "crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
228 | "crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | 228 | "crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
229 | "crossbeam-epoch 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | 229 | "crossbeam-epoch 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -254,7 +254,7 @@ version = "0.7.2" | |||
254 | source = "registry+https://github.com/rust-lang/crates.io-index" | 254 | source = "registry+https://github.com/rust-lang/crates.io-index" |
255 | dependencies = [ | 255 | dependencies = [ |
256 | "arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", | 256 | "arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
257 | "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 257 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
258 | "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", | 258 | "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", |
259 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 259 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
260 | "memoffset 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | 260 | "memoffset 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -274,7 +274,7 @@ name = "crossbeam-utils" | |||
274 | version = "0.6.6" | 274 | version = "0.6.6" |
275 | source = "registry+https://github.com/rust-lang/crates.io-index" | 275 | source = "registry+https://github.com/rust-lang/crates.io-index" |
276 | dependencies = [ | 276 | dependencies = [ |
277 | "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 277 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
278 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 278 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
279 | ] | 279 | ] |
280 | 280 | ||
@@ -283,7 +283,7 @@ name = "derive-new" | |||
283 | version = "0.5.8" | 283 | version = "0.5.8" |
284 | source = "registry+https://github.com/rust-lang/crates.io-index" | 284 | source = "registry+https://github.com/rust-lang/crates.io-index" |
285 | dependencies = [ | 285 | dependencies = [ |
286 | "proc-macro2 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 286 | "proc-macro2 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
287 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 287 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
288 | "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | 288 | "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
289 | ] | 289 | ] |
@@ -326,7 +326,7 @@ name = "filetime" | |||
326 | version = "0.2.7" | 326 | version = "0.2.7" |
327 | source = "registry+https://github.com/rust-lang/crates.io-index" | 327 | source = "registry+https://github.com/rust-lang/crates.io-index" |
328 | dependencies = [ | 328 | dependencies = [ |
329 | "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 329 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
330 | "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", | 330 | "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
331 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", | 331 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", |
332 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 332 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -369,7 +369,7 @@ name = "fsevent" | |||
369 | version = "0.4.0" | 369 | version = "0.4.0" |
370 | source = "registry+https://github.com/rust-lang/crates.io-index" | 370 | source = "registry+https://github.com/rust-lang/crates.io-index" |
371 | dependencies = [ | 371 | dependencies = [ |
372 | "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 372 | "bitflags 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
373 | "fsevent-sys 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 373 | "fsevent-sys 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
374 | ] | 374 | ] |
375 | 375 | ||
@@ -399,7 +399,7 @@ name = "fuchsia-zircon" | |||
399 | version = "0.3.3" | 399 | version = "0.3.3" |
400 | source = "registry+https://github.com/rust-lang/crates.io-index" | 400 | source = "registry+https://github.com/rust-lang/crates.io-index" |
401 | dependencies = [ | 401 | dependencies = [ |
402 | "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 402 | "bitflags 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
403 | "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 403 | "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
404 | ] | 404 | ] |
405 | 405 | ||
@@ -410,12 +410,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
410 | 410 | ||
411 | [[package]] | 411 | [[package]] |
412 | name = "getrandom" | 412 | name = "getrandom" |
413 | version = "0.1.11" | 413 | version = "0.1.12" |
414 | source = "registry+https://github.com/rust-lang/crates.io-index" | 414 | source = "registry+https://github.com/rust-lang/crates.io-index" |
415 | dependencies = [ | 415 | dependencies = [ |
416 | "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 416 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
417 | "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", | 417 | "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
418 | "wasi 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", | 418 | "wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
419 | ] | 419 | ] |
420 | 420 | ||
421 | [[package]] | 421 | [[package]] |
@@ -455,7 +455,7 @@ dependencies = [ | |||
455 | 455 | ||
456 | [[package]] | 456 | [[package]] |
457 | name = "indexmap" | 457 | name = "indexmap" |
458 | version = "1.1.0" | 458 | version = "1.2.0" |
459 | source = "registry+https://github.com/rust-lang/crates.io-index" | 459 | source = "registry+https://github.com/rust-lang/crates.io-index" |
460 | 460 | ||
461 | [[package]] | 461 | [[package]] |
@@ -475,7 +475,7 @@ name = "inotify" | |||
475 | version = "0.6.1" | 475 | version = "0.6.1" |
476 | source = "registry+https://github.com/rust-lang/crates.io-index" | 476 | source = "registry+https://github.com/rust-lang/crates.io-index" |
477 | dependencies = [ | 477 | dependencies = [ |
478 | "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 478 | "bitflags 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
479 | "inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 479 | "inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
480 | "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", | 480 | "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
481 | ] | 481 | ] |
@@ -496,7 +496,7 @@ dependencies = [ | |||
496 | "console 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 496 | "console 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
497 | "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 497 | "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
498 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 498 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
499 | "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", | 499 | "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", |
500 | "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", | 500 | "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", |
501 | "serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)", | 501 | "serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)", |
502 | "uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", | 502 | "uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -539,7 +539,7 @@ name = "jemalloc-sys" | |||
539 | version = "0.3.2" | 539 | version = "0.3.2" |
540 | source = "registry+https://github.com/rust-lang/crates.io-index" | 540 | source = "registry+https://github.com/rust-lang/crates.io-index" |
541 | dependencies = [ | 541 | dependencies = [ |
542 | "cc 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", | 542 | "cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)", |
543 | "fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 543 | "fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
544 | "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", | 544 | "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
545 | ] | 545 | ] |
@@ -610,7 +610,7 @@ name = "log" | |||
610 | version = "0.4.8" | 610 | version = "0.4.8" |
611 | source = "registry+https://github.com/rust-lang/crates.io-index" | 611 | source = "registry+https://github.com/rust-lang/crates.io-index" |
612 | dependencies = [ | 612 | dependencies = [ |
613 | "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 613 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
614 | ] | 614 | ] |
615 | 615 | ||
616 | [[package]] | 616 | [[package]] |
@@ -620,7 +620,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
620 | dependencies = [ | 620 | dependencies = [ |
621 | "crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", | 621 | "crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
622 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 622 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
623 | "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", | 623 | "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", |
624 | "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", | 624 | "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", |
625 | ] | 625 | ] |
626 | 626 | ||
@@ -629,8 +629,8 @@ name = "lsp-types" | |||
629 | version = "0.61.0" | 629 | version = "0.61.0" |
630 | source = "registry+https://github.com/rust-lang/crates.io-index" | 630 | source = "registry+https://github.com/rust-lang/crates.io-index" |
631 | dependencies = [ | 631 | dependencies = [ |
632 | "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 632 | "bitflags 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
633 | "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", | 633 | "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", |
634 | "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", | 634 | "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", |
635 | "serde_repr 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 635 | "serde_repr 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
636 | "url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 636 | "url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -698,7 +698,7 @@ name = "net2" | |||
698 | version = "0.2.33" | 698 | version = "0.2.33" |
699 | source = "registry+https://github.com/rust-lang/crates.io-index" | 699 | source = "registry+https://github.com/rust-lang/crates.io-index" |
700 | dependencies = [ | 700 | dependencies = [ |
701 | "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 701 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
702 | "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", | 702 | "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
703 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 703 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
704 | ] | 704 | ] |
@@ -713,7 +713,7 @@ name = "notify" | |||
713 | version = "4.0.13" | 713 | version = "4.0.13" |
714 | source = "registry+https://github.com/rust-lang/crates.io-index" | 714 | source = "registry+https://github.com/rust-lang/crates.io-index" |
715 | dependencies = [ | 715 | dependencies = [ |
716 | "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 716 | "bitflags 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
717 | "filetime 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", | 717 | "filetime 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
718 | "fsevent 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 718 | "fsevent 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
719 | "fsevent-sys 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 719 | "fsevent-sys 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -784,7 +784,7 @@ name = "parking_lot_core" | |||
784 | version = "0.6.2" | 784 | version = "0.6.2" |
785 | source = "registry+https://github.com/rust-lang/crates.io-index" | 785 | source = "registry+https://github.com/rust-lang/crates.io-index" |
786 | dependencies = [ | 786 | dependencies = [ |
787 | "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 787 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
788 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | 788 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
789 | "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", | 789 | "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
790 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", | 790 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -808,7 +808,7 @@ version = "0.1.6" | |||
808 | source = "registry+https://github.com/rust-lang/crates.io-index" | 808 | source = "registry+https://github.com/rust-lang/crates.io-index" |
809 | dependencies = [ | 809 | dependencies = [ |
810 | "proc-macro-hack 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)", | 810 | "proc-macro-hack 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)", |
811 | "proc-macro2 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 811 | "proc-macro2 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
812 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 812 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
813 | "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | 813 | "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
814 | ] | 814 | ] |
@@ -842,14 +842,14 @@ name = "proc-macro-hack" | |||
842 | version = "0.5.9" | 842 | version = "0.5.9" |
843 | source = "registry+https://github.com/rust-lang/crates.io-index" | 843 | source = "registry+https://github.com/rust-lang/crates.io-index" |
844 | dependencies = [ | 844 | dependencies = [ |
845 | "proc-macro2 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 845 | "proc-macro2 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
846 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 846 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
847 | "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | 847 | "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
848 | ] | 848 | ] |
849 | 849 | ||
850 | [[package]] | 850 | [[package]] |
851 | name = "proc-macro2" | 851 | name = "proc-macro2" |
852 | version = "1.0.2" | 852 | version = "1.0.4" |
853 | source = "registry+https://github.com/rust-lang/crates.io-index" | 853 | source = "registry+https://github.com/rust-lang/crates.io-index" |
854 | dependencies = [ | 854 | dependencies = [ |
855 | "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 855 | "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -861,7 +861,7 @@ version = "0.9.4" | |||
861 | source = "registry+https://github.com/rust-lang/crates.io-index" | 861 | source = "registry+https://github.com/rust-lang/crates.io-index" |
862 | dependencies = [ | 862 | dependencies = [ |
863 | "bit-set 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | 863 | "bit-set 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
864 | "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 864 | "bitflags 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
865 | "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", | 865 | "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
866 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 866 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
867 | "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | 867 | "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -882,7 +882,7 @@ name = "quote" | |||
882 | version = "1.0.2" | 882 | version = "1.0.2" |
883 | source = "registry+https://github.com/rust-lang/crates.io-index" | 883 | source = "registry+https://github.com/rust-lang/crates.io-index" |
884 | dependencies = [ | 884 | dependencies = [ |
885 | "proc-macro2 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 885 | "proc-macro2 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
886 | ] | 886 | ] |
887 | 887 | ||
888 | [[package]] | 888 | [[package]] |
@@ -945,7 +945,7 @@ dependencies = [ | |||
945 | "ra_syntax 0.1.0", | 945 | "ra_syntax 0.1.0", |
946 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 946 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
947 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 947 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
948 | "salsa 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", | 948 | "salsa 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", |
949 | ] | 949 | ] |
950 | 950 | ||
951 | [[package]] | 951 | [[package]] |
@@ -999,7 +999,7 @@ dependencies = [ | |||
999 | "ra_prof 0.1.0", | 999 | "ra_prof 0.1.0", |
1000 | "ra_syntax 0.1.0", | 1000 | "ra_syntax 0.1.0", |
1001 | "ra_text_edit 0.1.0", | 1001 | "ra_text_edit 0.1.0", |
1002 | "rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1002 | "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1003 | "rayon 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1003 | "rayon 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1004 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1004 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1005 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1005 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1029,7 +1029,7 @@ dependencies = [ | |||
1029 | "ra_vfs_glob 0.1.0", | 1029 | "ra_vfs_glob 0.1.0", |
1030 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1030 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1031 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1031 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1032 | "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", | 1032 | "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", |
1033 | "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", | 1033 | "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", |
1034 | "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1034 | "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1035 | "test_utils 0.1.0", | 1035 | "test_utils 0.1.0", |
@@ -1061,7 +1061,7 @@ dependencies = [ | |||
1061 | name = "ra_prof" | 1061 | name = "ra_prof" |
1062 | version = "0.1.0" | 1062 | version = "0.1.0" |
1063 | dependencies = [ | 1063 | dependencies = [ |
1064 | "backtrace 0.3.37 (registry+https://github.com/rust-lang/crates.io-index)", | 1064 | "backtrace 0.3.38 (registry+https://github.com/rust-lang/crates.io-index)", |
1065 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1065 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1066 | "jemalloc-ctl 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1066 | "jemalloc-ctl 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1067 | "jemallocator 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1067 | "jemallocator 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1077,7 +1077,7 @@ dependencies = [ | |||
1077 | "ra_arena 0.1.0", | 1077 | "ra_arena 0.1.0", |
1078 | "ra_db 0.1.0", | 1078 | "ra_db 0.1.0", |
1079 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1079 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1080 | "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", | 1080 | "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", |
1081 | "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", | 1081 | "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", |
1082 | ] | 1082 | ] |
1083 | 1083 | ||
@@ -1093,7 +1093,7 @@ dependencies = [ | |||
1093 | "rowan 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1093 | "rowan 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1094 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1094 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1095 | "rustc_lexer 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1095 | "rustc_lexer 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1096 | "smol_str 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", | 1096 | "smol_str 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
1097 | "test_utils 0.1.0", | 1097 | "test_utils 0.1.0", |
1098 | "walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)", | 1098 | "walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1099 | ] | 1099 | ] |
@@ -1113,10 +1113,10 @@ version = "0.1.0" | |||
1113 | dependencies = [ | 1113 | dependencies = [ |
1114 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1114 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1115 | "pico-args 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1115 | "pico-args 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1116 | "proc-macro2 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1116 | "proc-macro2 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1117 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1117 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1118 | "ron 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1118 | "ron 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1119 | "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", | 1119 | "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", |
1120 | "walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)", | 1120 | "walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1121 | ] | 1121 | ] |
1122 | 1122 | ||
@@ -1124,7 +1124,7 @@ dependencies = [ | |||
1124 | name = "ra_tt" | 1124 | name = "ra_tt" |
1125 | version = "0.1.0" | 1125 | version = "0.1.0" |
1126 | dependencies = [ | 1126 | dependencies = [ |
1127 | "smol_str 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", | 1127 | "smol_str 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
1128 | ] | 1128 | ] |
1129 | 1129 | ||
1130 | [[package]] | 1130 | [[package]] |
@@ -1170,10 +1170,10 @@ dependencies = [ | |||
1170 | 1170 | ||
1171 | [[package]] | 1171 | [[package]] |
1172 | name = "rand" | 1172 | name = "rand" |
1173 | version = "0.7.0" | 1173 | version = "0.7.2" |
1174 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1174 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1175 | dependencies = [ | 1175 | dependencies = [ |
1176 | "getrandom 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", | 1176 | "getrandom 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1177 | "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", | 1177 | "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
1178 | "rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1178 | "rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1179 | "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1179 | "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1217,7 +1217,7 @@ name = "rand_core" | |||
1217 | version = "0.5.1" | 1217 | version = "0.5.1" |
1218 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1218 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1219 | dependencies = [ | 1219 | dependencies = [ |
1220 | "getrandom 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", | 1220 | "getrandom 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1221 | ] | 1221 | ] |
1222 | 1222 | ||
1223 | [[package]] | 1223 | [[package]] |
@@ -1363,8 +1363,8 @@ version = "0.5.1" | |||
1363 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1363 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1364 | dependencies = [ | 1364 | dependencies = [ |
1365 | "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1365 | "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1366 | "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1366 | "bitflags 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1367 | "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", | 1367 | "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", |
1368 | ] | 1368 | ] |
1369 | 1369 | ||
1370 | [[package]] | 1370 | [[package]] |
@@ -1373,7 +1373,7 @@ version = "0.6.2" | |||
1373 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1373 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1374 | dependencies = [ | 1374 | dependencies = [ |
1375 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1375 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1376 | "smol_str 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", | 1376 | "smol_str 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
1377 | "text_unit 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 1377 | "text_unit 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1378 | ] | 1378 | ] |
1379 | 1379 | ||
@@ -1413,15 +1413,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1413 | 1413 | ||
1414 | [[package]] | 1414 | [[package]] |
1415 | name = "salsa" | 1415 | name = "salsa" |
1416 | version = "0.13.0" | 1416 | version = "0.13.1" |
1417 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1417 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1418 | dependencies = [ | 1418 | dependencies = [ |
1419 | "crossbeam 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1419 | "crossbeam 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1420 | "derive-new 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1420 | "derive-new 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1421 | "indexmap 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1421 | "indexmap 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1422 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1422 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1423 | "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1423 | "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1424 | "rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1424 | "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1425 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1425 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1426 | "salsa-macros 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1426 | "salsa-macros 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1427 | "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", | 1427 | "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1433,7 +1433,7 @@ version = "0.13.1" | |||
1433 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1433 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1434 | dependencies = [ | 1434 | dependencies = [ |
1435 | "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1435 | "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1436 | "proc-macro2 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1436 | "proc-macro2 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1437 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1437 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1438 | "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1438 | "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1439 | ] | 1439 | ] |
@@ -1457,7 +1457,7 @@ version = "0.9.0" | |||
1457 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1457 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1458 | dependencies = [ | 1458 | dependencies = [ |
1459 | "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1459 | "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1460 | "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", | 1460 | "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", |
1461 | ] | 1461 | ] |
1462 | 1462 | ||
1463 | [[package]] | 1463 | [[package]] |
@@ -1467,18 +1467,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1467 | 1467 | ||
1468 | [[package]] | 1468 | [[package]] |
1469 | name = "serde" | 1469 | name = "serde" |
1470 | version = "1.0.99" | 1470 | version = "1.0.101" |
1471 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1471 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1472 | dependencies = [ | 1472 | dependencies = [ |
1473 | "serde_derive 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", | 1473 | "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", |
1474 | ] | 1474 | ] |
1475 | 1475 | ||
1476 | [[package]] | 1476 | [[package]] |
1477 | name = "serde_derive" | 1477 | name = "serde_derive" |
1478 | version = "1.0.99" | 1478 | version = "1.0.101" |
1479 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1479 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1480 | dependencies = [ | 1480 | dependencies = [ |
1481 | "proc-macro2 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1481 | "proc-macro2 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1482 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1482 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1483 | "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1483 | "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1484 | ] | 1484 | ] |
@@ -1490,7 +1490,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1490 | dependencies = [ | 1490 | dependencies = [ |
1491 | "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1491 | "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1492 | "ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1492 | "ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1493 | "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", | 1493 | "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", |
1494 | ] | 1494 | ] |
1495 | 1495 | ||
1496 | [[package]] | 1496 | [[package]] |
@@ -1498,7 +1498,7 @@ name = "serde_repr" | |||
1498 | version = "0.1.5" | 1498 | version = "0.1.5" |
1499 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1499 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1500 | dependencies = [ | 1500 | dependencies = [ |
1501 | "proc-macro2 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1501 | "proc-macro2 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1502 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1502 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1503 | "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1503 | "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1504 | ] | 1504 | ] |
@@ -1510,7 +1510,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1510 | dependencies = [ | 1510 | dependencies = [ |
1511 | "dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1511 | "dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1512 | "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1512 | "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1513 | "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", | 1513 | "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", |
1514 | "yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1514 | "yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1515 | ] | 1515 | ] |
1516 | 1516 | ||
@@ -1526,10 +1526,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1526 | 1526 | ||
1527 | [[package]] | 1527 | [[package]] |
1528 | name = "smol_str" | 1528 | name = "smol_str" |
1529 | version = "0.1.12" | 1529 | version = "0.1.13" |
1530 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1530 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1531 | dependencies = [ | 1531 | dependencies = [ |
1532 | "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", | 1532 | "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", |
1533 | ] | 1533 | ] |
1534 | 1534 | ||
1535 | [[package]] | 1535 | [[package]] |
@@ -1537,8 +1537,8 @@ name = "stacker" | |||
1537 | version = "0.1.5" | 1537 | version = "0.1.5" |
1538 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1538 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1539 | dependencies = [ | 1539 | dependencies = [ |
1540 | "cc 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", | 1540 | "cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)", |
1541 | "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 1541 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
1542 | "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", | 1542 | "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
1543 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1543 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1544 | ] | 1544 | ] |
@@ -1553,7 +1553,7 @@ name = "syn" | |||
1553 | version = "1.0.5" | 1553 | version = "1.0.5" |
1554 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1554 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1555 | dependencies = [ | 1555 | dependencies = [ |
1556 | "proc-macro2 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1556 | "proc-macro2 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1557 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1557 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1558 | "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1558 | "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1559 | ] | 1559 | ] |
@@ -1563,9 +1563,9 @@ name = "tempfile" | |||
1563 | version = "3.1.0" | 1563 | version = "3.1.0" |
1564 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1564 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1565 | dependencies = [ | 1565 | dependencies = [ |
1566 | "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 1566 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
1567 | "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", | 1567 | "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
1568 | "rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1568 | "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1569 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", | 1569 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", |
1570 | "remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1570 | "remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1571 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1571 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1666,7 +1666,7 @@ dependencies = [ | |||
1666 | "idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1666 | "idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1667 | "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1667 | "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1668 | "percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1668 | "percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1669 | "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", | 1669 | "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", |
1670 | ] | 1670 | ] |
1671 | 1671 | ||
1672 | [[package]] | 1672 | [[package]] |
@@ -1675,7 +1675,7 @@ version = "0.7.4" | |||
1675 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1675 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1676 | dependencies = [ | 1676 | dependencies = [ |
1677 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1677 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1678 | "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", | 1678 | "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", |
1679 | ] | 1679 | ] |
1680 | 1680 | ||
1681 | [[package]] | 1681 | [[package]] |
@@ -1695,7 +1695,7 @@ dependencies = [ | |||
1695 | 1695 | ||
1696 | [[package]] | 1696 | [[package]] |
1697 | name = "wasi" | 1697 | name = "wasi" |
1698 | version = "0.5.0" | 1698 | version = "0.7.0" |
1699 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1699 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1700 | 1700 | ||
1701 | [[package]] | 1701 | [[package]] |
@@ -1769,18 +1769,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1769 | "checksum arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = "b8d73f9beda665eaa98ab9e4f7442bd4e7de6652587de55b2525e52e29c1b0ba" | 1769 | "checksum arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = "b8d73f9beda665eaa98ab9e4f7442bd4e7de6652587de55b2525e52e29c1b0ba" |
1770 | "checksum atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1803c647a3ec87095e7ae7acfca019e98de5ec9a7d01343f611cf3152ed71a90" | 1770 | "checksum atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1803c647a3ec87095e7ae7acfca019e98de5ec9a7d01343f611cf3152ed71a90" |
1771 | "checksum autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "b671c8fb71b457dd4ae18c4ba1e59aa81793daacc361d82fcd410cef0d491875" | 1771 | "checksum autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "b671c8fb71b457dd4ae18c4ba1e59aa81793daacc361d82fcd410cef0d491875" |
1772 | "checksum backtrace 0.3.37 (registry+https://github.com/rust-lang/crates.io-index)" = "5180c5a20655b14a819b652fd2378fa5f1697b6c9ddad3e695c2f9cedf6df4e2" | 1772 | "checksum backtrace 0.3.38 (registry+https://github.com/rust-lang/crates.io-index)" = "690a62be8920ccf773ee00ef0968649b0e724cda8bd5b12286302b4ae955fdf5" |
1773 | "checksum backtrace-sys 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)" = "82a830b4ef2d1124a711c71d263c5abdc710ef8e907bd508c88be475cebc422b" | 1773 | "checksum backtrace-sys 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)" = "82a830b4ef2d1124a711c71d263c5abdc710ef8e907bd508c88be475cebc422b" |
1774 | "checksum base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e" | 1774 | "checksum base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e" |
1775 | "checksum bit-set 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e84c238982c4b1e1ee668d136c510c67a13465279c0cb367ea6baf6310620a80" | 1775 | "checksum bit-set 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e84c238982c4b1e1ee668d136c510c67a13465279c0cb367ea6baf6310620a80" |
1776 | "checksum bit-vec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f59bbe95d4e52a6398ec21238d31577f2b28a9d86807f06ca59d191d8440d0bb" | 1776 | "checksum bit-vec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f59bbe95d4e52a6398ec21238d31577f2b28a9d86807f06ca59d191d8440d0bb" |
1777 | "checksum bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3d155346769a6855b86399e9bc3814ab343cd3d62c7e985113d46a0ec3c281fd" | 1777 | "checksum bitflags 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8a606a02debe2813760609f57a64a2ffd27d9fdf5b2f133eaca0b248dd92cdd2" |
1778 | "checksum bstr 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8d6c2c5b58ab920a4f5aeaaca34b4488074e8cc7596af94e6f8c6ff247c60245" | 1778 | "checksum bstr 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8d6c2c5b58ab920a4f5aeaaca34b4488074e8cc7596af94e6f8c6ff247c60245" |
1779 | "checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5" | 1779 | "checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5" |
1780 | "checksum c2-chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7d64d04786e0f528460fc884753cf8dddcc466be308f6026f8e355c41a0e4101" | 1780 | "checksum c2-chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7d64d04786e0f528460fc884753cf8dddcc466be308f6026f8e355c41a0e4101" |
1781 | "checksum cargo_metadata 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "700b3731fd7d357223d0000f4dbf1808401b694609035c3c411fbc0cd375c426" | 1781 | "checksum cargo_metadata 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "700b3731fd7d357223d0000f4dbf1808401b694609035c3c411fbc0cd375c426" |
1782 | "checksum cc 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)" = "a61c7bce55cd2fae6ec8cb935ebd76256c2959a1f95790f6118a441c2cd5b406" | 1782 | "checksum cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)" = "4fc9a35e1f4290eb9e5fc54ba6cf40671ed2a2514c3eeb2b2a908dda2ea5a1be" |
1783 | "checksum cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "b486ce3ccf7ffd79fdeb678eac06a9e6c09fc88d33836340becb8fffe87c5e33" | 1783 | "checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" |
1784 | "checksum chalk-engine 0.9.0 (git+https://github.com/rust-lang/chalk.git)" = "<none>" | 1784 | "checksum chalk-engine 0.9.0 (git+https://github.com/rust-lang/chalk.git)" = "<none>" |
1785 | "checksum chalk-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git)" = "<none>" | 1785 | "checksum chalk-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git)" = "<none>" |
1786 | "checksum chalk-macros 0.1.1 (git+https://github.com/rust-lang/chalk.git)" = "<none>" | 1786 | "checksum chalk-macros 0.1.1 (git+https://github.com/rust-lang/chalk.git)" = "<none>" |
@@ -1815,12 +1815,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1815 | "checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" | 1815 | "checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" |
1816 | "checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" | 1816 | "checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" |
1817 | "checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" | 1817 | "checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" |
1818 | "checksum getrandom 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "fc344b02d3868feb131e8b5fe2b9b0a1cc42942679af493061fc13b853243872" | 1818 | "checksum getrandom 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "473a1265acc8ff1e808cd0a1af8cee3c2ee5200916058a2ca113c29f2d903571" |
1819 | "checksum glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" | 1819 | "checksum glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" |
1820 | "checksum globset 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "925aa2cac82d8834e2b2a4415b6f6879757fb5c0928fc445ae76461a12eed8f2" | 1820 | "checksum globset 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "925aa2cac82d8834e2b2a4415b6f6879757fb5c0928fc445ae76461a12eed8f2" |
1821 | "checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" | 1821 | "checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" |
1822 | "checksum idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9" | 1822 | "checksum idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9" |
1823 | "checksum indexmap 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a4d6d89e0948bf10c08b9ecc8ac5b83f07f857ebe2c0cbe38de15b4e4f510356" | 1823 | "checksum indexmap 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a61202fbe46c4a951e9404a720a0180bcf3212c750d735cb5c4ba4dc551299f3" |
1824 | "checksum indicatif 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2c60da1c9abea75996b70a931bba6c750730399005b61ccd853cee50ef3d0d0c" | 1824 | "checksum indicatif 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2c60da1c9abea75996b70a931bba6c750730399005b61ccd853cee50ef3d0d0c" |
1825 | "checksum inotify 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "40b54539f3910d6f84fbf9a643efd6e3aa6e4f001426c0329576128255994718" | 1825 | "checksum inotify 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "40b54539f3910d6f84fbf9a643efd6e3aa6e4f001426c0329576128255994718" |
1826 | "checksum inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e74a1aa87c59aeff6ef2cc2fa62d41bc43f54952f55652656b18a02fd5e356c0" | 1826 | "checksum inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e74a1aa87c59aeff6ef2cc2fa62d41bc43f54952f55652656b18a02fd5e356c0" |
@@ -1867,13 +1867,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1867 | "checksum pico-args 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2fce25154205cf4360b456fd7d48994afe20663b77e3bd3d0a353a2fccf7f22c" | 1867 | "checksum pico-args 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2fce25154205cf4360b456fd7d48994afe20663b77e3bd3d0a353a2fccf7f22c" |
1868 | "checksum ppv-lite86 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e3cbf9f658cdb5000fcf6f362b8ea2ba154b9f146a61c7a20d647034c6b6561b" | 1868 | "checksum ppv-lite86 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e3cbf9f658cdb5000fcf6f362b8ea2ba154b9f146a61c7a20d647034c6b6561b" |
1869 | "checksum proc-macro-hack 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e688f31d92ffd7c1ddc57a1b4e6d773c0f2a14ee437a4b0a4f5a69c80eb221c8" | 1869 | "checksum proc-macro-hack 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e688f31d92ffd7c1ddc57a1b4e6d773c0f2a14ee437a4b0a4f5a69c80eb221c8" |
1870 | "checksum proc-macro2 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "175a40b9cf564ce9bf050654633dbf339978706b8ead1a907bb970b63185dd95" | 1870 | "checksum proc-macro2 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "afdc77cc74ec70ed262262942ebb7dac3d479e9e5cfa2da1841c0806f6cdabcc" |
1871 | "checksum proptest 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cf147e022eacf0c8a054ab864914a7602618adba841d800a9a9868a5237a529f" | 1871 | "checksum proptest 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cf147e022eacf0c8a054ab864914a7602618adba841d800a9a9868a5237a529f" |
1872 | "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" | 1872 | "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" |
1873 | "checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe" | 1873 | "checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe" |
1874 | "checksum ra_vfs 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fdf6a0926414eb0c00866eb9274894182302f879cd06b5459c1d8ee7f1234aed" | 1874 | "checksum ra_vfs 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fdf6a0926414eb0c00866eb9274894182302f879cd06b5459c1d8ee7f1234aed" |
1875 | "checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca" | 1875 | "checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca" |
1876 | "checksum rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d47eab0e83d9693d40f825f86948aa16eff6750ead4bdffc4ab95b8b3a7f052c" | 1876 | "checksum rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3ae1b169243eaf61759b8475a998f0a385e42042370f3a7dbaf35246eacc8412" |
1877 | "checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef" | 1877 | "checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef" |
1878 | "checksum rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "03a2a90da8c7523f554344f921aa97283eadf6ac484a6d2a7d0212fa7f8d6853" | 1878 | "checksum rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "03a2a90da8c7523f554344f921aa97283eadf6ac484a6d2a7d0212fa7f8d6853" |
1879 | "checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" | 1879 | "checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" |
@@ -1902,20 +1902,20 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1902 | "checksum rustc_lexer 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c86aae0c77166108c01305ee1a36a1e77289d7dc6ca0a3cd91ff4992de2d16a5" | 1902 | "checksum rustc_lexer 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c86aae0c77166108c01305ee1a36a1e77289d7dc6ca0a3cd91ff4992de2d16a5" |
1903 | "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" | 1903 | "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" |
1904 | "checksum ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c92464b447c0ee8c4fb3824ecc8383b81717b9f1e74ba2e72540aef7b9f82997" | 1904 | "checksum ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c92464b447c0ee8c4fb3824ecc8383b81717b9f1e74ba2e72540aef7b9f82997" |
1905 | "checksum salsa 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e3265a2a9bbd384bd2a9f9511c2c18fb41f62c412516052e8934517dc8ff64f1" | 1905 | "checksum salsa 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)" = "df34c3a66ef408c3219c11dee2c928d52e679390d3ee6e0b87e96cc758d85377" |
1906 | "checksum salsa-macros 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6c15f36e5c85b3f40b84283321f97ef2ceafa6f9996cffad06793a9e096ab695" | 1906 | "checksum salsa-macros 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6c15f36e5c85b3f40b84283321f97ef2ceafa6f9996cffad06793a9e096ab695" |
1907 | "checksum same-file 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "585e8ddcedc187886a30fa705c47985c3fa88d06624095856b36ca0b82ff4421" | 1907 | "checksum same-file 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "585e8ddcedc187886a30fa705c47985c3fa88d06624095856b36ca0b82ff4421" |
1908 | "checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d" | 1908 | "checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d" |
1909 | "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" | 1909 | "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" |
1910 | "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" | 1910 | "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" |
1911 | "checksum serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)" = "fec2851eb56d010dc9a21b89ca53ee75e6528bab60c11e89d38390904982da9f" | 1911 | "checksum serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)" = "9796c9b7ba2ffe7a9ce53c2287dfc48080f4b2b362fcc245a259b3a7201119dd" |
1912 | "checksum serde_derive 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)" = "cb4dc18c61206b08dc98216c98faa0232f4337e1e1b8574551d5bad29ea1b425" | 1912 | "checksum serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)" = "4b133a43a1ecd55d4086bd5b4dc6c1751c68b1bfbeba7a5040442022c7e7c02e" |
1913 | "checksum serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)" = "051c49229f282f7c6f3813f8286cc1e3323e8051823fce42c7ea80fe13521704" | 1913 | "checksum serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)" = "051c49229f282f7c6f3813f8286cc1e3323e8051823fce42c7ea80fe13521704" |
1914 | "checksum serde_repr 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "cd02c7587ec314570041b2754829f84d873ced14a96d1fd1823531e11db40573" | 1914 | "checksum serde_repr 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "cd02c7587ec314570041b2754829f84d873ced14a96d1fd1823531e11db40573" |
1915 | "checksum serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)" = "38b08a9a90e5260fe01c6480ec7c811606df6d3a660415808c3c3fa8ed95b582" | 1915 | "checksum serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)" = "38b08a9a90e5260fe01c6480ec7c811606df6d3a660415808c3c3fa8ed95b582" |
1916 | "checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" | 1916 | "checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" |
1917 | "checksum smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "ab606a9c5e214920bb66c458cd7be8ef094f813f20fe77a54cc7dbfff220d4b7" | 1917 | "checksum smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "ab606a9c5e214920bb66c458cd7be8ef094f813f20fe77a54cc7dbfff220d4b7" |
1918 | "checksum smol_str 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "590700be3630457c56f8c73c0ea39881476ad7076cd84057d44f4f38f79914fb" | 1918 | "checksum smol_str 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "378286eaa0fa9e6bbc351c9bfcc2320391c347e014f10cb177c26be18142e596" |
1919 | "checksum stacker 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fb79482f57cf598af52094ec4cc3b3c42499d3ce5bd426f2ac41515b7e57404b" | 1919 | "checksum stacker 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fb79482f57cf598af52094ec4cc3b3c42499d3ce5bd426f2ac41515b7e57404b" |
1920 | "checksum superslice 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab16ced94dbd8a46c82fd81e3ed9a8727dac2977ea869d217bcc4ea1f122e81f" | 1920 | "checksum superslice 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab16ced94dbd8a46c82fd81e3ed9a8727dac2977ea869d217bcc4ea1f122e81f" |
1921 | "checksum syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "66850e97125af79138385e9b88339cbcd037e3f28ceab8c5ad98e64f0f1f80bf" | 1921 | "checksum syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "66850e97125af79138385e9b88339cbcd037e3f28ceab8c5ad98e64f0f1f80bf" |
@@ -1935,7 +1935,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1935 | "checksum uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "90dbc611eb48397705a6b0f6e917da23ae517e4d127123d2cf7674206627d32a" | 1935 | "checksum uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "90dbc611eb48397705a6b0f6e917da23ae517e4d127123d2cf7674206627d32a" |
1936 | "checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd" | 1936 | "checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd" |
1937 | "checksum walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)" = "9658c94fa8b940eab2250bd5a457f9c48b748420d71293b165c8cdbe2f55f71e" | 1937 | "checksum walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)" = "9658c94fa8b940eab2250bd5a457f9c48b748420d71293b165c8cdbe2f55f71e" |
1938 | "checksum wasi 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fd5442abcac6525a045cc8c795aedb60da7a2e5e89c7bf18a0d5357849bb23c7" | 1938 | "checksum wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b89c3ce4ce14bdc6fb6beaf9ec7928ca331de5df7e5ea278375642a2f478570d" |
1939 | "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" | 1939 | "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" |
1940 | "checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6" | 1940 | "checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6" |
1941 | "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" | 1941 | "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" |