diff options
author | Aleksey Kladov <[email protected]> | 2019-08-17 11:51:22 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2019-08-17 11:53:02 +0100 |
commit | 42ae888629144ac703441b4d9a5c3e4646bac3ae (patch) | |
tree | 7786247cca7965d40866da6e963e20650c64bb8d | |
parent | cd2434999768d3767814bc8b437bd5fb91263ef6 (diff) |
:arrow_up: deps
-rw-r--r-- | Cargo.lock | 87 | ||||
-rw-r--r-- | crates/ra_project_model/Cargo.toml | 2 |
2 files changed, 44 insertions, 45 deletions
diff --git a/Cargo.lock b/Cargo.lock index 00994649a..4b94aa8a3 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -146,13 +146,12 @@ dependencies = [ | |||
146 | 146 | ||
147 | [[package]] | 147 | [[package]] |
148 | name = "cargo_metadata" | 148 | name = "cargo_metadata" |
149 | version = "0.8.1" | 149 | version = "0.8.2" |
150 | source = "registry+https://github.com/rust-lang/crates.io-index" | 150 | source = "registry+https://github.com/rust-lang/crates.io-index" |
151 | dependencies = [ | 151 | dependencies = [ |
152 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||
153 | "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", | 152 | "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
154 | "serde 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", | 153 | "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", |
155 | "serde_derive 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", | 154 | "serde_derive 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", |
156 | "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", | 155 | "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", |
157 | ] | 156 | ] |
158 | 157 | ||
@@ -229,7 +228,7 @@ dependencies = [ | |||
229 | "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", | 228 | "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
230 | "num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)", | 229 | "num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)", |
231 | "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | 230 | "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
232 | "serde 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", | 231 | "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", |
233 | "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", | 232 | "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", |
234 | ] | 233 | ] |
235 | 234 | ||
@@ -575,7 +574,7 @@ dependencies = [ | |||
575 | "flexi_logger 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", | 574 | "flexi_logger 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", |
576 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 575 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
577 | "lsp-types 0.59.0 (registry+https://github.com/rust-lang/crates.io-index)", | 576 | "lsp-types 0.59.0 (registry+https://github.com/rust-lang/crates.io-index)", |
578 | "serde 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", | 577 | "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", |
579 | "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", | 578 | "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", |
580 | ] | 579 | ] |
581 | 580 | ||
@@ -691,7 +690,7 @@ dependencies = [ | |||
691 | "pest 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 690 | "pest 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
692 | "pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 691 | "pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
693 | "ron 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | 692 | "ron 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
694 | "serde 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", | 693 | "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", |
695 | "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", | 694 | "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", |
696 | "serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)", | 695 | "serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)", |
697 | "uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", | 696 | "uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -824,8 +823,8 @@ dependencies = [ | |||
824 | "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 823 | "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
825 | "num-derive 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", | 824 | "num-derive 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", |
826 | "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | 825 | "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
827 | "serde 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", | 826 | "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", |
828 | "serde_derive 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", | 827 | "serde_derive 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", |
829 | "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", | 828 | "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", |
830 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | 829 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
831 | "url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 830 | "url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1051,9 +1050,9 @@ version = "0.1.6" | |||
1051 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1050 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1052 | dependencies = [ | 1051 | dependencies = [ |
1053 | "proc-macro-hack 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)", | 1052 | "proc-macro-hack 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1054 | "proc-macro2 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1053 | "proc-macro2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1055 | "quote 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1054 | "quote 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1056 | "syn 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1055 | "syn 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1057 | ] | 1056 | ] |
1058 | 1057 | ||
1059 | [[package]] | 1058 | [[package]] |
@@ -1119,9 +1118,9 @@ name = "proc-macro-hack" | |||
1119 | version = "0.5.9" | 1118 | version = "0.5.9" |
1120 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1119 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1121 | dependencies = [ | 1120 | dependencies = [ |
1122 | "proc-macro2 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1121 | "proc-macro2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1123 | "quote 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1122 | "quote 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1124 | "syn 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1123 | "syn 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1125 | ] | 1124 | ] |
1126 | 1125 | ||
1127 | [[package]] | 1126 | [[package]] |
@@ -1134,7 +1133,7 @@ dependencies = [ | |||
1134 | 1133 | ||
1135 | [[package]] | 1134 | [[package]] |
1136 | name = "proc-macro2" | 1135 | name = "proc-macro2" |
1137 | version = "1.0.0" | 1136 | version = "1.0.1" |
1138 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1137 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1139 | dependencies = [ | 1138 | dependencies = [ |
1140 | "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1139 | "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1172,10 +1171,10 @@ dependencies = [ | |||
1172 | 1171 | ||
1173 | [[package]] | 1172 | [[package]] |
1174 | name = "quote" | 1173 | name = "quote" |
1175 | version = "1.0.0" | 1174 | version = "1.0.1" |
1176 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1175 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1177 | dependencies = [ | 1176 | dependencies = [ |
1178 | "proc-macro2 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1177 | "proc-macro2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1179 | ] | 1178 | ] |
1180 | 1179 | ||
1181 | [[package]] | 1180 | [[package]] |
@@ -1318,7 +1317,7 @@ dependencies = [ | |||
1318 | "ra_vfs_glob 0.1.0", | 1317 | "ra_vfs_glob 0.1.0", |
1319 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1318 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1320 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1319 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1321 | "serde 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", | 1320 | "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", |
1322 | "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", | 1321 | "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", |
1323 | "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1322 | "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1324 | "test_utils 0.1.0", | 1323 | "test_utils 0.1.0", |
@@ -1363,12 +1362,12 @@ dependencies = [ | |||
1363 | name = "ra_project_model" | 1362 | name = "ra_project_model" |
1364 | version = "0.1.0" | 1363 | version = "0.1.0" |
1365 | dependencies = [ | 1364 | dependencies = [ |
1366 | "cargo_metadata 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1365 | "cargo_metadata 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1367 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1366 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1368 | "ra_arena 0.1.0", | 1367 | "ra_arena 0.1.0", |
1369 | "ra_db 0.1.0", | 1368 | "ra_db 0.1.0", |
1370 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1369 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1371 | "serde 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", | 1370 | "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", |
1372 | "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", | 1371 | "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", |
1373 | ] | 1372 | ] |
1374 | 1373 | ||
@@ -1656,7 +1655,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1656 | dependencies = [ | 1655 | dependencies = [ |
1657 | "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1656 | "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1658 | "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1657 | "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1659 | "serde 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", | 1658 | "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", |
1660 | ] | 1659 | ] |
1661 | 1660 | ||
1662 | [[package]] | 1661 | [[package]] |
@@ -1741,7 +1740,7 @@ version = "0.9.0" | |||
1741 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1740 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1742 | dependencies = [ | 1741 | dependencies = [ |
1743 | "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1742 | "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1744 | "serde 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", | 1743 | "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", |
1745 | ] | 1744 | ] |
1746 | 1745 | ||
1747 | [[package]] | 1746 | [[package]] |
@@ -1751,20 +1750,20 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1751 | 1750 | ||
1752 | [[package]] | 1751 | [[package]] |
1753 | name = "serde" | 1752 | name = "serde" |
1754 | version = "1.0.98" | 1753 | version = "1.0.99" |
1755 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1754 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1756 | dependencies = [ | 1755 | dependencies = [ |
1757 | "serde_derive 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", | 1756 | "serde_derive 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", |
1758 | ] | 1757 | ] |
1759 | 1758 | ||
1760 | [[package]] | 1759 | [[package]] |
1761 | name = "serde_derive" | 1760 | name = "serde_derive" |
1762 | version = "1.0.98" | 1761 | version = "1.0.99" |
1763 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1762 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1764 | dependencies = [ | 1763 | dependencies = [ |
1765 | "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", | 1764 | "proc-macro2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1766 | "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", | 1765 | "quote 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1767 | "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", | 1766 | "syn 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1768 | ] | 1767 | ] |
1769 | 1768 | ||
1770 | [[package]] | 1769 | [[package]] |
@@ -1774,7 +1773,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1774 | dependencies = [ | 1773 | dependencies = [ |
1775 | "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1774 | "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1776 | "ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1775 | "ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1777 | "serde 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", | 1776 | "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", |
1778 | ] | 1777 | ] |
1779 | 1778 | ||
1780 | [[package]] | 1779 | [[package]] |
@@ -1784,7 +1783,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1784 | dependencies = [ | 1783 | dependencies = [ |
1785 | "dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1784 | "dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1786 | "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1785 | "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1787 | "serde 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", | 1786 | "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", |
1788 | "yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1787 | "yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1789 | ] | 1788 | ] |
1790 | 1789 | ||
@@ -1822,7 +1821,7 @@ name = "smol_str" | |||
1822 | version = "0.1.12" | 1821 | version = "0.1.12" |
1823 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1822 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1824 | dependencies = [ | 1823 | dependencies = [ |
1825 | "serde 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", | 1824 | "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", |
1826 | ] | 1825 | ] |
1827 | 1826 | ||
1828 | [[package]] | 1827 | [[package]] |
@@ -1858,11 +1857,11 @@ dependencies = [ | |||
1858 | 1857 | ||
1859 | [[package]] | 1858 | [[package]] |
1860 | name = "syn" | 1859 | name = "syn" |
1861 | version = "1.0.1" | 1860 | version = "1.0.2" |
1862 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1861 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1863 | dependencies = [ | 1862 | dependencies = [ |
1864 | "proc-macro2 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1863 | "proc-macro2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1865 | "quote 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1864 | "quote 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1866 | "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1865 | "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1867 | ] | 1866 | ] |
1868 | 1867 | ||
@@ -1903,7 +1902,7 @@ dependencies = [ | |||
1903 | "pest 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1902 | "pest 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1904 | "pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1903 | "pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1905 | "regex 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1904 | "regex 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1906 | "serde 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", | 1905 | "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", |
1907 | "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", | 1906 | "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", |
1908 | "slug 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1907 | "slug 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1909 | "unic-segment 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1908 | "unic-segment 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -2097,7 +2096,7 @@ name = "url_serde" | |||
2097 | version = "0.2.0" | 2096 | version = "0.2.0" |
2098 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2097 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2099 | dependencies = [ | 2098 | dependencies = [ |
2100 | "serde 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", | 2099 | "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", |
2101 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | 2100 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
2102 | ] | 2101 | ] |
2103 | 2102 | ||
@@ -2107,7 +2106,7 @@ version = "0.7.4" | |||
2107 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2106 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2108 | dependencies = [ | 2107 | dependencies = [ |
2109 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | 2108 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
2110 | "serde 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", | 2109 | "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", |
2111 | ] | 2110 | ] |
2112 | 2111 | ||
2113 | [[package]] | 2112 | [[package]] |
@@ -2213,7 +2212,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
2213 | "checksum byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" | 2212 | "checksum byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" |
2214 | "checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5" | 2213 | "checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5" |
2215 | "checksum c2-chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7d64d04786e0f528460fc884753cf8dddcc466be308f6026f8e355c41a0e4101" | 2214 | "checksum c2-chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7d64d04786e0f528460fc884753cf8dddcc466be308f6026f8e355c41a0e4101" |
2216 | "checksum cargo_metadata 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5e904f164f39cae0c3a4f2713eb97a47ba64676a071e99a69ddfef4994694d2c" | 2215 | "checksum cargo_metadata 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "700b3731fd7d357223d0000f4dbf1808401b694609035c3c411fbc0cd375c426" |
2217 | "checksum cc 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)" = "b548a4ee81fccb95919d4e22cfea83c7693ebfd78f0495493178db20b3139da7" | 2216 | "checksum cc 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)" = "b548a4ee81fccb95919d4e22cfea83c7693ebfd78f0495493178db20b3139da7" |
2218 | "checksum cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "b486ce3ccf7ffd79fdeb678eac06a9e6c09fc88d33836340becb8fffe87c5e33" | 2217 | "checksum cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "b486ce3ccf7ffd79fdeb678eac06a9e6c09fc88d33836340becb8fffe87c5e33" |
2219 | "checksum chalk-engine 0.9.0 (git+https://github.com/rust-lang/chalk.git)" = "<none>" | 2218 | "checksum chalk-engine 0.9.0 (git+https://github.com/rust-lang/chalk.git)" = "<none>" |
@@ -2327,11 +2326,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
2327 | "checksum ppv-lite86 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e3cbf9f658cdb5000fcf6f362b8ea2ba154b9f146a61c7a20d647034c6b6561b" | 2326 | "checksum ppv-lite86 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e3cbf9f658cdb5000fcf6f362b8ea2ba154b9f146a61c7a20d647034c6b6561b" |
2328 | "checksum proc-macro-hack 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e688f31d92ffd7c1ddc57a1b4e6d773c0f2a14ee437a4b0a4f5a69c80eb221c8" | 2327 | "checksum proc-macro-hack 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e688f31d92ffd7c1ddc57a1b4e6d773c0f2a14ee437a4b0a4f5a69c80eb221c8" |
2329 | "checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" | 2328 | "checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" |
2330 | "checksum proc-macro2 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "19f287c234c9b2d0308d692dee5c449c1a171167a6f8150f7cf2a49d8fd96967" | 2329 | "checksum proc-macro2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4c5c2380ae88876faae57698be9e9775e3544decad214599c3a6266cca6ac802" |
2331 | "checksum proptest 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cf147e022eacf0c8a054ab864914a7602618adba841d800a9a9868a5237a529f" | 2330 | "checksum proptest 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cf147e022eacf0c8a054ab864914a7602618adba841d800a9a9868a5237a529f" |
2332 | "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" | 2331 | "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" |
2333 | "checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" | 2332 | "checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" |
2334 | "checksum quote 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7ab938ebe6f1c82426b5fb82eaf10c3e3028c53deaa3fbe38f5904b37cf4d767" | 2333 | "checksum quote 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "49d77c41ca8767f2f41394c11a4eebccab83da25e7cc035387a3125f02be90a3" |
2335 | "checksum ra_rustc_lexer 0.1.0-pre.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6baccda91574dfadd7f8a0bc8f9f110f874b6b484289b2536d3dbf4f0d5d97bb" | 2334 | "checksum ra_rustc_lexer 0.1.0-pre.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6baccda91574dfadd7f8a0bc8f9f110f874b6b484289b2536d3dbf4f0d5d97bb" |
2336 | "checksum ra_vfs 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fb7cd4e302032c5ab514f1c01c89727cd96fd950dd36f9ebee9252df45d9fb1a" | 2335 | "checksum ra_vfs 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fb7cd4e302032c5ab514f1c01c89727cd96fd950dd36f9ebee9252df45d9fb1a" |
2337 | "checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca" | 2336 | "checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca" |
@@ -2369,8 +2368,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
2369 | "checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d" | 2368 | "checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d" |
2370 | "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" | 2369 | "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" |
2371 | "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" | 2370 | "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" |
2372 | "checksum serde 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)" = "7fe5626ac617da2f2d9c48af5515a21d5a480dbd151e01bb1c355e26a3e68113" | 2371 | "checksum serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)" = "fec2851eb56d010dc9a21b89ca53ee75e6528bab60c11e89d38390904982da9f" |
2373 | "checksum serde_derive 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)" = "01e69e1b8a631f245467ee275b8c757b818653c6d704cdbcaeb56b56767b529c" | 2372 | "checksum serde_derive 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)" = "cb4dc18c61206b08dc98216c98faa0232f4337e1e1b8574551d5bad29ea1b425" |
2374 | "checksum serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)" = "051c49229f282f7c6f3813f8286cc1e3323e8051823fce42c7ea80fe13521704" | 2373 | "checksum serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)" = "051c49229f282f7c6f3813f8286cc1e3323e8051823fce42c7ea80fe13521704" |
2375 | "checksum serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)" = "38b08a9a90e5260fe01c6480ec7c811606df6d3a660415808c3c3fa8ed95b582" | 2374 | "checksum serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)" = "38b08a9a90e5260fe01c6480ec7c811606df6d3a660415808c3c3fa8ed95b582" |
2376 | "checksum sha-1 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "23962131a91661d643c98940b20fcaffe62d776a823247be80a48fcb8b6fce68" | 2375 | "checksum sha-1 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "23962131a91661d643c98940b20fcaffe62d776a823247be80a48fcb8b6fce68" |
@@ -2382,7 +2381,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
2382 | "checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" | 2381 | "checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" |
2383 | "checksum superslice 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab16ced94dbd8a46c82fd81e3ed9a8727dac2977ea869d217bcc4ea1f122e81f" | 2382 | "checksum superslice 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab16ced94dbd8a46c82fd81e3ed9a8727dac2977ea869d217bcc4ea1f122e81f" |
2384 | "checksum syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)" = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" | 2383 | "checksum syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)" = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" |
2385 | "checksum syn 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "863ecbce06044c8380458360b4146d7372edadfedd77f120ba8c193da427b708" | 2384 | "checksum syn 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2ae5cd13590144ea968ba5d5520da7a4c08415861014399b5b349f74591c375f" |
2386 | "checksum synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "02353edf96d6e4dc81aea2d8490a7e9db177bf8acb0e951c24940bf866cb313f" | 2385 | "checksum synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "02353edf96d6e4dc81aea2d8490a7e9db177bf8acb0e951c24940bf866cb313f" |
2387 | "checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9" | 2386 | "checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9" |
2388 | "checksum tera 0.11.20 (registry+https://github.com/rust-lang/crates.io-index)" = "4b505279e19d8f7d24b1a9dc58327c9c36174b1a2c7ebdeac70792d017cb64f3" | 2387 | "checksum tera 0.11.20 (registry+https://github.com/rust-lang/crates.io-index)" = "4b505279e19d8f7d24b1a9dc58327c9c36174b1a2c7ebdeac70792d017cb64f3" |
diff --git a/crates/ra_project_model/Cargo.toml b/crates/ra_project_model/Cargo.toml index 4fd6c75ef..ae6b91aa6 100644 --- a/crates/ra_project_model/Cargo.toml +++ b/crates/ra_project_model/Cargo.toml | |||
@@ -8,7 +8,7 @@ authors = ["rust-analyzer developers"] | |||
8 | log = "0.4.5" | 8 | log = "0.4.5" |
9 | rustc-hash = "1.0" | 9 | rustc-hash = "1.0" |
10 | 10 | ||
11 | cargo_metadata = "0.8.0" | 11 | cargo_metadata = "0.8.2" |
12 | 12 | ||
13 | ra_arena = { path = "../ra_arena" } | 13 | ra_arena = { path = "../ra_arena" } |
14 | ra_db = { path = "../ra_db" } | 14 | ra_db = { path = "../ra_db" } |