|
|
|
@ -54,16 +54,6 @@ dependencies = [
@@ -54,16 +54,6 @@ dependencies = [
|
|
|
|
|
"tempfile", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "async-attributes" |
|
|
|
|
version = "1.1.2" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5" |
|
|
|
|
dependencies = [ |
|
|
|
|
"quote", |
|
|
|
|
"syn", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "async-channel" |
|
|
|
|
version = "1.6.1" |
|
|
|
@ -92,20 +82,6 @@ dependencies = [
@@ -92,20 +82,6 @@ dependencies = [
|
|
|
|
|
"zstd-safe", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "async-executor" |
|
|
|
|
version = "1.4.1" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965" |
|
|
|
|
dependencies = [ |
|
|
|
|
"async-task", |
|
|
|
|
"concurrent-queue", |
|
|
|
|
"fastrand", |
|
|
|
|
"futures-lite", |
|
|
|
|
"once_cell", |
|
|
|
|
"slab", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "async-fs" |
|
|
|
|
version = "1.5.0" |
|
|
|
@ -117,40 +93,6 @@ dependencies = [
@@ -117,40 +93,6 @@ dependencies = [
|
|
|
|
|
"futures-lite", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "async-global-executor" |
|
|
|
|
version = "2.1.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "fd8b508d585e01084059b60f06ade4cb7415cd2e4084b71dd1cb44e7d3fb9880" |
|
|
|
|
dependencies = [ |
|
|
|
|
"async-channel", |
|
|
|
|
"async-executor", |
|
|
|
|
"async-io", |
|
|
|
|
"async-lock", |
|
|
|
|
"blocking", |
|
|
|
|
"futures-lite", |
|
|
|
|
"once_cell", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "async-io" |
|
|
|
|
version = "1.7.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "e5e18f61464ae81cde0a23e713ae8fd299580c54d697a35820cfd0625b8b0e07" |
|
|
|
|
dependencies = [ |
|
|
|
|
"concurrent-queue", |
|
|
|
|
"futures-lite", |
|
|
|
|
"libc", |
|
|
|
|
"log", |
|
|
|
|
"once_cell", |
|
|
|
|
"parking", |
|
|
|
|
"polling", |
|
|
|
|
"slab", |
|
|
|
|
"socket2", |
|
|
|
|
"waker-fn", |
|
|
|
|
"winapi", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "async-lock" |
|
|
|
|
version = "2.5.0" |
|
|
|
@ -160,34 +102,6 @@ dependencies = [
@@ -160,34 +102,6 @@ dependencies = [
|
|
|
|
|
"event-listener", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "async-std" |
|
|
|
|
version = "1.11.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "52580991739c5cdb36cde8b2a516371c0a3b70dda36d916cc08b82372916808c" |
|
|
|
|
dependencies = [ |
|
|
|
|
"async-attributes", |
|
|
|
|
"async-channel", |
|
|
|
|
"async-global-executor", |
|
|
|
|
"async-io", |
|
|
|
|
"async-lock", |
|
|
|
|
"crossbeam-utils", |
|
|
|
|
"futures-channel", |
|
|
|
|
"futures-core", |
|
|
|
|
"futures-io", |
|
|
|
|
"futures-lite", |
|
|
|
|
"gloo-timers", |
|
|
|
|
"kv-log-macro", |
|
|
|
|
"log", |
|
|
|
|
"memchr", |
|
|
|
|
"num_cpus", |
|
|
|
|
"once_cell", |
|
|
|
|
"pin-project-lite", |
|
|
|
|
"pin-utils", |
|
|
|
|
"slab", |
|
|
|
|
"wasm-bindgen-futures", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "async-stream" |
|
|
|
|
version = "0.3.3" |
|
|
|
@ -863,18 +777,6 @@ dependencies = [
@@ -863,18 +777,6 @@ dependencies = [
|
|
|
|
|
"walkdir", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "gloo-timers" |
|
|
|
|
version = "0.2.4" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "5fb7d06c1c8cc2a29bee7ec961009a0b2caa0793ee4900c2ffb348734ba1c8f9" |
|
|
|
|
dependencies = [ |
|
|
|
|
"futures-channel", |
|
|
|
|
"futures-core", |
|
|
|
|
"js-sys", |
|
|
|
|
"wasm-bindgen", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "h2" |
|
|
|
|
version = "0.3.13" |
|
|
|
@ -1135,15 +1037,6 @@ dependencies = [
@@ -1135,15 +1037,6 @@ dependencies = [
|
|
|
|
|
"wasm-bindgen", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "kv-log-macro" |
|
|
|
|
version = "1.0.7" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f" |
|
|
|
|
dependencies = [ |
|
|
|
|
"log", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "lazy_static" |
|
|
|
|
version = "1.4.0" |
|
|
|
@ -1173,7 +1066,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1173,7 +1066,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" |
|
|
|
|
dependencies = [ |
|
|
|
|
"cfg-if", |
|
|
|
|
"value-bag", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -1526,19 +1418,6 @@ version = "0.3.25"
@@ -1526,19 +1418,6 @@ version = "0.3.25"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "polling" |
|
|
|
|
version = "2.2.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "685404d509889fade3e86fe3a5803bca2ec09b0c0778d5ada6ec8bf7a8de5259" |
|
|
|
|
dependencies = [ |
|
|
|
|
"cfg-if", |
|
|
|
|
"libc", |
|
|
|
|
"log", |
|
|
|
|
"wepoll-ffi", |
|
|
|
|
"winapi", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "port_check" |
|
|
|
|
version = "0.1.5" |
|
|
|
@ -1799,11 +1678,10 @@ dependencies = [
@@ -1799,11 +1678,10 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "rstest" |
|
|
|
|
version = "0.13.0" |
|
|
|
|
version = "0.15.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "b939295f93cb1d12bc1a83cf9ee963199b133fb8a79832dd51b68bb9f59a04dc" |
|
|
|
|
checksum = "e9c9dc66cc29792b663ffb5269be669f1613664e69ad56441fdb895c2347b930" |
|
|
|
|
dependencies = [ |
|
|
|
|
"async-std", |
|
|
|
|
"futures", |
|
|
|
|
"futures-timer", |
|
|
|
|
"rstest_macros", |
|
|
|
@ -1812,9 +1690,9 @@ dependencies = [
@@ -1812,9 +1690,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "rstest_macros" |
|
|
|
|
version = "0.13.0" |
|
|
|
|
version = "0.14.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "f78aba848123782ba59340928ec7d876ebe745aa0365d6af8a630f19a5c16116" |
|
|
|
|
checksum = "5015e68a0685a95ade3eee617ff7101ab6a3fc689203101ca16ebc16f2b89c66" |
|
|
|
|
dependencies = [ |
|
|
|
|
"cfg-if", |
|
|
|
|
"proc-macro2", |
|
|
|
@ -2359,16 +2237,6 @@ dependencies = [
@@ -2359,16 +2237,6 @@ dependencies = [
|
|
|
|
|
"rand 0.8.5", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "value-bag" |
|
|
|
|
version = "1.0.0-alpha.9" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55" |
|
|
|
|
dependencies = [ |
|
|
|
|
"ctor", |
|
|
|
|
"version_check", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "vcpkg" |
|
|
|
|
version = "0.2.15" |
|
|
|
@ -2530,15 +2398,6 @@ dependencies = [
@@ -2530,15 +2398,6 @@ dependencies = [
|
|
|
|
|
"webpki", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "wepoll-ffi" |
|
|
|
|
version = "0.1.2" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb" |
|
|
|
|
dependencies = [ |
|
|
|
|
"cc", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "winapi" |
|
|
|
|
version = "0.3.9" |
|
|
|
|