|
|
@ -71,15 +71,11 @@ version = "0.3.14" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "345fd392ab01f746c717b1357165b76f0b67a60192007b234058c9045fdcf695" |
|
|
|
checksum = "345fd392ab01f746c717b1357165b76f0b67a60192007b234058c9045fdcf695" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"bzip2", |
|
|
|
|
|
|
|
"flate2", |
|
|
|
"flate2", |
|
|
|
"futures-core", |
|
|
|
"futures-core", |
|
|
|
"memchr", |
|
|
|
"memchr", |
|
|
|
"pin-project-lite", |
|
|
|
"pin-project-lite", |
|
|
|
"tokio", |
|
|
|
"tokio", |
|
|
|
"xz2", |
|
|
|
|
|
|
|
"zstd", |
|
|
|
|
|
|
|
"zstd-safe", |
|
|
|
|
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
@ -153,15 +149,17 @@ dependencies = [ |
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "async_io_utilities" |
|
|
|
name = "async_io_utilities" |
|
|
|
version = "0.1.3" |
|
|
|
version = "0.1.3" |
|
|
|
source = "git+https://github.com/Majored/rs-async-io-utilities#1aa191aa5ff651526e0ac08691b1932724350229" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "0248112abfeab682c97306bc1e180ee957260107a55a437cedf9a3acca92135e" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"tokio", |
|
|
|
"tokio", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "async_zip" |
|
|
|
name = "async_zip" |
|
|
|
version = "0.0.7" |
|
|
|
version = "0.0.8" |
|
|
|
source = "git+https://github.com/sigoden/rs-async-zip?branch=patch01#3bd0e3ff5151c1fca6eea0de2c4d122eb1ce1f5c" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "76c7255e8cf3719aaed04f4cb181f3a79ae53bd45c0aba1866b8969ac888ed80" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"async-compression", |
|
|
|
"async-compression", |
|
|
|
"async_io_utilities", |
|
|
|
"async_io_utilities", |
|
|
@ -265,27 +263,6 @@ version = "1.1.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8" |
|
|
|
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "bzip2" |
|
|
|
|
|
|
|
version = "0.4.3" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "6afcd980b5f3a45017c57e57a2fcccbb351cc43a356ce117ef760ef8052b89b0" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"bzip2-sys", |
|
|
|
|
|
|
|
"libc", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "bzip2-sys" |
|
|
|
|
|
|
|
version = "0.1.11+1.0.8" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"cc", |
|
|
|
|
|
|
|
"libc", |
|
|
|
|
|
|
|
"pkg-config", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "cache-padded" |
|
|
|
name = "cache-padded" |
|
|
|
version = "1.2.0" |
|
|
|
version = "1.2.0" |
|
|
@ -297,9 +274,6 @@ name = "cc" |
|
|
|
version = "1.0.73" |
|
|
|
version = "1.0.73" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11" |
|
|
|
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11" |
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"jobserver", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "cfg-if" |
|
|
|
name = "cfg-if" |
|
|
@ -1017,15 +991,6 @@ version = "1.0.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d" |
|
|
|
checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "jobserver" |
|
|
|
|
|
|
|
version = "0.1.24" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"libc", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "js-sys" |
|
|
|
name = "js-sys" |
|
|
|
version = "0.3.58" |
|
|
|
version = "0.3.58" |
|
|
@ -1066,17 +1031,6 @@ dependencies = [ |
|
|
|
"cfg-if", |
|
|
|
"cfg-if", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "lzma-sys" |
|
|
|
|
|
|
|
version = "0.1.19" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "e06754c4acf47d49c727d5665ca9fb828851cda315ed3bd51edd148ef78a8772" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"cc", |
|
|
|
|
|
|
|
"libc", |
|
|
|
|
|
|
|
"pkg-config", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "mac" |
|
|
|
name = "mac" |
|
|
|
version = "0.1.1" |
|
|
|
version = "0.1.1" |
|
|
@ -1806,24 +1760,24 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "semver" |
|
|
|
name = "semver" |
|
|
|
version = "1.0.11" |
|
|
|
version = "1.0.12" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "3d92beeab217753479be2f74e54187a6aed4c125ff0703a866c3147a02f0c6dd" |
|
|
|
checksum = "a2333e6df6d6598f2b1974829f853c2b4c5f4a6e503c10af918081aa6f8564e1" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "serde" |
|
|
|
name = "serde" |
|
|
|
version = "1.0.137" |
|
|
|
version = "1.0.138" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "61ea8d54c77f8315140a05f4c7237403bf38b72704d031543aa1d16abbf517d1" |
|
|
|
checksum = "1578c6245786b9d168c5447eeacfb96856573ca56c9d68fdcf394be134882a47" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"serde_derive", |
|
|
|
"serde_derive", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "serde_derive" |
|
|
|
name = "serde_derive" |
|
|
|
version = "1.0.137" |
|
|
|
version = "1.0.138" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "1f26faba0c3959972377d3b2d306ee9f71faee9714294e41bb777f83f88578be" |
|
|
|
checksum = "023e9b1467aef8a10fb88f25611870ada9800ef7e22afce356bb0d2387b6f27c" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2", |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
|
"quote", |
|
|
@ -2188,9 +2142,9 @@ checksum = "5bd2fe26506023ed7b5e1e315add59d6f584c621d037f9368fea9cfb988f368c" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "unicode-normalization" |
|
|
|
name = "unicode-normalization" |
|
|
|
version = "0.1.20" |
|
|
|
version = "0.1.21" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "81dee68f85cab8cf68dec42158baf3a79a1cdc065a8b103025965d6ccb7f6cbd" |
|
|
|
checksum = "854cbdc4f7bc6ae19c820d44abdc3277ac3e1b2b93db20a636825d9322fb60e6" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"tinyvec", |
|
|
|
"tinyvec", |
|
|
|
] |
|
|
|
] |
|
|
@ -2496,41 +2450,3 @@ dependencies = [ |
|
|
|
"markup5ever", |
|
|
|
"markup5ever", |
|
|
|
"time", |
|
|
|
"time", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "xz2" |
|
|
|
|
|
|
|
version = "0.1.7" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"lzma-sys", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "zstd" |
|
|
|
|
|
|
|
version = "0.11.2+zstd.1.5.2" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"zstd-safe", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "zstd-safe" |
|
|
|
|
|
|
|
version = "5.0.2+zstd.1.5.2" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"libc", |
|
|
|
|
|
|
|
"zstd-sys", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "zstd-sys" |
|
|
|
|
|
|
|
version = "2.0.1+zstd.1.5.2" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "9fd07cbbc53846d9145dbffdf6dd09a7a0aa52be46741825f5c97bdd4f73f12b" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"cc", |
|
|
|
|
|
|
|
"libc", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|