diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-01-08 09:05:55 +0000 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-01-08 09:05:55 +0000 |
commit | 3f4be819125ce4a22edd86721fa56b5caba99c2e (patch) | |
tree | be93895ddc08c911585d9f7bc64623a3741f32c6 /Cargo.lock | |
parent | 4e444d2bc24d16284401444fd2154f63e0f96070 (diff) | |
parent | 122410d7aa34a32d468a3173858cbc8a2bbc68f5 (diff) |
Merge #449
449: switch to new rowan API r=matklad a=matklad
closes https://github.com/rust-analyzer/rust-analyzer/issues/448
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/Cargo.lock b/Cargo.lock index dbadfc64e..6ef51fed0 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -221,7 +221,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
221 | dependencies = [ | 221 | dependencies = [ |
222 | "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", | 222 | "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", |
223 | "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", | 223 | "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
224 | "syn 0.15.23 (registry+https://github.com/rust-lang/crates.io-index)", | 224 | "syn 0.15.24 (registry+https://github.com/rust-lang/crates.io-index)", |
225 | ] | 225 | ] |
226 | 226 | ||
227 | [[package]] | 227 | [[package]] |
@@ -284,7 +284,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
284 | dependencies = [ | 284 | dependencies = [ |
285 | "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", | 285 | "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", |
286 | "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", | 286 | "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
287 | "syn 0.15.23 (registry+https://github.com/rust-lang/crates.io-index)", | 287 | "syn 0.15.24 (registry+https://github.com/rust-lang/crates.io-index)", |
288 | "synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", | 288 | "synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
289 | ] | 289 | ] |
290 | 290 | ||
@@ -295,7 +295,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
295 | 295 | ||
296 | [[package]] | 296 | [[package]] |
297 | name = "flexi_logger" | 297 | name = "flexi_logger" |
298 | version = "0.10.3" | 298 | version = "0.10.4" |
299 | source = "registry+https://github.com/rust-lang/crates.io-index" | 299 | source = "registry+https://github.com/rust-lang/crates.io-index" |
300 | dependencies = [ | 300 | dependencies = [ |
301 | "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 301 | "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -501,7 +501,7 @@ dependencies = [ | |||
501 | "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", | 501 | "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
502 | "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", | 502 | "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", |
503 | "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", | 503 | "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
504 | "syn 0.15.23 (registry+https://github.com/rust-lang/crates.io-index)", | 504 | "syn 0.15.24 (registry+https://github.com/rust-lang/crates.io-index)", |
505 | ] | 505 | ] |
506 | 506 | ||
507 | [[package]] | 507 | [[package]] |
@@ -585,7 +585,7 @@ dependencies = [ | |||
585 | "pest_meta 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 585 | "pest_meta 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
586 | "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", | 586 | "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", |
587 | "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", | 587 | "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
588 | "syn 0.15.23 (registry+https://github.com/rust-lang/crates.io-index)", | 588 | "syn 0.15.24 (registry+https://github.com/rust-lang/crates.io-index)", |
589 | ] | 589 | ] |
590 | 590 | ||
591 | [[package]] | 591 | [[package]] |
@@ -706,7 +706,7 @@ version = "0.1.0" | |||
706 | dependencies = [ | 706 | dependencies = [ |
707 | "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", | 707 | "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |
708 | "ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", | 708 | "ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
709 | "flexi_logger 0.10.3 (registry+https://github.com/rust-lang/crates.io-index)", | 709 | "flexi_logger 0.10.4 (registry+https://github.com/rust-lang/crates.io-index)", |
710 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 710 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
711 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | 711 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
712 | "ra_arena 0.1.0", | 712 | "ra_arena 0.1.0", |
@@ -728,7 +728,7 @@ dependencies = [ | |||
728 | "drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | 728 | "drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
729 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 729 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
730 | "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 730 | "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
731 | "flexi_logger 0.10.3 (registry+https://github.com/rust-lang/crates.io-index)", | 731 | "flexi_logger 0.10.4 (registry+https://github.com/rust-lang/crates.io-index)", |
732 | "gen_lsp_server 0.1.0", | 732 | "gen_lsp_server 0.1.0", |
733 | "im 12.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 733 | "im 12.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
734 | "languageserver-types 0.53.1 (registry+https://github.com/rust-lang/crates.io-index)", | 734 | "languageserver-types 0.53.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -764,7 +764,7 @@ dependencies = [ | |||
764 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 764 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
765 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | 765 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
766 | "ra_text_edit 0.1.0", | 766 | "ra_text_edit 0.1.0", |
767 | "rowan 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | 767 | "rowan 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
768 | "test_utils 0.1.0", | 768 | "test_utils 0.1.0", |
769 | "text_unit 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 769 | "text_unit 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
770 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 770 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -969,7 +969,7 @@ dependencies = [ | |||
969 | 969 | ||
970 | [[package]] | 970 | [[package]] |
971 | name = "rowan" | 971 | name = "rowan" |
972 | version = "0.1.4" | 972 | version = "0.2.0" |
973 | source = "registry+https://github.com/rust-lang/crates.io-index" | 973 | source = "registry+https://github.com/rust-lang/crates.io-index" |
974 | dependencies = [ | 974 | dependencies = [ |
975 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | 975 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1075,7 +1075,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1075 | dependencies = [ | 1075 | dependencies = [ |
1076 | "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", | 1076 | "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", |
1077 | "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", | 1077 | "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
1078 | "syn 0.15.23 (registry+https://github.com/rust-lang/crates.io-index)", | 1078 | "syn 0.15.24 (registry+https://github.com/rust-lang/crates.io-index)", |
1079 | ] | 1079 | ] |
1080 | 1080 | ||
1081 | [[package]] | 1081 | [[package]] |
@@ -1140,7 +1140,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1140 | 1140 | ||
1141 | [[package]] | 1141 | [[package]] |
1142 | name = "syn" | 1142 | name = "syn" |
1143 | version = "0.15.23" | 1143 | version = "0.15.24" |
1144 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1144 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1145 | dependencies = [ | 1145 | dependencies = [ |
1146 | "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", | 1146 | "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1155,7 +1155,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1155 | dependencies = [ | 1155 | dependencies = [ |
1156 | "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", | 1156 | "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", |
1157 | "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", | 1157 | "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
1158 | "syn 0.15.23 (registry+https://github.com/rust-lang/crates.io-index)", | 1158 | "syn 0.15.24 (registry+https://github.com/rust-lang/crates.io-index)", |
1159 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1159 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1160 | ] | 1160 | ] |
1161 | 1161 | ||
@@ -1510,7 +1510,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1510 | "checksum failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2" | 1510 | "checksum failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2" |
1511 | "checksum failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ea1063915fd7ef4309e222a5a07cf9c319fb9c7836b1f89b85458672dbb127e1" | 1511 | "checksum failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ea1063915fd7ef4309e222a5a07cf9c319fb9c7836b1f89b85458672dbb127e1" |
1512 | "checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" | 1512 | "checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" |
1513 | "checksum flexi_logger 0.10.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4dda06444ccc8b0a6da19d939989b4a4e83f328710ada449eedaed48c8b903cd" | 1513 | "checksum flexi_logger 0.10.4 (registry+https://github.com/rust-lang/crates.io-index)" = "7d3681306880a7ce87740ceb3d1ce98ca92ae636ff30a629494488cbbcf85ff8" |
1514 | "checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" | 1514 | "checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" |
1515 | "checksum fst 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "db72126ca7dff566cdbbdd54af44668c544897d9d3862b198141f176f1238bdf" | 1515 | "checksum fst 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "db72126ca7dff566cdbbdd54af44668c544897d9d3862b198141f176f1238bdf" |
1516 | "checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" | 1516 | "checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" |
@@ -1571,7 +1571,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1571 | "checksum relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0e7790c7f1cc73d831d28dc5a7deb316a006e7848e6a7f467cdb10a0a9e0fb1c" | 1571 | "checksum relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0e7790c7f1cc73d831d28dc5a7deb316a006e7848e6a7f467cdb10a0a9e0fb1c" |
1572 | "checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5" | 1572 | "checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5" |
1573 | "checksum ron 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c48677d8a9247a4e0d1f3f9cb4b0a8e29167fdc3c04f383a5e669cd7a960ae0f" | 1573 | "checksum ron 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c48677d8a9247a4e0d1f3f9cb4b0a8e29167fdc3c04f383a5e669cd7a960ae0f" |
1574 | "checksum rowan 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "c218b4430ab922850b71b14fa9bca224425097f935f6155c0b6a4b1f398a54f0" | 1574 | "checksum rowan 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ae9ae7dba5e703f423ceb8646d636c73e6d858a2f8c834808b4565e42ccda9e2" |
1575 | "checksum rustc-demangle 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "adacaae16d02b6ec37fdc7acfcddf365978de76d1983d3ee22afc260e1ca9619" | 1575 | "checksum rustc-demangle 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "adacaae16d02b6ec37fdc7acfcddf365978de76d1983d3ee22afc260e1ca9619" |
1576 | "checksum rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7540fc8b0c49f096ee9c961cda096467dce8084bec6bdca2fc83895fd9b28cb8" | 1576 | "checksum rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7540fc8b0c49f096ee9c961cda096467dce8084bec6bdca2fc83895fd9b28cb8" |
1577 | "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" | 1577 | "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" |
@@ -1593,7 +1593,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1593 | "checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" | 1593 | "checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" |
1594 | "checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550" | 1594 | "checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550" |
1595 | "checksum superslice 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b50b13d42370e0f5fc62eafdd5c2d20065eaf5458dab215ff3e20e63eea96b30" | 1595 | "checksum superslice 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b50b13d42370e0f5fc62eafdd5c2d20065eaf5458dab215ff3e20e63eea96b30" |
1596 | "checksum syn 0.15.23 (registry+https://github.com/rust-lang/crates.io-index)" = "9545a6a093a3f0bd59adb472700acc08cad3776f860f16a897dfce8c88721cbc" | 1596 | "checksum syn 0.15.24 (registry+https://github.com/rust-lang/crates.io-index)" = "734ecc29cd36e8123850d9bf21dfd62ef8300aaa8f879aabaa899721808be37c" |
1597 | "checksum synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "73687139bf99285483c96ac0add482c3776528beac1d97d444f6e91f203a2015" | 1597 | "checksum synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "73687139bf99285483c96ac0add482c3776528beac1d97d444f6e91f203a2015" |
1598 | "checksum tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "7e91405c14320e5c79b3d148e1c86f40749a36e490642202a31689cb1a3452b2" | 1598 | "checksum tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "7e91405c14320e5c79b3d148e1c86f40749a36e490642202a31689cb1a3452b2" |
1599 | "checksum tera 0.11.20 (registry+https://github.com/rust-lang/crates.io-index)" = "4b505279e19d8f7d24b1a9dc58327c9c36174b1a2c7ebdeac70792d017cb64f3" | 1599 | "checksum tera 0.11.20 (registry+https://github.com/rust-lang/crates.io-index)" = "4b505279e19d8f7d24b1a9dc58327c9c36174b1a2c7ebdeac70792d017cb64f3" |