@@ -327,18 +327,6 @@ dependencies = [
327
327
" syn 0.15.35 (registry+https://github.com/rust-lang/crates.io-index)" ,
328
328
]
329
329
330
- [[package ]]
331
- name = " cargo_metadata"
332
- version = " 0.7.1"
333
- source = " registry+https://github.com/rust-lang/crates.io-index"
334
- dependencies = [
335
- " error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
336
- " semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
337
- " serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)" ,
338
- " serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)" ,
339
- " serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)" ,
340
- ]
341
-
342
330
[[package ]]
343
331
name = " cargo_metadata"
344
332
version = " 0.8.0"
@@ -794,12 +782,11 @@ dependencies = [
794
782
795
783
[[package ]]
796
784
name = " dirs"
797
- version = " 1 .0.5 "
785
+ version = " 2 .0.1 "
798
786
source = " registry+https://github.com/rust-lang/crates.io-index"
799
787
dependencies = [
800
- " libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)" ,
801
- " redox_users 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
802
- " winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
788
+ " cfg-if 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" ,
789
+ " dirs-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
803
790
]
804
791
805
792
[[package ]]
@@ -2372,7 +2359,7 @@ dependencies = [
2372
2359
" rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" ,
2373
2360
" rustc-workspace-hack 1.0.0" ,
2374
2361
" rustc_tools_util 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2375
- " rustfmt-nightly 1.3.0 " ,
2362
+ " rustfmt-nightly 1.3.1 " ,
2376
2363
" serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)" ,
2377
2364
" serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)" ,
2378
2365
" serde_ignored 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -3198,7 +3185,7 @@ dependencies = [
3198
3185
3199
3186
[[package ]]
3200
3187
name = " rustfmt-config_proc_macro"
3201
- version = " 0.1.0 "
3188
+ version = " 0.1.2 "
3202
3189
dependencies = [
3203
3190
" proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" ,
3204
3191
" quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -3208,15 +3195,15 @@ dependencies = [
3208
3195
3209
3196
[[package ]]
3210
3197
name = " rustfmt-nightly"
3211
- version = " 1.3.0 "
3198
+ version = " 1.3.1 "
3212
3199
dependencies = [
3213
3200
" annotate-snippets 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
3214
3201
" atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" ,
3215
3202
" bytecount 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
3216
- " cargo_metadata 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
3203
+ " cargo_metadata 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
3217
3204
" derive-new 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
3218
3205
" diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" ,
3219
- " dirs 1 .0.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
3206
+ " dirs 2 .0.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
3220
3207
" env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
3221
3208
" failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
3222
3209
" getopts 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -3229,10 +3216,10 @@ dependencies = [
3229
3216
" rustc-ap-syntax 491.0.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
3230
3217
" rustc-ap-syntax_pos 491.0.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
3231
3218
" rustc-workspace-hack 1.0.0" ,
3232
- " rustfmt-config_proc_macro 0.1.0 " ,
3219
+ " rustfmt-config_proc_macro 0.1.2 " ,
3233
3220
" serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)" ,
3234
3221
" serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)" ,
3235
- " structopt 0.2.16 (registry+https://github.com/rust-lang/crates.io-index)" ,
3222
+ " structopt 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" ,
3236
3223
" term 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
3237
3224
" toml 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
3238
3225
" unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -3475,16 +3462,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
3475
3462
3476
3463
[[package ]]
3477
3464
name = " structopt"
3478
- version = " 0.2.16 "
3465
+ version = " 0.2.18 "
3479
3466
source = " registry+https://github.com/rust-lang/crates.io-index"
3480
3467
dependencies = [
3481
3468
" clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
3482
- " structopt-derive 0.2.16 (registry+https://github.com/rust-lang/crates.io-index)" ,
3469
+ " structopt-derive 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" ,
3483
3470
]
3484
3471
3485
3472
[[package ]]
3486
3473
name = " structopt-derive"
3487
- version = " 0.2.16 "
3474
+ version = " 0.2.18 "
3488
3475
source = " registry+https://github.com/rust-lang/crates.io-index"
3489
3476
dependencies = [
3490
3477
" heck 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -4223,7 +4210,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
4223
4210
"checksum byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = " 94f88df23a25417badc922ab0f5716cc1330e87f71ddd9203b3a3ccd9cedf75d"
4224
4211
"checksum bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = " 40ade3d27603c2cb345eb0912aec461a6dec7e06a4ae48589904e808335c7afa"
4225
4212
"checksum bytesize 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 716960a18f978640f25101b5cbf1c6f6b0d3192fab36a2d98ca96f0ecbe41010"
4226
- "checksum cargo_metadata 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = " 585784cac9b05c93a53b17a0b24a5cdd1dfdda5256f030e089b549d2390cc720"
4227
4213
"checksum cargo_metadata 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 929766d993a2fde7a0ae962ee82429069cd7b68839cd9375b98efd719df65d3a"
4228
4214
"checksum cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)" = " 5e5f3fee5eeb60324c2781f1e41286bdee933850fff9b3c672587fed5ec58c83"
4229
4215
"checksum cfg-if 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = " 89431bba4e6b7092fb5fcd00a6f6ca596c55cc26b2f1e6dcdd08a1f4933f66b2"
@@ -4263,7 +4249,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
4263
4249
"checksum difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
4264
4250
"checksum digest 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = " 03b072242a8cbaf9c145665af9d250c59af3b958f83ed6824e13533cf76d5b90"
4265
4251
"checksum directories 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = " 2ccc83e029c3cebb4c8155c644d34e3a070ccdb4ff90d369c74cd73f7cb3c984"
4266
- "checksum dirs 1 .0.5 (registry+https://github.com/rust-lang/crates.io-index)" = " 3fd78930633bd1c6e35c4b42b1df7b0cbc6bc191146e512bb3bedf243fcc3901 "
4252
+ "checksum dirs 2 .0.1 (registry+https://github.com/rust-lang/crates.io-index)" = " 1c4ef5a8b902d393339e2a2c7fe573af92ce7e0ee5a3ff827b4c9ad7e07e4fa1 "
4267
4253
"checksum dirs-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = " 937756392ec77d1f2dd9dc3ac9d69867d109a2121479d72c364e42f4cab21e2d"
4268
4254
"checksum dlmalloc 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = " f283302e035e61c23f2b86b3093e8c6273a4c3125742d6087e96ade001ca5e63"
4269
4255
"checksum either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 3be565ca5c557d7f59e7cfcf1844f9e3033650c929c6566f511e8005f205c1d0"
@@ -4474,8 +4460,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
4474
4460
"checksum string_cache_shared 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = " b1884d1bc09741d466d9b14e6d37ac89d6909cbcac41dd9ae982d4d063bbedfc"
4475
4461
"checksum strip-ansi-escapes 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 9d63676e2abafa709460982ddc02a3bb586b6d15a49b75c212e06edd3933acee"
4476
4462
"checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = " bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550"
4477
- "checksum structopt 0.2.16 (registry+https://github.com/rust-lang/crates.io-index)" = " fa19a5a708e22bb5be31c1b6108a2a902f909c4b9ba85cba44c06632386bc0ff "
4478
- "checksum structopt-derive 0.2.16 (registry+https://github.com/rust-lang/crates.io-index)" = " c6d59d0ae8ef8de16e49e3ca7afa16024a3e0dfd974a75ef93fdc5464e34523f "
4463
+ "checksum structopt 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = " 16c2cdbf9cc375f15d1b4141bc48aeef444806655cd0e904207edc8d68d86ed7 "
4464
+ "checksum structopt-derive 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = " 53010261a84b37689f9ed7d395165029f9cc7abb9f56bbfe86bee2597ed25107 "
4479
4465
"checksum strum 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = " f6c3a2071519ab6a48f465808c4c1ffdd00dfc8e93111d02b4fc5abab177676e"
4480
4466
"checksum strum_macros 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 8baacebd7b7c9b864d83a6ba7a246232983e277b86fa5cdec77f565715a4b136"
4481
4467
"checksum syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)" = " d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad"
0 commit comments