diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-11-13 13:30:50 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2019-11-13 13:30:50 +0000 |
commit | c486f8477aca4a42800e81b0b99fd56c14c6219f (patch) | |
tree | 4cfa6a727b2d306dd9aa2143ada57920b315999f /Cargo.lock | |
parent | d523366299c8d4813e9845c9402b8dd7b779856a (diff) | |
parent | 1e40b395edea2f6998d36d2d66d791a9109db2a8 (diff) |
Merge #2228
2228: Update Crates r=matklad a=kjeremy
Co-authored-by: Jeremy Kolb <[email protected]>
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/Cargo.lock b/Cargo.lock index 37ff1ce76..3fa6e931c 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -122,7 +122,7 @@ source = "git+https://github.com/rust-lang/chalk.git?rev=50f9f636123bd88d0cc1b95 | |||
122 | dependencies = [ | 122 | dependencies = [ |
123 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | 123 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
124 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 124 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
125 | "syn 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", | 125 | "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
126 | ] | 126 | ] |
127 | 127 | ||
128 | [[package]] | 128 | [[package]] |
@@ -187,7 +187,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
187 | dependencies = [ | 187 | dependencies = [ |
188 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 188 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
189 | "num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)", | 189 | "num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)", |
190 | "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | 190 | "num-traits 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", |
191 | "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", | 191 | "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", |
192 | ] | 192 | ] |
193 | 193 | ||
@@ -310,7 +310,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
310 | dependencies = [ | 310 | dependencies = [ |
311 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | 311 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
312 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 312 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
313 | "syn 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", | 313 | "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
314 | ] | 314 | ] |
315 | 315 | ||
316 | [[package]] | 316 | [[package]] |
@@ -348,7 +348,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
348 | 348 | ||
349 | [[package]] | 349 | [[package]] |
350 | name = "filetime" | 350 | name = "filetime" |
351 | version = "0.2.7" | 351 | version = "0.2.8" |
352 | source = "registry+https://github.com/rust-lang/crates.io-index" | 352 | source = "registry+https://github.com/rust-lang/crates.io-index" |
353 | dependencies = [ | 353 | dependencies = [ |
354 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | 354 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -465,7 +465,7 @@ name = "heck" | |||
465 | version = "0.3.1" | 465 | version = "0.3.1" |
466 | source = "registry+https://github.com/rust-lang/crates.io-index" | 466 | source = "registry+https://github.com/rust-lang/crates.io-index" |
467 | dependencies = [ | 467 | dependencies = [ |
468 | "unicode-segmentation 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", | 468 | "unicode-segmentation 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
469 | ] | 469 | ] |
470 | 470 | ||
471 | [[package]] | 471 | [[package]] |
@@ -748,7 +748,7 @@ version = "4.0.14" | |||
748 | source = "registry+https://github.com/rust-lang/crates.io-index" | 748 | source = "registry+https://github.com/rust-lang/crates.io-index" |
749 | dependencies = [ | 749 | dependencies = [ |
750 | "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 750 | "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
751 | "filetime 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", | 751 | "filetime 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
752 | "fsevent 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 752 | "fsevent 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
753 | "fsevent-sys 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 753 | "fsevent-sys 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
754 | "inotify 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", | 754 | "inotify 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -766,12 +766,12 @@ version = "0.1.41" | |||
766 | source = "registry+https://github.com/rust-lang/crates.io-index" | 766 | source = "registry+https://github.com/rust-lang/crates.io-index" |
767 | dependencies = [ | 767 | dependencies = [ |
768 | "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 768 | "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
769 | "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | 769 | "num-traits 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", |
770 | ] | 770 | ] |
771 | 771 | ||
772 | [[package]] | 772 | [[package]] |
773 | name = "num-traits" | 773 | name = "num-traits" |
774 | version = "0.2.8" | 774 | version = "0.2.9" |
775 | source = "registry+https://github.com/rust-lang/crates.io-index" | 775 | source = "registry+https://github.com/rust-lang/crates.io-index" |
776 | dependencies = [ | 776 | dependencies = [ |
777 | "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 777 | "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -779,7 +779,7 @@ dependencies = [ | |||
779 | 779 | ||
780 | [[package]] | 780 | [[package]] |
781 | name = "num_cpus" | 781 | name = "num_cpus" |
782 | version = "1.11.0" | 782 | version = "1.11.1" |
783 | source = "registry+https://github.com/rust-lang/crates.io-index" | 783 | source = "registry+https://github.com/rust-lang/crates.io-index" |
784 | dependencies = [ | 784 | dependencies = [ |
785 | "hermit-abi 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 785 | "hermit-abi 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -842,7 +842,7 @@ dependencies = [ | |||
842 | "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)", | 842 | "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)", |
843 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | 843 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
844 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 844 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
845 | "syn 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", | 845 | "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
846 | ] | 846 | ] |
847 | 847 | ||
848 | [[package]] | 848 | [[package]] |
@@ -876,7 +876,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
876 | dependencies = [ | 876 | dependencies = [ |
877 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | 877 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
878 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 878 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
879 | "syn 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", | 879 | "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
880 | ] | 880 | ] |
881 | 881 | ||
882 | [[package]] | 882 | [[package]] |
@@ -896,7 +896,7 @@ dependencies = [ | |||
896 | "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 896 | "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
897 | "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", | 897 | "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
898 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 898 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
899 | "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | 899 | "num-traits 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", |
900 | "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 900 | "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
901 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | 901 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
902 | "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 902 | "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1091,7 +1091,7 @@ dependencies = [ | |||
1091 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1091 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1092 | "superslice 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1092 | "superslice 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1093 | "test_utils 0.1.0", | 1093 | "test_utils 0.1.0", |
1094 | "unicase 2.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1094 | "unicase 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1095 | ] | 1095 | ] |
1096 | 1096 | ||
1097 | [[package]] | 1097 | [[package]] |
@@ -1383,7 +1383,7 @@ dependencies = [ | |||
1383 | "crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1383 | "crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1384 | "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1384 | "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1385 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1385 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1386 | "num_cpus 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1386 | "num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1387 | ] | 1387 | ] |
1388 | 1388 | ||
1389 | [[package]] | 1389 | [[package]] |
@@ -1506,7 +1506,7 @@ dependencies = [ | |||
1506 | "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1506 | "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1507 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1507 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1508 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1508 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1509 | "syn 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1509 | "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1510 | ] | 1510 | ] |
1511 | 1511 | ||
1512 | [[package]] | 1512 | [[package]] |
@@ -1551,7 +1551,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1551 | dependencies = [ | 1551 | dependencies = [ |
1552 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1552 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1553 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1553 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1554 | "syn 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1554 | "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1555 | ] | 1555 | ] |
1556 | 1556 | ||
1557 | [[package]] | 1557 | [[package]] |
@@ -1571,7 +1571,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1571 | dependencies = [ | 1571 | dependencies = [ |
1572 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1572 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1573 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1573 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1574 | "syn 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1574 | "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1575 | ] | 1575 | ] |
1576 | 1576 | ||
1577 | [[package]] | 1577 | [[package]] |
@@ -1625,7 +1625,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1625 | 1625 | ||
1626 | [[package]] | 1626 | [[package]] |
1627 | name = "syn" | 1627 | name = "syn" |
1628 | version = "1.0.7" | 1628 | version = "1.0.8" |
1629 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1629 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1630 | dependencies = [ | 1630 | dependencies = [ |
1631 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1631 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1681,7 +1681,7 @@ name = "threadpool" | |||
1681 | version = "1.7.1" | 1681 | version = "1.7.1" |
1682 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1682 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1683 | dependencies = [ | 1683 | dependencies = [ |
1684 | "num_cpus 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1684 | "num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1685 | ] | 1685 | ] |
1686 | 1686 | ||
1687 | [[package]] | 1687 | [[package]] |
@@ -1696,10 +1696,10 @@ dependencies = [ | |||
1696 | 1696 | ||
1697 | [[package]] | 1697 | [[package]] |
1698 | name = "unicase" | 1698 | name = "unicase" |
1699 | version = "2.5.1" | 1699 | version = "2.6.0" |
1700 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1700 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1701 | dependencies = [ | 1701 | dependencies = [ |
1702 | "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1702 | "version_check 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1703 | ] | 1703 | ] |
1704 | 1704 | ||
1705 | [[package]] | 1705 | [[package]] |
@@ -1720,7 +1720,7 @@ dependencies = [ | |||
1720 | 1720 | ||
1721 | [[package]] | 1721 | [[package]] |
1722 | name = "unicode-segmentation" | 1722 | name = "unicode-segmentation" |
1723 | version = "1.5.0" | 1723 | version = "1.6.0" |
1724 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1724 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1725 | 1725 | ||
1726 | [[package]] | 1726 | [[package]] |
@@ -1755,7 +1755,7 @@ dependencies = [ | |||
1755 | 1755 | ||
1756 | [[package]] | 1756 | [[package]] |
1757 | name = "version_check" | 1757 | name = "version_check" |
1758 | version = "0.1.5" | 1758 | version = "0.9.1" |
1759 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1759 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1760 | 1760 | ||
1761 | [[package]] | 1761 | [[package]] |
@@ -1886,7 +1886,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1886 | "checksum either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3" | 1886 | "checksum either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3" |
1887 | "checksum ena 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8944dc8fa28ce4a38f778bd46bf7d923fe73eed5a439398507246c8e017e6f36" | 1887 | "checksum ena 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8944dc8fa28ce4a38f778bd46bf7d923fe73eed5a439398507246c8e017e6f36" |
1888 | "checksum encode_unicode 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" | 1888 | "checksum encode_unicode 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" |
1889 | "checksum filetime 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "6bd7380b54ced79dda72ecc35cc4fbbd1da6bba54afaa37e96fd1c2a308cd469" | 1889 | "checksum filetime 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "1ff6d4dab0aa0c8e6346d46052e93b13a16cf847b54ed357087c35011048cc7d" |
1890 | "checksum fixedbitset 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "86d4de0081402f5e88cdac65c8dcdcc73118c1a7a465e2a05f0da05843a8ea33" | 1890 | "checksum fixedbitset 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "86d4de0081402f5e88cdac65c8dcdcc73118c1a7a465e2a05f0da05843a8ea33" |
1891 | "checksum flexi_logger 0.14.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a13ea6b8a4debecf47bf3966d56db0e21366bc3a3649ba159e1a9e6fdd36a4f4" | 1891 | "checksum flexi_logger 0.14.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a13ea6b8a4debecf47bf3966d56db0e21366bc3a3649ba159e1a9e6fdd36a4f4" |
1892 | "checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" | 1892 | "checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" |
@@ -1937,8 +1937,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1937 | "checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88" | 1937 | "checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88" |
1938 | "checksum notify 4.0.14 (registry+https://github.com/rust-lang/crates.io-index)" = "199628fc33b21bc767baa057490b00b382ecbae030803a7b36292422d15b778b" | 1938 | "checksum notify 4.0.14 (registry+https://github.com/rust-lang/crates.io-index)" = "199628fc33b21bc767baa057490b00b382ecbae030803a7b36292422d15b778b" |
1939 | "checksum num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "b85e541ef8255f6cf42bbfe4ef361305c6c135d10919ecc26126c4e5ae94bc09" | 1939 | "checksum num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "b85e541ef8255f6cf42bbfe4ef361305c6c135d10919ecc26126c4e5ae94bc09" |
1940 | "checksum num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "6ba9a427cfca2be13aa6f6403b0b7e7368fe982bfa16fccc450ce74c46cd9b32" | 1940 | "checksum num-traits 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)" = "443c53b3c3531dfcbfa499d8893944db78474ad7a1d87fa2d94d1a2231693ac6" |
1941 | "checksum num_cpus 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "155394f924cdddf08149da25bfb932d226b4a593ca7468b08191ff6335941af5" | 1941 | "checksum num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)" = "76dac5ed2a876980778b8b85f75a71b6cbf0db0b1232ee12f826bccb00d09d72" |
1942 | "checksum number_prefix 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "17b02fc0ff9a9e4b35b3342880f48e896ebf69f2967921fe8646bf5b7125956a" | 1942 | "checksum number_prefix 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "17b02fc0ff9a9e4b35b3342880f48e896ebf69f2967921fe8646bf5b7125956a" |
1943 | "checksum once_cell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "891f486f630e5c5a4916c7e16c4b24a53e78c860b646e9f8e005e4f16847bfed" | 1943 | "checksum once_cell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "891f486f630e5c5a4916c7e16c4b24a53e78c860b646e9f8e005e4f16847bfed" |
1944 | "checksum ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a86ed3f5f244b372d6b1a00b72ef7f8876d0bc6a78a4c9985c53614041512063" | 1944 | "checksum ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a86ed3f5f244b372d6b1a00b72ef7f8876d0bc6a78a4c9985c53614041512063" |
@@ -2003,22 +2003,22 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
2003 | "checksum smol_str 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "34836c9a295c62c2ce3514471117c5cb269891e8421b2aafdd910050576c4d8b" | 2003 | "checksum smol_str 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "34836c9a295c62c2ce3514471117c5cb269891e8421b2aafdd910050576c4d8b" |
2004 | "checksum stacker 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "d96fc4f13a0ac088e9a3cd9af1cc8c5cc1ab5deb2145cef661267dfc9c542f8a" | 2004 | "checksum stacker 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "d96fc4f13a0ac088e9a3cd9af1cc8c5cc1ab5deb2145cef661267dfc9c542f8a" |
2005 | "checksum superslice 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab16ced94dbd8a46c82fd81e3ed9a8727dac2977ea869d217bcc4ea1f122e81f" | 2005 | "checksum superslice 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab16ced94dbd8a46c82fd81e3ed9a8727dac2977ea869d217bcc4ea1f122e81f" |
2006 | "checksum syn 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "0e7bedb3320d0f3035594b0b723c8a28d7d336a3eda3881db79e61d676fb644c" | 2006 | "checksum syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "661641ea2aa15845cddeb97dad000d22070bb5c1fb456b96c1cba883ec691e92" |
2007 | "checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9" | 2007 | "checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9" |
2008 | "checksum termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "72b620c5ea021d75a735c943269bb07d30c9b77d6ac6b236bc8b5c496ef05625" | 2008 | "checksum termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "72b620c5ea021d75a735c943269bb07d30c9b77d6ac6b236bc8b5c496ef05625" |
2009 | "checksum text_unit 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e08bbcb7a3adbda0eb23431206b653bdad3d8dea311e72d36bf2215e27a42579" | 2009 | "checksum text_unit 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e08bbcb7a3adbda0eb23431206b653bdad3d8dea311e72d36bf2215e27a42579" |
2010 | "checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b" | 2010 | "checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b" |
2011 | "checksum threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e2f0c90a5f3459330ac8bc0d2f879c693bb7a2f59689c1083fc4ef83834da865" | 2011 | "checksum threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e2f0c90a5f3459330ac8bc0d2f879c693bb7a2f59689c1083fc4ef83834da865" |
2012 | "checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f" | 2012 | "checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f" |
2013 | "checksum unicase 2.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2e2e6bd1e59e56598518beb94fd6db628ded570326f0a98c679a304bd9f00150" | 2013 | "checksum unicase 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" |
2014 | "checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" | 2014 | "checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" |
2015 | "checksum unicode-normalization 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "09c8070a9942f5e7cfccd93f490fdebd230ee3c3c9f107cb25bad5351ef671cf" | 2015 | "checksum unicode-normalization 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "09c8070a9942f5e7cfccd93f490fdebd230ee3c3c9f107cb25bad5351ef671cf" |
2016 | "checksum unicode-segmentation 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49f5526225fd8b77342d5986ab5f6055552e9c0776193b5b63fd53b46debfad7" | 2016 | "checksum unicode-segmentation 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0" |
2017 | "checksum unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7007dbd421b92cc6e28410fe7362e2e0a2503394908f417b68ec8d1c364c4e20" | 2017 | "checksum unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7007dbd421b92cc6e28410fe7362e2e0a2503394908f417b68ec8d1c364c4e20" |
2018 | "checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" | 2018 | "checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" |
2019 | "checksum url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "75b414f6c464c879d7f9babf951f23bc3743fb7313c081b2e6ca719067ea9d61" | 2019 | "checksum url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "75b414f6c464c879d7f9babf951f23bc3743fb7313c081b2e6ca719067ea9d61" |
2020 | "checksum uuid 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9fde2f6a4bea1d6e007c4ad38c6839fa71cbb63b6dbf5b595aa38dc9b1093c11" | 2020 | "checksum uuid 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9fde2f6a4bea1d6e007c4ad38c6839fa71cbb63b6dbf5b595aa38dc9b1093c11" |
2021 | "checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd" | 2021 | "checksum version_check 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce" |
2022 | "checksum walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)" = "9658c94fa8b940eab2250bd5a457f9c48b748420d71293b165c8cdbe2f55f71e" | 2022 | "checksum walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)" = "9658c94fa8b940eab2250bd5a457f9c48b748420d71293b165c8cdbe2f55f71e" |
2023 | "checksum wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b89c3ce4ce14bdc6fb6beaf9ec7928ca331de5df7e5ea278375642a2f478570d" | 2023 | "checksum wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b89c3ce4ce14bdc6fb6beaf9ec7928ca331de5df7e5ea278375642a2f478570d" |
2024 | "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" | 2024 | "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" |