@@ -2780,9 +2780,9 @@ dependencies = [
2780
2780
2781
2781
[[package ]]
2782
2782
name = " racer"
2783
- version = " 2.1.34 "
2783
+ version = " 2.1.35 "
2784
2784
source = " registry+https://github.com/rust-lang/crates.io-index"
2785
- checksum = " cc9caecf1286a3ed28d3ae35207a178ba12e58de95540781e5c6cba05e0f0833 "
2785
+ checksum = " 421174f19211ba9e5fda34aa0cbc292188aae8e0cfbff4aebbae23f1a416bfb3 "
2786
2786
dependencies = [
2787
2787
" bitflags" ,
2788
2788
" clap" ,
@@ -3207,43 +3207,38 @@ dependencies = [
3207
3207
]
3208
3208
3209
3209
[[package ]]
3210
- name = " rustc-ap-arena "
3211
- version = " 659 .0.0"
3210
+ name = " rustc-ap-rustc_arena "
3211
+ version = " 664 .0.0"
3212
3212
source = " registry+https://github.com/rust-lang/crates.io-index"
3213
- checksum = " fdaf0295fc40b10ec1091aad1a1760b4bb3b4e7c4f77d543d1a2e9d50a01e6b1 "
3213
+ checksum = " 0c6683b49209f8b132bec33dc6b6c8f9958c8c94eb3586d4cb495e092b61c1da "
3214
3214
dependencies = [
3215
3215
" rustc-ap-rustc_data_structures" ,
3216
3216
" smallvec 1.4.0" ,
3217
3217
]
3218
3218
3219
- [[package ]]
3220
- name = " rustc-ap-graphviz"
3221
- version = " 659.0.0"
3222
- source = " registry+https://github.com/rust-lang/crates.io-index"
3223
- checksum = " 8028e8cdb4eb71810d0c22a5a5e1e3106c81123be63ce7f044b6d4ac100d8941"
3224
-
3225
3219
[[package ]]
3226
3220
name = " rustc-ap-rustc_ast"
3227
- version = " 659 .0.0"
3221
+ version = " 664 .0.0"
3228
3222
source = " registry+https://github.com/rust-lang/crates.io-index"
3229
- checksum = " 16e9e502bb3a5568433db1cf2fb1f1e1074934636069cf744ad7c77b58e1428e "
3223
+ checksum = " 5b21784d92fb2d584800f528866f00fe814f73abda794f406bfd1fbb2f1ca7f7 "
3230
3224
dependencies = [
3225
+ " bitflags" ,
3231
3226
" log" ,
3232
3227
" rustc-ap-rustc_data_structures" ,
3233
3228
" rustc-ap-rustc_index" ,
3234
3229
" rustc-ap-rustc_lexer" ,
3235
3230
" rustc-ap-rustc_macros" ,
3231
+ " rustc-ap-rustc_serialize" ,
3236
3232
" rustc-ap-rustc_span" ,
3237
- " rustc-ap-serialize" ,
3238
3233
" scoped-tls" ,
3239
3234
" smallvec 1.4.0" ,
3240
3235
]
3241
3236
3242
3237
[[package ]]
3243
3238
name = " rustc-ap-rustc_ast_passes"
3244
- version = " 659 .0.0"
3239
+ version = " 664 .0.0"
3245
3240
source = " registry+https://github.com/rust-lang/crates.io-index"
3246
- checksum = " faf35ffecab28f97f7ac01cf6a13afaca6408529d15eb95f317a43b2ffb88933 "
3241
+ checksum = " 820c46fde7ef1df0432073090d775f097b7279ca75ea34ba954081ce4b884d4c "
3247
3242
dependencies = [
3248
3243
" itertools 0.8.0" ,
3249
3244
" log" ,
@@ -3260,38 +3255,39 @@ dependencies = [
3260
3255
3261
3256
[[package ]]
3262
3257
name = " rustc-ap-rustc_ast_pretty"
3263
- version = " 659 .0.0"
3258
+ version = " 664 .0.0"
3264
3259
source = " registry+https://github.com/rust-lang/crates.io-index"
3265
- checksum = " 3684ed43dc552f1e030e3f7a5a300a7a834bdda4e9e00ab80284be4220d8c603 "
3260
+ checksum = " 013db7dd198fe95962d2cefa5bd0b350cf2028af77c169b17b4baa9c3bbf77d1 "
3266
3261
dependencies = [
3267
3262
" log" ,
3268
3263
" rustc-ap-rustc_ast" ,
3269
3264
" rustc-ap-rustc_span" ,
3265
+ " rustc-ap-rustc_target" ,
3270
3266
]
3271
3267
3272
3268
[[package ]]
3273
3269
name = " rustc-ap-rustc_attr"
3274
- version = " 659 .0.0"
3270
+ version = " 664 .0.0"
3275
3271
source = " registry+https://github.com/rust-lang/crates.io-index"
3276
- checksum = " 31b413927daa666983b3b49227f9ac218aa29254546abdb585f20cd71c391870 "
3272
+ checksum = " 35b5a85c90eb341eec543600ffdd9e262da5ea72a73a23ae4ca2f4ab8cd1a188 "
3277
3273
dependencies = [
3278
3274
" rustc-ap-rustc_ast" ,
3279
3275
" rustc-ap-rustc_ast_pretty" ,
3280
3276
" rustc-ap-rustc_data_structures" ,
3281
3277
" rustc-ap-rustc_errors" ,
3282
3278
" rustc-ap-rustc_feature" ,
3283
3279
" rustc-ap-rustc_macros" ,
3280
+ " rustc-ap-rustc_serialize" ,
3284
3281
" rustc-ap-rustc_session" ,
3285
3282
" rustc-ap-rustc_span" ,
3286
- " rustc-ap-serialize" ,
3287
3283
" version_check" ,
3288
3284
]
3289
3285
3290
3286
[[package ]]
3291
3287
name = " rustc-ap-rustc_data_structures"
3292
- version = " 659 .0.0"
3288
+ version = " 664 .0.0"
3293
3289
source = " registry+https://github.com/rust-lang/crates.io-index"
3294
- checksum = " 4b1c6069e5c522657f1c6f5ab33074e097092f48e804cc896d337e319aacbd60 "
3290
+ checksum = " b92e4c6cb6c43ee9031a71709dc12853b358253c2b41d12a26379994fab625e0 "
3295
3291
dependencies = [
3296
3292
" bitflags" ,
3297
3293
" cfg-if" ,
@@ -3303,10 +3299,11 @@ dependencies = [
3303
3299
" libc" ,
3304
3300
" log" ,
3305
3301
" measureme" ,
3302
+ " once_cell" ,
3306
3303
" parking_lot 0.10.2" ,
3307
- " rustc-ap-graphviz " ,
3304
+ " rustc-ap-rustc_graphviz " ,
3308
3305
" rustc-ap-rustc_index" ,
3309
- " rustc-ap-serialize " ,
3306
+ " rustc-ap-rustc_serialize " ,
3310
3307
" rustc-hash" ,
3311
3308
" rustc-rayon" ,
3312
3309
" rustc-rayon-core" ,
@@ -3318,16 +3315,16 @@ dependencies = [
3318
3315
3319
3316
[[package ]]
3320
3317
name = " rustc-ap-rustc_errors"
3321
- version = " 659 .0.0"
3318
+ version = " 664 .0.0"
3322
3319
source = " registry+https://github.com/rust-lang/crates.io-index"
3323
- checksum = " 0c374e89b3c9714869ef86076942155383804ba6778c26be2169d324563c31f9 "
3320
+ checksum = " 6b0aa79423260c1b9e2f856e144e040f606b0f5d43644408375becf9d7bcdf86 "
3324
3321
dependencies = [
3325
- " annotate-snippets 0.6.1 " ,
3322
+ " annotate-snippets 0.8.0 " ,
3326
3323
" atty" ,
3327
3324
" log" ,
3328
3325
" rustc-ap-rustc_data_structures" ,
3326
+ " rustc-ap-rustc_serialize" ,
3329
3327
" rustc-ap-rustc_span" ,
3330
- " rustc-ap-serialize" ,
3331
3328
" termcolor" ,
3332
3329
" termize" ,
3333
3330
" unicode-width" ,
@@ -3336,9 +3333,9 @@ dependencies = [
3336
3333
3337
3334
[[package ]]
3338
3335
name = " rustc-ap-rustc_expand"
3339
- version = " 659 .0.0"
3336
+ version = " 664 .0.0"
3340
3337
source = " registry+https://github.com/rust-lang/crates.io-index"
3341
- checksum = " 259d2a7aa7a12f3c99a4ce4123643ec065f1a26f8e89be1f9bedd9757ea53fdc "
3338
+ checksum = " c07d76ba2a1b7d4325a2ed21d6345ccebd89ddc6666a1535a6edd489fb4cbc11 "
3342
3339
dependencies = [
3343
3340
" log" ,
3344
3341
" rustc-ap-rustc_ast" ,
@@ -3350,17 +3347,17 @@ dependencies = [
3350
3347
" rustc-ap-rustc_feature" ,
3351
3348
" rustc-ap-rustc_lexer" ,
3352
3349
" rustc-ap-rustc_parse" ,
3350
+ " rustc-ap-rustc_serialize" ,
3353
3351
" rustc-ap-rustc_session" ,
3354
3352
" rustc-ap-rustc_span" ,
3355
- " rustc-ap-serialize" ,
3356
3353
" smallvec 1.4.0" ,
3357
3354
]
3358
3355
3359
3356
[[package ]]
3360
3357
name = " rustc-ap-rustc_feature"
3361
- version = " 659 .0.0"
3358
+ version = " 664 .0.0"
3362
3359
source = " registry+https://github.com/rust-lang/crates.io-index"
3363
- checksum = " c0296fbc29b629d5ae2ebee1bbf0407bb22de04d26d87216c20899b79579ccb3 "
3360
+ checksum = " 1bbd625705c1db42a0c7503736292813d7b76ada5da20578fb55c63228c80ab5 "
3364
3361
dependencies = [
3365
3362
" lazy_static" ,
3366
3363
" rustc-ap-rustc_data_structures" ,
@@ -3369,34 +3366,40 @@ dependencies = [
3369
3366
3370
3367
[[package ]]
3371
3368
name = " rustc-ap-rustc_fs_util"
3372
- version = " 659 .0.0"
3369
+ version = " 664 .0.0"
3373
3370
source = " registry+https://github.com/rust-lang/crates.io-index"
3374
- checksum = " 34734f6cc681399630acd836a14207c6b5b9671a290cc7cad0354b0a4d71b3c9"
3371
+ checksum = " 34cca6e2942fa0b059c582437ead666d5bcf20fa7c242599e2bbea9b609f29ae"
3372
+
3373
+ [[package ]]
3374
+ name = " rustc-ap-rustc_graphviz"
3375
+ version = " 664.0.0"
3376
+ source = " registry+https://github.com/rust-lang/crates.io-index"
3377
+ checksum = " 13d6a029b81f5e02da85763f82c135507f278a4a0c776432c728520563059529"
3375
3378
3376
3379
[[package ]]
3377
3380
name = " rustc-ap-rustc_index"
3378
- version = " 659 .0.0"
3381
+ version = " 664 .0.0"
3379
3382
source = " registry+https://github.com/rust-lang/crates.io-index"
3380
- checksum = " d1e4508753d71d3523209c2ca5086db15a1413e71ebf17ad5412bb7ced5e44c2 "
3383
+ checksum = " bae50852d303e230b2781c994513788136dc6c2fe4ebe032959f0b990a425767 "
3381
3384
dependencies = [
3382
- " rustc-ap-serialize " ,
3385
+ " rustc-ap-rustc_serialize " ,
3383
3386
" smallvec 1.4.0" ,
3384
3387
]
3385
3388
3386
3389
[[package ]]
3387
3390
name = " rustc-ap-rustc_lexer"
3388
- version = " 659 .0.0"
3391
+ version = " 664 .0.0"
3389
3392
source = " registry+https://github.com/rust-lang/crates.io-index"
3390
- checksum = " 42b9fcd8407e322908a721262fbc0b35b5f3c35bb173a26dd1e0070bde336e33 "
3393
+ checksum = " b7186e74aa2d31bf0e2454325fefcdf0a3da77d9344134592144b9e40d45b15d "
3391
3394
dependencies = [
3392
3395
" unicode-xid 0.2.0" ,
3393
3396
]
3394
3397
3395
3398
[[package ]]
3396
3399
name = " rustc-ap-rustc_macros"
3397
- version = " 659 .0.0"
3400
+ version = " 664 .0.0"
3398
3401
source = " registry+https://github.com/rust-lang/crates.io-index"
3399
- checksum = " 3d104115a689367d2e0bcd99f37e0ebd6b9c8c78bab0d9cbea5bae86323601b5 "
3402
+ checksum = " 4fc1add04e9d2301164118660ee0bc3266e9a7b1973fc2303fdbe002a12e5401 "
3400
3403
dependencies = [
3401
3404
" proc-macro2 1.0.3" ,
3402
3405
" quote 1.0.2" ,
@@ -3406,9 +3409,9 @@ dependencies = [
3406
3409
3407
3410
[[package ]]
3408
3411
name = " rustc-ap-rustc_parse"
3409
- version = " 659 .0.0"
3412
+ version = " 664 .0.0"
3410
3413
source = " registry+https://github.com/rust-lang/crates.io-index"
3411
- checksum = " afaaab91853fc5a3916785ccae727a4433359d9787c260d42b96a2265fe5b287 "
3414
+ checksum = " 9cd7fc4968bd60084f2fa4f280fa450b0cf98660a7983d6b93a7ae41b6d1d322 "
3412
3415
dependencies = [
3413
3416
" bitflags" ,
3414
3417
" log" ,
@@ -3423,11 +3426,21 @@ dependencies = [
3423
3426
" unicode-normalization" ,
3424
3427
]
3425
3428
3429
+ [[package ]]
3430
+ name = " rustc-ap-rustc_serialize"
3431
+ version = " 664.0.0"
3432
+ source = " registry+https://github.com/rust-lang/crates.io-index"
3433
+ checksum = " 00bf4c110271d9a2b7dfd2c6eb82e56fd80606a8bad6c102e158c54e44044046"
3434
+ dependencies = [
3435
+ " indexmap" ,
3436
+ " smallvec 1.4.0" ,
3437
+ ]
3438
+
3426
3439
[[package ]]
3427
3440
name = " rustc-ap-rustc_session"
3428
- version = " 659 .0.0"
3441
+ version = " 664 .0.0"
3429
3442
source = " registry+https://github.com/rust-lang/crates.io-index"
3430
- checksum = " 86e756a57ce6ce1b868e35e64a7e10ab28d49ece80d7c661b07aff5afc6e5d2d "
3443
+ checksum = " 431cf962de71d4c03fb877d54f331ec36eca77350b0539017abc40a4410d6501 "
3431
3444
dependencies = [
3432
3445
" getopts" ,
3433
3446
" log" ,
@@ -3437,54 +3450,43 @@ dependencies = [
3437
3450
" rustc-ap-rustc_errors" ,
3438
3451
" rustc-ap-rustc_feature" ,
3439
3452
" rustc-ap-rustc_fs_util" ,
3440
- " rustc-ap-rustc_index " ,
3453
+ " rustc-ap-rustc_serialize " ,
3441
3454
" rustc-ap-rustc_span" ,
3442
3455
" rustc-ap-rustc_target" ,
3443
- " rustc-ap-serialize" ,
3444
3456
]
3445
3457
3446
3458
[[package ]]
3447
3459
name = " rustc-ap-rustc_span"
3448
- version = " 659 .0.0"
3460
+ version = " 664 .0.0"
3449
3461
source = " registry+https://github.com/rust-lang/crates.io-index"
3450
- checksum = " 21031c3396ee452f4c6e994b67513a633055c57c86d00336afd9d63149518f34 "
3462
+ checksum = " b912039640597624f4bcb75f1e1fcfa5710267d715a7f73a6336baef341b23d1 "
3451
3463
dependencies = [
3452
3464
" cfg-if" ,
3453
3465
" log" ,
3454
3466
" md-5" ,
3455
- " rustc-ap-arena " ,
3467
+ " rustc-ap-rustc_arena " ,
3456
3468
" rustc-ap-rustc_data_structures" ,
3457
3469
" rustc-ap-rustc_index" ,
3458
3470
" rustc-ap-rustc_macros" ,
3459
- " rustc-ap-serialize " ,
3471
+ " rustc-ap-rustc_serialize " ,
3460
3472
" scoped-tls" ,
3461
3473
" sha-1" ,
3462
3474
" unicode-width" ,
3463
3475
]
3464
3476
3465
3477
[[package ]]
3466
3478
name = " rustc-ap-rustc_target"
3467
- version = " 659 .0.0"
3479
+ version = " 664 .0.0"
3468
3480
source = " registry+https://github.com/rust-lang/crates.io-index"
3469
- checksum = " ff21badfbead5b0050391eaad8840f2e4fcb03b6b0fc6006f447443529e9ae6e "
3481
+ checksum = " 51347a9dadc5ad0b5916cc12d42624b31955285ad13745dbe72f0140038b84e9 "
3470
3482
dependencies = [
3471
3483
" bitflags" ,
3472
3484
" log" ,
3473
3485
" rustc-ap-rustc_data_structures" ,
3474
3486
" rustc-ap-rustc_index" ,
3475
3487
" rustc-ap-rustc_macros" ,
3488
+ " rustc-ap-rustc_serialize" ,
3476
3489
" rustc-ap-rustc_span" ,
3477
- " rustc-ap-serialize" ,
3478
- ]
3479
-
3480
- [[package ]]
3481
- name = " rustc-ap-serialize"
3482
- version = " 659.0.0"
3483
- source = " registry+https://github.com/rust-lang/crates.io-index"
3484
- checksum = " 768b5a305669d934522712bc13502962edfde5128ea63b9e7db4000410be1dc6"
3485
- dependencies = [
3486
- " indexmap" ,
3487
- " smallvec 1.4.0" ,
3488
3490
]
3489
3491
3490
3492
[[package ]]
@@ -4278,6 +4280,7 @@ dependencies = [
4278
4280
name = " rustc_session"
4279
4281
version = " 0.0.0"
4280
4282
dependencies = [
4283
+ " bitflags" ,
4281
4284
" getopts" ,
4282
4285
" log" ,
4283
4286
" num_cpus" ,
@@ -4481,16 +4484,16 @@ dependencies = [
4481
4484
4482
4485
[[package ]]
4483
4486
name = " rustfmt-nightly"
4484
- version = " 1.4.15 "
4487
+ version = " 1.4.18 "
4485
4488
dependencies = [
4486
4489
" annotate-snippets 0.6.1" ,
4490
+ " anyhow" ,
4487
4491
" bytecount" ,
4488
4492
" cargo_metadata 0.8.0" ,
4489
4493
" derive-new" ,
4490
4494
" diff" ,
4491
4495
" dirs" ,
4492
4496
" env_logger 0.6.2" ,
4493
- " failure" ,
4494
4497
" getopts" ,
4495
4498
" ignore" ,
4496
4499
" itertools 0.8.0" ,
@@ -4512,6 +4515,7 @@ dependencies = [
4512
4515
" serde_json" ,
4513
4516
" structopt" ,
4514
4517
" term 0.6.0" ,
4518
+ " thiserror" ,
4515
4519
" toml" ,
4516
4520
" unicode-segmentation" ,
4517
4521
" unicode-width" ,
0 commit comments