|
|
|
@ -50,6 +50,19 @@ dependencies = [
@@ -50,6 +50,19 @@ dependencies = [
|
|
|
|
|
"winapi", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "async-compression" |
|
|
|
|
version = "0.3.8" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "5443ccbb270374a2b1055fc72da40e1f237809cd6bb0e97e66d264cd138473a6" |
|
|
|
|
dependencies = [ |
|
|
|
|
"brotli", |
|
|
|
|
"futures-core", |
|
|
|
|
"memchr", |
|
|
|
|
"pin-project-lite", |
|
|
|
|
"tokio", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "atty" |
|
|
|
|
version = "0.2.14" |
|
|
|
@ -94,6 +107,17 @@ version = "1.3.2"
@@ -94,6 +107,17 @@ version = "1.3.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "brotli" |
|
|
|
|
version = "3.3.2" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "71cb90ade945043d3d53597b2fc359bb063db8ade2bcffe7997351d0756e9d50" |
|
|
|
|
dependencies = [ |
|
|
|
|
"alloc-no-stdlib", |
|
|
|
|
"alloc-stdlib", |
|
|
|
|
"brotli-decompressor", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "brotli-decompressor" |
|
|
|
|
version = "2.3.2" |
|
|
|
@ -128,6 +152,12 @@ version = "1.4.3"
@@ -128,6 +152,12 @@ version = "1.4.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "bytes" |
|
|
|
|
version = "1.1.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "bzip2" |
|
|
|
|
version = "0.4.3" |
|
|
|
@ -175,12 +205,6 @@ dependencies = [
@@ -175,12 +205,6 @@ dependencies = [
|
|
|
|
|
"winapi", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "chunked_transfer" |
|
|
|
|
version = "1.4.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "fff857943da45f546682664a79488be82e69e43c1a7a2307679ab9afb3a66d2e" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "clap" |
|
|
|
|
version = "2.34.0" |
|
|
|
@ -375,7 +399,7 @@ checksum = "85505eb239fc952b300f29f0556d2d884082a83566768d980278d8faf38c780d"
@@ -375,7 +399,7 @@ checksum = "85505eb239fc952b300f29f0556d2d884082a83566768d980278d8faf38c780d"
|
|
|
|
|
dependencies = [ |
|
|
|
|
"cc", |
|
|
|
|
"vswhom", |
|
|
|
|
"winreg", |
|
|
|
|
"winreg 0.10.1", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -444,7 +468,6 @@ name = "fnm"
@@ -444,7 +468,6 @@ name = "fnm"
|
|
|
|
|
version = "1.28.1" |
|
|
|
|
dependencies = [ |
|
|
|
|
"atty", |
|
|
|
|
"brotli-decompressor", |
|
|
|
|
"chrono", |
|
|
|
|
"clap", |
|
|
|
|
"colored", |
|
|
|
@ -459,6 +482,7 @@ dependencies = [
@@ -459,6 +482,7 @@ dependencies = [
|
|
|
|
|
"junction", |
|
|
|
|
"log", |
|
|
|
|
"pretty_assertions", |
|
|
|
|
"reqwest", |
|
|
|
|
"semver", |
|
|
|
|
"serde", |
|
|
|
|
"serde_json", |
|
|
|
@ -470,12 +494,17 @@ dependencies = [
@@ -470,12 +494,17 @@ dependencies = [
|
|
|
|
|
"tar", |
|
|
|
|
"tempfile", |
|
|
|
|
"test-env-log", |
|
|
|
|
"ureq", |
|
|
|
|
"url", |
|
|
|
|
"xz2", |
|
|
|
|
"zip", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "fnv" |
|
|
|
|
version = "1.0.7" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "form_urlencoded" |
|
|
|
|
version = "1.0.1" |
|
|
|
@ -486,6 +515,66 @@ dependencies = [
@@ -486,6 +515,66 @@ dependencies = [
|
|
|
|
|
"percent-encoding", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "futures-channel" |
|
|
|
|
version = "0.3.18" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "7fc8cd39e3dbf865f7340dce6a2d401d24fd37c6fe6c4f0ee0de8bfca2252d27" |
|
|
|
|
dependencies = [ |
|
|
|
|
"futures-core", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "futures-core" |
|
|
|
|
version = "0.3.18" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "629316e42fe7c2a0b9a65b47d159ceaa5453ab14e8f0a3c5eedbb8cd55b4a445" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "futures-io" |
|
|
|
|
version = "0.3.18" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "e481354db6b5c353246ccf6a728b0c5511d752c08da7260546fc0933869daa11" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "futures-macro" |
|
|
|
|
version = "0.3.18" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "a89f17b21645bc4ed773c69af9c9a0effd4a3f1a3876eadd453469f8854e7fdd" |
|
|
|
|
dependencies = [ |
|
|
|
|
"proc-macro2", |
|
|
|
|
"quote", |
|
|
|
|
"syn", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "futures-sink" |
|
|
|
|
version = "0.3.18" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "996c6442437b62d21a32cd9906f9c41e7dc1e19a9579843fad948696769305af" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "futures-task" |
|
|
|
|
version = "0.3.18" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "dabf1872aaab32c886832f2276d2f5399887e2bd613698a02359e4ea83f8de12" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "futures-util" |
|
|
|
|
version = "0.3.18" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "41d22213122356472061ac0f1ab2cee28d2bac8491410fd68c2af53d1cedb83e" |
|
|
|
|
dependencies = [ |
|
|
|
|
"futures-core", |
|
|
|
|
"futures-io", |
|
|
|
|
"futures-macro", |
|
|
|
|
"futures-task", |
|
|
|
|
"memchr", |
|
|
|
|
"pin-project-lite", |
|
|
|
|
"pin-utils", |
|
|
|
|
"slab", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "getrandom" |
|
|
|
|
version = "0.2.3" |
|
|
|
@ -503,6 +592,25 @@ version = "0.25.0"
@@ -503,6 +592,25 @@ version = "0.25.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "f0a01e0497841a3b2db4f8afa483cce65f7e96a3498bd6c541734792aeac8fe7" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "h2" |
|
|
|
|
version = "0.3.7" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "7fd819562fcebdac5afc5c113c3ec36f902840b70fd4fc458799c8ce4607ae55" |
|
|
|
|
dependencies = [ |
|
|
|
|
"bytes", |
|
|
|
|
"fnv", |
|
|
|
|
"futures-core", |
|
|
|
|
"futures-sink", |
|
|
|
|
"futures-util", |
|
|
|
|
"http", |
|
|
|
|
"indexmap", |
|
|
|
|
"slab", |
|
|
|
|
"tokio", |
|
|
|
|
"tokio-util", |
|
|
|
|
"tracing", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "hashbrown" |
|
|
|
|
version = "0.11.2" |
|
|
|
@ -527,12 +635,85 @@ dependencies = [
@@ -527,12 +635,85 @@ dependencies = [
|
|
|
|
|
"libc", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "http" |
|
|
|
|
version = "0.2.5" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "1323096b05d41827dadeaee54c9981958c0f94e670bc94ed80037d1a7b8b186b" |
|
|
|
|
dependencies = [ |
|
|
|
|
"bytes", |
|
|
|
|
"fnv", |
|
|
|
|
"itoa", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "http-body" |
|
|
|
|
version = "0.4.4" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6" |
|
|
|
|
dependencies = [ |
|
|
|
|
"bytes", |
|
|
|
|
"http", |
|
|
|
|
"pin-project-lite", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "httparse" |
|
|
|
|
version = "1.5.1" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "acd94fdbe1d4ff688b67b04eee2e17bd50995534a61539e45adfefb45e5e5503" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "httpdate" |
|
|
|
|
version = "1.0.2" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "humantime" |
|
|
|
|
version = "2.1.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "hyper" |
|
|
|
|
version = "0.14.15" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "436ec0091e4f20e655156a30a0df3770fe2900aa301e548e08446ec794b6953c" |
|
|
|
|
dependencies = [ |
|
|
|
|
"bytes", |
|
|
|
|
"futures-channel", |
|
|
|
|
"futures-core", |
|
|
|
|
"futures-util", |
|
|
|
|
"h2", |
|
|
|
|
"http", |
|
|
|
|
"http-body", |
|
|
|
|
"httparse", |
|
|
|
|
"httpdate", |
|
|
|
|
"itoa", |
|
|
|
|
"pin-project-lite", |
|
|
|
|
"socket2", |
|
|
|
|
"tokio", |
|
|
|
|
"tower-service", |
|
|
|
|
"tracing", |
|
|
|
|
"want", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "hyper-rustls" |
|
|
|
|
version = "0.22.1" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "5f9f7a97316d44c0af9b0301e65010573a853a9fc97046d7331d7f6bc0fd5a64" |
|
|
|
|
dependencies = [ |
|
|
|
|
"futures-util", |
|
|
|
|
"hyper", |
|
|
|
|
"log", |
|
|
|
|
"rustls", |
|
|
|
|
"tokio", |
|
|
|
|
"tokio-rustls", |
|
|
|
|
"webpki", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "idna" |
|
|
|
|
version = "0.2.3" |
|
|
|
@ -588,6 +769,12 @@ dependencies = [
@@ -588,6 +769,12 @@ dependencies = [
|
|
|
|
|
"cfg-if", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "ipnet" |
|
|
|
|
version = "2.3.1" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "68f2d64f2edebec4ce84ad108148e67e1064789bee435edc5b60ad398714a3a9" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "itoa" |
|
|
|
|
version = "0.4.8" |
|
|
|
@ -681,6 +868,12 @@ dependencies = [
@@ -681,6 +868,12 @@ dependencies = [
|
|
|
|
|
"autocfg", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "mime" |
|
|
|
|
version = "0.3.16" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "miniz_oxide" |
|
|
|
|
version = "0.4.4" |
|
|
|
@ -691,6 +884,28 @@ dependencies = [
@@ -691,6 +884,28 @@ dependencies = [
|
|
|
|
|
"autocfg", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "mio" |
|
|
|
|
version = "0.7.14" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc" |
|
|
|
|
dependencies = [ |
|
|
|
|
"libc", |
|
|
|
|
"log", |
|
|
|
|
"miow", |
|
|
|
|
"ntapi", |
|
|
|
|
"winapi", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "miow" |
|
|
|
|
version = "0.3.7" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21" |
|
|
|
|
dependencies = [ |
|
|
|
|
"winapi", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "ntapi" |
|
|
|
|
version = "0.3.6" |
|
|
|
@ -794,6 +1009,18 @@ version = "2.1.0"
@@ -794,6 +1009,18 @@ version = "2.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "pin-project-lite" |
|
|
|
|
version = "0.2.7" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "8d31d11c69a6b52a174b42bdc0c30e5e11670f90788b2c471c31c1d17d449443" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "pin-utils" |
|
|
|
|
version = "0.1.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "pkg-config" |
|
|
|
|
version = "0.3.20" |
|
|
|
@ -976,6 +1203,44 @@ dependencies = [
@@ -976,6 +1203,44 @@ dependencies = [
|
|
|
|
|
"winapi", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "reqwest" |
|
|
|
|
version = "0.11.6" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "66d2927ca2f685faf0fc620ac4834690d29e7abb153add10f5812eef20b5e280" |
|
|
|
|
dependencies = [ |
|
|
|
|
"async-compression", |
|
|
|
|
"base64", |
|
|
|
|
"bytes", |
|
|
|
|
"encoding_rs", |
|
|
|
|
"futures-core", |
|
|
|
|
"futures-util", |
|
|
|
|
"http", |
|
|
|
|
"http-body", |
|
|
|
|
"hyper", |
|
|
|
|
"hyper-rustls", |
|
|
|
|
"ipnet", |
|
|
|
|
"js-sys", |
|
|
|
|
"lazy_static", |
|
|
|
|
"log", |
|
|
|
|
"mime", |
|
|
|
|
"percent-encoding", |
|
|
|
|
"pin-project-lite", |
|
|
|
|
"rustls", |
|
|
|
|
"serde", |
|
|
|
|
"serde_json", |
|
|
|
|
"serde_urlencoded", |
|
|
|
|
"tokio", |
|
|
|
|
"tokio-rustls", |
|
|
|
|
"tokio-util", |
|
|
|
|
"url", |
|
|
|
|
"wasm-bindgen", |
|
|
|
|
"wasm-bindgen-futures", |
|
|
|
|
"web-sys", |
|
|
|
|
"webpki-roots", |
|
|
|
|
"winreg 0.7.0", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "ring" |
|
|
|
|
version = "0.16.20" |
|
|
|
@ -999,10 +1264,11 @@ checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
@@ -999,10 +1264,11 @@ checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "rustls" |
|
|
|
|
version = "0.20.0" |
|
|
|
|
version = "0.19.1" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "9b5ac6078ca424dc1d3ae2328526a76787fecc7f8011f520e3276730e711fc95" |
|
|
|
|
checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7" |
|
|
|
|
dependencies = [ |
|
|
|
|
"base64", |
|
|
|
|
"log", |
|
|
|
|
"ring", |
|
|
|
|
"sct", |
|
|
|
@ -1023,9 +1289,9 @@ checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
@@ -1023,9 +1289,9 @@ checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "sct" |
|
|
|
|
version = "0.7.0" |
|
|
|
|
version = "0.6.1" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4" |
|
|
|
|
checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce" |
|
|
|
|
dependencies = [ |
|
|
|
|
"ring", |
|
|
|
|
"untrusted", |
|
|
|
@ -1068,6 +1334,18 @@ dependencies = [
@@ -1068,6 +1334,18 @@ dependencies = [
|
|
|
|
|
"serde", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "serde_urlencoded" |
|
|
|
|
version = "0.7.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "edfa57a7f8d9c1d260a549e7224100f6c43d43f9103e06dd8b4095a9b2b43ce9" |
|
|
|
|
dependencies = [ |
|
|
|
|
"form_urlencoded", |
|
|
|
|
"itoa", |
|
|
|
|
"ryu", |
|
|
|
|
"serde", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "serde_yaml" |
|
|
|
|
version = "0.8.21" |
|
|
|
@ -1124,6 +1402,12 @@ version = "1.3.0"
@@ -1124,6 +1402,12 @@ version = "1.3.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "1ad1d488a557b235fc46dae55512ffbfc429d2482b08b4d9435ab07384ca8aec" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "slab" |
|
|
|
|
version = "0.4.5" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "smallvec" |
|
|
|
|
version = "1.7.0" |
|
|
|
@ -1152,6 +1436,16 @@ dependencies = [
@@ -1152,6 +1436,16 @@ dependencies = [
|
|
|
|
|
"syn", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "socket2" |
|
|
|
|
version = "0.4.2" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "5dc90fe6c7be1a323296982db1836d1ea9e47b6839496dde9a541bc496df3516" |
|
|
|
|
dependencies = [ |
|
|
|
|
"libc", |
|
|
|
|
"winapi", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "spin" |
|
|
|
|
version = "0.5.2" |
|
|
|
@ -1324,6 +1618,79 @@ version = "0.1.0"
@@ -1324,6 +1618,79 @@ version = "0.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "tokio" |
|
|
|
|
version = "1.14.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "70e992e41e0d2fb9f755b37446f20900f64446ef54874f40a60c78f021ac6144" |
|
|
|
|
dependencies = [ |
|
|
|
|
"autocfg", |
|
|
|
|
"bytes", |
|
|
|
|
"libc", |
|
|
|
|
"memchr", |
|
|
|
|
"mio", |
|
|
|
|
"num_cpus", |
|
|
|
|
"pin-project-lite", |
|
|
|
|
"winapi", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "tokio-rustls" |
|
|
|
|
version = "0.22.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6" |
|
|
|
|
dependencies = [ |
|
|
|
|
"rustls", |
|
|
|
|
"tokio", |
|
|
|
|
"webpki", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "tokio-util" |
|
|
|
|
version = "0.6.9" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0" |
|
|
|
|
dependencies = [ |
|
|
|
|
"bytes", |
|
|
|
|
"futures-core", |
|
|
|
|
"futures-sink", |
|
|
|
|
"log", |
|
|
|
|
"pin-project-lite", |
|
|
|
|
"tokio", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "tower-service" |
|
|
|
|
version = "0.3.1" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "tracing" |
|
|
|
|
version = "0.1.29" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "375a639232caf30edfc78e8d89b2d4c375515393e7af7e16f01cd96917fb2105" |
|
|
|
|
dependencies = [ |
|
|
|
|
"cfg-if", |
|
|
|
|
"pin-project-lite", |
|
|
|
|
"tracing-core", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "tracing-core" |
|
|
|
|
version = "0.1.21" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "1f4ed65637b8390770814083d20756f87bfa2c21bf2f110babdc5438351746e4" |
|
|
|
|
dependencies = [ |
|
|
|
|
"lazy_static", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "try-lock" |
|
|
|
|
version = "0.2.3" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "unicode-bidi" |
|
|
|
|
version = "0.3.6" |
|
|
|
@ -1369,24 +1736,6 @@ version = "0.7.1"
@@ -1369,24 +1736,6 @@ version = "0.7.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "ureq" |
|
|
|
|
version = "2.3.1" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "c5c448dcb78ec38c7d59ec61f87f70a98ea19171e06c139357e012ee226fec90" |
|
|
|
|
dependencies = [ |
|
|
|
|
"base64", |
|
|
|
|
"chunked_transfer", |
|
|
|
|
"log", |
|
|
|
|
"once_cell", |
|
|
|
|
"rustls", |
|
|
|
|
"serde", |
|
|
|
|
"serde_json", |
|
|
|
|
"url", |
|
|
|
|
"webpki", |
|
|
|
|
"webpki-roots", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "url" |
|
|
|
|
version = "2.2.2" |
|
|
|
@ -1437,6 +1786,16 @@ dependencies = [
@@ -1437,6 +1786,16 @@ dependencies = [
|
|
|
|
|
"libc", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "want" |
|
|
|
|
version = "0.3.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0" |
|
|
|
|
dependencies = [ |
|
|
|
|
"log", |
|
|
|
|
"try-lock", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "wasi" |
|
|
|
|
version = "0.10.0+wasi-snapshot-preview1" |
|
|
|
@ -1468,6 +1827,18 @@ dependencies = [
@@ -1468,6 +1827,18 @@ dependencies = [
|
|
|
|
|
"wasm-bindgen-shared", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "wasm-bindgen-futures" |
|
|
|
|
version = "0.4.28" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "8e8d7523cb1f2a4c96c1317ca690031b714a51cc14e05f712446691f413f5d39" |
|
|
|
|
dependencies = [ |
|
|
|
|
"cfg-if", |
|
|
|
|
"js-sys", |
|
|
|
|
"wasm-bindgen", |
|
|
|
|
"web-sys", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "wasm-bindgen-macro" |
|
|
|
|
version = "0.2.78" |
|
|
|
@ -1509,9 +1880,9 @@ dependencies = [
@@ -1509,9 +1880,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "webpki" |
|
|
|
|
version = "0.22.0" |
|
|
|
|
version = "0.21.4" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd" |
|
|
|
|
checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea" |
|
|
|
|
dependencies = [ |
|
|
|
|
"ring", |
|
|
|
|
"untrusted", |
|
|
|
@ -1519,9 +1890,9 @@ dependencies = [
@@ -1519,9 +1890,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "webpki-roots" |
|
|
|
|
version = "0.22.1" |
|
|
|
|
version = "0.21.1" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "c475786c6f47219345717a043a37ec04cb4bc185e28853adcc4fa0a947eba630" |
|
|
|
|
checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940" |
|
|
|
|
dependencies = [ |
|
|
|
|
"webpki", |
|
|
|
|
] |
|
|
|
@ -1557,6 +1928,15 @@ version = "0.4.0"
@@ -1557,6 +1928,15 @@ version = "0.4.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "winreg" |
|
|
|
|
version = "0.7.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69" |
|
|
|
|
dependencies = [ |
|
|
|
|
"winapi", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "winreg" |
|
|
|
|
version = "0.10.1" |
|
|
|
|