|
|
@ -62,7 +62,7 @@ version = "1.0.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b" |
|
|
|
dependencies = [ |
|
|
|
"windows-sys 0.48.0", |
|
|
|
"windows-sys", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -72,29 +72,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188" |
|
|
|
dependencies = [ |
|
|
|
"anstyle", |
|
|
|
"windows-sys 0.48.0", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "async-socks5" |
|
|
|
version = "0.5.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "77f634add2445eb2c1f785642a67ca1073fedd71e73dc3ca69435ef9b9bdedc7" |
|
|
|
dependencies = [ |
|
|
|
"async-trait", |
|
|
|
"thiserror", |
|
|
|
"tokio", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "async-trait" |
|
|
|
version = "0.1.68" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
|
"syn", |
|
|
|
"windows-sys", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -203,22 +181,6 @@ version = "1.0.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "core-foundation" |
|
|
|
version = "0.9.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" |
|
|
|
dependencies = [ |
|
|
|
"core-foundation-sys", |
|
|
|
"libc", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "core-foundation-sys" |
|
|
|
version = "0.8.4" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "either" |
|
|
|
version = "1.8.1" |
|
|
@ -246,7 +208,7 @@ checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a" |
|
|
|
dependencies = [ |
|
|
|
"errno-dragonfly", |
|
|
|
"libc", |
|
|
|
"windows-sys 0.48.0", |
|
|
|
"windows-sys", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -269,51 +231,12 @@ dependencies = [ |
|
|
|
"once_cell", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "fastrand" |
|
|
|
version = "1.9.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" |
|
|
|
dependencies = [ |
|
|
|
"instant", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "fnv" |
|
|
|
version = "1.0.7" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "foreign-types" |
|
|
|
version = "0.3.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" |
|
|
|
dependencies = [ |
|
|
|
"foreign-types-shared", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "foreign-types-shared" |
|
|
|
version = "0.1.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "futures" |
|
|
|
version = "0.3.28" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40" |
|
|
|
dependencies = [ |
|
|
|
"futures-channel", |
|
|
|
"futures-core", |
|
|
|
"futures-executor", |
|
|
|
"futures-io", |
|
|
|
"futures-sink", |
|
|
|
"futures-task", |
|
|
|
"futures-util", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "futures-channel" |
|
|
|
version = "0.3.28" |
|
|
@ -321,7 +244,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2" |
|
|
|
dependencies = [ |
|
|
|
"futures-core", |
|
|
|
"futures-sink", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -330,40 +252,6 @@ version = "0.3.28" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "futures-executor" |
|
|
|
version = "0.3.28" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0" |
|
|
|
dependencies = [ |
|
|
|
"futures-core", |
|
|
|
"futures-task", |
|
|
|
"futures-util", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "futures-io" |
|
|
|
version = "0.3.28" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "futures-macro" |
|
|
|
version = "0.3.28" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
|
"syn", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "futures-sink" |
|
|
|
version = "0.3.28" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "futures-task" |
|
|
|
version = "0.3.28" |
|
|
@ -376,16 +264,10 @@ version = "0.3.28" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533" |
|
|
|
dependencies = [ |
|
|
|
"futures-channel", |
|
|
|
"futures-core", |
|
|
|
"futures-io", |
|
|
|
"futures-macro", |
|
|
|
"futures-sink", |
|
|
|
"futures-task", |
|
|
|
"memchr", |
|
|
|
"pin-project-lite", |
|
|
|
"pin-utils", |
|
|
|
"slab", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -428,12 +310,24 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "http-body" |
|
|
|
version = "0.4.5" |
|
|
|
version = "1.0.0-rc.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" |
|
|
|
checksum = "951dfc2e32ac02d67c90c0d65bd27009a635dc9b381a2cc7d284ab01e3a0150d" |
|
|
|
dependencies = [ |
|
|
|
"bytes", |
|
|
|
"http", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "http-body-util" |
|
|
|
version = "0.1.0-rc.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "92445bc9cc14bfa0a3ce56817dc3b5bcc227a168781a356b702410789cec0d10" |
|
|
|
dependencies = [ |
|
|
|
"bytes", |
|
|
|
"futures-util", |
|
|
|
"http", |
|
|
|
"http-body", |
|
|
|
"pin-project-lite", |
|
|
|
] |
|
|
|
|
|
|
@ -457,9 +351,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "hyper" |
|
|
|
version = "0.14.26" |
|
|
|
version = "1.0.0-rc.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "ab302d72a6f11a3b910431ff93aae7e773078c769f0a3ef15fb9ec692ed147d4" |
|
|
|
checksum = "7b75264b2003a3913f118d35c586e535293b3e22e41f074930762929d071e092" |
|
|
|
dependencies = [ |
|
|
|
"bytes", |
|
|
|
"futures-channel", |
|
|
@ -471,56 +365,17 @@ dependencies = [ |
|
|
|
"httpdate", |
|
|
|
"itoa", |
|
|
|
"pin-project-lite", |
|
|
|
"socket2", |
|
|
|
"tokio", |
|
|
|
"tower-service", |
|
|
|
"tracing", |
|
|
|
"want", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "hyper-socks2" |
|
|
|
version = "0.8.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "cc38166fc2732d450e9372388d269eb38ff0b75a3cfb4c542e65b2f6893629c4" |
|
|
|
dependencies = [ |
|
|
|
"async-socks5", |
|
|
|
"futures", |
|
|
|
"http", |
|
|
|
"hyper", |
|
|
|
"hyper-tls", |
|
|
|
"thiserror", |
|
|
|
"tokio", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "hyper-tls" |
|
|
|
version = "0.5.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" |
|
|
|
dependencies = [ |
|
|
|
"bytes", |
|
|
|
"hyper", |
|
|
|
"native-tls", |
|
|
|
"tokio", |
|
|
|
"tokio-native-tls", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "indenter" |
|
|
|
version = "0.3.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "instant" |
|
|
|
version = "0.1.12" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" |
|
|
|
dependencies = [ |
|
|
|
"cfg-if", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "io-lifetimes" |
|
|
|
version = "1.0.11" |
|
|
@ -529,7 +384,7 @@ checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" |
|
|
|
dependencies = [ |
|
|
|
"hermit-abi 0.3.1", |
|
|
|
"libc", |
|
|
|
"windows-sys 0.48.0", |
|
|
|
"windows-sys", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -541,7 +396,7 @@ dependencies = [ |
|
|
|
"hermit-abi 0.3.1", |
|
|
|
"io-lifetimes", |
|
|
|
"rustix", |
|
|
|
"windows-sys 0.48.0", |
|
|
|
"windows-sys", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -550,12 +405,6 @@ version = "1.0.6" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "lazy_static" |
|
|
|
version = "1.4.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "libc" |
|
|
|
version = "0.2.146" |
|
|
@ -597,25 +446,7 @@ checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2" |
|
|
|
dependencies = [ |
|
|
|
"libc", |
|
|
|
"wasi", |
|
|
|
"windows-sys 0.48.0", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "native-tls" |
|
|
|
version = "0.2.11" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e" |
|
|
|
dependencies = [ |
|
|
|
"lazy_static", |
|
|
|
"libc", |
|
|
|
"log", |
|
|
|
"openssl", |
|
|
|
"openssl-probe", |
|
|
|
"openssl-sys", |
|
|
|
"schannel", |
|
|
|
"security-framework", |
|
|
|
"security-framework-sys", |
|
|
|
"tempfile", |
|
|
|
"windows-sys", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -643,50 +474,6 @@ version = "1.18.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "openssl" |
|
|
|
version = "0.10.54" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "69b3f656a17a6cbc115b5c7a40c616947d213ba182135b014d6051b73ab6f019" |
|
|
|
dependencies = [ |
|
|
|
"bitflags", |
|
|
|
"cfg-if", |
|
|
|
"foreign-types", |
|
|
|
"libc", |
|
|
|
"once_cell", |
|
|
|
"openssl-macros", |
|
|
|
"openssl-sys", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "openssl-macros" |
|
|
|
version = "0.1.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
|
"syn", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "openssl-probe" |
|
|
|
version = "0.1.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "openssl-sys" |
|
|
|
version = "0.9.88" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "c2ce0f250f34a308dcfdbb351f511359857d4ed2134ba715a4eadd46e1ffd617" |
|
|
|
dependencies = [ |
|
|
|
"cc", |
|
|
|
"libc", |
|
|
|
"pkg-config", |
|
|
|
"vcpkg", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "owo-colors" |
|
|
|
version = "3.5.0" |
|
|
@ -705,12 +492,6 @@ version = "0.1.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "pkg-config" |
|
|
|
version = "0.3.27" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "proc-macro2" |
|
|
|
version = "1.0.60" |
|
|
@ -729,15 +510,6 @@ dependencies = [ |
|
|
|
"proc-macro2", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "redox_syscall" |
|
|
|
version = "0.3.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" |
|
|
|
dependencies = [ |
|
|
|
"bitflags", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "regex" |
|
|
|
version = "1.8.4" |
|
|
@ -772,48 +544,7 @@ dependencies = [ |
|
|
|
"io-lifetimes", |
|
|
|
"libc", |
|
|
|
"linux-raw-sys", |
|
|
|
"windows-sys 0.48.0", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "schannel" |
|
|
|
version = "0.1.21" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3" |
|
|
|
dependencies = [ |
|
|
|
"windows-sys 0.42.0", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "security-framework" |
|
|
|
version = "2.9.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "1fc758eb7bffce5b308734e9b0c1468893cae9ff70ebf13e7090be8dcbcc83a8" |
|
|
|
dependencies = [ |
|
|
|
"bitflags", |
|
|
|
"core-foundation", |
|
|
|
"core-foundation-sys", |
|
|
|
"libc", |
|
|
|
"security-framework-sys", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "security-framework-sys" |
|
|
|
version = "2.9.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "f51d0c0d83bec45f16480d0ce0058397a69e48fcdc52d1dc8855fb68acbd31a7" |
|
|
|
dependencies = [ |
|
|
|
"core-foundation-sys", |
|
|
|
"libc", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "slab" |
|
|
|
version = "0.4.8" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d" |
|
|
|
dependencies = [ |
|
|
|
"autocfg", |
|
|
|
"windows-sys", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -830,13 +561,13 @@ dependencies = [ |
|
|
|
name = "sthp" |
|
|
|
version = "0.4.0" |
|
|
|
dependencies = [ |
|
|
|
"bytes", |
|
|
|
"clap", |
|
|
|
"color-eyre", |
|
|
|
"env_logger", |
|
|
|
"futures-util", |
|
|
|
"http", |
|
|
|
"http-body-util", |
|
|
|
"hyper", |
|
|
|
"hyper-socks2", |
|
|
|
"log", |
|
|
|
"tokio", |
|
|
|
"tokio-socks", |
|
|
@ -859,20 +590,6 @@ dependencies = [ |
|
|
|
"unicode-ident", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "tempfile" |
|
|
|
version = "3.6.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "31c0432476357e58790aaa47a8efb0c5138f137343f3b5f23bd36a27e3b0a6d6" |
|
|
|
dependencies = [ |
|
|
|
"autocfg", |
|
|
|
"cfg-if", |
|
|
|
"fastrand", |
|
|
|
"redox_syscall", |
|
|
|
"rustix", |
|
|
|
"windows-sys 0.48.0", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "termcolor" |
|
|
|
version = "1.2.0" |
|
|
@ -916,7 +633,7 @@ dependencies = [ |
|
|
|
"pin-project-lite", |
|
|
|
"socket2", |
|
|
|
"tokio-macros", |
|
|
|
"windows-sys 0.48.0", |
|
|
|
"windows-sys", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -930,16 +647,6 @@ dependencies = [ |
|
|
|
"syn", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "tokio-native-tls" |
|
|
|
version = "0.3.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" |
|
|
|
dependencies = [ |
|
|
|
"native-tls", |
|
|
|
"tokio", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "tokio-socks" |
|
|
|
version = "0.5.1" |
|
|
@ -952,12 +659,6 @@ dependencies = [ |
|
|
|
"tokio", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "tower-service" |
|
|
|
version = "0.3.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "tracing" |
|
|
|
version = "0.1.37" |
|
|
@ -996,12 +697,6 @@ version = "0.2.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "vcpkg" |
|
|
|
version = "0.2.15" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "want" |
|
|
|
version = "0.3.1" |
|
|
@ -1048,21 +743,6 @@ version = "0.4.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "windows-sys" |
|
|
|
version = "0.42.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" |
|
|
|
dependencies = [ |
|
|
|
"windows_aarch64_gnullvm 0.42.2", |
|
|
|
"windows_aarch64_msvc 0.42.2", |
|
|
|
"windows_i686_gnu 0.42.2", |
|
|
|
"windows_i686_msvc 0.42.2", |
|
|
|
"windows_x86_64_gnu 0.42.2", |
|
|
|
"windows_x86_64_gnullvm 0.42.2", |
|
|
|
"windows_x86_64_msvc 0.42.2", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "windows-sys" |
|
|
|
version = "0.48.0" |
|
|
@ -1078,93 +758,51 @@ version = "0.48.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5" |
|
|
|
dependencies = [ |
|
|
|
"windows_aarch64_gnullvm 0.48.0", |
|
|
|
"windows_aarch64_msvc 0.48.0", |
|
|
|
"windows_i686_gnu 0.48.0", |
|
|
|
"windows_i686_msvc 0.48.0", |
|
|
|
"windows_x86_64_gnu 0.48.0", |
|
|
|
"windows_x86_64_gnullvm 0.48.0", |
|
|
|
"windows_x86_64_msvc 0.48.0", |
|
|
|
"windows_aarch64_gnullvm", |
|
|
|
"windows_aarch64_msvc", |
|
|
|
"windows_i686_gnu", |
|
|
|
"windows_i686_msvc", |
|
|
|
"windows_x86_64_gnu", |
|
|
|
"windows_x86_64_gnullvm", |
|
|
|
"windows_x86_64_msvc", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "windows_aarch64_gnullvm" |
|
|
|
version = "0.42.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "windows_aarch64_gnullvm" |
|
|
|
version = "0.48.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "windows_aarch64_msvc" |
|
|
|
version = "0.42.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "windows_aarch64_msvc" |
|
|
|
version = "0.48.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "windows_i686_gnu" |
|
|
|
version = "0.42.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "windows_i686_gnu" |
|
|
|
version = "0.48.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "windows_i686_msvc" |
|
|
|
version = "0.42.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "windows_i686_msvc" |
|
|
|
version = "0.48.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "windows_x86_64_gnu" |
|
|
|
version = "0.42.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "windows_x86_64_gnu" |
|
|
|
version = "0.48.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "windows_x86_64_gnullvm" |
|
|
|
version = "0.42.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "windows_x86_64_gnullvm" |
|
|
|
version = "0.48.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "windows_x86_64_msvc" |
|
|
|
version = "0.42.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "windows_x86_64_msvc" |
|
|
|
version = "0.48.0" |
|
|
|