|
|
@ -84,10 +84,10 @@ dependencies = [ |
|
|
|
"rocket 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"rocket_codegen 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"rocket_contrib 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_derive 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_json 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"uuid 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_derive 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_json 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"uuid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -125,7 +125,7 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "cc" |
|
|
|
version = "1.0.5" |
|
|
|
version = "1.0.8" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -206,6 +206,15 @@ dependencies = [ |
|
|
|
"crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "crossbeam-deque" |
|
|
|
version = "0.3.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"crossbeam-epoch 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "crossbeam-epoch" |
|
|
|
version = "0.3.0" |
|
|
@ -220,6 +229,19 @@ dependencies = [ |
|
|
|
"scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "crossbeam-epoch" |
|
|
|
version = "0.4.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"crossbeam-utils 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "crossbeam-utils" |
|
|
|
version = "0.2.2" |
|
|
@ -228,6 +250,14 @@ dependencies = [ |
|
|
|
"cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "crossbeam-utils" |
|
|
|
version = "0.3.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "crypto-mac" |
|
|
|
version = "0.3.0" |
|
|
@ -305,7 +335,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"derive-error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"regex 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"regex 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -417,7 +447,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "futures" |
|
|
|
version = "0.1.18" |
|
|
|
version = "0.1.19" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -425,7 +455,7 @@ name = "futures-cpupool" |
|
|
|
version = "0.1.8" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"futures 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"futures 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
@ -440,7 +470,7 @@ version = "0.7.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"typenum 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -483,12 +513,12 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "hyper" |
|
|
|
version = "0.11.21" |
|
|
|
version = "0.11.22" |
|
|
|
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.18 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"futures 0.1.19 (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)", |
|
|
@ -498,8 +528,8 @@ dependencies = [ |
|
|
|
"percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"relay 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"time 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tokio-core 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tokio-io 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tokio-core 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tokio-io 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tokio-proto 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tokio-service 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"unicase 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
@ -517,14 +547,14 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "hyper-tls" |
|
|
|
version = "0.1.2" |
|
|
|
version = "0.1.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"futures 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"hyper 0.11.21 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"futures 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"hyper 0.11.22 (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.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tokio-io 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tokio-core 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tokio-io 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tokio-service 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tokio-tls 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
@ -579,6 +609,11 @@ name = "itoa" |
|
|
|
version = "0.3.4" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "itoa" |
|
|
|
version = "0.4.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "jsonwebtoken" |
|
|
|
version = "4.0.0" |
|
|
@ -587,9 +622,9 @@ dependencies = [ |
|
|
|
"chrono 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"ring 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_derive 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_json 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_derive 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_json 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"untrusted 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
@ -746,7 +781,7 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "mio" |
|
|
|
version = "0.6.13" |
|
|
|
version = "0.6.14" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
@ -755,10 +790,10 @@ dependencies = [ |
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"lazycell 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"net2 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"slab 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
@ -796,7 +831,7 @@ dependencies = [ |
|
|
|
"safemem 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tempdir 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tiny_http 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"twoway 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"twoway 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -844,7 +879,7 @@ dependencies = [ |
|
|
|
"modifier 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"mustache 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"plugin 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"regex 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"regex 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"time 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"typemap 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
@ -863,7 +898,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"num-integer 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"num-iter 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"num-traits 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"num-traits 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -871,7 +906,7 @@ name = "num-integer" |
|
|
|
version = "0.1.36" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"num-traits 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"num-traits 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -880,12 +915,12 @@ version = "0.1.35" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"num-integer 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"num-traits 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"num-traits 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "num-traits" |
|
|
|
version = "0.2.1" |
|
|
|
version = "0.2.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -925,7 +960,7 @@ name = "openssl-sys" |
|
|
|
version = "0.9.27" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"cc 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"cc 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"vcpkg 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
@ -1003,6 +1038,14 @@ dependencies = [ |
|
|
|
"typemap 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "proc-macro2" |
|
|
|
version = "0.2.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "quick-error" |
|
|
|
version = "1.2.1" |
|
|
@ -1013,6 +1056,14 @@ name = "quote" |
|
|
|
version = "0.3.15" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "quote" |
|
|
|
version = "0.4.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "r2d2" |
|
|
|
version = "0.8.2" |
|
|
@ -1078,27 +1129,30 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "regex" |
|
|
|
version = "0.2.6" |
|
|
|
version = "0.2.10" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"aho-corasick 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"regex-syntax 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"regex-syntax 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"thread_local 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "regex-syntax" |
|
|
|
version = "0.4.2" |
|
|
|
version = "0.5.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"ucd-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "relay" |
|
|
|
version = "0.1.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"futures 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"futures 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -1117,18 +1171,18 @@ 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.18 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"hyper 0.11.21 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"hyper-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"futures 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"hyper 0.11.22 (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)", |
|
|
|
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"mime_guess 2.0.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"native-tls 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_json 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_json 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_urlencoded 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tokio-core 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tokio-io 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tokio-core 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tokio-io 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tokio-tls 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"url 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"uuid 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
@ -1190,8 +1244,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"rocket 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_json 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_json 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -1271,37 +1325,38 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "serde" |
|
|
|
version = "1.0.27" |
|
|
|
version = "1.0.33" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "serde_derive" |
|
|
|
version = "1.0.27" |
|
|
|
version = "1.0.33" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_derive_internals 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"quote 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_derive_internals 0.21.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"syn 0.12.14 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "serde_derive_internals" |
|
|
|
version = "0.19.0" |
|
|
|
version = "0.21.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"syn 0.12.14 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "serde_json" |
|
|
|
version = "1.0.10" |
|
|
|
version = "1.0.12" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"dtoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"itoa 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"num-traits 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"itoa 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"num-traits 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -1311,7 +1366,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"dtoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"itoa 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"url 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
@ -1379,6 +1434,16 @@ dependencies = [ |
|
|
|
"unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "syn" |
|
|
|
version = "0.12.14" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"quote 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "synom" |
|
|
|
version = "0.11.3" |
|
|
@ -1443,28 +1508,56 @@ dependencies = [ |
|
|
|
"url 0.2.38 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "tokio" |
|
|
|
version = "0.1.3" |
|
|
|
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)", |
|
|
|
"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)", |
|
|
|
"slab 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tokio-executor 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tokio-io 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tokio-reactor 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tokio-threadpool 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "tokio-core" |
|
|
|
version = "0.1.12" |
|
|
|
version = "0.1.15" |
|
|
|
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.18 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"futures 0.1.19 (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.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"mio 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"scoped-tls 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"slab 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tokio-io 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tokio 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tokio-executor 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tokio-io 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tokio-reactor 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "tokio-executor" |
|
|
|
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)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "tokio-io" |
|
|
|
version = "0.1.5" |
|
|
|
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.18 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"futures 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
@ -1473,24 +1566,50 @@ name = "tokio-proto" |
|
|
|
version = "0.1.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"futures 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"futures 0.1.19 (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)", |
|
|
|
"slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"smallvec 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"take 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tokio-core 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tokio-io 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tokio-core 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tokio-io 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tokio-service 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "tokio-reactor" |
|
|
|
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)", |
|
|
|
"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)", |
|
|
|
"tokio-executor 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tokio-io 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "tokio-service" |
|
|
|
version = "0.1.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"futures 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"futures 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "tokio-threadpool" |
|
|
|
version = "0.1.0" |
|
|
|
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)", |
|
|
|
"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.3.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tokio-executor 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -1498,10 +1617,10 @@ name = "tokio-tls" |
|
|
|
version = "0.1.4" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"futures 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"futures 0.1.19 (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.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tokio-io 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tokio-core 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tokio-io 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -1509,7 +1628,7 @@ name = "toml" |
|
|
|
version = "0.4.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"serde 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -1519,7 +1638,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "twoway" |
|
|
|
version = "0.1.7" |
|
|
|
version = "0.1.8" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
@ -1540,7 +1659,12 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "typenum" |
|
|
|
version = "1.9.0" |
|
|
|
version = "1.10.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "ucd-util" |
|
|
|
version = "0.1.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -1577,6 +1701,11 @@ name = "unicode-xid" |
|
|
|
version = "0.0.4" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "unicode-xid" |
|
|
|
version = "0.1.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "unreachable" |
|
|
|
version = "1.0.0" |
|
|
@ -1642,9 +1771,10 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "uuid" |
|
|
|
version = "0.6.1" |
|
|
|
version = "0.6.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
@ -1741,7 +1871,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
"checksum byte-tools 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0919189ba800c7ffe8778278116b7e0de3905ab81c72abb69c85cbfef7991279" |
|
|
|
"checksum byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "652805b7e73fada9d85e9a6682a4abd490cb52d96aeecc12e33a0de34dfd0d23" |
|
|
|
"checksum bytes 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "1b7db437d718977f6dc9b2e3fd6fc343c02ac6b899b73fdd2179163447bd9ce9" |
|
|
|
"checksum cc 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "9be26b24e988625409b19736d130f0c7d224f01d06454b5f81d8d23d6c1a618f" |
|
|
|
"checksum cc 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "d9324127e719125ec8a16e6e509abc4c641e773621b50aea695af3f005656d61" |
|
|
|
"checksum cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d4c819a1287eb618df47cc647173c5c4c66ba19d888a6e50d605672aed3140de" |
|
|
|
"checksum chrono 0.2.25 (registry+https://github.com/rust-lang/crates.io-index)" = "9213f7cd7c27e95c2b57c49f0e69b1ea65b27138da84a170133fd21b07659c00" |
|
|
|
"checksum chrono 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7c20ebe0b2b08b0aeddba49c609fe7957ba2e33449882cb186a180bc60682fa9" |
|
|
@ -1752,8 +1882,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
"checksum core-foundation-sys 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "065a5d7ffdcbc8fa145d6f0746f3555025b9097a9e9cda59f7467abae670c78d" |
|
|
|
"checksum crc 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bd5d02c0aac6bd68393ed69e00bbc2457f3e89075c6349db7189618dc4ddc1d7" |
|
|
|
"checksum crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f739f8c5363aca78cfb059edf753d8f0d36908c348f3d8d1503f03d8b75d9cf3" |
|
|
|
"checksum crossbeam-deque 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c1bdc73742c36f7f35ebcda81dbb33a7e0d33757d03a06d9ddca762712ec5ea2" |
|
|
|
"checksum crossbeam-epoch 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "59796cc6cbbdc6bb319161349db0c3250ec73ec7fcb763a51065ec4e2e158552" |
|
|
|
"checksum crossbeam-epoch 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9b4e2817eb773f770dcb294127c011e22771899c21d18fce7dd739c0b9832e81" |
|
|
|
"checksum crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2760899e32a1d58d5abb31129f8fae5de75220bc2176e77ff7c627ae45c918d9" |
|
|
|
"checksum crossbeam-utils 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d636a8b3bcc1b409d7ffd3facef8f21dcb4009626adbd0c5e6c4305c07253c7b" |
|
|
|
"checksum crypto-mac 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "dba62c86c26dcba13c278afcaac0c7452486fe604a2668a0dfa4e0edc98d8a9e" |
|
|
|
"checksum data-encoding 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "67df0571a74bf0d97fb8b2ed22abdd9a48475c96bd327db968b7d9cace99655e" |
|
|
|
"checksum derive-error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "92183014af72c63aea490e66526c712bf1066ac50f66c9f34824f02483ec1d98" |
|
|
@ -1778,7 +1911,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
"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.18 (registry+https://github.com/rust-lang/crates.io-index)" = "0bab5b5e94f5c31fc764ba5dd9ad16568aae5d4825538c01d6bca680c9bf94a7" |
|
|
|
"checksum futures 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)" = "83f32b9e9aaa890fe8b9453b27ebbf3d11136a5ce59032500effd0e707bbcd80" |
|
|
|
"checksum futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4" |
|
|
|
"checksum gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)" = "5e33ec290da0d127825013597dbdfc28bee4964690c7ce1166cbc2a7bd08b1bb" |
|
|
|
"checksum generic-array 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe043cf9b85297937897087de81f590361686e1ac2d4d471b45435de5dfb6a6" |
|
|
@ -1786,14 +1919,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
"checksum hmac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bdb5aa9647ba4711e9d6968dc1c810cd23989ed435443ca962e1bf6d8b8b83ff" |
|
|
|
"checksum httparse 1.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "c2f407128745b78abc95c0ffbe4e5d37427fdc0d45470710cfef8c44522a2e37" |
|
|
|
"checksum hyper 0.10.13 (registry+https://github.com/rust-lang/crates.io-index)" = "368cb56b2740ebf4230520e2b90ebb0461e69034d85d1945febd9b3971426db2" |
|
|
|
"checksum hyper 0.11.21 (registry+https://github.com/rust-lang/crates.io-index)" = "a3a77dea5dccbf32ba4e9ddd7d80a5a3bb3b9f1f3835e18daf5dbea6bee0efbf" |
|
|
|
"checksum hyper 0.11.22 (registry+https://github.com/rust-lang/crates.io-index)" = "d595f999e90624f64d2c4bc74c72adb0f3e0f773dc5692ca91338363b3568fa0" |
|
|
|
"checksum hyper-sync-rustls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7c6df6f419a9f116cc93b5f39a5ded1161e088a2c8424c8fcd1d4049193424a4" |
|
|
|
"checksum hyper-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9c81fa95203e2a6087242c38691a0210f23e9f3f8f944350bd676522132e2985" |
|
|
|
"checksum hyper-tls 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a5aa51f6ae9842239b0fac14af5f22123b8432b4cc774a44ff059fcba0f675ca" |
|
|
|
"checksum idna 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "014b298351066f1512874135335d62a789ffe78a9974f94b43ed5621951eaf7d" |
|
|
|
"checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08" |
|
|
|
"checksum iron 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d8e17268922834707e1c29e8badbf9c712c9c43378e1b6a3388946baff10be2" |
|
|
|
"checksum isatty 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "8f2a233726c7bb76995cec749d59582e5664823b7245d4970354408f1d79a7a2" |
|
|
|
"checksum itoa 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8324a32baf01e2ae060e9de58ed0bc2320c9a2833491ee36cd3b4c414de4db8c" |
|
|
|
"checksum itoa 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "92a9df60778f789c37f76778ae8d0a2471c41baa8b059d98a5873c978f549587" |
|
|
|
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" |
|
|
|
"checksum language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a91d884b6667cd606bb5a69aa0c99ba811a115fc68915e7056ec08a46e93199a" |
|
|
|
"checksum lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73" |
|
|
@ -1814,7 +1948,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
"checksum mime 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e2e00e17be181010a91dbfefb01660b17311059dc8c7f48b9017677721e732bd" |
|
|
|
"checksum mime_guess 1.8.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b7e2b09d08313f84e0fb82d13a4d859109a17543fe9af3b6d941dc1431f7de79" |
|
|
|
"checksum mime_guess 2.0.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)" = "130ea3c9c1b65dba905ab5a4d9ac59234a9585c24d135f264e187fe7336febbd" |
|
|
|
"checksum mio 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "7da01a5e23070d92d99b1ecd1cd0af36447c6fd44b0fe283c2db199fa136724f" |
|
|
|
"checksum mio 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)" = "6d771e3ef92d58a8da8df7d6976bfca9371ed1de6619d9d5a5ce5b1f29b85bfe" |
|
|
|
"checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" |
|
|
|
"checksum modifier 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "41f5c9112cb662acd3b204077e0de5bc66305fa8df65c8019d5adb10e9ab6e58" |
|
|
|
"checksum multipart 0.14.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1720cbd59d1cbcc184b66f2f74a3287caf524764eee5a8fbb3f5f0e469cd5c00" |
|
|
@ -1826,7 +1960,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
"checksum num 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "4703ad64153382334aa8db57c637364c322d3372e097840c72000dabdcf6156e" |
|
|
|
"checksum num-integer 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)" = "f8d26da319fb45674985c78f1d1caf99aa4941f785d384a2ae36d0740bc3e2fe" |
|
|
|
"checksum num-iter 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)" = "4b226df12c5a59b63569dd57fafb926d91b385dfce33d8074a412411b689d593" |
|
|
|
"checksum num-traits 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b3c2bd9b9d21e48e956b763c9f37134dc62d9e95da6edb3f672cacb6caf3cd3" |
|
|
|
"checksum num-traits 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dee092fcdf725aee04dd7da1d21debff559237d49ef1cb3e69bcb8ece44c7364" |
|
|
|
"checksum num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c51a3322e4bca9d212ad9a158a02abc6934d005490c054a2778df73a70aa0a30" |
|
|
|
"checksum oath 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ec6405dc6afe8219020d535f9ad888a12b191bbc8ce1c55f7ee663bde5be80ca" |
|
|
|
"checksum openssl 0.9.24 (registry+https://github.com/rust-lang/crates.io-index)" = "a3605c298474a3aa69de92d21139fb5e2a81688d308262359d85cdd0d12a7985" |
|
|
@ -1841,8 +1975,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
"checksum phf_shared 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)" = "07e24b0ca9643bdecd0632f2b3da6b1b89bbb0030e0b992afc1113b23a7bc2f2" |
|
|
|
"checksum pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "3a8b4c6b8165cd1a1cd4b9b120978131389f64bdaf456435caa41e630edba903" |
|
|
|
"checksum plugin 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "1a6a0dc3910bc8db877ffed8e457763b317cf880df4ae19109b9f77d277cf6e0" |
|
|
|
"checksum proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cd07deb3c6d1d9ff827999c7f9b04cdfd66b1b17ae508e14fe47b620f2282ae0" |
|
|
|
"checksum quick-error 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "eda5fe9b71976e62bc81b781206aaa076401769b2143379d3eb2118388babac4" |
|
|
|
"checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a" |
|
|
|
"checksum quote 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1eca14c727ad12702eb4b6bfb5a232287dcf8385cb8ca83a3eeaf6519c44c408" |
|
|
|
"checksum r2d2 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f9078ca6a8a5568ed142083bb2f7dc9295b69d16f867ddcc9849e51b17d8db46" |
|
|
|
"checksum rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)" = "15a732abf9d20f0ad8eeb6f909bf6868722d9a06e1e50802b6a70351f40b4eb1" |
|
|
|
"checksum rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "eba5f8cb59cc50ed56be8880a5c7b496bfd9bd26394e176bc67884094145c2c5" |
|
|
@ -1850,8 +1986,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
"checksum rayon-core 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9d24ad214285a7729b174ed6d3bcfcb80177807f959d95fafd5bfc5c4f201ac8" |
|
|
|
"checksum redox_syscall 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)" = "0d92eecebad22b767915e4d529f89f28ee96dbbf5a4810d2b844373f136417fd" |
|
|
|
"checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76" |
|
|
|
"checksum regex 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "5be5347bde0c48cfd8c3fdc0766cdfe9d8a755ef84d620d6794c778c91de8b2b" |
|
|
|
"checksum regex-syntax 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8e931c58b93d86f080c734bfd2bce7dd0079ae2331235818133c8be7f422e20e" |
|
|
|
"checksum regex 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "aec3f58d903a7d2a9dc2bf0e41a746f4530e0cab6b615494e058f67a3ef947fb" |
|
|
|
"checksum regex-syntax 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b2550876c31dc914696a6c2e01cbce8afba79a93c8ae979d2fe051c0230b3756" |
|
|
|
"checksum relay 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1576e382688d7e9deecea24417e350d3062d97e32e45d70b1cde65994ff1489a" |
|
|
|
"checksum remove_dir_all 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b5d2f806b0fcdabd98acd380dc8daef485e22bcb7cddc811d1337967f2528cf5" |
|
|
|
"checksum reqwest 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)" = "241faa9a8ca28a03cbbb9815a5d085f271d4c0168a19181f106aa93240c22ddb" |
|
|
@ -1869,10 +2005,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
"checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" |
|
|
|
"checksum security-framework 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "dfa44ee9c54ce5eecc9de7d5acbad112ee58755239381f687e564004ba4a2332" |
|
|
|
"checksum security-framework-sys 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "5421621e836278a0b139268f36eee0dc7e389b784dc3f79d8f11aabadf41bead" |
|
|
|
"checksum serde 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)" = "db99f3919e20faa51bb2996057f5031d8685019b5a06139b1ce761da671b8526" |
|
|
|
"checksum serde_derive 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)" = "f4ba7591cfe93755e89eeecdbcc668885624829b020050e6aec99c2a03bd3fd0" |
|
|
|
"checksum serde_derive_internals 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6e03f1c9530c3fb0a0a5c9b826bdd9246a5921ae995d75f512ac917fc4dd55b5" |
|
|
|
"checksum serde_json 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)" = "57781ed845b8e742fc2bf306aba8e3b408fe8c366b900e3769fbc39f49eb8b39" |
|
|
|
"checksum serde 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)" = "4fe95aa0d46f04ce5c3a88bdcd4114ecd6144ed0b2725ebca2f1127744357807" |
|
|
|
"checksum serde_derive 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)" = "23b163a6ce7e1aa897919f9d8e40bd1f8a6f95342ed57727ae31387a01a7a356" |
|
|
|
"checksum serde_derive_internals 0.21.0 (registry+https://github.com/rust-lang/crates.io-index)" = "370aa477297975243dc914d0b0e1234927520ec311de507a560fbd1c80f7ab8c" |
|
|
|
"checksum serde_json 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)" = "28556329a1d04efa036376c9588a0ed8655e202676d918733ca8a14740ee31be" |
|
|
|
"checksum serde_urlencoded 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ce0fd303af908732989354c6f02e05e2e6d597152870f2c6990efb0577137480" |
|
|
|
"checksum sha-1 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8347606816471548cd60f0abd5ef0d513a81f5202dbdab9c09f17a15b5248484" |
|
|
|
"checksum sha2 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "84920f9ac881e94e33ec89e1b3dcd36040523a308a92548e01217ce35d8cf6a8" |
|
|
@ -1883,6 +2019,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
"checksum smallvec 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "ee4f357e8cd37bf8822e1b964e96fd39e2cb5a0424f8aaa284ccaccc2162411c" |
|
|
|
"checksum state 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e2fe297055568778ddc83eb1d4292bcdab36bf9e5e7adf4d0ce4ee59caf778d9" |
|
|
|
"checksum syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad" |
|
|
|
"checksum syn 0.12.14 (registry+https://github.com/rust-lang/crates.io-index)" = "8c5bc2d6ff27891209efa5f63e9de78648d7801f085e4653701a692ce938d6fd" |
|
|
|
"checksum synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6" |
|
|
|
"checksum take 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b157868d8ac1f56b64604539990685fa7611d8fa9e5476cf0c02cf34d32917c5" |
|
|
|
"checksum tempdir 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "f73eebdb68c14bcb24aef74ea96079830e7fa7b31a6106e42ea7ee887c1e134e" |
|
|
@ -1890,22 +2027,28 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
"checksum thread_local 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "279ef31c19ededf577bfd12dfae728040a21f635b06a24cd670ff510edd38963" |
|
|
|
"checksum time 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "a15375f1df02096fb3317256ce2cee6a1f42fc84ea5ad5fc8c421cfe40c73098" |
|
|
|
"checksum tiny_http 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)" = "2f4d55c9a213880d1f0c89ded183f209c6e45b912ca6c7df6f93c163773572e1" |
|
|
|
"checksum tokio-core 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "52b4e32d8edbf29501aabb3570f027c6ceb00ccef6538f4bddba0200503e74e8" |
|
|
|
"checksum tokio-io 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "b9532748772222bf70297ec0e2ad0f17213b4a7dd0e6afb68e0a0768f69f4e4f" |
|
|
|
"checksum tokio 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "490c5ff233997a62649c0a7b523b25a1cc6fab1389b3faed0d72e8bdcef7b0ad" |
|
|
|
"checksum tokio-core 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "b630092b9a89f5c4eedfe9d022a0c16fb111ed2403a38f985bd1ca68b6b762d3" |
|
|
|
"checksum tokio-executor 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "46108c2aca0eb4b9a883bf37a28d122ca70f5318446f59f729cd1ff78a0bb5fb" |
|
|
|
"checksum tokio-io 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "6af9eb326f64b2d6b68438e1953341e00ab3cf54de7e35d92bfc73af8555313a" |
|
|
|
"checksum tokio-proto 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8fbb47ae81353c63c487030659494b295f6cb6576242f907f203473b191b0389" |
|
|
|
"checksum tokio-reactor 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f21d00eb356854d502b81776cec931d12771e4ed6d198478d23ffd38c19279af" |
|
|
|
"checksum tokio-service 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "24da22d077e0f15f55162bdbdc661228c1581892f52074fb242678d015b45162" |
|
|
|
"checksum tokio-threadpool 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "19a8656c45ae7893c9090ac5c98749e7ff904932973fabd541463f82628efacb" |
|
|
|
"checksum tokio-tls 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "772f4b04e560117fe3b0a53e490c16ddc8ba6ec437015d91fa385564996ed913" |
|
|
|
"checksum toml 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a7540f4ffc193e0d3c94121edb19b055670d369f77d5804db11ae053a45b6e7e" |
|
|
|
"checksum traitobject 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "efd1f82c56340fdf16f2a953d7bda4f8fdffba13d93b00844c25572110b26079" |
|
|
|
"checksum twoway 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "db65ddf5811ef1964163e55df0b0b8171e4afc8a53a606dcdb5df87be3dcc302" |
|
|
|
"checksum twoway 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "59b11b2b5241ba34be09c3cc85a36e56e48f9888862e19cedf23336d35316ed1" |
|
|
|
"checksum typeable 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1410f6f91f21d1612654e7cc69193b0334f909dcf2c790c4826254fbb86f8887" |
|
|
|
"checksum typemap 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "653be63c80a3296da5551e1bfd2cca35227e13cdd08c6668903ae2f4f77aa1f6" |
|
|
|
"checksum typenum 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "13a99dc6780ef33c78780b826cf9d2a78840b72cae9474de4bcaf9051e60ebbd" |
|
|
|
"checksum typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "612d636f949607bdf9b123b4a6f6d966dedf3ff669f7f045890d3a4a73948169" |
|
|
|
"checksum ucd-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fd2be2d6639d0f8fe6cdda291ad456e23629558d466e2789d2c3e9892bda285d" |
|
|
|
"checksum unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7f4765f83163b74f957c797ad9253caf97f103fb064d3999aea9568d09fc8a33" |
|
|
|
"checksum unicase 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "284b6d3db520d67fbe88fd778c21510d1b0ba4a551e5d0fbb023d33405f6de8a" |
|
|
|
"checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" |
|
|
|
"checksum unicode-normalization 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "51ccda9ef9efa3f7ef5d91e8f9b83bbe6955f9bf86aec89d5cce2c874625920f" |
|
|
|
"checksum unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc" |
|
|
|
"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" |
|
|
|
"checksum unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56" |
|
|
|
"checksum unsafe-any 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f30360d7979f5e9c6e6cea48af192ea8fab4afb3cf72597154b8f08935bc9c7f" |
|
|
|
"checksum untrusted 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f392d7819dbe58833e26872f5f6f0d68b7bbbe90fc3667e98731c4a15ad9a7ae" |
|
|
@ -1914,7 +2057,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
"checksum utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "662fab6525a98beff2921d7f61a39e7d59e0b425ebc7d0d9e66d316e55124122" |
|
|
|
"checksum uuid 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" = "78c590b5bd79ed10aad8fb75f078a59d8db445af6c743e55c4a53227fc01c13f" |
|
|
|
"checksum uuid 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bcc7e3b898aa6f6c08e5295b6c89258d1331e9ac578cc992fb818759951bdc22" |
|
|
|
"checksum uuid 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "990fb49481275abe3c8e2a91339c009cd6146d9f38fc3413e4163d892cbaffbb" |
|
|
|
"checksum uuid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d4670e1e935f7edd193a413f802e2ee52274aed62a09ccaab1656515c9c53a66" |
|
|
|
"checksum vcpkg 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9e0a7d8bed3178a8fb112199d466eeca9ed09a14ba8ad67718179b4fd5487d0b" |
|
|
|
"checksum version_check 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6b772017e347561807c1aa192438c5fd74242a670a6cffacc40f2defd1dc069d" |
|
|
|
"checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" |
|
|
|