diff options
-rw-r--r-- | Cargo.lock | 80 |
1 files changed, 40 insertions, 40 deletions
diff --git a/Cargo.lock b/Cargo.lock index 6f8a4431d..0206f16bc 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -108,8 +108,8 @@ version = "0.9.0" | |||
108 | source = "registry+https://github.com/rust-lang/crates.io-index" | 108 | source = "registry+https://github.com/rust-lang/crates.io-index" |
109 | dependencies = [ | 109 | dependencies = [ |
110 | "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", | 110 | "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
111 | "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", | 111 | "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", |
112 | "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", | 112 | "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", |
113 | "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", | 113 | "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", |
114 | ] | 114 | ] |
115 | 115 | ||
@@ -171,7 +171,7 @@ dependencies = [ | |||
171 | "chalk-macros 0.1.1 (git+https://github.com/rust-lang/chalk.git?rev=1e5c1929364dfbb7c0c7ac0956b8250abe7c2cae)", | 171 | "chalk-macros 0.1.1 (git+https://github.com/rust-lang/chalk.git?rev=1e5c1929364dfbb7c0c7ac0956b8250abe7c2cae)", |
172 | "chalk-rust-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git?rev=1e5c1929364dfbb7c0c7ac0956b8250abe7c2cae)", | 172 | "chalk-rust-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git?rev=1e5c1929364dfbb7c0c7ac0956b8250abe7c2cae)", |
173 | "ena 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", | 173 | "ena 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", |
174 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 174 | "itertools 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", |
175 | "petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)", | 175 | "petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)", |
176 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 176 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
177 | ] | 177 | ] |
@@ -288,7 +288,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
288 | dependencies = [ | 288 | dependencies = [ |
289 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | 289 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
290 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 290 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
291 | "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | 291 | "syn 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
292 | ] | 292 | ] |
293 | 293 | ||
294 | [[package]] | 294 | [[package]] |
@@ -413,7 +413,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
413 | 413 | ||
414 | [[package]] | 414 | [[package]] |
415 | name = "getrandom" | 415 | name = "getrandom" |
416 | version = "0.1.12" | 416 | version = "0.1.13" |
417 | source = "registry+https://github.com/rust-lang/crates.io-index" | 417 | source = "registry+https://github.com/rust-lang/crates.io-index" |
418 | dependencies = [ | 418 | dependencies = [ |
419 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | 419 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -501,7 +501,7 @@ dependencies = [ | |||
501 | "console 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", | 501 | "console 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
502 | "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 502 | "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
503 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 503 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
504 | "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", | 504 | "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", |
505 | "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", | 505 | "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", |
506 | "serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)", | 506 | "serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)", |
507 | "uuid 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", | 507 | "uuid 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -517,7 +517,7 @@ dependencies = [ | |||
517 | 517 | ||
518 | [[package]] | 518 | [[package]] |
519 | name = "itertools" | 519 | name = "itertools" |
520 | version = "0.8.0" | 520 | version = "0.8.1" |
521 | source = "registry+https://github.com/rust-lang/crates.io-index" | 521 | source = "registry+https://github.com/rust-lang/crates.io-index" |
522 | dependencies = [ | 522 | dependencies = [ |
523 | "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", | 523 | "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -624,7 +624,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
624 | dependencies = [ | 624 | dependencies = [ |
625 | "crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", | 625 | "crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
626 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 626 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
627 | "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", | 627 | "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", |
628 | "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", | 628 | "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", |
629 | ] | 629 | ] |
630 | 630 | ||
@@ -634,7 +634,7 @@ version = "0.61.0" | |||
634 | source = "registry+https://github.com/rust-lang/crates.io-index" | 634 | source = "registry+https://github.com/rust-lang/crates.io-index" |
635 | dependencies = [ | 635 | dependencies = [ |
636 | "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 636 | "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
637 | "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", | 637 | "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", |
638 | "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", | 638 | "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", |
639 | "serde_repr 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 639 | "serde_repr 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
640 | "url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 640 | "url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -811,7 +811,7 @@ dependencies = [ | |||
811 | "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)", | 811 | "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)", |
812 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | 812 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
813 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 813 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
814 | "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | 814 | "syn 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
815 | ] | 815 | ] |
816 | 816 | ||
817 | [[package]] | 817 | [[package]] |
@@ -845,7 +845,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
845 | dependencies = [ | 845 | dependencies = [ |
846 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | 846 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
847 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 847 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
848 | "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | 848 | "syn 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
849 | ] | 849 | ] |
850 | 850 | ||
851 | [[package]] | 851 | [[package]] |
@@ -903,7 +903,7 @@ name = "ra_assists" | |||
903 | version = "0.1.0" | 903 | version = "0.1.0" |
904 | dependencies = [ | 904 | dependencies = [ |
905 | "format-buf 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 905 | "format-buf 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
906 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 906 | "itertools 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", |
907 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 907 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
908 | "ra_db 0.1.0", | 908 | "ra_db 0.1.0", |
909 | "ra_fmt 0.1.0", | 909 | "ra_fmt 0.1.0", |
@@ -970,7 +970,7 @@ dependencies = [ | |||
970 | name = "ra_fmt" | 970 | name = "ra_fmt" |
971 | version = "0.1.0" | 971 | version = "0.1.0" |
972 | dependencies = [ | 972 | dependencies = [ |
973 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 973 | "itertools 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", |
974 | "ra_syntax 0.1.0", | 974 | "ra_syntax 0.1.0", |
975 | ] | 975 | ] |
976 | 976 | ||
@@ -1007,7 +1007,7 @@ dependencies = [ | |||
1007 | "format-buf 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1007 | "format-buf 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1008 | "fst 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1008 | "fst 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1009 | "insta 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1009 | "insta 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1010 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1010 | "itertools 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1011 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1011 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1012 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1012 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1013 | "once_cell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1013 | "once_cell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1049,7 +1049,7 @@ dependencies = [ | |||
1049 | "ra_vfs_glob 0.1.0", | 1049 | "ra_vfs_glob 0.1.0", |
1050 | "relative-path 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1050 | "relative-path 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1051 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1051 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1052 | "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", | 1052 | "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", |
1053 | "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", | 1053 | "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", |
1054 | "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1054 | "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1055 | "test_utils 0.1.0", | 1055 | "test_utils 0.1.0", |
@@ -1081,7 +1081,7 @@ name = "ra_prof" | |||
1081 | version = "0.1.0" | 1081 | version = "0.1.0" |
1082 | dependencies = [ | 1082 | dependencies = [ |
1083 | "backtrace 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)", | 1083 | "backtrace 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)", |
1084 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1084 | "itertools 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1085 | "jemalloc-ctl 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1085 | "jemalloc-ctl 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1086 | "jemallocator 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1086 | "jemallocator 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1087 | "once_cell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1087 | "once_cell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1097,7 +1097,7 @@ dependencies = [ | |||
1097 | "ra_cfg 0.1.0", | 1097 | "ra_cfg 0.1.0", |
1098 | "ra_db 0.1.0", | 1098 | "ra_db 0.1.0", |
1099 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1099 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1100 | "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", | 1100 | "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", |
1101 | "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", | 1101 | "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", |
1102 | ] | 1102 | ] |
1103 | 1103 | ||
@@ -1106,7 +1106,7 @@ name = "ra_syntax" | |||
1106 | version = "0.1.0" | 1106 | version = "0.1.0" |
1107 | dependencies = [ | 1107 | dependencies = [ |
1108 | "arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1108 | "arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1109 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1109 | "itertools 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1110 | "once_cell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1110 | "once_cell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1111 | "ra_parser 0.1.0", | 1111 | "ra_parser 0.1.0", |
1112 | "ra_text_edit 0.1.0", | 1112 | "ra_text_edit 0.1.0", |
@@ -1180,7 +1180,7 @@ name = "rand" | |||
1180 | version = "0.7.2" | 1180 | version = "0.7.2" |
1181 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1181 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1182 | dependencies = [ | 1182 | dependencies = [ |
1183 | "getrandom 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", | 1183 | "getrandom 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
1184 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 1184 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
1185 | "rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1185 | "rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1186 | "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1186 | "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1224,7 +1224,7 @@ name = "rand_core" | |||
1224 | version = "0.5.1" | 1224 | version = "0.5.1" |
1225 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1225 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1226 | dependencies = [ | 1226 | dependencies = [ |
1227 | "getrandom 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", | 1227 | "getrandom 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
1228 | ] | 1228 | ] |
1229 | 1229 | ||
1230 | [[package]] | 1230 | [[package]] |
@@ -1370,7 +1370,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1370 | dependencies = [ | 1370 | dependencies = [ |
1371 | "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1371 | "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1372 | "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1372 | "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1373 | "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", | 1373 | "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", |
1374 | ] | 1374 | ] |
1375 | 1375 | ||
1376 | [[package]] | 1376 | [[package]] |
@@ -1441,7 +1441,7 @@ dependencies = [ | |||
1441 | "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1441 | "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1442 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1442 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1443 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1443 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1444 | "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1444 | "syn 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1445 | ] | 1445 | ] |
1446 | 1446 | ||
1447 | [[package]] | 1447 | [[package]] |
@@ -1463,7 +1463,7 @@ version = "0.9.0" | |||
1463 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1463 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1464 | dependencies = [ | 1464 | dependencies = [ |
1465 | "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1465 | "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1466 | "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", | 1466 | "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", |
1467 | ] | 1467 | ] |
1468 | 1468 | ||
1469 | [[package]] | 1469 | [[package]] |
@@ -1473,20 +1473,20 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1473 | 1473 | ||
1474 | [[package]] | 1474 | [[package]] |
1475 | name = "serde" | 1475 | name = "serde" |
1476 | version = "1.0.101" | 1476 | version = "1.0.102" |
1477 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1477 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1478 | dependencies = [ | 1478 | dependencies = [ |
1479 | "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", | 1479 | "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", |
1480 | ] | 1480 | ] |
1481 | 1481 | ||
1482 | [[package]] | 1482 | [[package]] |
1483 | name = "serde_derive" | 1483 | name = "serde_derive" |
1484 | version = "1.0.101" | 1484 | version = "1.0.102" |
1485 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1485 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1486 | dependencies = [ | 1486 | dependencies = [ |
1487 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1487 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1488 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1488 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1489 | "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1489 | "syn 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1490 | ] | 1490 | ] |
1491 | 1491 | ||
1492 | [[package]] | 1492 | [[package]] |
@@ -1496,7 +1496,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1496 | dependencies = [ | 1496 | dependencies = [ |
1497 | "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1497 | "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1498 | "ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1498 | "ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1499 | "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", | 1499 | "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", |
1500 | ] | 1500 | ] |
1501 | 1501 | ||
1502 | [[package]] | 1502 | [[package]] |
@@ -1506,7 +1506,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1506 | dependencies = [ | 1506 | dependencies = [ |
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.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1509 | "syn 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1510 | ] | 1510 | ] |
1511 | 1511 | ||
1512 | [[package]] | 1512 | [[package]] |
@@ -1516,7 +1516,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1516 | dependencies = [ | 1516 | dependencies = [ |
1517 | "dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1517 | "dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1518 | "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1518 | "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1519 | "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", | 1519 | "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", |
1520 | "yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1520 | "yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1521 | ] | 1521 | ] |
1522 | 1522 | ||
@@ -1535,7 +1535,7 @@ name = "smol_str" | |||
1535 | version = "0.1.15" | 1535 | version = "0.1.15" |
1536 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1536 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1537 | dependencies = [ | 1537 | dependencies = [ |
1538 | "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", | 1538 | "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", |
1539 | ] | 1539 | ] |
1540 | 1540 | ||
1541 | [[package]] | 1541 | [[package]] |
@@ -1557,7 +1557,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1557 | 1557 | ||
1558 | [[package]] | 1558 | [[package]] |
1559 | name = "syn" | 1559 | name = "syn" |
1560 | version = "1.0.5" | 1560 | version = "1.0.7" |
1561 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1561 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1562 | dependencies = [ | 1562 | dependencies = [ |
1563 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1563 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1673,7 +1673,7 @@ dependencies = [ | |||
1673 | "idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1673 | "idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1674 | "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1674 | "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1675 | "percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1675 | "percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1676 | "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", | 1676 | "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", |
1677 | ] | 1677 | ] |
1678 | 1678 | ||
1679 | [[package]] | 1679 | [[package]] |
@@ -1682,7 +1682,7 @@ version = "0.8.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 | "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1684 | "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1685 | "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", | 1685 | "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", |
1686 | ] | 1686 | ] |
1687 | 1687 | ||
1688 | [[package]] | 1688 | [[package]] |
@@ -1759,7 +1759,7 @@ dependencies = [ | |||
1759 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1759 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1760 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1760 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1761 | "ron 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1761 | "ron 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1762 | "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", | 1762 | "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", |
1763 | "walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)", | 1763 | "walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1764 | ] | 1764 | ] |
1765 | 1765 | ||
@@ -1828,7 +1828,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1828 | "checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" | 1828 | "checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" |
1829 | "checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" | 1829 | "checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" |
1830 | "checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" | 1830 | "checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" |
1831 | "checksum getrandom 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "473a1265acc8ff1e808cd0a1af8cee3c2ee5200916058a2ca113c29f2d903571" | 1831 | "checksum getrandom 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "e7db7ca94ed4cd01190ceee0d8a8052f08a247aa1b469a7f68c6a3b71afcf407" |
1832 | "checksum glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" | 1832 | "checksum glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" |
1833 | "checksum globset 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "925aa2cac82d8834e2b2a4415b6f6879757fb5c0928fc445ae76461a12eed8f2" | 1833 | "checksum globset 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "925aa2cac82d8834e2b2a4415b6f6879757fb5c0928fc445ae76461a12eed8f2" |
1834 | "checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" | 1834 | "checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" |
@@ -1839,7 +1839,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1839 | "checksum inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e74a1aa87c59aeff6ef2cc2fa62d41bc43f54952f55652656b18a02fd5e356c0" | 1839 | "checksum inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e74a1aa87c59aeff6ef2cc2fa62d41bc43f54952f55652656b18a02fd5e356c0" |
1840 | "checksum insta 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0d499dc062e841590a67230d853bce62d0abeb91304927871670b7c55c461349" | 1840 | "checksum insta 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0d499dc062e841590a67230d853bce62d0abeb91304927871670b7c55c461349" |
1841 | "checksum iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e" | 1841 | "checksum iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e" |
1842 | "checksum itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5b8467d9c1cebe26feb08c640139247fac215782d35371ade9a2136ed6085358" | 1842 | "checksum itertools 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "87fa75c9dea7b07be3138c49abbb83fd4bea199b5cdc76f9804458edc5da0d6e" |
1843 | "checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f" | 1843 | "checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f" |
1844 | "checksum jemalloc-ctl 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c502a5ff9dd2924f1ed32ba96e3b65735d837b4bfd978d3161b1702e66aca4b7" | 1844 | "checksum jemalloc-ctl 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c502a5ff9dd2924f1ed32ba96e3b65735d837b4bfd978d3161b1702e66aca4b7" |
1845 | "checksum jemalloc-sys 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0d3b9f3f5c9b31aa0f5ed3260385ac205db665baa41d49bb8338008ae94ede45" | 1845 | "checksum jemalloc-sys 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0d3b9f3f5c9b31aa0f5ed3260385ac205db665baa41d49bb8338008ae94ede45" |
@@ -1922,8 +1922,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1922 | "checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d" | 1922 | "checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d" |
1923 | "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" | 1923 | "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" |
1924 | "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" | 1924 | "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" |
1925 | "checksum serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)" = "9796c9b7ba2ffe7a9ce53c2287dfc48080f4b2b362fcc245a259b3a7201119dd" | 1925 | "checksum serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)" = "0c4b39bd9b0b087684013a792c59e3e07a46a01d2322518d8a1104641a0b1be0" |
1926 | "checksum serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)" = "4b133a43a1ecd55d4086bd5b4dc6c1751c68b1bfbeba7a5040442022c7e7c02e" | 1926 | "checksum serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)" = "ca13fc1a832f793322228923fbb3aba9f3f44444898f835d31ad1b74fa0a2bf8" |
1927 | "checksum serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)" = "2f72eb2a68a7dc3f9a691bfda9305a1c017a6215e5a4545c258500d2099a37c2" | 1927 | "checksum serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)" = "2f72eb2a68a7dc3f9a691bfda9305a1c017a6215e5a4545c258500d2099a37c2" |
1928 | "checksum serde_repr 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "cd02c7587ec314570041b2754829f84d873ced14a96d1fd1823531e11db40573" | 1928 | "checksum serde_repr 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "cd02c7587ec314570041b2754829f84d873ced14a96d1fd1823531e11db40573" |
1929 | "checksum serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)" = "691b17f19fc1ec9d94ec0b5864859290dff279dbd7b03f017afda54eb36c3c35" | 1929 | "checksum serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)" = "691b17f19fc1ec9d94ec0b5864859290dff279dbd7b03f017afda54eb36c3c35" |
@@ -1932,7 +1932,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1932 | "checksum smol_str 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "34836c9a295c62c2ce3514471117c5cb269891e8421b2aafdd910050576c4d8b" | 1932 | "checksum smol_str 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "34836c9a295c62c2ce3514471117c5cb269891e8421b2aafdd910050576c4d8b" |
1933 | "checksum stacker 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "d96fc4f13a0ac088e9a3cd9af1cc8c5cc1ab5deb2145cef661267dfc9c542f8a" | 1933 | "checksum stacker 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "d96fc4f13a0ac088e9a3cd9af1cc8c5cc1ab5deb2145cef661267dfc9c542f8a" |
1934 | "checksum superslice 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab16ced94dbd8a46c82fd81e3ed9a8727dac2977ea869d217bcc4ea1f122e81f" | 1934 | "checksum superslice 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab16ced94dbd8a46c82fd81e3ed9a8727dac2977ea869d217bcc4ea1f122e81f" |
1935 | "checksum syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "66850e97125af79138385e9b88339cbcd037e3f28ceab8c5ad98e64f0f1f80bf" | 1935 | "checksum syn 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "0e7bedb3320d0f3035594b0b723c8a28d7d336a3eda3881db79e61d676fb644c" |
1936 | "checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9" | 1936 | "checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9" |
1937 | "checksum termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "72b620c5ea021d75a735c943269bb07d30c9b77d6ac6b236bc8b5c496ef05625" | 1937 | "checksum termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "72b620c5ea021d75a735c943269bb07d30c9b77d6ac6b236bc8b5c496ef05625" |
1938 | "checksum text_unit 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e08bbcb7a3adbda0eb23431206b653bdad3d8dea311e72d36bf2215e27a42579" | 1938 | "checksum text_unit 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e08bbcb7a3adbda0eb23431206b653bdad3d8dea311e72d36bf2215e27a42579" |