diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-01-30 13:10:53 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-01-30 13:10:53 +0000 |
commit | 5f0b17b52dafa7b1eb1ba8934ce44857413410a7 (patch) | |
tree | 46649419dec055d9caafd186bb9df2bf9087ac24 | |
parent | 0c2e7032b1e5e067edd35e22f2f317f32ad9fc60 (diff) | |
parent | a37ee9c8a47daa801e9a5c30865748ea1715555d (diff) |
Merge #2953
2953: Update crates r=kjeremy a=kjeremy
Co-authored-by: Jeremy Kolb <[email protected]>
-rw-r--r-- | Cargo.lock | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/Cargo.lock b/Cargo.lock index 01e86ab0e..8c88f46ed 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -2,7 +2,7 @@ | |||
2 | # It is not intended for manual editing. | 2 | # It is not intended for manual editing. |
3 | [[package]] | 3 | [[package]] |
4 | name = "aho-corasick" | 4 | name = "aho-corasick" |
5 | version = "0.7.6" | 5 | version = "0.7.7" |
6 | source = "registry+https://github.com/rust-lang/crates.io-index" | 6 | source = "registry+https://github.com/rust-lang/crates.io-index" |
7 | dependencies = [ | 7 | dependencies = [ |
8 | "memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 8 | "memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -45,7 +45,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
45 | 45 | ||
46 | [[package]] | 46 | [[package]] |
47 | name = "backtrace" | 47 | name = "backtrace" |
48 | version = "0.3.42" | 48 | version = "0.3.43" |
49 | source = "registry+https://github.com/rust-lang/crates.io-index" | 49 | source = "registry+https://github.com/rust-lang/crates.io-index" |
50 | dependencies = [ | 50 | dependencies = [ |
51 | "backtrace-sys 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)", | 51 | "backtrace-sys 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -300,7 +300,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
300 | 300 | ||
301 | [[package]] | 301 | [[package]] |
302 | name = "dtoa" | 302 | name = "dtoa" |
303 | version = "0.4.4" | 303 | version = "0.4.5" |
304 | source = "registry+https://github.com/rust-lang/crates.io-index" | 304 | source = "registry+https://github.com/rust-lang/crates.io-index" |
305 | 305 | ||
306 | [[package]] | 306 | [[package]] |
@@ -419,7 +419,7 @@ name = "globset" | |||
419 | version = "0.4.4" | 419 | version = "0.4.4" |
420 | source = "registry+https://github.com/rust-lang/crates.io-index" | 420 | source = "registry+https://github.com/rust-lang/crates.io-index" |
421 | dependencies = [ | 421 | dependencies = [ |
422 | "aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", | 422 | "aho-corasick 0.7.7 (registry+https://github.com/rust-lang/crates.io-index)", |
423 | "bstr 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", | 423 | "bstr 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", |
424 | "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | 424 | "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
425 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 425 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -614,7 +614,7 @@ dependencies = [ | |||
614 | 614 | ||
615 | [[package]] | 615 | [[package]] |
616 | name = "lsp-types" | 616 | name = "lsp-types" |
617 | version = "0.70.0" | 617 | version = "0.70.1" |
618 | source = "registry+https://github.com/rust-lang/crates.io-index" | 618 | source = "registry+https://github.com/rust-lang/crates.io-index" |
619 | dependencies = [ | 619 | dependencies = [ |
620 | "base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", | 620 | "base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -755,7 +755,7 @@ dependencies = [ | |||
755 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | 755 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
756 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", | 756 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
757 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", | 757 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", |
758 | "smallvec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 758 | "smallvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
759 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 759 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
760 | ] | 760 | ] |
761 | 761 | ||
@@ -895,7 +895,7 @@ dependencies = [ | |||
895 | "insta 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", | 895 | "insta 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", |
896 | "jod-thread 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 896 | "jod-thread 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
897 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 897 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
898 | "lsp-types 0.70.0 (registry+https://github.com/rust-lang/crates.io-index)", | 898 | "lsp-types 0.70.1 (registry+https://github.com/rust-lang/crates.io-index)", |
899 | "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", | 899 | "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", |
900 | "serde_json 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)", | 900 | "serde_json 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)", |
901 | ] | 901 | ] |
@@ -1061,7 +1061,7 @@ dependencies = [ | |||
1061 | "jod-thread 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1061 | "jod-thread 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1062 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1062 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1063 | "lsp-server 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1063 | "lsp-server 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1064 | "lsp-types 0.70.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1064 | "lsp-types 0.70.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1065 | "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1065 | "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1066 | "ra_cargo_watch 0.1.0", | 1066 | "ra_cargo_watch 0.1.0", |
1067 | "ra_ide 0.1.0", | 1067 | "ra_ide 0.1.0", |
@@ -1090,7 +1090,7 @@ dependencies = [ | |||
1090 | "ra_syntax 0.1.0", | 1090 | "ra_syntax 0.1.0", |
1091 | "ra_tt 0.1.0", | 1091 | "ra_tt 0.1.0", |
1092 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1092 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1093 | "smallvec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1093 | "smallvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1094 | "test_utils 0.1.0", | 1094 | "test_utils 0.1.0", |
1095 | ] | 1095 | ] |
1096 | 1096 | ||
@@ -1105,7 +1105,7 @@ dependencies = [ | |||
1105 | name = "ra_prof" | 1105 | name = "ra_prof" |
1106 | version = "0.1.0" | 1106 | version = "0.1.0" |
1107 | dependencies = [ | 1107 | dependencies = [ |
1108 | "backtrace 0.3.42 (registry+https://github.com/rust-lang/crates.io-index)", | 1108 | "backtrace 0.3.43 (registry+https://github.com/rust-lang/crates.io-index)", |
1109 | "itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1109 | "itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1110 | "jemalloc-ctl 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1110 | "jemalloc-ctl 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1111 | "jemallocator 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1111 | "jemallocator 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1365,7 +1365,7 @@ name = "regex" | |||
1365 | version = "1.3.3" | 1365 | version = "1.3.3" |
1366 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1366 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1367 | dependencies = [ | 1367 | dependencies = [ |
1368 | "aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1368 | "aho-corasick 0.7.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1369 | "memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1369 | "memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1370 | "regex-syntax 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", | 1370 | "regex-syntax 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", |
1371 | "thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1371 | "thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1446,7 +1446,7 @@ dependencies = [ | |||
1446 | "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1446 | "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1447 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1447 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1448 | "salsa-macros 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1448 | "salsa-macros 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1449 | "smallvec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1449 | "smallvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1450 | ] | 1450 | ] |
1451 | 1451 | ||
1452 | [[package]] | 1452 | [[package]] |
@@ -1530,7 +1530,7 @@ name = "serde_yaml" | |||
1530 | version = "0.8.11" | 1530 | version = "0.8.11" |
1531 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1531 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1532 | dependencies = [ | 1532 | dependencies = [ |
1533 | "dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1533 | "dtoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1534 | "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1534 | "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1535 | "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", | 1535 | "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", |
1536 | "yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1536 | "yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1543,7 +1543,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1543 | 1543 | ||
1544 | [[package]] | 1544 | [[package]] |
1545 | name = "smallvec" | 1545 | name = "smallvec" |
1546 | version = "1.1.0" | 1546 | version = "1.2.0" |
1547 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1547 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1548 | 1548 | ||
1549 | [[package]] | 1549 | [[package]] |
@@ -1646,7 +1646,7 @@ name = "unicode-normalization" | |||
1646 | version = "0.1.12" | 1646 | version = "0.1.12" |
1647 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1647 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1648 | dependencies = [ | 1648 | dependencies = [ |
1649 | "smallvec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1649 | "smallvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1650 | ] | 1650 | ] |
1651 | 1651 | ||
1652 | [[package]] | 1652 | [[package]] |
@@ -1756,14 +1756,14 @@ dependencies = [ | |||
1756 | ] | 1756 | ] |
1757 | 1757 | ||
1758 | [metadata] | 1758 | [metadata] |
1759 | "checksum aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "58fb5e95d83b38284460a5fda7d6470aa0b8844d283a0b614b8535e880800d2d" | 1759 | "checksum aho-corasick 0.7.7 (registry+https://github.com/rust-lang/crates.io-index)" = "5f56c476256dc249def911d6f7580b5fc7e875895b5d7ee88f5d602208035744" |
1760 | "checksum anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)" = "7825f6833612eb2414095684fcf6c635becf3ce97fe48cf6421321e93bfbd53c" | 1760 | "checksum anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)" = "7825f6833612eb2414095684fcf6c635becf3ce97fe48cf6421321e93bfbd53c" |
1761 | "checksum anymap 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)" = "33954243bd79057c2de7338850b85983a44588021f8a5fee574a8888c6de4344" | 1761 | "checksum anymap 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)" = "33954243bd79057c2de7338850b85983a44588021f8a5fee574a8888c6de4344" |
1762 | "checksum arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8" | 1762 | "checksum arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8" |
1763 | "checksum atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" | 1763 | "checksum atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" |
1764 | "checksum autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2" | 1764 | "checksum autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2" |
1765 | "checksum autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d" | 1765 | "checksum autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d" |
1766 | "checksum backtrace 0.3.42 (registry+https://github.com/rust-lang/crates.io-index)" = "b4b1549d804b6c73f4817df2ba073709e96e426f12987127c48e6745568c350b" | 1766 | "checksum backtrace 0.3.43 (registry+https://github.com/rust-lang/crates.io-index)" = "7f80256bc78f67e7df7e36d77366f636ed976895d91fe2ab9efa3973e8fe8c4f" |
1767 | "checksum backtrace-sys 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)" = "5d6575f128516de27e3ce99689419835fce9643a9b215a14d2b5b685be018491" | 1767 | "checksum backtrace-sys 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)" = "5d6575f128516de27e3ce99689419835fce9643a9b215a14d2b5b685be018491" |
1768 | "checksum base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7" | 1768 | "checksum base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7" |
1769 | "checksum bit-set 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e84c238982c4b1e1ee668d136c510c67a13465279c0cb367ea6baf6310620a80" | 1769 | "checksum bit-set 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e84c238982c4b1e1ee668d136c510c67a13465279c0cb367ea6baf6310620a80" |
@@ -1792,7 +1792,7 @@ dependencies = [ | |||
1792 | "checksum crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ce446db02cdc3165b94ae73111e570793400d0794e46125cc4056c81cbb039f4" | 1792 | "checksum crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ce446db02cdc3165b94ae73111e570793400d0794e46125cc4056c81cbb039f4" |
1793 | "checksum difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198" | 1793 | "checksum difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198" |
1794 | "checksum drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "69b26e475fd29098530e709294e94e661974c851aed42512793f120fed4e199f" | 1794 | "checksum drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "69b26e475fd29098530e709294e94e661974c851aed42512793f120fed4e199f" |
1795 | "checksum dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "ea57b42383d091c85abcc2706240b94ab2a8fa1fc81c10ff23c4de06e2a90b5e" | 1795 | "checksum dtoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "4358a9e11b9a09cf52383b451b49a169e8d797b68aa02301ff586d70d9661ea3" |
1796 | "checksum either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3" | 1796 | "checksum either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3" |
1797 | "checksum ena 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8944dc8fa28ce4a38f778bd46bf7d923fe73eed5a439398507246c8e017e6f36" | 1797 | "checksum ena 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8944dc8fa28ce4a38f778bd46bf7d923fe73eed5a439398507246c8e017e6f36" |
1798 | "checksum encode_unicode 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" | 1798 | "checksum encode_unicode 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" |
@@ -1834,7 +1834,7 @@ dependencies = [ | |||
1834 | "checksum lock_api 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "79b2de95ecb4691949fea4716ca53cdbcfccb2c612e19644a8bad05edcf9f47b" | 1834 | "checksum lock_api 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "79b2de95ecb4691949fea4716ca53cdbcfccb2c612e19644a8bad05edcf9f47b" |
1835 | "checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" | 1835 | "checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" |
1836 | "checksum lsp-server 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5383e043329615624bbf45e1ba27bd75c176762b2592855c659bc28ac580a06b" | 1836 | "checksum lsp-server 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5383e043329615624bbf45e1ba27bd75c176762b2592855c659bc28ac580a06b" |
1837 | "checksum lsp-types 0.70.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ef197b24cb3f12fc3984667a505691fec9d683204ddff56f12b2d1940e09a988" | 1837 | "checksum lsp-types 0.70.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d267f222864db3db63cf7e18493a2a5c84edab1f4e3c7211c9390ce033365210" |
1838 | "checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" | 1838 | "checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" |
1839 | "checksum memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3197e20c7edb283f87c071ddfc7a2cca8f8e0b888c242959846a6fce03c72223" | 1839 | "checksum memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3197e20c7edb283f87c071ddfc7a2cca8f8e0b888c242959846a6fce03c72223" |
1840 | "checksum memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "75189eb85871ea5c2e2c15abbdd541185f63b408415e5051f5cac122d8c774b9" | 1840 | "checksum memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "75189eb85871ea5c2e2c15abbdd541185f63b408415e5051f5cac122d8c774b9" |
@@ -1902,7 +1902,7 @@ dependencies = [ | |||
1902 | "checksum serde_repr 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "cd02c7587ec314570041b2754829f84d873ced14a96d1fd1823531e11db40573" | 1902 | "checksum serde_repr 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "cd02c7587ec314570041b2754829f84d873ced14a96d1fd1823531e11db40573" |
1903 | "checksum serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)" = "691b17f19fc1ec9d94ec0b5864859290dff279dbd7b03f017afda54eb36c3c35" | 1903 | "checksum serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)" = "691b17f19fc1ec9d94ec0b5864859290dff279dbd7b03f017afda54eb36c3c35" |
1904 | "checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" | 1904 | "checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" |
1905 | "checksum smallvec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "44e59e0c9fa00817912ae6e4e6e3c4fe04455e75699d06eedc7d85917ed8e8f4" | 1905 | "checksum smallvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5c2fb2ec9bcd216a5b0d0ccf31ab17b5ed1d627960edff65bbe95d3ce221cefc" |
1906 | "checksum smol_str 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "34836c9a295c62c2ce3514471117c5cb269891e8421b2aafdd910050576c4d8b" | 1906 | "checksum smol_str 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "34836c9a295c62c2ce3514471117c5cb269891e8421b2aafdd910050576c4d8b" |
1907 | "checksum superslice 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab16ced94dbd8a46c82fd81e3ed9a8727dac2977ea869d217bcc4ea1f122e81f" | 1907 | "checksum superslice 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab16ced94dbd8a46c82fd81e3ed9a8727dac2977ea869d217bcc4ea1f122e81f" |
1908 | "checksum syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)" = "af6f3550d8dff9ef7dc34d384ac6f107e5d31c8f57d9f28e0081503f547ac8f5" | 1908 | "checksum syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)" = "af6f3550d8dff9ef7dc34d384ac6f107e5d31c8f57d9f28e0081503f547ac8f5" |