@@ -272,6 +272,18 @@ dependencies = [
272
272
" serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)" ,
273
273
]
274
274
275
+ [[package ]]
276
+ name = " cargo_metadata"
277
+ version = " 0.7.1"
278
+ source = " registry+https://github.com/rust-lang/crates.io-index"
279
+ dependencies = [
280
+ " error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
281
+ " semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
282
+ " serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)" ,
283
+ " serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)" ,
284
+ " serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)" ,
285
+ ]
286
+
275
287
[[package ]]
276
288
name = " cargotest2"
277
289
version = " 0.1.0"
@@ -332,7 +344,7 @@ dependencies = [
332
344
name = " clippy"
333
345
version = " 0.0.212"
334
346
dependencies = [
335
- " cargo_metadata 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
347
+ " cargo_metadata 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
336
348
" clippy-mini-macro-test 0.2.0" ,
337
349
" clippy_dev 0.0.1" ,
338
350
" clippy_lints 0.0.212" ,
@@ -356,7 +368,7 @@ name = "clippy_dev"
356
368
version = " 0.0.1"
357
369
dependencies = [
358
370
" clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
359
- " itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)" ,
371
+ " itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
360
372
" lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
361
373
" regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
362
374
" walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -366,9 +378,9 @@ dependencies = [
366
378
name = " clippy_lints"
367
379
version = " 0.0.212"
368
380
dependencies = [
369
- " cargo_metadata 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
381
+ " cargo_metadata 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
370
382
" if_chain 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
371
- " itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)" ,
383
+ " itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
372
384
" lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
373
385
" matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" ,
374
386
" pulldown-cmark 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -1969,7 +1981,7 @@ name = "rand_chacha"
1969
1981
version = " 0.1.0"
1970
1982
source = " registry+https://github.com/rust-lang/crates.io-index"
1971
1983
dependencies = [
1972
- " rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
1984
+ " rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1973
1985
" rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
1974
1986
]
1975
1987
@@ -1991,7 +2003,7 @@ name = "rand_hc"
1991
2003
version = " 0.1.0"
1992
2004
source = " registry+https://github.com/rust-lang/crates.io-index"
1993
2005
dependencies = [
1994
- " rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
2006
+ " rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1995
2007
]
1996
2008
1997
2009
[[package ]]
@@ -2016,7 +2028,7 @@ name = "rand_xorshift"
2016
2028
version = " 0.1.0"
2017
2029
source = " registry+https://github.com/rust-lang/crates.io-index"
2018
2030
dependencies = [
2019
- " rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
2031
+ " rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2020
2032
]
2021
2033
2022
2034
[[package ]]
@@ -3782,6 +3794,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
3782
3794
"checksum bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = " 40ade3d27603c2cb345eb0912aec461a6dec7e06a4ae48589904e808335c7afa"
3783
3795
"checksum bytesize 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 716960a18f978640f25101b5cbf1c6f6b0d3192fab36a2d98ca96f0ecbe41010"
3784
3796
"checksum cargo_metadata 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = " 7d8dfe3adeb30f7938e6c1dd5327f29235d8ada3e898aeb08c343005ec2915a2"
3797
+ "checksum cargo_metadata 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = " 585784cac9b05c93a53b17a0b24a5cdd1dfdda5256f030e089b549d2390cc720"
3785
3798
"checksum cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)" = " bb4a8b715cb4597106ea87c7c84b2f1d452c7492033765df7f32651e66fcf749"
3786
3799
"checksum cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = " 082bb9b28e00d3c9d39cc03e64ce4cea0f1bb9b3fde493f0cbc008472d22bdf4"
3787
3800
"checksum chalk-engine 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 17ec698a6f053a23bfbe646d9f2fde4b02abc19125595270a99e6f44ae0bdd1a"
0 commit comments