|
|
@ -770,6 +770,14 @@ dependencies = [ |
|
|
|
"syn 0.15.18 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"syn 0.15.18 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "serde_ignored" |
|
|
|
|
|
|
|
version = "0.0.4" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "serde_json" |
|
|
|
name = "serde_json" |
|
|
|
version = "1.0.32" |
|
|
|
version = "1.0.32" |
|
|
@ -841,6 +849,11 @@ name = "strsim" |
|
|
|
version = "0.7.0" |
|
|
|
version = "0.7.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "strsim" |
|
|
|
|
|
|
|
version = "0.8.0" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "structopt" |
|
|
|
name = "structopt" |
|
|
|
version = "0.2.13" |
|
|
|
version = "0.2.13" |
|
|
@ -1071,11 +1084,13 @@ dependencies = [ |
|
|
|
"parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
|
|
"serde_ignored 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"siphasher 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"siphasher 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"slog 2.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"slog 2.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"slog-async 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"slog-async 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"slog-term 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"slog-term 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
|
|
"strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"structopt 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"structopt 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tar 0.4.18 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tar 0.4.18 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tempfile 3.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tempfile 3.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
@ -1243,6 +1258,7 @@ dependencies = [ |
|
|
|
"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" |
|
|
|
"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" |
|
|
|
"checksum serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)" = "15c141fc7027dd265a47c090bf864cf62b42c4d228bbcf4e51a0c9e2b0d3f7ef" |
|
|
|
"checksum serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)" = "15c141fc7027dd265a47c090bf864cf62b42c4d228bbcf4e51a0c9e2b0d3f7ef" |
|
|
|
"checksum serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)" = "225de307c6302bec3898c51ca302fc94a7a1697ef0845fcee6448f33c032249c" |
|
|
|
"checksum serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)" = "225de307c6302bec3898c51ca302fc94a7a1697ef0845fcee6448f33c032249c" |
|
|
|
|
|
|
|
"checksum serde_ignored 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "190e9765dcedb56be63b6e0993a006c7e3b071a016a304736e4a315dc01fb142" |
|
|
|
"checksum serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)" = "43344e7ce05d0d8280c5940cabb4964bea626aa58b1ec0e8c73fa2a8512a38ce" |
|
|
|
"checksum serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)" = "43344e7ce05d0d8280c5940cabb4964bea626aa58b1ec0e8c73fa2a8512a38ce" |
|
|
|
"checksum siphasher 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac" |
|
|
|
"checksum siphasher 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac" |
|
|
|
"checksum slog 2.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1e1a2eec401952cd7b12a84ea120e2d57281329940c3f93c2bf04f462539508e" |
|
|
|
"checksum slog 2.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1e1a2eec401952cd7b12a84ea120e2d57281329940c3f93c2bf04f462539508e" |
|
|
@ -1252,6 +1268,7 @@ dependencies = [ |
|
|
|
"checksum socket2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "c4d11a52082057d87cb5caa31ad812f4504b97ab44732cd8359df2e9ff9f48e7" |
|
|
|
"checksum socket2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "c4d11a52082057d87cb5caa31ad812f4504b97ab44732cd8359df2e9ff9f48e7" |
|
|
|
"checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" |
|
|
|
"checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" |
|
|
|
"checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550" |
|
|
|
"checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550" |
|
|
|
|
|
|
|
"checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" |
|
|
|
"checksum structopt 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "41c4a2479a078509940d82773d90ff824a8c89533ab3b59cd3ce8b0c0e369c02" |
|
|
|
"checksum structopt 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "41c4a2479a078509940d82773d90ff824a8c89533ab3b59cd3ce8b0c0e369c02" |
|
|
|
"checksum structopt-derive 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "5352090cfae7a2c85e1a31146268b53396106c88ca5d6ccee2e3fae83b6e35c2" |
|
|
|
"checksum structopt-derive 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "5352090cfae7a2c85e1a31146268b53396106c88ca5d6ccee2e3fae83b6e35c2" |
|
|
|
"checksum syn 0.15.18 (registry+https://github.com/rust-lang/crates.io-index)" = "90c39a061e2f412a9f869540471ab679e85e50c6b05604daf28bc3060f75c430" |
|
|
|
"checksum syn 0.15.18 (registry+https://github.com/rust-lang/crates.io-index)" = "90c39a061e2f412a9f869540471ab679e85e50c6b05604daf28bc3060f75c430" |
|
|
|