diff options
author | Aleksey Kladov <[email protected]> | 2019-02-11 12:46:35 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2019-02-11 12:46:35 +0000 |
commit | 9a7890c14ec06908678185d0656171d46607978b (patch) | |
tree | 47397457a1900b75fa53c87f5b3d82d32138ca41 | |
parent | 2babbbb97800b526cc29f244bb6ea58b213d24f3 (diff) |
:arrow_up: insta
-rw-r--r-- | Cargo.lock | 45 |
1 files changed, 23 insertions, 22 deletions
diff --git a/Cargo.lock b/Cargo.lock index 0a5bec2bf..210ad53c1 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -431,7 +431,7 @@ dependencies = [ | |||
431 | "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 431 | "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
432 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 432 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
433 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 433 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
434 | "lsp-types 0.55.2 (registry+https://github.com/rust-lang/crates.io-index)", | 434 | "lsp-types 0.55.3 (registry+https://github.com/rust-lang/crates.io-index)", |
435 | "serde 1.0.87 (registry+https://github.com/rust-lang/crates.io-index)", | 435 | "serde 1.0.87 (registry+https://github.com/rust-lang/crates.io-index)", |
436 | "serde_json 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)", | 436 | "serde_json 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)", |
437 | ] | 437 | ] |
@@ -518,7 +518,7 @@ dependencies = [ | |||
518 | 518 | ||
519 | [[package]] | 519 | [[package]] |
520 | name = "insta" | 520 | name = "insta" |
521 | version = "0.6.1" | 521 | version = "0.6.2" |
522 | source = "registry+https://github.com/rust-lang/crates.io-index" | 522 | source = "registry+https://github.com/rust-lang/crates.io-index" |
523 | dependencies = [ | 523 | dependencies = [ |
524 | "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 524 | "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -642,7 +642,7 @@ dependencies = [ | |||
642 | 642 | ||
643 | [[package]] | 643 | [[package]] |
644 | name = "lsp-types" | 644 | name = "lsp-types" |
645 | version = "0.55.2" | 645 | version = "0.55.3" |
646 | source = "registry+https://github.com/rust-lang/crates.io-index" | 646 | source = "registry+https://github.com/rust-lang/crates.io-index" |
647 | dependencies = [ | 647 | dependencies = [ |
648 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | 648 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -883,7 +883,7 @@ dependencies = [ | |||
883 | 883 | ||
884 | [[package]] | 884 | [[package]] |
885 | name = "proptest" | 885 | name = "proptest" |
886 | version = "0.9.0" | 886 | version = "0.9.1" |
887 | source = "registry+https://github.com/rust-lang/crates.io-index" | 887 | source = "registry+https://github.com/rust-lang/crates.io-index" |
888 | dependencies = [ | 888 | dependencies = [ |
889 | "bit-set 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", | 889 | "bit-set 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -893,10 +893,11 @@ dependencies = [ | |||
893 | "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", | 893 | "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
894 | "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 894 | "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
895 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | 895 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
896 | "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||
896 | "rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 897 | "rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
897 | "regex-syntax 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | 898 | "regex-syntax 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
898 | "rusty-fork 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 899 | "rusty-fork 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
899 | "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | 900 | "tempfile 3.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
900 | ] | 901 | ] |
901 | 902 | ||
902 | [[package]] | 903 | [[package]] |
@@ -989,7 +990,7 @@ dependencies = [ | |||
989 | "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", | 990 | "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |
990 | "ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", | 991 | "ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
991 | "flexi_logger 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)", | 992 | "flexi_logger 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)", |
992 | "insta 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", | 993 | "insta 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
993 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 994 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
994 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 995 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
995 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | 996 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1008,7 +1009,7 @@ name = "ra_ide_api" | |||
1008 | version = "0.1.0" | 1009 | version = "0.1.0" |
1009 | dependencies = [ | 1010 | dependencies = [ |
1010 | "fst 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1011 | "fst 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1011 | "insta 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1012 | "insta 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1012 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1013 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1013 | "jemalloc-ctl 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1014 | "jemalloc-ctl 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1014 | "jemallocator 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 1015 | "jemallocator 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1032,10 +1033,10 @@ dependencies = [ | |||
1032 | name = "ra_ide_api_light" | 1033 | name = "ra_ide_api_light" |
1033 | version = "0.1.0" | 1034 | version = "0.1.0" |
1034 | dependencies = [ | 1035 | dependencies = [ |
1035 | "insta 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1036 | "insta 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1036 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1037 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1037 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1038 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1038 | "proptest 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1039 | "proptest 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1039 | "ra_fmt 0.1.0", | 1040 | "ra_fmt 0.1.0", |
1040 | "ra_syntax 0.1.0", | 1041 | "ra_syntax 0.1.0", |
1041 | "ra_text_edit 0.1.0", | 1042 | "ra_text_edit 0.1.0", |
@@ -1056,7 +1057,7 @@ dependencies = [ | |||
1056 | "gen_lsp_server 0.1.0", | 1057 | "gen_lsp_server 0.1.0", |
1057 | "im 12.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1058 | "im 12.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1058 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1059 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1059 | "lsp-types 0.55.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1060 | "lsp-types 0.55.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1060 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1061 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1061 | "ra_arena 0.1.0", | 1062 | "ra_arena 0.1.0", |
1062 | "ra_ide_api 0.1.0", | 1063 | "ra_ide_api 0.1.0", |
@@ -1068,7 +1069,7 @@ dependencies = [ | |||
1068 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1069 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1069 | "serde 1.0.87 (registry+https://github.com/rust-lang/crates.io-index)", | 1070 | "serde 1.0.87 (registry+https://github.com/rust-lang/crates.io-index)", |
1070 | "serde_json 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)", | 1071 | "serde_json 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)", |
1071 | "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1072 | "tempfile 3.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1072 | "test_utils 0.1.0", | 1073 | "test_utils 0.1.0", |
1073 | "thread_worker 0.1.0", | 1074 | "thread_worker 0.1.0", |
1074 | "threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1075 | "threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1120,7 +1121,7 @@ dependencies = [ | |||
1120 | name = "ra_text_edit" | 1121 | name = "ra_text_edit" |
1121 | version = "0.1.0" | 1122 | version = "0.1.0" |
1122 | dependencies = [ | 1123 | dependencies = [ |
1123 | "proptest 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1124 | "proptest 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1124 | "test_utils 0.1.0", | 1125 | "test_utils 0.1.0", |
1125 | "text_unit 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1126 | "text_unit 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1126 | ] | 1127 | ] |
@@ -1145,7 +1146,7 @@ dependencies = [ | |||
1145 | "ra_arena 0.1.0", | 1146 | "ra_arena 0.1.0", |
1146 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1147 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1147 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1148 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1148 | "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1149 | "tempfile 3.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1149 | "thread_worker 0.1.0", | 1150 | "thread_worker 0.1.0", |
1150 | "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1151 | "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1151 | ] | 1152 | ] |
@@ -1161,7 +1162,7 @@ dependencies = [ | |||
1161 | "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1162 | "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1162 | "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1163 | "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1163 | "rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1164 | "rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1164 | "rand_jitter 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1165 | "rand_jitter 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1165 | "rand_os 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1166 | "rand_os 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1166 | "rand_pcg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1167 | "rand_pcg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1167 | "rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1168 | "rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1208,7 +1209,7 @@ dependencies = [ | |||
1208 | 1209 | ||
1209 | [[package]] | 1210 | [[package]] |
1210 | name = "rand_jitter" | 1211 | name = "rand_jitter" |
1211 | version = "0.1.2" | 1212 | version = "0.1.3" |
1212 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1213 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1213 | dependencies = [ | 1214 | dependencies = [ |
1214 | "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", | 1215 | "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1370,7 +1371,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1370 | dependencies = [ | 1371 | dependencies = [ |
1371 | "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1372 | "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1372 | "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1373 | "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1373 | "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1374 | "tempfile 3.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1374 | "wait-timeout 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1375 | "wait-timeout 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1375 | ] | 1376 | ] |
1376 | 1377 | ||
@@ -1554,7 +1555,7 @@ dependencies = [ | |||
1554 | 1555 | ||
1555 | [[package]] | 1556 | [[package]] |
1556 | name = "tempfile" | 1557 | name = "tempfile" |
1557 | version = "3.0.5" | 1558 | version = "3.0.6" |
1558 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1559 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1559 | dependencies = [ | 1560 | dependencies = [ |
1560 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1561 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1977,7 +1978,7 @@ dependencies = [ | |||
1977 | "checksum indicatif 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2c60da1c9abea75996b70a931bba6c750730399005b61ccd853cee50ef3d0d0c" | 1978 | "checksum indicatif 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2c60da1c9abea75996b70a931bba6c750730399005b61ccd853cee50ef3d0d0c" |
1978 | "checksum inotify 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "40b54539f3910d6f84fbf9a643efd6e3aa6e4f001426c0329576128255994718" | 1979 | "checksum inotify 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "40b54539f3910d6f84fbf9a643efd6e3aa6e4f001426c0329576128255994718" |
1979 | "checksum inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e74a1aa87c59aeff6ef2cc2fa62d41bc43f54952f55652656b18a02fd5e356c0" | 1980 | "checksum inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e74a1aa87c59aeff6ef2cc2fa62d41bc43f54952f55652656b18a02fd5e356c0" |
1980 | "checksum insta 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bcdfb5ab565a1fc5c397722d5a9503f2095696ef07ef1a222d85a0fd6666c6aa" | 1981 | "checksum insta 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8185295986ba10e9c317b2d00b450c088902b35a57096911e4653a25ec3c25d6" |
1981 | "checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08" | 1982 | "checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08" |
1982 | "checksum itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5b8467d9c1cebe26feb08c640139247fac215782d35371ade9a2136ed6085358" | 1983 | "checksum itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5b8467d9c1cebe26feb08c640139247fac215782d35371ade9a2136ed6085358" |
1983 | "checksum itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1306f3464951f30e30d12373d31c79fbd52d236e5e896fd92f96ec7babbbe60b" | 1984 | "checksum itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1306f3464951f30e30d12373d31c79fbd52d236e5e896fd92f96ec7babbbe60b" |
@@ -1992,7 +1993,7 @@ dependencies = [ | |||
1992 | "checksum linked-hash-map 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "70fb39025bc7cdd76305867c4eccf2f2dcf6e9a57f5b21a93e1c2d86cd03ec9e" | 1993 | "checksum linked-hash-map 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "70fb39025bc7cdd76305867c4eccf2f2dcf6e9a57f5b21a93e1c2d86cd03ec9e" |
1993 | "checksum lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c" | 1994 | "checksum lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c" |
1994 | "checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6" | 1995 | "checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6" |
1995 | "checksum lsp-types 0.55.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b3e3de0d744113a9b480a19282913ac0b65e3565f33d68ab74fa16d8454edf38" | 1996 | "checksum lsp-types 0.55.3 (registry+https://github.com/rust-lang/crates.io-index)" = "9092adbc87fcf30f9d371ecea86dafee55e56f282ee19ca282384e3a04926ba9" |
1996 | "checksum maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "08cbb6b4fef96b6d77bfc40ec491b1690c779e77b05cd9f07f787ed376fd4c43" | 1997 | "checksum maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "08cbb6b4fef96b6d77bfc40ec491b1690c779e77b05cd9f07f787ed376fd4c43" |
1997 | "checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" | 1998 | "checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" |
1998 | "checksum memchr 2.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e1dd4eaac298c32ce07eb6ed9242eda7d82955b9170b7d6db59b2e02cc63fcb8" | 1999 | "checksum memchr 2.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e1dd4eaac298c32ce07eb6ed9242eda7d82955b9170b7d6db59b2e02cc63fcb8" |
@@ -2018,7 +2019,7 @@ dependencies = [ | |||
2018 | "checksum pest_generator 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "63120576c4efd69615b5537d3d052257328a4ca82876771d6944424ccfd9f646" | 2019 | "checksum pest_generator 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "63120576c4efd69615b5537d3d052257328a4ca82876771d6944424ccfd9f646" |
2019 | "checksum pest_meta 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f5a3492a4ed208ffc247adcdcc7ba2a95be3104f58877d0d02f0df39bf3efb5e" | 2020 | "checksum pest_meta 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f5a3492a4ed208ffc247adcdcc7ba2a95be3104f58877d0d02f0df39bf3efb5e" |
2020 | "checksum proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)" = "4d317f9caece796be1980837fd5cb3dfec5613ebdb04ad0956deea83ce168915" | 2021 | "checksum proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)" = "4d317f9caece796be1980837fd5cb3dfec5613ebdb04ad0956deea83ce168915" |
2021 | "checksum proptest 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2876d7bf780801d278b6886346eff87d91aa307cd790cc1209c789c4acfa1252" | 2022 | "checksum proptest 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea66c78d75f2c6e9f304269eaef90899798daecc69f1a625d5a3dd793ff3522" |
2022 | "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" | 2023 | "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" |
2023 | "checksum quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)" = "cdd8e04bd9c52e0342b406469d494fcb033be4bdbe5c606016defbb1681411e1" | 2024 | "checksum quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)" = "cdd8e04bd9c52e0342b406469d494fcb033be4bdbe5c606016defbb1681411e1" |
2024 | "checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca" | 2025 | "checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca" |
@@ -2027,7 +2028,7 @@ dependencies = [ | |||
2027 | "checksum rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d0e7a549d590831370895ab7ba4ea0c1b6b011d106b5ff2da6eee112615e6dc0" | 2028 | "checksum rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d0e7a549d590831370895ab7ba4ea0c1b6b011d106b5ff2da6eee112615e6dc0" |
2028 | "checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4" | 2029 | "checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4" |
2029 | "checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08" | 2030 | "checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08" |
2030 | "checksum rand_jitter 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "080723c6145e37503a2224f801f252e14ac5531cb450f4502698542d188cb3c0" | 2031 | "checksum rand_jitter 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b9ea758282efe12823e0d952ddb269d2e1897227e464919a554f2a03ef1b832" |
2031 | "checksum rand_os 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b7c690732391ae0abafced5015ffb53656abfaec61b342290e5eb56b286a679d" | 2032 | "checksum rand_os 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b7c690732391ae0abafced5015ffb53656abfaec61b342290e5eb56b286a679d" |
2032 | "checksum rand_pcg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "086bd09a33c7044e56bb44d5bdde5a60e7f119a9e95b0775f545de759a32fe05" | 2033 | "checksum rand_pcg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "086bd09a33c7044e56bb44d5bdde5a60e7f119a9e95b0775f545de759a32fe05" |
2033 | "checksum rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c" | 2034 | "checksum rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c" |
@@ -2068,7 +2069,7 @@ dependencies = [ | |||
2068 | "checksum superslice 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b50b13d42370e0f5fc62eafdd5c2d20065eaf5458dab215ff3e20e63eea96b30" | 2069 | "checksum superslice 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b50b13d42370e0f5fc62eafdd5c2d20065eaf5458dab215ff3e20e63eea96b30" |
2069 | "checksum syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)" = "f92e629aa1d9c827b2bb8297046c1ccffc57c99b947a680d3ccff1f136a3bee9" | 2070 | "checksum syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)" = "f92e629aa1d9c827b2bb8297046c1ccffc57c99b947a680d3ccff1f136a3bee9" |
2070 | "checksum synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "73687139bf99285483c96ac0add482c3776528beac1d97d444f6e91f203a2015" | 2071 | "checksum synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "73687139bf99285483c96ac0add482c3776528beac1d97d444f6e91f203a2015" |
2071 | "checksum tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "7e91405c14320e5c79b3d148e1c86f40749a36e490642202a31689cb1a3452b2" | 2072 | "checksum tempfile 3.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "37daa55a7240c4931c84559f03b3cad7d19535840d1c4a0cc4e9b2fb0dcf70ff" |
2072 | "checksum tera 0.11.20 (registry+https://github.com/rust-lang/crates.io-index)" = "4b505279e19d8f7d24b1a9dc58327c9c36174b1a2c7ebdeac70792d017cb64f3" | 2073 | "checksum tera 0.11.20 (registry+https://github.com/rust-lang/crates.io-index)" = "4b505279e19d8f7d24b1a9dc58327c9c36174b1a2c7ebdeac70792d017cb64f3" |
2073 | "checksum teraron 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0d89ad4617d1dec55331067fadaa041e813479e1779616f3d3ce9308bf46184e" | 2074 | "checksum teraron 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0d89ad4617d1dec55331067fadaa041e813479e1779616f3d3ce9308bf46184e" |
2074 | "checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096" | 2075 | "checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096" |