@@ -2635,9 +2635,9 @@ dependencies = [
2635
2635
2636
2636
[[package ]]
2637
2637
name = " racer"
2638
- version = " 2.1.38 "
2638
+ version = " 2.1.39 "
2639
2639
source = " registry+https://github.com/rust-lang/crates.io-index"
2640
- checksum = " 51dd5fd4247115b28f3e038eb8cda76a0c6f9cb473f769f41f930af8adff22d0 "
2640
+ checksum = " b9424b4650b9c1134d0a1b34dab82319691e1c95fa8af1658fc640deb1b6823c "
2641
2641
dependencies = [
2642
2642
" bitflags" ,
2643
2643
" clap" ,
@@ -2962,19 +2962,19 @@ dependencies = [
2962
2962
2963
2963
[[package ]]
2964
2964
name = " rustc-ap-rustc_arena"
2965
- version = " 677 .0.0"
2965
+ version = " 679 .0.0"
2966
2966
source = " registry+https://github.com/rust-lang/crates.io-index"
2967
- checksum = " 2958af0d6e0458434a25cd3a96f6e19f24f71bf50b900add520dec52e212866b "
2967
+ checksum = " e8e941a8fc3878a111d2bbfe78e39522d884136f0b412b12592195f26f653476 "
2968
2968
dependencies = [
2969
2969
" rustc-ap-rustc_data_structures" ,
2970
2970
" smallvec 1.4.2" ,
2971
2971
]
2972
2972
2973
2973
[[package ]]
2974
2974
name = " rustc-ap-rustc_ast"
2975
- version = " 677 .0.0"
2975
+ version = " 679 .0.0"
2976
2976
source = " registry+https://github.com/rust-lang/crates.io-index"
2977
- checksum = " 0c82c2510460f2133548e62399e5acd30c25ae6ece30245baab3d1e00c2fefac "
2977
+ checksum = " 3b58b6b035710df7f339a2bf86f6dafa876efd95439540970e24609e33598ca6 "
2978
2978
dependencies = [
2979
2979
" bitflags" ,
2980
2980
" rustc-ap-rustc_data_structures" ,
@@ -2989,11 +2989,11 @@ dependencies = [
2989
2989
2990
2990
[[package ]]
2991
2991
name = " rustc-ap-rustc_ast_passes"
2992
- version = " 677 .0.0"
2992
+ version = " 679 .0.0"
2993
2993
source = " registry+https://github.com/rust-lang/crates.io-index"
2994
- checksum = " 83977da57f81c6edd89bad47e49136680eaa33288de4abb702e95358c2a0fc6c "
2994
+ checksum = " 3d379a900d6a1f098490d92ab83e87487dcee2e4ec3f04c3ac4512b5117b64e2 "
2995
2995
dependencies = [
2996
- " itertools 0.8.2 " ,
2996
+ " itertools 0.9.0 " ,
2997
2997
" rustc-ap-rustc_ast" ,
2998
2998
" rustc-ap-rustc_ast_pretty" ,
2999
2999
" rustc-ap-rustc_attr" ,
@@ -3008,9 +3008,9 @@ dependencies = [
3008
3008
3009
3009
[[package ]]
3010
3010
name = " rustc-ap-rustc_ast_pretty"
3011
- version = " 677 .0.0"
3011
+ version = " 679 .0.0"
3012
3012
source = " registry+https://github.com/rust-lang/crates.io-index"
3013
- checksum = " becf4ca1638b214694c71a8752192683048ab8bd47947cc481f57bd48157eeb9 "
3013
+ checksum = " 658d925c0da9e3c5cddc5e54f4fa8c03b41aff1fc6dc5e41837c1118ad010ac0 "
3014
3014
dependencies = [
3015
3015
" rustc-ap-rustc_ast" ,
3016
3016
" rustc-ap-rustc_span" ,
@@ -3020,9 +3020,9 @@ dependencies = [
3020
3020
3021
3021
[[package ]]
3022
3022
name = " rustc-ap-rustc_attr"
3023
- version = " 677 .0.0"
3023
+ version = " 679 .0.0"
3024
3024
source = " registry+https://github.com/rust-lang/crates.io-index"
3025
- checksum = " 0f21ca5dadce8a40d75a2756b77eab75b4c2d827f645c622dd93ee2285599640 "
3025
+ checksum = " 3f387037534f34c148aed753622677500e42d190a095670e7ac3fffc09811a59 "
3026
3026
dependencies = [
3027
3027
" rustc-ap-rustc_ast" ,
3028
3028
" rustc-ap-rustc_ast_pretty" ,
@@ -3039,20 +3039,19 @@ dependencies = [
3039
3039
3040
3040
[[package ]]
3041
3041
name = " rustc-ap-rustc_data_structures"
3042
- version = " 677 .0.0"
3042
+ version = " 679 .0.0"
3043
3043
source = " registry+https://github.com/rust-lang/crates.io-index"
3044
- checksum = " a4cd204764727fde9abf75333eb661f058bfc7242062d91019440fe1b240688b "
3044
+ checksum = " 14ffd17a37e00d77926a0713f191c59ff3aeb2b551a024c7cfffce14bab79be8 "
3045
3045
dependencies = [
3046
3046
" bitflags" ,
3047
3047
" cfg-if" ,
3048
3048
" crossbeam-utils 0.7.2" ,
3049
3049
" ena" ,
3050
3050
" indexmap" ,
3051
3051
" jobserver" ,
3052
- " lazy_static" ,
3053
3052
" libc" ,
3054
3053
" measureme" ,
3055
- " parking_lot 0.10.2 " ,
3054
+ " parking_lot 0.11.0 " ,
3056
3055
" rustc-ap-rustc_graphviz" ,
3057
3056
" rustc-ap-rustc_index" ,
3058
3057
" rustc-ap-rustc_macros" ,
@@ -3070,9 +3069,9 @@ dependencies = [
3070
3069
3071
3070
[[package ]]
3072
3071
name = " rustc-ap-rustc_errors"
3073
- version = " 677 .0.0"
3072
+ version = " 679 .0.0"
3074
3073
source = " registry+https://github.com/rust-lang/crates.io-index"
3075
- checksum = " 58116f119e37f14c029f99077b347069621118e048a69df74695b98204e7c136 "
3074
+ checksum = " 2b3263ddcfa9eb911e54a4e8088878dd9fd10e00d8b99b01033ba4a2733fe91d "
3076
3075
dependencies = [
3077
3076
" annotate-snippets 0.8.0" ,
3078
3077
" atty" ,
@@ -3089,9 +3088,9 @@ dependencies = [
3089
3088
3090
3089
[[package ]]
3091
3090
name = " rustc-ap-rustc_expand"
3092
- version = " 677 .0.0"
3091
+ version = " 679 .0.0"
3093
3092
source = " registry+https://github.com/rust-lang/crates.io-index"
3094
- checksum = " 48e3c4bda9b64b92805bebe7431fdb8e24fd112b35a8c6d2174827441f10a6b2 "
3093
+ checksum = " e1ab7e68cede8a2273fd8b8623002ce9dc832e061dfc3330e9bcc1fc2a722d73 "
3095
3094
dependencies = [
3096
3095
" rustc-ap-rustc_ast" ,
3097
3096
" rustc-ap-rustc_ast_passes" ,
@@ -3112,32 +3111,31 @@ dependencies = [
3112
3111
3113
3112
[[package ]]
3114
3113
name = " rustc-ap-rustc_feature"
3115
- version = " 677 .0.0"
3114
+ version = " 679 .0.0"
3116
3115
source = " registry+https://github.com/rust-lang/crates.io-index"
3117
- checksum = " 4b612bb67d3fc49f395b03fc4ea4384a0145b05afbadab725803074ec827632b "
3116
+ checksum = " eea2dc95421bc19bbd4d939399833a882c46b684283b4267ad1fcf982fc043d9 "
3118
3117
dependencies = [
3119
- " lazy_static" ,
3120
3118
" rustc-ap-rustc_data_structures" ,
3121
3119
" rustc-ap-rustc_span" ,
3122
3120
]
3123
3121
3124
3122
[[package ]]
3125
3123
name = " rustc-ap-rustc_fs_util"
3126
- version = " 677 .0.0"
3124
+ version = " 679 .0.0"
3127
3125
source = " registry+https://github.com/rust-lang/crates.io-index"
3128
- checksum = " 7630ad1a73a8434ee920676148cb5440ac57509bd20e94ec41087fb0b1d11c28 "
3126
+ checksum = " 1e44c1804f09635f83f6cf1e04c2e92f8aeb7b4e850ac6c53d373dab02c13053 "
3129
3127
3130
3128
[[package ]]
3131
3129
name = " rustc-ap-rustc_graphviz"
3132
- version = " 677 .0.0"
3130
+ version = " 679 .0.0"
3133
3131
source = " registry+https://github.com/rust-lang/crates.io-index"
3134
- checksum = " a603fca4817062eb4fb23ff129d475bd66a69fb32f34ed4362ae950cf814b49d "
3132
+ checksum = " dc491f2b9be6e928f6df6b287549b8d50c48e8eff8638345155f40fa2cfb785d "
3135
3133
3136
3134
[[package ]]
3137
3135
name = " rustc-ap-rustc_index"
3138
- version = " 677 .0.0"
3136
+ version = " 679 .0.0"
3139
3137
source = " registry+https://github.com/rust-lang/crates.io-index"
3140
- checksum = " 9850c4a5d7c341513e10802bca9588bf8f452ceea2d5cfa87b934246a52622bc "
3138
+ checksum = " fa73f3fed413cdb6290738a10267da17b9ae8e02087334778b9a8c9491c5efc0 "
3141
3139
dependencies = [
3142
3140
" arrayvec" ,
3143
3141
" rustc-ap-rustc_macros" ,
@@ -3146,18 +3144,18 @@ dependencies = [
3146
3144
3147
3145
[[package ]]
3148
3146
name = " rustc-ap-rustc_lexer"
3149
- version = " 677 .0.0"
3147
+ version = " 679 .0.0"
3150
3148
source = " registry+https://github.com/rust-lang/crates.io-index"
3151
- checksum = " 6d86722e5a1a615b198327d0d794cd9cbc8b9db4542276fc51fe078924de68ea "
3149
+ checksum = " e993881244a92f3b44cf43c8f22ae2ca5cefe4f55a34e2b65b72ee66fe5ad077 "
3152
3150
dependencies = [
3153
3151
" unicode-xid" ,
3154
3152
]
3155
3153
3156
3154
[[package ]]
3157
3155
name = " rustc-ap-rustc_macros"
3158
- version = " 677 .0.0"
3156
+ version = " 679 .0.0"
3159
3157
source = " registry+https://github.com/rust-lang/crates.io-index"
3160
- checksum = " b3fc8482e44cabdda7ac9a8e224aef62ebdf95274d629dac8db3b42321025fea "
3158
+ checksum = " 4effe366556e1d75344764adf4d54cba7c2fad33dbd07588e96d0853831ddc7c "
3161
3159
dependencies = [
3162
3160
" proc-macro2" ,
3163
3161
" quote" ,
@@ -3167,9 +3165,9 @@ dependencies = [
3167
3165
3168
3166
[[package ]]
3169
3167
name = " rustc-ap-rustc_parse"
3170
- version = " 677 .0.0"
3168
+ version = " 679 .0.0"
3171
3169
source = " registry+https://github.com/rust-lang/crates.io-index"
3172
- checksum = " 3716cdcd978a91dbd4a2788400e90e809527f841426fbeb92f882f9b8582f3ab "
3170
+ checksum = " 0342675835251571471d3dca9ea1576a853a8dfa1f4b0084db283c861223cb60 "
3173
3171
dependencies = [
3174
3172
" bitflags" ,
3175
3173
" rustc-ap-rustc_ast" ,
@@ -3187,19 +3185,19 @@ dependencies = [
3187
3185
3188
3186
[[package ]]
3189
3187
name = " rustc-ap-rustc_serialize"
3190
- version = " 677 .0.0"
3188
+ version = " 679 .0.0"
3191
3189
source = " registry+https://github.com/rust-lang/crates.io-index"
3192
- checksum = " c68046d07988b349b2e1c8bc1c9664a1d06519354aa677b9df358c5c5c058da0 "
3190
+ checksum = " 438255ed968d73bf6573aa18d3b8d33c0a85ecdfd14160ef09ff813938e0606c "
3193
3191
dependencies = [
3194
3192
" indexmap" ,
3195
3193
" smallvec 1.4.2" ,
3196
3194
]
3197
3195
3198
3196
[[package ]]
3199
3197
name = " rustc-ap-rustc_session"
3200
- version = " 677 .0.0"
3198
+ version = " 679 .0.0"
3201
3199
source = " registry+https://github.com/rust-lang/crates.io-index"
3202
- checksum = " 85735553501a4de0c8904e37b7ccef79cc1c585a7d7f2cfa02cc38e0d149f982 "
3200
+ checksum = " 7d61ff76dede8eb827f6805754900d1097a7046f938f950231b62b448f55bf78 "
3203
3201
dependencies = [
3204
3202
" bitflags" ,
3205
3203
" getopts" ,
@@ -3218,9 +3216,9 @@ dependencies = [
3218
3216
3219
3217
[[package ]]
3220
3218
name = " rustc-ap-rustc_span"
3221
- version = " 677 .0.0"
3219
+ version = " 679 .0.0"
3222
3220
source = " registry+https://github.com/rust-lang/crates.io-index"
3223
- checksum = " 1c49ae8a0d3b9e27c6ffe8febeaa30f899294fff012de70625f9ee81c54fda85 "
3221
+ checksum = " 1c267f15c3cfc82a8a441d2bf86bcccf299d1eb625822468e3d8ee6f7c5a1c89 "
3224
3222
dependencies = [
3225
3223
" cfg-if" ,
3226
3224
" md-5" ,
@@ -3237,9 +3235,9 @@ dependencies = [
3237
3235
3238
3236
[[package ]]
3239
3237
name = " rustc-ap-rustc_target"
3240
- version = " 677 .0.0"
3238
+ version = " 679 .0.0"
3241
3239
source = " registry+https://github.com/rust-lang/crates.io-index"
3242
- checksum = " 1765f447594740c501c7b666b87639aa7c1dae2bf8c3166d5d2dca16646fd034 "
3240
+ checksum = " 8b1b4b266c4d44aac0f7f83b6741d8f0545b03d1ce32f3b5254f2014225cb96c "
3243
3241
dependencies = [
3244
3242
" bitflags" ,
3245
3243
" rustc-ap-rustc_data_structures" ,
@@ -4256,7 +4254,7 @@ dependencies = [
4256
4254
4257
4255
[[package ]]
4258
4256
name = " rustfmt-nightly"
4259
- version = " 1.4.21 "
4257
+ version = " 1.4.22 "
4260
4258
dependencies = [
4261
4259
" annotate-snippets 0.6.1" ,
4262
4260
" anyhow" ,
0 commit comments