diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 26 |
1 files changed, 10 insertions, 16 deletions
diff --git a/Cargo.lock b/Cargo.lock index 3bb1df05b..8d81c4839 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -354,12 +354,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
354 | checksum = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" | 354 | checksum = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" |
355 | 355 | ||
356 | [[package]] | 356 | [[package]] |
357 | name = "format-buf" | ||
358 | version = "1.0.0" | ||
359 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
360 | checksum = "f7aea5a5909a74969507051a3b17adc84737e31a5f910559892aedce026f4d53" | ||
361 | |||
362 | [[package]] | ||
363 | name = "fs_extra" | 357 | name = "fs_extra" |
364 | version = "1.1.0" | 358 | version = "1.1.0" |
365 | source = "registry+https://github.com/rust-lang/crates.io-index" | 359 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -574,12 +568,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
574 | checksum = "2f52a11f73b88fab829a0e4d9e13ea5982c7ac457c72eb3541d82a4afdfce4ff" | 568 | checksum = "2f52a11f73b88fab829a0e4d9e13ea5982c7ac457c72eb3541d82a4afdfce4ff" |
575 | 569 | ||
576 | [[package]] | 570 | [[package]] |
577 | name = "join_to_string" | ||
578 | version = "0.1.3" | ||
579 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
580 | checksum = "4dc7a5290e8c2606ce2be49f456d50f69173cb96d1541e4f66e34ac8b331a98f" | ||
581 | |||
582 | [[package]] | ||
583 | name = "kernel32-sys" | 571 | name = "kernel32-sys" |
584 | version = "0.2.2" | 572 | version = "0.2.2" |
585 | source = "registry+https://github.com/rust-lang/crates.io-index" | 573 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -885,9 +873,7 @@ name = "ra_assists" | |||
885 | version = "0.1.0" | 873 | version = "0.1.0" |
886 | dependencies = [ | 874 | dependencies = [ |
887 | "either", | 875 | "either", |
888 | "format-buf", | ||
889 | "itertools 0.9.0", | 876 | "itertools 0.9.0", |
890 | "join_to_string", | ||
891 | "ra_db", | 877 | "ra_db", |
892 | "ra_fmt", | 878 | "ra_fmt", |
893 | "ra_hir", | 879 | "ra_hir", |
@@ -896,6 +882,7 @@ dependencies = [ | |||
896 | "ra_syntax", | 882 | "ra_syntax", |
897 | "ra_text_edit", | 883 | "ra_text_edit", |
898 | "rustc-hash", | 884 | "rustc-hash", |
885 | "stdx", | ||
899 | "test_utils", | 886 | "test_utils", |
900 | ] | 887 | ] |
901 | 888 | ||
@@ -979,6 +966,7 @@ dependencies = [ | |||
979 | "ra_syntax", | 966 | "ra_syntax", |
980 | "ra_tt", | 967 | "ra_tt", |
981 | "rustc-hash", | 968 | "rustc-hash", |
969 | "stdx", | ||
982 | "test_utils", | 970 | "test_utils", |
983 | ] | 971 | ] |
984 | 972 | ||
@@ -1015,6 +1003,7 @@ dependencies = [ | |||
1015 | "ra_prof", | 1003 | "ra_prof", |
1016 | "ra_syntax", | 1004 | "ra_syntax", |
1017 | "rustc-hash", | 1005 | "rustc-hash", |
1006 | "stdx", | ||
1018 | "test_utils", | 1007 | "test_utils", |
1019 | ] | 1008 | ] |
1020 | 1009 | ||
@@ -1023,11 +1012,9 @@ name = "ra_ide" | |||
1023 | version = "0.1.0" | 1012 | version = "0.1.0" |
1024 | dependencies = [ | 1013 | dependencies = [ |
1025 | "either", | 1014 | "either", |
1026 | "format-buf", | ||
1027 | "indexmap", | 1015 | "indexmap", |
1028 | "insta", | 1016 | "insta", |
1029 | "itertools 0.9.0", | 1017 | "itertools 0.9.0", |
1030 | "join_to_string", | ||
1031 | "log", | 1018 | "log", |
1032 | "ra_assists", | 1019 | "ra_assists", |
1033 | "ra_cfg", | 1020 | "ra_cfg", |
@@ -1040,6 +1027,7 @@ dependencies = [ | |||
1040 | "ra_text_edit", | 1027 | "ra_text_edit", |
1041 | "rand", | 1028 | "rand", |
1042 | "rustc-hash", | 1029 | "rustc-hash", |
1030 | "stdx", | ||
1043 | "test_utils", | 1031 | "test_utils", |
1044 | ] | 1032 | ] |
1045 | 1033 | ||
@@ -1130,6 +1118,7 @@ dependencies = [ | |||
1130 | "rustc_lexer", | 1118 | "rustc_lexer", |
1131 | "serde", | 1119 | "serde", |
1132 | "smol_str", | 1120 | "smol_str", |
1121 | "stdx", | ||
1133 | "test_utils", | 1122 | "test_utils", |
1134 | "walkdir", | 1123 | "walkdir", |
1135 | ] | 1124 | ] |
@@ -1321,6 +1310,7 @@ dependencies = [ | |||
1321 | "rustc-hash", | 1310 | "rustc-hash", |
1322 | "serde", | 1311 | "serde", |
1323 | "serde_json", | 1312 | "serde_json", |
1313 | "stdx", | ||
1324 | "tempfile", | 1314 | "tempfile", |
1325 | "test_utils", | 1315 | "test_utils", |
1326 | "threadpool", | 1316 | "threadpool", |
@@ -1489,6 +1479,10 @@ dependencies = [ | |||
1489 | ] | 1479 | ] |
1490 | 1480 | ||
1491 | [[package]] | 1481 | [[package]] |
1482 | name = "stdx" | ||
1483 | version = "0.1.0" | ||
1484 | |||
1485 | [[package]] | ||
1492 | name = "superslice" | 1486 | name = "superslice" |
1493 | version = "1.0.0" | 1487 | version = "1.0.0" |
1494 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1488 | source = "registry+https://github.com/rust-lang/crates.io-index" |