|
@@ -82,6 +82,11 @@ dependencies = [
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "base64"
|
|
|
+version = "0.11.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "bitflags"
|
|
|
version = "1.2.1"
|
|
@@ -448,18 +453,6 @@ dependencies = [
|
|
|
"syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "derive_builder"
|
|
|
-version = "0.8.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "darling 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "derive_builder_core 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "derive_builder"
|
|
|
version = "0.9.0"
|
|
@@ -472,17 +465,6 @@ dependencies = [
|
|
|
"syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "derive_builder_core"
|
|
|
-version = "0.8.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "darling 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "derive_builder_core"
|
|
|
version = "0.9.0"
|
|
@@ -600,7 +582,7 @@ dependencies = [
|
|
|
"derive_builder 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"directories 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "ffsend-api 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "ffsend-api 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"fs2 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"open 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -623,15 +605,15 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "ffsend-api"
|
|
|
-version = "0.4.1"
|
|
|
+version = "0.4.4"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "derive_builder 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "derive_builder 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"hkdf 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -649,7 +631,7 @@ dependencies = [
|
|
|
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"version-compare 0.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "websocket 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "websocket 0.24.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -2126,18 +2108,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
name = "websocket"
|
|
|
-version = "0.23.0"
|
|
|
+version = "0.24.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"hyper 0.10.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"native-tls 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "sha1 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"tokio-reactor 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -2145,6 +2123,26 @@ dependencies = [
|
|
|
"tokio-tls 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "websocket-base 0.24.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "websocket-base"
|
|
|
+version = "0.24.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+dependencies = [
|
|
|
+ "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "native-tls 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "sha1 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "tokio-tls 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -2238,6 +2236,7 @@ dependencies = [
|
|
|
"checksum backtrace 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)" = "924c76597f0d9ca25d762c25a4d369d51267536465dc5064bdf0eb073ed477ea"
|
|
|
"checksum backtrace-sys 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)" = "5d6575f128516de27e3ce99689419835fce9643a9b215a14d2b5b685be018491"
|
|
|
"checksum base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e"
|
|
|
+"checksum base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7"
|
|
|
"checksum base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643"
|
|
|
"checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
|
|
"checksum blake2b_simd 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)" = "b83b7baab1e671718d78204225800d6b170e648188ac7dc992e9d6bddf87d0c0"
|
|
@@ -2280,9 +2279,7 @@ dependencies = [
|
|
|
"checksum darling 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0d706e75d87e35569db781a9b5e2416cff1236a47ed380831f959382ccd5f858"
|
|
|
"checksum darling_core 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f0c960ae2da4de88a91b2d920c2a7233b400bc33cb28453a2987822d8392519b"
|
|
|
"checksum darling_macro 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d9b5a2f4ac4969822c62224815d069952656cadc7084fdca9751e6d959189b72"
|
|
|
-"checksum derive_builder 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9a71d29c78eaaf1534fc79955d500f7f7799ed350c97bceb6cfd908a2241eba7"
|
|
|
"checksum derive_builder 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a2658621297f2cf68762a6f7dc0bb7e1ff2cfd6583daef8ee0fed6f7ec468ec0"
|
|
|
-"checksum derive_builder_core 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "69cecb1f2c698fd8faf108b53ad47f1fc4cd0c2a16691fe2db2d371f52f71421"
|
|
|
"checksum derive_builder_core 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2791ea3e372c8495c0bc2033991d76b512cd799d07491fbd6890124db9458bef"
|
|
|
"checksum digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
|
|
|
"checksum directories 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "551a778172a450d7fc12e629ca3b0428d00f6afa9a43da1b630d54604e97371c"
|
|
@@ -2296,7 +2293,7 @@ dependencies = [
|
|
|
"checksum failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "f8273f13c977665c5db7eb2b99ae520952fe5ac831ae4cd09d80c4c7042b5ed9"
|
|
|
"checksum failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0bc225b78e0391e4b8683440bf2e63c2deeeb2ce5189eab46e2b68c6d3725d08"
|
|
|
"checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
|
|
|
-"checksum ffsend-api 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d790175e580e6c9fb1de6166c89cbe68d450214d4c2ddbc0bb52b296fa60f01c"
|
|
|
+"checksum ffsend-api 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "e35378d7565b4cbb4b3a46fd4b77b049d077d73a48940892cd2a421f6f59c591"
|
|
|
"checksum filetime 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "1ff6d4dab0aa0c8e6346d46052e93b13a16cf847b54ed357087c35011048cc7d"
|
|
|
"checksum flate2 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6bd6d6f4752952feb71363cffc9ebac9411b75b87c6ab6058c40c8900cf43c0f"
|
|
|
"checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
|
|
@@ -2465,7 +2462,8 @@ dependencies = [
|
|
|
"checksum version_check 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce"
|
|
|
"checksum want 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b6395efa4784b027708f7451087e647ec73cc74f5d9bc2e418404248d679a230"
|
|
|
"checksum wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b89c3ce4ce14bdc6fb6beaf9ec7928ca331de5df7e5ea278375642a2f478570d"
|
|
|
-"checksum websocket 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b255b190f412e45000c35be7fe9b48b39a2ac5eb90d093d421694e5dae8b335c"
|
|
|
+"checksum websocket 0.24.0 (registry+https://github.com/rust-lang/crates.io-index)" = "413b37840b9e27b340ce91b319ede10731de8c72f5bc4cb0206ec1ca4ce581d0"
|
|
|
+"checksum websocket-base 0.24.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5e3810f0d00c4dccb54c30a4eee815e703232819dec7b007db115791c42aa374"
|
|
|
"checksum which 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5475d47078209a02e60614f7ba5e645ef3ed60f771920ac1906d7c1cc65024c8"
|
|
|
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
|
|
"checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
|