@@ -1478,16 +1478,17 @@ dependencies = [
1478
1478
1479
1479
[[package ]]
1480
1480
name = " racer"
1481
- version = " 2.0.13 "
1481
+ version = " 2.0.14 "
1482
1482
source = " registry+https://github.com/rust-lang/crates.io-index"
1483
1483
dependencies = [
1484
1484
" clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
1485
1485
" env_logger 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)" ,
1486
+ " humantime 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
1486
1487
" lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1487
1488
" log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
1488
1489
" syntex_errors 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1489
1490
" syntex_syntax 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1490
- " toml 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
1491
+ " toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
1491
1492
]
1492
1493
1493
1494
[[package ]]
@@ -1632,19 +1633,20 @@ dependencies = [
1632
1633
" lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1633
1634
" log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
1634
1635
" num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1635
- " racer 2.0.13 (registry+https://github.com/rust-lang/crates.io-index)" ,
1636
+ " racer 2.0.14 (registry+https://github.com/rust-lang/crates.io-index)" ,
1636
1637
" rayon 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
1637
1638
" rls-analysis 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1638
1639
" rls-blacklist 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
1639
1640
" rls-data 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1640
- " rls-rustc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
1641
+ " rls-rustc 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1641
1642
" rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1642
1643
" rls-vfs 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
1643
1644
" rustfmt-nightly 0.7.0" ,
1644
1645
" serde 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)" ,
1645
1646
" serde_derive 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)" ,
1646
1647
" serde_json 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)" ,
1647
1648
" url 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1649
+ " walkdir 2.1.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
1648
1650
]
1649
1651
1650
1652
[[package ]]
@@ -1678,7 +1680,7 @@ dependencies = [
1678
1680
1679
1681
[[package ]]
1680
1682
name = " rls-rustc"
1681
- version = " 0.2.2 "
1683
+ version = " 0.3.0 "
1682
1684
source = " registry+https://github.com/rust-lang/crates.io-index"
1683
1685
1684
1686
[[package ]]
@@ -1696,7 +1698,7 @@ name = "rls-vfs"
1696
1698
version = " 0.4.5"
1697
1699
source = " registry+https://github.com/rust-lang/crates.io-index"
1698
1700
dependencies = [
1699
- " racer 2.0.13 (registry+https://github.com/rust-lang/crates.io-index)" ,
1701
+ " racer 2.0.14 (registry+https://github.com/rust-lang/crates.io-index)" ,
1700
1702
" rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1701
1703
]
1702
1704
@@ -2736,14 +2738,6 @@ dependencies = [
2736
2738
" winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
2737
2739
]
2738
2740
2739
- [[package ]]
2740
- name = " toml"
2741
- version = " 0.2.1"
2742
- source = " registry+https://github.com/rust-lang/crates.io-index"
2743
- dependencies = [
2744
- " rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" ,
2745
- ]
2746
-
2747
2741
[[package ]]
2748
2742
name = " toml"
2749
2743
version = " 0.4.6"
@@ -3098,7 +3092,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
3098
3092
"checksum quine-mc_cluskey 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = " 07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45"
3099
3093
"checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = " 7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
3100
3094
"checksum quote 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = " 7b0ff51282f28dc1b53fd154298feaa2e77c5ea0dba68e1fd8b03b72fbe13d2a"
3101
- "checksum racer 2.0.13 (registry+https://github.com/rust-lang/crates.io-index)" = " 40d44bc30fc8d403b665286b2c9a83466ddbf69297668fb02b785c3e58eb8e0d "
3095
+ "checksum racer 2.0.14 (registry+https://github.com/rust-lang/crates.io-index)" = " e713729f45f12df5c5e182d39506766f76c09133fb661d3622e0ddf8078911c2 "
3102
3096
"checksum radix_trie 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = " 03d0d770481e8af620ca61d3d304bf014f965d7f78e923dc58545e6a545070a9"
3103
3097
"checksum rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)" = " 15a732abf9d20f0ad8eeb6f909bf6868722d9a06e1e50802b6a70351f40b4eb1"
3104
3098
"checksum rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = " eba5f8cb59cc50ed56be8880a5c7b496bfd9bd26394e176bc67884094145c2c5"
@@ -3114,7 +3108,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
3114
3108
"checksum rls-analysis 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = " da9794cd1f80f2cb888c00641a32f9855d0226c954ee31cef145784914c7142e"
3115
3109
"checksum rls-blacklist 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = " e4a9cc2545ccb7e05b355bfe047b8039a6ec12270d5f3c996b766b340a50f7d2"
3116
3110
"checksum rls-data 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 3dd20763e1c60ae8945384c8a8fa4ac44f8afa7b0a817511f5e8927e5d24f988"
3117
- "checksum rls-rustc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = " 885f66b92757420572cbb02e033d4a9558c7413ca9b7ac206f28fd58ffdb44ea "
3111
+ "checksum rls-rustc 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 8ed5342b2bbbe8663c04600af506c8902b6b4d3e627b006eb1bd65aa14805f4d "
3118
3112
"checksum rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 5d7c7046dc6a92f2ae02ed302746db4382e75131b9ce20ce967259f6b5867a6a"
3119
3113
"checksum rls-vfs 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = " be231e1e559c315bc60ced5ad2cc2d7a9c208ed7d4e2c126500149836fda19bb"
3120
3114
"checksum rustc-ap-rustc_cratesio_shim 128.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 7374a2b466e6e3ce489e045302e304849355faf7fd033d4d95e6e86e48c313b4"
@@ -3171,7 +3165,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
3171
3165
"checksum textwrap 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = " c0b59b6b4b44d867f1370ef1bd91bfb262bf07bf0ae65c202ea2fbc16153b693"
3172
3166
"checksum thread_local 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = " 279ef31c19ededf577bfd12dfae728040a21f635b06a24cd670ff510edd38963"
3173
3167
"checksum time 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = " a15375f1df02096fb3317256ce2cee6a1f42fc84ea5ad5fc8c421cfe40c73098"
3174
- "checksum toml 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = " 736b60249cb25337bc196faa43ee12c705e426f3d55c214d73a4e7be06f92cb4"
3175
3168
"checksum toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = " a0263c6c02c4db6c8f7681f9fd35e90de799ebd4cfdeab77a38f4ff6b3d8c0d9"
3176
3169
"checksum toml-query 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 6854664bfc6df0360c695480836ee90e2d0c965f06db291d10be9344792d43e8"
3177
3170
"checksum ucd-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = " fd2be2d6639d0f8fe6cdda291ad456e23629558d466e2789d2c3e9892bda285d"
0 commit comments