|
|
@ -13,15 +13,15 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "anyhow" |
|
|
|
version = "1.0.52" |
|
|
|
version = "1.0.57" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "84450d0b4a8bd1ba4144ce8ce718fbc5d071358b1e5384bace6536b3d1f2d5b3" |
|
|
|
checksum = "08f9b8508dccb7687a1d6c4ce66b2b0ecef467c94667de27d8d7fe1f8d2a9cdc" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "async-socks5" |
|
|
|
version = "0.5.0" |
|
|
|
version = "0.5.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "2d54fb9d0cef966d8067cf271af71cbcab017f691b1a134fcbd8a7aaecdae4a0" |
|
|
|
checksum = "77f634add2445eb2c1f785642a67ca1073fedd71e73dc3ca69435ef9b9bdedc7" |
|
|
|
dependencies = [ |
|
|
|
"async-trait", |
|
|
|
"thiserror", |
|
|
@ -30,9 +30,9 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "async-trait" |
|
|
|
version = "0.1.52" |
|
|
|
version = "0.1.56" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "061a7acccaa286c011ddc30970520b98fa40e00c9d644633fb26b5fc63a265e3" |
|
|
|
checksum = "96cf8829f67d2eab0b2dfa42c5d0ef737e0724e4a82b01b3e292456202b19716" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
@ -52,9 +52,9 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "autocfg" |
|
|
|
version = "1.0.1" |
|
|
|
version = "1.1.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" |
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "bitflags" |
|
|
@ -70,9 +70,9 @@ checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "cc" |
|
|
|
version = "1.0.72" |
|
|
|
version = "1.0.73" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "22a9137b95ea06864e018375b72adfb7db6e6f68cfc8df5a04d00288050485ee" |
|
|
|
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "cfg-if" |
|
|
@ -82,16 +82,16 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "clap" |
|
|
|
version = "3.0.7" |
|
|
|
version = "3.2.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "12e8611f9ae4e068fa3e56931fded356ff745e70987ff76924a6e0ab1c8ef2e3" |
|
|
|
checksum = "d53da17d37dba964b9b3ecb5c5a1f193a2762c700e6829201e645b9381c99dc7" |
|
|
|
dependencies = [ |
|
|
|
"atty", |
|
|
|
"bitflags", |
|
|
|
"clap_derive", |
|
|
|
"clap_lex", |
|
|
|
"indexmap", |
|
|
|
"lazy_static", |
|
|
|
"os_str_bytes", |
|
|
|
"once_cell", |
|
|
|
"strsim", |
|
|
|
"termcolor", |
|
|
|
"textwrap", |
|
|
@ -99,9 +99,9 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "clap_derive" |
|
|
|
version = "3.0.6" |
|
|
|
version = "3.2.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "517358c28fcef6607bf6f76108e02afad7e82297d132a6b846dcc1fc3efcd153" |
|
|
|
checksum = "c11d40217d16aee8508cc8e5fde8b4ff24639758608e5374e731b53f85749fb9" |
|
|
|
dependencies = [ |
|
|
|
"heck", |
|
|
|
"proc-macro-error", |
|
|
@ -110,11 +110,20 @@ dependencies = [ |
|
|
|
"syn", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "clap_lex" |
|
|
|
version = "0.2.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "5538cd660450ebeb4234cfecf8f2284b844ffc4c50531e66d584ad5b91293613" |
|
|
|
dependencies = [ |
|
|
|
"os_str_bytes", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "core-foundation" |
|
|
|
version = "0.9.2" |
|
|
|
version = "0.9.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "6888e10551bb93e424d8df1d07f1a8b4fceb0001a3a4b048bfc47554946f47b3" |
|
|
|
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" |
|
|
|
dependencies = [ |
|
|
|
"core-foundation-sys", |
|
|
|
"libc", |
|
|
@ -147,9 +156,9 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "fastrand" |
|
|
|
version = "1.6.0" |
|
|
|
version = "1.7.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "779d043b6a0b90cc4c0ed7ee380a6504394cee7efd7db050e3774eee387324b2" |
|
|
|
checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf" |
|
|
|
dependencies = [ |
|
|
|
"instant", |
|
|
|
] |
|
|
@ -177,9 +186,9 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "futures" |
|
|
|
version = "0.3.19" |
|
|
|
version = "0.3.21" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "28560757fe2bb34e79f907794bb6b22ae8b0e5c669b638a1132f2592b19035b4" |
|
|
|
checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e" |
|
|
|
dependencies = [ |
|
|
|
"futures-channel", |
|
|
|
"futures-core", |
|
|
@ -192,9 +201,9 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "futures-channel" |
|
|
|
version = "0.3.19" |
|
|
|
version = "0.3.21" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "ba3dda0b6588335f360afc675d0564c17a77a2bda81ca178a4b6081bd86c7f0b" |
|
|
|
checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010" |
|
|
|
dependencies = [ |
|
|
|
"futures-core", |
|
|
|
"futures-sink", |
|
|
@ -202,15 +211,15 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "futures-core" |
|
|
|
version = "0.3.19" |
|
|
|
version = "0.3.21" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "d0c8ff0461b82559810cdccfde3215c3f373807f5e5232b71479bff7bb2583d7" |
|
|
|
checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "futures-executor" |
|
|
|
version = "0.3.19" |
|
|
|
version = "0.3.21" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "29d6d2ff5bb10fb95c85b8ce46538a2e5f5e7fdc755623a7d4529ab8a4ed9d2a" |
|
|
|
checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6" |
|
|
|
dependencies = [ |
|
|
|
"futures-core", |
|
|
|
"futures-task", |
|
|
@ -219,15 +228,15 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "futures-io" |
|
|
|
version = "0.3.19" |
|
|
|
version = "0.3.21" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "b1f9d34af5a1aac6fb380f735fe510746c38067c5bf16c7fd250280503c971b2" |
|
|
|
checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "futures-macro" |
|
|
|
version = "0.3.19" |
|
|
|
version = "0.3.21" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "6dbd947adfffb0efc70599b3ddcf7b5597bb5fa9e245eb99f62b3a5f7bb8bd3c" |
|
|
|
checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
@ -236,21 +245,21 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "futures-sink" |
|
|
|
version = "0.3.19" |
|
|
|
version = "0.3.21" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "e3055baccb68d74ff6480350f8d6eb8fcfa3aa11bdc1a1ae3afdd0514617d508" |
|
|
|
checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "futures-task" |
|
|
|
version = "0.3.19" |
|
|
|
version = "0.3.21" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "6ee7c6485c30167ce4dfb83ac568a849fe53274c831081476ee13e0dce1aad72" |
|
|
|
checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "futures-util" |
|
|
|
version = "0.3.19" |
|
|
|
version = "0.3.21" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "d9b5cf40b47a271f77a8b1bec03ca09044d99d2372c0de244e66430761127164" |
|
|
|
checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a" |
|
|
|
dependencies = [ |
|
|
|
"futures-channel", |
|
|
|
"futures-core", |
|
|
@ -266,9 +275,9 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "hashbrown" |
|
|
|
version = "0.11.2" |
|
|
|
version = "0.12.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e" |
|
|
|
checksum = "db0d4cf898abf0081f964436dc980e96670a0f36863e4b83aaacdb65c9d7ccc3" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "heck" |
|
|
@ -287,20 +296,20 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "http" |
|
|
|
version = "0.2.6" |
|
|
|
version = "0.2.8" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "31f4c6746584866f0feabcc69893c5b51beef3831656a968ed7ae254cdc4fd03" |
|
|
|
checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399" |
|
|
|
dependencies = [ |
|
|
|
"bytes", |
|
|
|
"fnv", |
|
|
|
"itoa 1.0.1", |
|
|
|
"itoa", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "http-body" |
|
|
|
version = "0.4.4" |
|
|
|
version = "0.4.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6" |
|
|
|
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" |
|
|
|
dependencies = [ |
|
|
|
"bytes", |
|
|
|
"http", |
|
|
@ -309,9 +318,9 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "httparse" |
|
|
|
version = "1.5.1" |
|
|
|
version = "1.7.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "acd94fdbe1d4ff688b67b04eee2e17bd50995534a61539e45adfefb45e5e5503" |
|
|
|
checksum = "496ce29bb5a52785b44e0f7ca2847ae0bb839c9bd28f69acac9b99d461c0c04c" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "httpdate" |
|
|
@ -327,9 +336,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "hyper" |
|
|
|
version = "0.14.16" |
|
|
|
version = "0.14.19" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "b7ec3e62bdc98a2f0393a5048e4c30ef659440ea6e0e572965103e72bd836f55" |
|
|
|
checksum = "42dc3c131584288d375f2d07f822b0cb012d8c6fb899a5b9fdb3cb7eb9b6004f" |
|
|
|
dependencies = [ |
|
|
|
"bytes", |
|
|
|
"futures-channel", |
|
|
@ -339,7 +348,7 @@ dependencies = [ |
|
|
|
"http-body", |
|
|
|
"httparse", |
|
|
|
"httpdate", |
|
|
|
"itoa 0.4.8", |
|
|
|
"itoa", |
|
|
|
"pin-project-lite", |
|
|
|
"socket2", |
|
|
|
"tokio", |
|
|
@ -378,9 +387,9 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "indexmap" |
|
|
|
version = "1.8.0" |
|
|
|
version = "1.9.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223" |
|
|
|
checksum = "6c6392766afd7964e2531940894cffe4bd8d7d17dbc3c1c4857040fd4b33bdb3" |
|
|
|
dependencies = [ |
|
|
|
"autocfg", |
|
|
|
"hashbrown", |
|
|
@ -397,15 +406,9 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "itoa" |
|
|
|
version = "0.4.8" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "itoa" |
|
|
|
version = "1.0.1" |
|
|
|
version = "1.0.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35" |
|
|
|
checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "lazy_static" |
|
|
@ -415,52 +418,42 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "libc" |
|
|
|
version = "0.2.112" |
|
|
|
version = "0.2.126" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "1b03d17f364a3a042d5e5d46b053bbbf82c92c9430c592dd4c064dc6ee997125" |
|
|
|
checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "log" |
|
|
|
version = "0.4.14" |
|
|
|
version = "0.4.17" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710" |
|
|
|
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" |
|
|
|
dependencies = [ |
|
|
|
"cfg-if", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "memchr" |
|
|
|
version = "2.4.1" |
|
|
|
version = "2.5.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a" |
|
|
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "mio" |
|
|
|
version = "0.7.14" |
|
|
|
version = "0.8.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc" |
|
|
|
checksum = "713d550d9b44d89174e066b7a6217ae06234c10cb47819a88290d2b353c31799" |
|
|
|
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", |
|
|
|
"wasi", |
|
|
|
"windows-sys", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "native-tls" |
|
|
|
version = "0.2.8" |
|
|
|
version = "0.2.10" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "48ba9f7719b5a0f42f338907614285fb5fd70e53858141f69898a1fb7203b24d" |
|
|
|
checksum = "fd7e2f3618557f980e0b17e8856252eee3c97fa12c54dff0ca290fb6266ca4a9" |
|
|
|
dependencies = [ |
|
|
|
"lazy_static", |
|
|
|
"libc", |
|
|
@ -474,15 +467,6 @@ dependencies = [ |
|
|
|
"tempfile", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "ntapi" |
|
|
|
version = "0.3.6" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44" |
|
|
|
dependencies = [ |
|
|
|
"winapi", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "num_cpus" |
|
|
|
version = "1.13.1" |
|
|
@ -495,24 +479,36 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "once_cell" |
|
|
|
version = "1.9.0" |
|
|
|
version = "1.12.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5" |
|
|
|
checksum = "7709cef83f0c1f58f666e746a08b21e0085f7440fa6a29cc194d68aac97a4225" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "openssl" |
|
|
|
version = "0.10.38" |
|
|
|
version = "0.10.40" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "0c7ae222234c30df141154f159066c5093ff73b63204dcda7121eb082fc56a95" |
|
|
|
checksum = "fb81a6430ac911acb25fe5ac8f1d2af1b4ea8a4fdfda0f1ee4292af2e2d8eb0e" |
|
|
|
dependencies = [ |
|
|
|
"bitflags", |
|
|
|
"cfg-if", |
|
|
|
"foreign-types", |
|
|
|
"libc", |
|
|
|
"once_cell", |
|
|
|
"openssl-macros", |
|
|
|
"openssl-sys", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "openssl-macros" |
|
|
|
version = "0.1.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
|
"syn", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "openssl-probe" |
|
|
|
version = "0.1.5" |
|
|
@ -521,9 +517,9 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "openssl-sys" |
|
|
|
version = "0.9.72" |
|
|
|
version = "0.9.74" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "7e46109c383602735fa0a2e48dd2b7c892b048e1bf69e5c3b1d804b7d9c203cb" |
|
|
|
checksum = "835363342df5fba8354c5b453325b110ffd54044e588c539cf2f20a8014e4cb1" |
|
|
|
dependencies = [ |
|
|
|
"autocfg", |
|
|
|
"cc", |
|
|
@ -534,18 +530,15 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "os_str_bytes" |
|
|
|
version = "6.0.0" |
|
|
|
version = "6.1.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64" |
|
|
|
dependencies = [ |
|
|
|
"memchr", |
|
|
|
] |
|
|
|
checksum = "21326818e99cfe6ce1e524c2a805c189a99b5ae555a35d19f9a284b427d86afa" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "pin-project-lite" |
|
|
|
version = "0.2.8" |
|
|
|
version = "0.2.9" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c" |
|
|
|
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "pin-utils" |
|
|
@ -555,9 +548,9 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "pkg-config" |
|
|
|
version = "0.3.24" |
|
|
|
version = "0.3.25" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "58893f751c9b0412871a09abd62ecd2a00298c6c83befa223ef98c52aef40cbe" |
|
|
|
checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "proc-macro-error" |
|
|
@ -585,27 +578,27 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "proc-macro2" |
|
|
|
version = "1.0.36" |
|
|
|
version = "1.0.39" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029" |
|
|
|
checksum = "c54b25569025b7fc9651de43004ae593a75ad88543b17178aa5e1b9c4f15f56f" |
|
|
|
dependencies = [ |
|
|
|
"unicode-xid", |
|
|
|
"unicode-ident", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "quote" |
|
|
|
version = "1.0.14" |
|
|
|
version = "1.0.18" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "47aa80447ce4daf1717500037052af176af5d38cc3e571d9ec1c7353fc10c87d" |
|
|
|
checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "redox_syscall" |
|
|
|
version = "0.2.10" |
|
|
|
version = "0.2.13" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff" |
|
|
|
checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42" |
|
|
|
dependencies = [ |
|
|
|
"bitflags", |
|
|
|
] |
|
|
@ -638,19 +631,19 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "schannel" |
|
|
|
version = "0.1.19" |
|
|
|
version = "0.1.20" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75" |
|
|
|
checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2" |
|
|
|
dependencies = [ |
|
|
|
"lazy_static", |
|
|
|
"winapi", |
|
|
|
"windows-sys", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "security-framework" |
|
|
|
version = "2.4.2" |
|
|
|
version = "2.6.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "525bc1abfda2e1998d152c45cf13e696f76d0a4972310b22fac1658b05df7c87" |
|
|
|
checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc" |
|
|
|
dependencies = [ |
|
|
|
"bitflags", |
|
|
|
"core-foundation", |
|
|
@ -661,9 +654,9 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "security-framework-sys" |
|
|
|
version = "2.4.2" |
|
|
|
version = "2.6.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "a9dd14d83160b528b7bfd66439110573efcfbe281b17fc2ca9f39f550d619c7e" |
|
|
|
checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556" |
|
|
|
dependencies = [ |
|
|
|
"core-foundation-sys", |
|
|
|
"libc", |
|
|
@ -671,15 +664,15 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "slab" |
|
|
|
version = "0.4.5" |
|
|
|
version = "0.4.6" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5" |
|
|
|
checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "socket2" |
|
|
|
version = "0.4.2" |
|
|
|
version = "0.4.4" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "5dc90fe6c7be1a323296982db1836d1ea9e47b6839496dde9a541bc496df3516" |
|
|
|
checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0" |
|
|
|
dependencies = [ |
|
|
|
"libc", |
|
|
|
"winapi", |
|
|
@ -709,13 +702,13 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "syn" |
|
|
|
version = "1.0.85" |
|
|
|
version = "1.0.96" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "a684ac3dcd8913827e18cd09a68384ee66c1de24157e3c556c9ab16d85695fb7" |
|
|
|
checksum = "0748dd251e24453cb8717f0354206b91557e4ec8703673a4b30208f2abaf1ebf" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
|
"unicode-xid", |
|
|
|
"unicode-ident", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -734,33 +727,33 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "termcolor" |
|
|
|
version = "1.1.2" |
|
|
|
version = "1.1.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4" |
|
|
|
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755" |
|
|
|
dependencies = [ |
|
|
|
"winapi-util", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "textwrap" |
|
|
|
version = "0.14.2" |
|
|
|
version = "0.15.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "0066c8d12af8b5acd21e00547c3797fde4e8677254a7ee429176ccebbe93dd80" |
|
|
|
checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "thiserror" |
|
|
|
version = "1.0.30" |
|
|
|
version = "1.0.31" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417" |
|
|
|
checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a" |
|
|
|
dependencies = [ |
|
|
|
"thiserror-impl", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "thiserror-impl" |
|
|
|
version = "1.0.30" |
|
|
|
version = "1.0.31" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b" |
|
|
|
checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
@ -769,25 +762,27 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "tokio" |
|
|
|
version = "1.15.0" |
|
|
|
version = "1.19.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "fbbf1c778ec206785635ce8ad57fe52b3009ae9e0c9f574a728f3049d3e55838" |
|
|
|
checksum = "c51a52ed6686dd62c320f9b89299e9dfb46f730c7a48e635c19f21d116cb1439" |
|
|
|
dependencies = [ |
|
|
|
"bytes", |
|
|
|
"libc", |
|
|
|
"memchr", |
|
|
|
"mio", |
|
|
|
"num_cpus", |
|
|
|
"once_cell", |
|
|
|
"pin-project-lite", |
|
|
|
"socket2", |
|
|
|
"tokio-macros", |
|
|
|
"winapi", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "tokio-macros" |
|
|
|
version = "1.7.0" |
|
|
|
version = "1.8.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7" |
|
|
|
checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
@ -824,9 +819,9 @@ checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "tracing" |
|
|
|
version = "0.1.29" |
|
|
|
version = "0.1.35" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "375a639232caf30edfc78e8d89b2d4c375515393e7af7e16f01cd96917fb2105" |
|
|
|
checksum = "a400e31aa60b9d44a52a8ee0343b5b18566b03a8321e0d321f695cf56e940160" |
|
|
|
dependencies = [ |
|
|
|
"cfg-if", |
|
|
|
"pin-project-lite", |
|
|
@ -835,11 +830,11 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "tracing-core" |
|
|
|
version = "0.1.21" |
|
|
|
version = "0.1.27" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "1f4ed65637b8390770814083d20756f87bfa2c21bf2f110babdc5438351746e4" |
|
|
|
checksum = "7709595b8878a4965ce5e87ebf880a7d39c9afc6837721b21a5a816a8117d921" |
|
|
|
dependencies = [ |
|
|
|
"lazy_static", |
|
|
|
"once_cell", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -849,10 +844,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "unicode-xid" |
|
|
|
version = "0.2.2" |
|
|
|
name = "unicode-ident" |
|
|
|
version = "1.0.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3" |
|
|
|
checksum = "5bd2fe26506023ed7b5e1e315add59d6f584c621d037f9368fea9cfb988f368c" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "vcpkg" |
|
|
@ -876,6 +871,12 @@ dependencies = [ |
|
|
|
"try-lock", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "wasi" |
|
|
|
version = "0.11.0+wasi-snapshot-preview1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "winapi" |
|
|
|
version = "0.3.9" |
|
|
@ -906,3 +907,46 @@ name = "winapi-x86_64-pc-windows-gnu" |
|
|
|
version = "0.4.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "windows-sys" |
|
|
|
version = "0.36.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2" |
|
|
|
dependencies = [ |
|
|
|
"windows_aarch64_msvc", |
|
|
|
"windows_i686_gnu", |
|
|
|
"windows_i686_msvc", |
|
|
|
"windows_x86_64_gnu", |
|
|
|
"windows_x86_64_msvc", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "windows_aarch64_msvc" |
|
|
|
version = "0.36.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "windows_i686_gnu" |
|
|
|
version = "0.36.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "windows_i686_msvc" |
|
|
|
version = "0.36.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "windows_x86_64_gnu" |
|
|
|
version = "0.36.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "windows_x86_64_msvc" |
|
|
|
version = "0.36.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680" |
|
|
|