@@ -272,6 +272,18 @@ dependencies = [
272272 " serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)" ,
273273]
274274
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+
275287[[package ]]
276288name = " cargotest2"
277289version = " 0.1.0"
@@ -332,7 +344,7 @@ dependencies = [
332344name = " clippy"
333345version = " 0.0.212"
334346dependencies = [
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)" ,
336348 " clippy-mini-macro-test 0.2.0" ,
337349 " clippy_dev 0.0.1" ,
338350 " clippy_lints 0.0.212" ,
@@ -356,7 +368,7 @@ name = "clippy_dev"
356368version = " 0.0.1"
357369dependencies = [
358370 " 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)" ,
360372 " lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
361373 " regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
362374 " walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -366,9 +378,9 @@ dependencies = [
366378name = " clippy_lints"
367379version = " 0.0.212"
368380dependencies = [
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)" ,
370382 " 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)" ,
372384 " lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
373385 " matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" ,
374386 " pulldown-cmark 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -1969,7 +1981,7 @@ name = "rand_chacha"
19691981version = " 0.1.0"
19701982source = " registry+https://github.com/rust-lang/crates.io-index"
19711983dependencies = [
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)" ,
19731985 " rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
19741986]
19751987
@@ -1991,7 +2003,7 @@ name = "rand_hc"
19912003version = " 0.1.0"
19922004source = " registry+https://github.com/rust-lang/crates.io-index"
19932005dependencies = [
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)" ,
19952007]
19962008
19972009[[package ]]
@@ -2016,7 +2028,7 @@ name = "rand_xorshift"
20162028version = " 0.1.0"
20172029source = " registry+https://github.com/rust-lang/crates.io-index"
20182030dependencies = [
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)" ,
20202032]
20212033
20222034[[package ]]
@@ -3782,6 +3794,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
37823794"checksum bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = " 40ade3d27603c2cb345eb0912aec461a6dec7e06a4ae48589904e808335c7afa"
37833795"checksum bytesize 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 716960a18f978640f25101b5cbf1c6f6b0d3192fab36a2d98ca96f0ecbe41010"
37843796"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"
37853798"checksum cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)" = " bb4a8b715cb4597106ea87c7c84b2f1d452c7492033765df7f32651e66fcf749"
37863799"checksum cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = " 082bb9b28e00d3c9d39cc03e64ce4cea0f1bb9b3fde493f0cbc008472d22bdf4"
37873800"checksum chalk-engine 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 17ec698a6f053a23bfbe646d9f2fde4b02abc19125595270a99e6f44ae0bdd1a"
0 commit comments