|
@@ -173,6 +173,14 @@ dependencies = [
|
|
|
"winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "colored"
|
|
|
+version = "1.6.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+dependencies = [
|
|
|
+ "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "constant_time_eq"
|
|
|
version = "0.1.3"
|
|
@@ -331,6 +339,7 @@ version = "0.1.0"
|
|
|
dependencies = [
|
|
|
"clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"clipboard 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "colored 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"failure 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"ffsend-api 0.1.0",
|
|
|
"open 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -366,7 +375,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
name = "futures"
|
|
|
-version = "0.1.19"
|
|
|
+version = "0.1.20"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
@@ -374,7 +383,7 @@ name = "futures-cpupool"
|
|
|
version = "0.1.8"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "futures 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "futures 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
@@ -417,7 +426,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"base64 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"bytes 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "futures 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "futures 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"httparse 1.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -439,7 +448,7 @@ name = "hyper-tls"
|
|
|
version = "0.1.3"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "futures 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "futures 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"hyper 0.11.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"native-tls 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"tokio-core 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -881,7 +890,7 @@ name = "relay"
|
|
|
version = "0.1.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "futures 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "futures 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -899,7 +908,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"bytes 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"encoding_rs 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "futures 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "futures 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"hyper 0.11.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"hyper-tls 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"libflate 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -1141,7 +1150,7 @@ name = "tokio"
|
|
|
version = "0.1.4"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "futures 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "futures 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"mio 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"tokio-executor 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"tokio-io 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -1157,7 +1166,7 @@ version = "0.1.16"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"bytes 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "futures 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "futures 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"mio 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -1174,7 +1183,7 @@ name = "tokio-executor"
|
|
|
version = "0.1.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "futures 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "futures 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -1183,7 +1192,7 @@ version = "0.1.6"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"bytes 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "futures 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "futures 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
@@ -1192,7 +1201,7 @@ name = "tokio-proto"
|
|
|
version = "0.1.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "futures 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "futures 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"net2 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -1209,7 +1218,7 @@ name = "tokio-reactor"
|
|
|
version = "0.1.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "futures 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "futures 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"mio 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"slab 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -1222,7 +1231,7 @@ name = "tokio-service"
|
|
|
version = "0.1.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "futures 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "futures 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -1231,7 +1240,7 @@ version = "0.1.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"bytes 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "futures 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "futures 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"mio 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"tokio-io 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -1244,7 +1253,7 @@ version = "0.1.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"crossbeam-deque 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "futures 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "futures 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -1256,7 +1265,7 @@ name = "tokio-tls"
|
|
|
version = "0.1.4"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "futures 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "futures 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"native-tls 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"tokio-core 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"tokio-io 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -1268,7 +1277,7 @@ version = "0.1.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"bytes 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "futures 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "futures 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"mio 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"tokio-io 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -1460,6 +1469,7 @@ dependencies = [
|
|
|
"checksum clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f0f16b89cbb9ee36d87483dc939fe9f1e13c05898d56d7b230a0d4dff033a536"
|
|
|
"checksum clipboard 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "b9b4623b47d8637fc9d47564583d4cc01eb8c8e34e26b2bf348bf4b036acb657"
|
|
|
"checksum clipboard-win 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "14cc3e6c075926b96490d5f90d4a5af7be8012a4d8a8698e619655085a7641a3"
|
|
|
+"checksum colored 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b0aa3473e85a3161b59845d6096b289bb577874cafeaf75ea1b1beaa6572c7fc"
|
|
|
"checksum constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8ff012e225ce166d4422e0e78419d901719760f62ae2b7969ca6b564d1b54a9e"
|
|
|
"checksum core-foundation 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "25bfd746d203017f7d5cbd31ee5d8e17f94b6521c7af77ece6c9e4b2d4b16c67"
|
|
|
"checksum core-foundation-sys 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "065a5d7ffdcbc8fa145d6f0746f3555025b9097a9e9cda59f7467abae670c78d"
|
|
@@ -1480,7 +1490,7 @@ dependencies = [
|
|
|
"checksum foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|
|
"checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
|
|
|
"checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
|
|
|
-"checksum futures 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)" = "83f32b9e9aaa890fe8b9453b27ebbf3d11136a5ce59032500effd0e707bbcd80"
|
|
|
+"checksum futures 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)" = "0c5a3176836efa0b37f0e321b86672dfada1564aeb516fbed67b7c24050a0263"
|
|
|
"checksum futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4"
|
|
|
"checksum generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ef25c5683767570c2bbd7deba372926a55eaae9982d7726ee2a1050239d45b9d"
|
|
|
"checksum hkdf 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "706d158974721895e9234c91af77ee28bbbf561fa276b014f32d685d27fbdc30"
|