@@ -331,6 +331,18 @@ dependencies = [
331
331
" serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)" ,
332
332
]
333
333
334
+ [[package ]]
335
+ name = " cargo_metadata"
336
+ version = " 0.8.0"
337
+ source = " registry+https://github.com/rust-lang/crates.io-index"
338
+ dependencies = [
339
+ " failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
340
+ " semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
341
+ " serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)" ,
342
+ " serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)" ,
343
+ " serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)" ,
344
+ ]
345
+
334
346
[[package ]]
335
347
name = " cargotest2"
336
348
version = " 0.1.0"
@@ -395,7 +407,7 @@ dependencies = [
395
407
name = " clippy"
396
408
version = " 0.0.212"
397
409
dependencies = [
398
- " cargo_metadata 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
410
+ " cargo_metadata 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
399
411
" clippy-mini-macro-test 0.2.0" ,
400
412
" clippy_lints 0.0.212" ,
401
413
" compiletest_rs 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -416,7 +428,7 @@ version = "0.2.0"
416
428
name = " clippy_lints"
417
429
version = " 0.0.212"
418
430
dependencies = [
419
- " cargo_metadata 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
431
+ " cargo_metadata 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
420
432
" if_chain 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
421
433
" itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
422
434
" lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -4124,6 +4136,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
4124
4136
"checksum bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = " 40ade3d27603c2cb345eb0912aec461a6dec7e06a4ae48589904e808335c7afa"
4125
4137
"checksum bytesize 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 716960a18f978640f25101b5cbf1c6f6b0d3192fab36a2d98ca96f0ecbe41010"
4126
4138
"checksum cargo_metadata 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = " 585784cac9b05c93a53b17a0b24a5cdd1dfdda5256f030e089b549d2390cc720"
4139
+ "checksum cargo_metadata 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 929766d993a2fde7a0ae962ee82429069cd7b68839cd9375b98efd719df65d3a"
4127
4140
"checksum cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)" = " 5e5f3fee5eeb60324c2781f1e41286bdee933850fff9b3c672587fed5ec58c83"
4128
4141
"checksum cfg-if 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = " 89431bba4e6b7092fb5fcd00a6f6ca596c55cc26b2f1e6dcdd08a1f4933f66b2"
4129
4142
"checksum chalk-engine 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 17ec698a6f053a23bfbe646d9f2fde4b02abc19125595270a99e6f44ae0bdd1a"
0 commit comments