@@ -253,15 +253,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
253
253
254
254
[[package ]]
255
255
name = " cargo"
256
- version = " 0.37 .0"
256
+ version = " 0.38 .0"
257
257
dependencies = [
258
258
" atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" ,
259
259
" bufstream 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
260
260
" byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)" ,
261
261
" bytesize 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
262
262
" clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
263
263
" core-foundation 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
264
- " crates-io 0.25 .0" ,
264
+ " crates-io 0.26 .0" ,
265
265
" crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
266
266
" crypto-hash 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
267
267
" curl 0.4.21 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -278,7 +278,7 @@ dependencies = [
278
278
" hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
279
279
" home 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
280
280
" ignore 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" ,
281
- " im-rc 12.3 .0 (registry+https://github.com/rust-lang/crates.io-index)" ,
281
+ " im-rc 13.0 .0 (registry+https://github.com/rust-lang/crates.io-index)" ,
282
282
" jobserver 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" ,
283
283
" lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
284
284
" lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -300,6 +300,7 @@ dependencies = [
300
300
" serde_ignored 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
301
301
" serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)" ,
302
302
" shell-escape 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
303
+ " strip-ansi-escapes 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
303
304
" tar 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)" ,
304
305
" tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
305
306
" termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -537,7 +538,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
537
538
538
539
[[package ]]
539
540
name = " crates-io"
540
- version = " 0.25 .0"
541
+ version = " 0.26 .0"
541
542
dependencies = [
542
543
" curl 0.4.21 (registry+https://github.com/rust-lang/crates.io-index)" ,
543
544
" failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -1163,10 +1164,11 @@ dependencies = [
1163
1164
1164
1165
[[package ]]
1165
1166
name = " im-rc"
1166
- version = " 12.3 .0"
1167
+ version = " 13.0 .0"
1167
1168
source = " registry+https://github.com/rust-lang/crates.io-index"
1168
1169
dependencies = [
1169
1170
" rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
1171
+ " sized-chunks 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1170
1172
" typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1171
1173
]
1172
1174
@@ -2239,7 +2241,7 @@ dependencies = [
2239
2241
name = " rls"
2240
2242
version = " 1.36.0"
2241
2243
dependencies = [
2242
- " cargo 0.37 .0" ,
2244
+ " cargo 0.38 .0" ,
2243
2245
" cargo_metadata 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
2244
2246
" clippy_lints 0.0.212" ,
2245
2247
" crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -3263,6 +3265,14 @@ name = "siphasher"
3263
3265
version = " 0.2.2"
3264
3266
source = " registry+https://github.com/rust-lang/crates.io-index"
3265
3267
3268
+ [[package ]]
3269
+ name = " sized-chunks"
3270
+ version = " 0.3.0"
3271
+ source = " registry+https://github.com/rust-lang/crates.io-index"
3272
+ dependencies = [
3273
+ " typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
3274
+ ]
3275
+
3266
3276
[[package ]]
3267
3277
name = " slab"
3268
3278
version = " 0.4.2"
@@ -3348,6 +3358,14 @@ name = "string_cache_shared"
3348
3358
version = " 0.3.0"
3349
3359
source = " registry+https://github.com/rust-lang/crates.io-index"
3350
3360
3361
+ [[package ]]
3362
+ name = " strip-ansi-escapes"
3363
+ version = " 0.1.0"
3364
+ source = " registry+https://github.com/rust-lang/crates.io-index"
3365
+ dependencies = [
3366
+ " vte 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
3367
+ ]
3368
+
3351
3369
[[package ]]
3352
3370
name = " strsim"
3353
3371
version = " 0.7.0"
@@ -3924,6 +3942,11 @@ name = "utf8-ranges"
3924
3942
version = " 1.0.2"
3925
3943
source = " registry+https://github.com/rust-lang/crates.io-index"
3926
3944
3945
+ [[package ]]
3946
+ name = " utf8parse"
3947
+ version = " 0.1.1"
3948
+ source = " registry+https://github.com/rust-lang/crates.io-index"
3949
+
3927
3950
[[package ]]
3928
3951
name = " vcpkg"
3929
3952
version = " 0.2.6"
@@ -3954,6 +3977,14 @@ name = "void"
3954
3977
version = " 1.0.2"
3955
3978
source = " registry+https://github.com/rust-lang/crates.io-index"
3956
3979
3980
+ [[package ]]
3981
+ name = " vte"
3982
+ version = " 0.3.3"
3983
+ source = " registry+https://github.com/rust-lang/crates.io-index"
3984
+ dependencies = [
3985
+ " utf8parse 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
3986
+ ]
3987
+
3957
3988
[[package ]]
3958
3989
name = " wait-timeout"
3959
3990
version = " 0.1.5"
@@ -4158,7 +4189,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
4158
4189
"checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = " 38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
4159
4190
"checksum if_chain 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = " 4bac95d9aa0624e7b78187d6fb8ab012b41d9f6f54b1bcb61e61c4845f8357ec"
4160
4191
"checksum ignore 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = " 8dc57fa12805f367736a38541ac1a9fc6a52812a0ca959b1d4d4b640a89eb002"
4161
- "checksum im-rc 12.3 .0 (registry+https://github.com/rust-lang/crates.io-index)" = " 9460397452f537fd51808056ff209f4c4c4c9d20d42ae952f517708726284972 "
4192
+ "checksum im-rc 13.0 .0 (registry+https://github.com/rust-lang/crates.io-index)" = " 0a0197597d095c0d11107975d3175173f810ee572c2501ff4de64f4f3f119806 "
4162
4193
"checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = " dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08"
4163
4194
"checksum is-match 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 7e5b386aef33a1c677be65237cb9d32c3f3ef56bd035949710c4bb13083eb053"
4164
4195
"checksum itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)" = " f58856976b776fedd95533137617a02fb25719f40e7d9b01c7043cd65474f450"
@@ -4309,13 +4340,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
4309
4340
"checksum shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = " 7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
4310
4341
"checksum signal-hook 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = " 1f272d1b7586bec132ed427f532dd418d8beca1ca7f2caf7df35569b1415a4b4"
4311
4342
"checksum siphasher 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = " 0df90a788073e8d0235a67e50441d47db7c8ad9debd91cbf43736a2a92d36537"
4343
+ "checksum sized-chunks 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = " a2a2eb3fe454976eefb479f78f9b394d34d661b647c6326a3a6e66f68bb12c26"
4312
4344
"checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = " c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
4313
4345
"checksum smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = " b73ea3738b47563803ef814925e69be00799a8c07420be8b996f8e98fb2336db"
4314
4346
"checksum socket2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = " c4d11a52082057d87cb5caa31ad812f4504b97ab44732cd8359df2e9ff9f48e7"
4315
4347
"checksum stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = " ffbc596e092fe5f598b12ef46cc03754085ac2f4d8c739ad61c4ae266cc3b3fa"
4316
4348
"checksum string_cache 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = " 25d70109977172b127fe834e5449e5ab1740b9ba49fa18a2020f509174f25423"
4317
4349
"checksum string_cache_codegen 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = " 1eea1eee654ef80933142157fdad9dd8bc43cf7c74e999e369263496f04ff4da"
4318
4350
"checksum string_cache_shared 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = " b1884d1bc09741d466d9b14e6d37ac89d6909cbcac41dd9ae982d4d063bbedfc"
4351
+ "checksum strip-ansi-escapes 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 9d63676e2abafa709460982ddc02a3bb586b6d15a49b75c212e06edd3933acee"
4319
4352
"checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = " bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550"
4320
4353
"checksum strum 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = " f6c3a2071519ab6a48f465808c4c1ffdd00dfc8e93111d02b4fc5abab177676e"
4321
4354
"checksum strum_macros 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 8baacebd7b7c9b864d83a6ba7a246232983e277b86fa5cdec77f565715a4b136"
@@ -4368,11 +4401,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
4368
4401
"checksum url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 74e7d099f1ee52f823d4bdd60c93c3602043c728f5db3b97bdb548467f7bddea"
4369
4402
"checksum utf-8 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = " f1262dfab4c30d5cb7c07026be00ee343a6cf5027fdc0104a9160f354e5db75c"
4370
4403
"checksum utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = " 796f7e48bef87609f7ade7e06495a87d5cd06c7866e6a5cbfceffc558a243737"
4404
+ "checksum utf8parse 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = " 8772a4ccbb4e89959023bc5b7cb8623a795caa7092d99f3aa9501b9484d4557d"
4371
4405
"checksum vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = " def296d3eb3b12371b2c7d0e83bfe1403e4db2d7a0bba324a12b21c4ee13143d"
4372
4406
"checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = " 05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
4373
4407
"checksum vergen 3.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = " 6aba5e34f93dc7051dfad05b98a18e9156f27e7b431fe1d2398cb6061c0a1dba"
4374
4408
"checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = " 914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
4375
4409
"checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = " 6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
4410
+ "checksum vte 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = " 4f42f536e22f7fcbb407639765c8fd78707a33109301f834a594758bedd6e8cf"
4376
4411
"checksum wait-timeout 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = " b9f3bf741a801531993db6478b95682117471f76916f5e690dd8d45395b09349"
4377
4412
"checksum walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = " 9d9d7ed3431229a144296213105a390676cc49c9b6a72bd19f3176c98e129fa1"
4378
4413
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = " 167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
0 commit comments