diff options
-rw-r--r-- | Cargo.lock | 57 |
1 files changed, 28 insertions, 29 deletions
diff --git a/Cargo.lock b/Cargo.lock index f81b40e51..fd8d4721f 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -13,7 +13,7 @@ name = "arrayvec" | |||
13 | version = "0.4.11" | 13 | version = "0.4.11" |
14 | source = "registry+https://github.com/rust-lang/crates.io-index" | 14 | source = "registry+https://github.com/rust-lang/crates.io-index" |
15 | dependencies = [ | 15 | dependencies = [ |
16 | "nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", | 16 | "nodrop 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", |
17 | ] | 17 | ] |
18 | 18 | ||
19 | [[package]] | 19 | [[package]] |
@@ -106,7 +106,7 @@ 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.101 (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.101 (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.41 (registry+https://github.com/rust-lang/crates.io-index)", |
110 | ] | 110 | ] |
111 | 111 | ||
112 | [[package]] | 112 | [[package]] |
@@ -497,18 +497,17 @@ dependencies = [ | |||
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.101 (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.41 (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.11 (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)", |
503 | ] | 503 | ] |
504 | 504 | ||
505 | [[package]] | 505 | [[package]] |
506 | name = "iovec" | 506 | name = "iovec" |
507 | version = "0.1.2" | 507 | version = "0.1.4" |
508 | source = "registry+https://github.com/rust-lang/crates.io-index" | 508 | source = "registry+https://github.com/rust-lang/crates.io-index" |
509 | dependencies = [ | 509 | dependencies = [ |
510 | "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", | 510 | "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
511 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | ||
512 | ] | 511 | ] |
513 | 512 | ||
514 | [[package]] | 513 | [[package]] |
@@ -621,7 +620,7 @@ dependencies = [ | |||
621 | "crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", | 620 | "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)", | 621 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
623 | "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", | 622 | "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)", | 623 | "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", |
625 | ] | 624 | ] |
626 | 625 | ||
627 | [[package]] | 626 | [[package]] |
@@ -631,7 +630,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
631 | dependencies = [ | 630 | dependencies = [ |
632 | "bitflags 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 631 | "bitflags 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
633 | "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", | 632 | "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)", | 633 | "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", |
635 | "serde_repr 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 634 | "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)", | 635 | "url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
637 | ] | 636 | ] |
@@ -661,7 +660,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
661 | dependencies = [ | 660 | dependencies = [ |
662 | "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 661 | "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
663 | "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 662 | "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
664 | "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 663 | "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
665 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 664 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
666 | "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", | 665 | "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
667 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 666 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -705,7 +704,7 @@ dependencies = [ | |||
705 | 704 | ||
706 | [[package]] | 705 | [[package]] |
707 | name = "nodrop" | 706 | name = "nodrop" |
708 | version = "0.1.13" | 707 | version = "0.1.14" |
709 | source = "registry+https://github.com/rust-lang/crates.io-index" | 708 | source = "registry+https://github.com/rust-lang/crates.io-index" |
710 | 709 | ||
711 | [[package]] | 710 | [[package]] |
@@ -799,7 +798,7 @@ version = "0.1.6" | |||
799 | source = "registry+https://github.com/rust-lang/crates.io-index" | 798 | source = "registry+https://github.com/rust-lang/crates.io-index" |
800 | dependencies = [ | 799 | dependencies = [ |
801 | "paste-impl 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 800 | "paste-impl 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
802 | "proc-macro-hack 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)", | 801 | "proc-macro-hack 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)", |
803 | ] | 802 | ] |
804 | 803 | ||
805 | [[package]] | 804 | [[package]] |
@@ -807,7 +806,7 @@ name = "paste-impl" | |||
807 | version = "0.1.6" | 806 | version = "0.1.6" |
808 | source = "registry+https://github.com/rust-lang/crates.io-index" | 807 | source = "registry+https://github.com/rust-lang/crates.io-index" |
809 | dependencies = [ | 808 | dependencies = [ |
810 | "proc-macro-hack 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)", | 809 | "proc-macro-hack 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)", |
811 | "proc-macro2 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | 810 | "proc-macro2 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
812 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 811 | "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)", | 812 | "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -839,7 +838,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
839 | 838 | ||
840 | [[package]] | 839 | [[package]] |
841 | name = "proc-macro-hack" | 840 | name = "proc-macro-hack" |
842 | version = "0.5.9" | 841 | version = "0.5.10" |
843 | source = "registry+https://github.com/rust-lang/crates.io-index" | 842 | source = "registry+https://github.com/rust-lang/crates.io-index" |
844 | dependencies = [ | 843 | dependencies = [ |
845 | "proc-macro2 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | 844 | "proc-macro2 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -957,7 +956,7 @@ dependencies = [ | |||
957 | "ra_syntax 0.1.0", | 956 | "ra_syntax 0.1.0", |
958 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 957 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
959 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 958 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
960 | "salsa 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", | 959 | "salsa 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", |
961 | ] | 960 | ] |
962 | 961 | ||
963 | [[package]] | 962 | [[package]] |
@@ -1045,7 +1044,7 @@ dependencies = [ | |||
1045 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1044 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1046 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1045 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1047 | "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", | 1046 | "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", |
1048 | "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", | 1047 | "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", |
1049 | "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1048 | "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1050 | "test_utils 0.1.0", | 1049 | "test_utils 0.1.0", |
1051 | "threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1050 | "threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1094,7 +1093,7 @@ dependencies = [ | |||
1094 | "ra_db 0.1.0", | 1093 | "ra_db 0.1.0", |
1095 | "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)", |
1096 | "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", | 1095 | "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", |
1097 | "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", | 1096 | "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", |
1098 | ] | 1097 | ] |
1099 | 1098 | ||
1100 | [[package]] | 1099 | [[package]] |
@@ -1429,7 +1428,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1429 | 1428 | ||
1430 | [[package]] | 1429 | [[package]] |
1431 | name = "salsa" | 1430 | name = "salsa" |
1432 | version = "0.13.1" | 1431 | version = "0.13.2" |
1433 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1432 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1434 | dependencies = [ | 1433 | dependencies = [ |
1435 | "crossbeam 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1434 | "crossbeam 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1439,13 +1438,13 @@ dependencies = [ | |||
1439 | "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1438 | "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1440 | "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1439 | "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1441 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1440 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1442 | "salsa-macros 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1441 | "salsa-macros 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1443 | "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", | 1442 | "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
1444 | ] | 1443 | ] |
1445 | 1444 | ||
1446 | [[package]] | 1445 | [[package]] |
1447 | name = "salsa-macros" | 1446 | name = "salsa-macros" |
1448 | version = "0.13.1" | 1447 | version = "0.13.2" |
1449 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1448 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1450 | dependencies = [ | 1449 | dependencies = [ |
1451 | "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1450 | "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1501,7 +1500,7 @@ dependencies = [ | |||
1501 | 1500 | ||
1502 | [[package]] | 1501 | [[package]] |
1503 | name = "serde_json" | 1502 | name = "serde_json" |
1504 | version = "1.0.40" | 1503 | version = "1.0.41" |
1505 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1504 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1506 | dependencies = [ | 1505 | dependencies = [ |
1507 | "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1506 | "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1521,7 +1520,7 @@ dependencies = [ | |||
1521 | 1520 | ||
1522 | [[package]] | 1521 | [[package]] |
1523 | name = "serde_yaml" | 1522 | name = "serde_yaml" |
1524 | version = "0.8.9" | 1523 | version = "0.8.11" |
1525 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1524 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1526 | dependencies = [ | 1525 | dependencies = [ |
1527 | "dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1526 | "dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1600,7 +1599,7 @@ name = "test_utils" | |||
1600 | version = "0.1.0" | 1599 | version = "0.1.0" |
1601 | dependencies = [ | 1600 | dependencies = [ |
1602 | "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1601 | "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1603 | "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", | 1602 | "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", |
1604 | "text_unit 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 1603 | "text_unit 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1605 | ] | 1604 | ] |
1606 | 1605 | ||
@@ -1841,7 +1840,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1841 | "checksum inotify 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "40b54539f3910d6f84fbf9a643efd6e3aa6e4f001426c0329576128255994718" | 1840 | "checksum inotify 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "40b54539f3910d6f84fbf9a643efd6e3aa6e4f001426c0329576128255994718" |
1842 | "checksum inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e74a1aa87c59aeff6ef2cc2fa62d41bc43f54952f55652656b18a02fd5e356c0" | 1841 | "checksum inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e74a1aa87c59aeff6ef2cc2fa62d41bc43f54952f55652656b18a02fd5e356c0" |
1843 | "checksum insta 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "23f83ab4ee86f38b292f0420c27fd412690a4baa9ea0ad4e3fa624bf34379b76" | 1842 | "checksum insta 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "23f83ab4ee86f38b292f0420c27fd412690a4baa9ea0ad4e3fa624bf34379b76" |
1844 | "checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08" | 1843 | "checksum iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e" |
1845 | "checksum itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5b8467d9c1cebe26feb08c640139247fac215782d35371ade9a2136ed6085358" | 1844 | "checksum itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5b8467d9c1cebe26feb08c640139247fac215782d35371ade9a2136ed6085358" |
1846 | "checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f" | 1845 | "checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f" |
1847 | "checksum jemalloc-ctl 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c502a5ff9dd2924f1ed32ba96e3b65735d837b4bfd978d3161b1702e66aca4b7" | 1846 | "checksum jemalloc-ctl 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c502a5ff9dd2924f1ed32ba96e3b65735d837b4bfd978d3161b1702e66aca4b7" |
@@ -1866,7 +1865,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1866 | "checksum mio-extras 2.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "46e73a04c2fa6250b8d802134d56d554a9ec2922bf977777c805ea5def61ce40" | 1865 | "checksum mio-extras 2.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "46e73a04c2fa6250b8d802134d56d554a9ec2922bf977777c805ea5def61ce40" |
1867 | "checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" | 1866 | "checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" |
1868 | "checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88" | 1867 | "checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88" |
1869 | "checksum nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945" | 1868 | "checksum nodrop 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb" |
1870 | "checksum notify 4.0.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1191efa2b8fe041decb55c238a125b7a1aeb6fad7a525133a02be5ec949ff3cb" | 1869 | "checksum notify 4.0.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1191efa2b8fe041decb55c238a125b7a1aeb6fad7a525133a02be5ec949ff3cb" |
1871 | "checksum num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "b85e541ef8255f6cf42bbfe4ef361305c6c135d10919ecc26126c4e5ae94bc09" | 1870 | "checksum num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "b85e541ef8255f6cf42bbfe4ef361305c6c135d10919ecc26126c4e5ae94bc09" |
1872 | "checksum num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "6ba9a427cfca2be13aa6f6403b0b7e7368fe982bfa16fccc450ce74c46cd9b32" | 1871 | "checksum num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "6ba9a427cfca2be13aa6f6403b0b7e7368fe982bfa16fccc450ce74c46cd9b32" |
@@ -1882,7 +1881,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1882 | "checksum petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)" = "9c3659d1ee90221741f65dd128d9998311b0e40c5d3c23a62445938214abce4f" | 1881 | "checksum petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)" = "9c3659d1ee90221741f65dd128d9998311b0e40c5d3c23a62445938214abce4f" |
1883 | "checksum pico-args 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "22e32b0f3771287ebb436130477eabf0f11f934ed036099ad548bc885e708667" | 1882 | "checksum pico-args 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "22e32b0f3771287ebb436130477eabf0f11f934ed036099ad548bc885e708667" |
1884 | "checksum ppv-lite86 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e3cbf9f658cdb5000fcf6f362b8ea2ba154b9f146a61c7a20d647034c6b6561b" | 1883 | "checksum ppv-lite86 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e3cbf9f658cdb5000fcf6f362b8ea2ba154b9f146a61c7a20d647034c6b6561b" |
1885 | "checksum proc-macro-hack 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e688f31d92ffd7c1ddc57a1b4e6d773c0f2a14ee437a4b0a4f5a69c80eb221c8" | 1884 | "checksum proc-macro-hack 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)" = "114cdf1f426eb7f550f01af5f53a33c0946156f6814aec939b3bd77e844f9a9d" |
1886 | "checksum proc-macro2 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "90cf5f418035b98e655e9cdb225047638296b862b42411c4e45bb88d700f7fc0" | 1885 | "checksum proc-macro2 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "90cf5f418035b98e655e9cdb225047638296b862b42411c4e45bb88d700f7fc0" |
1887 | "checksum proptest 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cf147e022eacf0c8a054ab864914a7602618adba841d800a9a9868a5237a529f" | 1886 | "checksum proptest 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cf147e022eacf0c8a054ab864914a7602618adba841d800a9a9868a5237a529f" |
1888 | "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" | 1887 | "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" |
@@ -1918,17 +1917,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1918 | "checksum rustc_lexer 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c86aae0c77166108c01305ee1a36a1e77289d7dc6ca0a3cd91ff4992de2d16a5" | 1917 | "checksum rustc_lexer 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c86aae0c77166108c01305ee1a36a1e77289d7dc6ca0a3cd91ff4992de2d16a5" |
1919 | "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" | 1918 | "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" |
1920 | "checksum ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c92464b447c0ee8c4fb3824ecc8383b81717b9f1e74ba2e72540aef7b9f82997" | 1919 | "checksum ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c92464b447c0ee8c4fb3824ecc8383b81717b9f1e74ba2e72540aef7b9f82997" |
1921 | "checksum salsa 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)" = "df34c3a66ef408c3219c11dee2c928d52e679390d3ee6e0b87e96cc758d85377" | 1920 | "checksum salsa 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ec0865bdd9d8e614686a0cbb76979c735810131d287eb1683e91e4e64a58c387" |
1922 | "checksum salsa-macros 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6c15f36e5c85b3f40b84283321f97ef2ceafa6f9996cffad06793a9e096ab695" | 1921 | "checksum salsa-macros 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)" = "cac182212d3a1db75ddc42399ff1461b258a694b8318ee7e0baf6c976e39efee" |
1923 | "checksum same-file 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "585e8ddcedc187886a30fa705c47985c3fa88d06624095856b36ca0b82ff4421" | 1922 | "checksum same-file 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "585e8ddcedc187886a30fa705c47985c3fa88d06624095856b36ca0b82ff4421" |
1924 | "checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d" | 1923 | "checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d" |
1925 | "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" | 1924 | "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" |
1926 | "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" | 1925 | "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" |
1927 | "checksum serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)" = "9796c9b7ba2ffe7a9ce53c2287dfc48080f4b2b362fcc245a259b3a7201119dd" | 1926 | "checksum serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)" = "9796c9b7ba2ffe7a9ce53c2287dfc48080f4b2b362fcc245a259b3a7201119dd" |
1928 | "checksum serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)" = "4b133a43a1ecd55d4086bd5b4dc6c1751c68b1bfbeba7a5040442022c7e7c02e" | 1927 | "checksum serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)" = "4b133a43a1ecd55d4086bd5b4dc6c1751c68b1bfbeba7a5040442022c7e7c02e" |
1929 | "checksum serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)" = "051c49229f282f7c6f3813f8286cc1e3323e8051823fce42c7ea80fe13521704" | 1928 | "checksum serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)" = "2f72eb2a68a7dc3f9a691bfda9305a1c017a6215e5a4545c258500d2099a37c2" |
1930 | "checksum serde_repr 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "cd02c7587ec314570041b2754829f84d873ced14a96d1fd1823531e11db40573" | 1929 | "checksum serde_repr 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "cd02c7587ec314570041b2754829f84d873ced14a96d1fd1823531e11db40573" |
1931 | "checksum serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)" = "38b08a9a90e5260fe01c6480ec7c811606df6d3a660415808c3c3fa8ed95b582" | 1930 | "checksum serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)" = "691b17f19fc1ec9d94ec0b5864859290dff279dbd7b03f017afda54eb36c3c35" |
1932 | "checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" | 1931 | "checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" |
1933 | "checksum smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "ab606a9c5e214920bb66c458cd7be8ef094f813f20fe77a54cc7dbfff220d4b7" | 1932 | "checksum smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "ab606a9c5e214920bb66c458cd7be8ef094f813f20fe77a54cc7dbfff220d4b7" |
1934 | "checksum smol_str 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "34836c9a295c62c2ce3514471117c5cb269891e8421b2aafdd910050576c4d8b" | 1933 | "checksum smol_str 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "34836c9a295c62c2ce3514471117c5cb269891e8421b2aafdd910050576c4d8b" |