|
@@ -2,21 +2,21 @@
|
|
|
name = "tokio-minihttp"
|
|
|
version = "0.1.0"
|
|
|
dependencies = [
|
|
|
- "futures 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "futures-cpupool 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "futures 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "futures-cpupool 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"httparse 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "num_cpus 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "num_cpus 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"postgres 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "r2d2 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "r2d2 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"r2d2_postgres 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "serde 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "serde_derive 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "rand 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "serde 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "serde_derive 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "serde_json 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"tokio-minihttp 0.1.0 (git+https://github.com/tokio-rs/tokio-minihttp)",
|
|
|
"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)",
|
|
|
- "url 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "url 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -26,70 +26,76 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
name = "base64"
|
|
|
-version = "0.5.2"
|
|
|
+version = "0.6.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "safemem 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "bitflags"
|
|
|
+version = "0.7.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "block-buffer"
|
|
|
+version = "0.2.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+dependencies = [
|
|
|
+ "byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "generic-array 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "byte-tools"
|
|
|
-version = "0.1.3"
|
|
|
+version = "0.2.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
name = "byteorder"
|
|
|
-version = "1.0.0"
|
|
|
+version = "1.1.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
name = "bytes"
|
|
|
-version = "0.4.4"
|
|
|
+version = "0.4.5"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "iovec 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "iovec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "cfg-if"
|
|
|
-version = "0.1.1"
|
|
|
+version = "0.1.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
name = "constant_time_eq"
|
|
|
-version = "0.1.2"
|
|
|
+version = "0.1.3"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
name = "crypto-mac"
|
|
|
-version = "0.3.0"
|
|
|
+version = "0.4.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "constant_time_eq 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "generic-array 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "generic-array 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "digest"
|
|
|
-version = "0.5.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "generic-array 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "digest-buffer"
|
|
|
-version = "0.3.1"
|
|
|
+version = "0.6.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "byte-tools 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "generic-array 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "generic-array 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "dtoa"
|
|
|
-version = "0.4.1"
|
|
|
+version = "0.4.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
@@ -102,27 +108,43 @@ name = "fallible-iterator"
|
|
|
version = "0.1.3"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "fuchsia-zircon"
|
|
|
+version = "0.2.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+dependencies = [
|
|
|
+ "fuchsia-zircon-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "fuchsia-zircon-sys"
|
|
|
+version = "0.2.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+dependencies = [
|
|
|
+ "bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "futures"
|
|
|
-version = "0.1.14"
|
|
|
+version = "0.1.17"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
name = "futures-cpupool"
|
|
|
-version = "0.1.5"
|
|
|
+version = "0.1.7"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "futures 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "num_cpus 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "futures 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "num_cpus 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "generic-array"
|
|
|
-version = "0.7.2"
|
|
|
+version = "0.8.3"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "nodrop 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "typenum 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "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)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -132,12 +154,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
name = "hmac"
|
|
|
-version = "0.1.1"
|
|
|
+version = "0.4.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "crypto-mac 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "digest 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "generic-array 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "crypto-mac 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "digest 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "generic-array 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -147,26 +169,26 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
name = "idna"
|
|
|
-version = "0.1.2"
|
|
|
+version = "0.1.4"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "unicode-bidi 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"unicode-normalization 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "iovec"
|
|
|
-version = "0.1.0"
|
|
|
+version = "0.1.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "itoa"
|
|
|
-version = "0.3.1"
|
|
|
+version = "0.3.4"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
@@ -180,12 +202,12 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "lazycell"
|
|
|
-version = "0.4.0"
|
|
|
+version = "0.5.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
name = "libc"
|
|
|
-version = "0.2.24"
|
|
|
+version = "0.2.33"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
@@ -200,29 +222,31 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
name = "md5"
|
|
|
-version = "0.3.5"
|
|
|
+version = "0.3.6"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
name = "memchr"
|
|
|
-version = "1.0.1"
|
|
|
+version = "1.0.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "mio"
|
|
|
-version = "0.6.9"
|
|
|
+version = "0.6.11"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "iovec 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "fuchsia-zircon 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "fuchsia-zircon-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "iovec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "lazycell 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "lazycell 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"log 0.3.8 (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.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "net2 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
@@ -233,52 +257,44 @@ version = "0.2.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "net2 0.2.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "net2 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "net2"
|
|
|
-version = "0.2.29"
|
|
|
+version = "0.2.31"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "cfg-if 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "nodrop"
|
|
|
-version = "0.1.9"
|
|
|
+version = "0.1.12"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "odds 0.2.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
|
|
|
[[package]]
|
|
|
name = "num-traits"
|
|
|
-version = "0.1.39"
|
|
|
+version = "0.1.40"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
name = "num_cpus"
|
|
|
-version = "1.6.0"
|
|
|
+version = "1.7.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "odds"
|
|
|
-version = "0.2.25"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "percent-encoding"
|
|
|
-version = "1.0.0"
|
|
|
+version = "1.0.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
@@ -302,29 +318,29 @@ name = "postgres"
|
|
|
version = "0.15.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "bytes 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "bytes 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"fallible-iterator 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "postgres-protocol 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "postgres-protocol 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"postgres-shared 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "postgres-protocol"
|
|
|
-version = "0.3.0"
|
|
|
+version = "0.3.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "base64 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "bytes 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "base64 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "bytes 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"fallible-iterator 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "generic-array 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "hmac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "md5 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "sha2 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "stringprep 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "generic-array 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "hmac 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "md5 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "memchr 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "rand 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "sha2 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "stringprep 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -335,7 +351,7 @@ dependencies = [
|
|
|
"fallible-iterator 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"hex 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"phf 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "postgres-protocol 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "postgres-protocol 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -345,7 +361,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
name = "r2d2"
|
|
|
-version = "0.7.2"
|
|
|
+version = "0.7.4"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"antidote 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -360,20 +376,26 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"postgres 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"postgres-shared 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "r2d2 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "r2d2 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "rand"
|
|
|
-version = "0.3.15"
|
|
|
+version = "0.3.18"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "fuchsia-zircon 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "redox_syscall"
|
|
|
-version = "0.1.18"
|
|
|
+version = "0.1.31"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "safemem"
|
|
|
+version = "0.2.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
@@ -391,22 +413,22 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
name = "serde"
|
|
|
-version = "1.0.8"
|
|
|
+version = "1.0.21"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
name = "serde_derive"
|
|
|
-version = "1.0.8"
|
|
|
+version = "1.0.21"
|
|
|
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.15.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "serde_derive_internals 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "serde_derive_internals"
|
|
|
-version = "0.15.1"
|
|
|
+version = "0.17.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)",
|
|
@@ -415,25 +437,25 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "serde_json"
|
|
|
-version = "1.0.2"
|
|
|
+version = "1.0.6"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "dtoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "itoa 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "num-traits 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "serde 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "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.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "serde 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "sha2"
|
|
|
-version = "0.5.3"
|
|
|
+version = "0.6.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "byte-tools 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "digest 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "digest-buffer 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "block-buffer 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "digest 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "generic-array 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "generic-array 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -446,6 +468,11 @@ name = "slab"
|
|
|
version = "0.3.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "slab"
|
|
|
+version = "0.4.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "smallvec"
|
|
|
version = "0.2.1"
|
|
@@ -453,10 +480,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
name = "stringprep"
|
|
|
-version = "0.1.0"
|
|
|
+version = "0.1.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "unicode-bidi 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"unicode-normalization 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
@@ -485,37 +512,37 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
name = "time"
|
|
|
-version = "0.1.37"
|
|
|
+version = "0.1.38"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "redox_syscall 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "redox_syscall 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "tokio-core"
|
|
|
-version = "0.1.8"
|
|
|
+version = "0.1.10"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "bytes 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "futures 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "iovec 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "bytes 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "futures 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "iovec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "mio 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "mio 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"scoped-tls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-io 0.1.2 (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.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "tokio-io"
|
|
|
-version = "0.1.2"
|
|
|
+version = "0.1.4"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "bytes 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "futures 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "bytes 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "futures 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
@@ -524,14 +551,14 @@ name = "tokio-minihttp"
|
|
|
version = "0.1.0"
|
|
|
source = "git+https://github.com/tokio-rs/tokio-minihttp#3c7d49917129420466bb9843c4da12dfd2a545ca"
|
|
|
dependencies = [
|
|
|
- "bytes 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "futures 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "bytes 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "futures 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"httparse 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "net2 0.2.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "time 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-core 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-io 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "net2 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "tokio-core 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "tokio-io 0.1.4 (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)",
|
|
|
]
|
|
@@ -541,15 +568,15 @@ name = "tokio-proto"
|
|
|
version = "0.1.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "futures 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "futures 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "net2 0.2.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "net2 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "rand 0.3.18 (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.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-io 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "tokio-core 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "tokio-io 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"tokio-service 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
@@ -558,25 +585,17 @@ name = "tokio-service"
|
|
|
version = "0.1.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "futures 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "futures 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "typenum"
|
|
|
-version = "1.5.2"
|
|
|
+version = "1.9.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
name = "unicode-bidi"
|
|
|
-version = "0.2.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "unicode-bidi"
|
|
|
-version = "0.3.3"
|
|
|
+version = "0.3.4"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -594,12 +613,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
name = "url"
|
|
|
-version = "1.5.0"
|
|
|
+version = "1.6.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "idna 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "idna 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "percent-encoding 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -623,78 +642,81 @@ dependencies = [
|
|
|
|
|
|
[metadata]
|
|
|
"checksum antidote 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "34fde25430d87a9388dadbe6e34d7f72a462c8b43ac8d309b42b0a8505d7e2a5"
|
|
|
-"checksum base64 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "30e93c03064e7590d0466209155251b90c22e37fab1daf2771582598b5827557"
|
|
|
-"checksum byte-tools 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0919189ba800c7ffe8778278116b7e0de3905ab81c72abb69c85cbfef7991279"
|
|
|
-"checksum byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c40977b0ee6b9885c9013cd41d9feffdd22deb3bb4dc3a71d901cc7a77de18c8"
|
|
|
-"checksum bytes 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8b24f16593f445422331a5eed46b72f7f171f910fead4f2ea8f17e727e9c5c14"
|
|
|
-"checksum cfg-if 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d0c47d456a36ebf0536a6705c83c1cbbcb9255fbc1d905a6ded104f479268a29"
|
|
|
-"checksum constant_time_eq 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "07dcb7959f0f6f1cf662f9a7ff389bcb919924d99ac41cf31f10d611d8721323"
|
|
|
-"checksum crypto-mac 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "dba62c86c26dcba13c278afcaac0c7452486fe604a2668a0dfa4e0edc98d8a9e"
|
|
|
-"checksum digest 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7a68d759d7a66a4f63d5bd2a2b14ad7e8cf93fe8c9be227031cd4e72ab0e9ee8"
|
|
|
-"checksum digest-buffer 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4eb92364e9f6d3da159257250532d448b218406d2acb149f724e8f48e9f5cb9a"
|
|
|
-"checksum dtoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "80c8b71fd71146990a9742fc06dcbbde19161a267e0ad4e572c35162f4578c90"
|
|
|
+"checksum base64 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "96434f987501f0ed4eb336a411e0631ecd1afa11574fe148587adc4ff96143c9"
|
|
|
+"checksum bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "aad18937a628ec6abcd26d1489012cc0e18c21798210f491af69ded9b881106d"
|
|
|
+"checksum block-buffer 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1339a1042f5d9f295737ad4d9a6ab6bf81c84a933dba110b9200cd6d1448b814"
|
|
|
+"checksum byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "560c32574a12a89ecd91f5e742165893f86e3ab98d21f8ea548658eb9eef5f40"
|
|
|
+"checksum byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff81738b726f5d099632ceaffe7fb65b90212e8dce59d518729e7e8634032d3d"
|
|
|
+"checksum bytes 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d828f97b58cc5de3e40c421d0cf2132d6b2da4ee0e11b8632fa838f0f9333ad6"
|
|
|
+"checksum cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d4c819a1287eb618df47cc647173c5c4c66ba19d888a6e50d605672aed3140de"
|
|
|
+"checksum constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8ff012e225ce166d4422e0e78419d901719760f62ae2b7969ca6b564d1b54a9e"
|
|
|
+"checksum crypto-mac 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "779015233ac67d65098614aec748ac1c756ab6677fa2e14cf8b37c08dfed1198"
|
|
|
+"checksum digest 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e5b29bf156f3f4b3c4f610a25ff69370616ae6e0657d416de22645483e72af0a"
|
|
|
+"checksum dtoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "09c3753c3db574d215cba4ea76018483895d7bff25a31b49ba45db21c48e50ab"
|
|
|
"checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
|
|
|
"checksum fallible-iterator 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "5d48ab1bc11a086628e8cc0cc2c2dc200b884ac05c4b48fb71d6036b6999ff1d"
|
|
|
-"checksum futures 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "4b63a4792d4f8f686defe3b39b92127fea6344de5d38202b2ee5a11bbbf29d6a"
|
|
|
-"checksum futures-cpupool 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a283c84501e92cade5ea673a2a7ca44f71f209ccdd302a3e0896f50083d2c5ff"
|
|
|
-"checksum generic-array 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "330920f60726e8a1ca0129a40f0f0df0b8ee773945bf34895d578f35f31dc660"
|
|
|
+"checksum fuchsia-zircon 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f6c0581a4e363262e52b87f59ee2afe3415361c6ec35e665924eb08afe8ff159"
|
|
|
+"checksum fuchsia-zircon-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "43f3795b4bae048dc6123a6b972cadde2e676f9ded08aef6bb77f5f157684a82"
|
|
|
+"checksum futures 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "118b49cac82e04121117cbd3121ede3147e885627d82c4546b87c702debb90c1"
|
|
|
+"checksum futures-cpupool 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "e86f49cc0d92fe1b97a5980ec32d56208272cbb00f15044ea9e2799dde766fdf"
|
|
|
+"checksum generic-array 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)" = "fceb69994e330afed50c93524be68c42fa898c2d9fd4ee8da03bd7363acd26f2"
|
|
|
"checksum hex 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d6a22814455d41612f41161581c2883c0c6a1c41852729b17d5ed88f01e153aa"
|
|
|
-"checksum hmac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bdb5aa9647ba4711e9d6968dc1c810cd23989ed435443ca962e1bf6d8b8b83ff"
|
|
|
+"checksum hmac 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7a13f4163aa0c5ca1be584aace0e2212b2e41be5478218d4f657f5f778b2ae2a"
|
|
|
"checksum httparse 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "af2f2dd97457e8fb1ae7c5a420db346af389926e36f43768b96f101546b04a07"
|
|
|
-"checksum idna 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2233d4940b1f19f0418c158509cd7396b8d70a5db5705ce410914dc8fa603b37"
|
|
|
-"checksum iovec 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "29d062ee61fccdf25be172e70f34c9f6efc597e1fb8f6526e8437b2046ab26be"
|
|
|
-"checksum itoa 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "eb2f404fbc66fd9aac13e998248505e7ecb2ad8e44ab6388684c5fb11c6c251c"
|
|
|
+"checksum idna 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "014b298351066f1512874135335d62a789ffe78a9974f94b43ed5621951eaf7d"
|
|
|
+"checksum iovec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b6e8b9c2247fcf6c6a1151f1156932be5606c9fd6f55a2d7f9fc1cb29386b2f7"
|
|
|
+"checksum itoa 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8324a32baf01e2ae060e9de58ed0bc2320c9a2833491ee36cd3b4c414de4db8c"
|
|
|
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
|
|
-"checksum lazycell 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ce12306c4739d86ee97c23139f3a34ddf0387bbf181bc7929d287025a8c3ef6b"
|
|
|
-"checksum libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)" = "38f5c2b18a287cf78b4097db62e20f43cace381dc76ae5c0a3073067f78b7ddc"
|
|
|
+"checksum lazycell 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3b585b7a6811fb03aa10e74b278a0f00f8dd9b45dc681f148bb29fa5cb61859b"
|
|
|
+"checksum libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "5ba3df4dcb460b9dfbd070d41c94c19209620c191b0340b929ce748a2bcd42d2"
|
|
|
"checksum log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "880f77541efa6e5cc74e76910c9884d9859683118839d6a1dc3b11e63512565b"
|
|
|
"checksum matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "100aabe6b8ff4e4a7e32c1c13523379802df0772b82466207ac25b013f193376"
|
|
|
-"checksum md5 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "11f2f3240857d306c26118e2e92a5eaf8990df379e3d96573ee6c92cdbf58a81"
|
|
|
-"checksum memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1dbccc0e46f1ea47b9f17e6d67c5a96bd27030519c519c9c91327e31275a47b4"
|
|
|
-"checksum mio 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)" = "9e965267d4d58496fc4f740e9861118367f13570cadf66316ed2c3f2f14d87c7"
|
|
|
+"checksum md5 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "b6d9aab58e540f50b59d5cfa7f0da4c3d437476890e1e0b6206e230dce55a23c"
|
|
|
+"checksum memchr 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "148fab2e51b4f1cfc66da2a7c32981d1d3c083a803978268bb11fe4b86925e7a"
|
|
|
+"checksum mio 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)" = "0e8411968194c7b139e9105bc4ae7db0bae232af087147e72f0616ebf5fdb9cb"
|
|
|
"checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
|
|
|
-"checksum net2 0.2.29 (registry+https://github.com/rust-lang/crates.io-index)" = "bc01404e7568680f1259aa5729539f221cb1e6d047a0d9053cab4be8a73b5d67"
|
|
|
-"checksum nodrop 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "52cd74cd09beba596430cc6e3091b74007169a56246e1262f0ba451ea95117b2"
|
|
|
-"checksum num-traits 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "1708c0628602a98b52fad936cf3edb9a107af06e52e49fdf0707e884456a6af6"
|
|
|
-"checksum num_cpus 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "83df569ffd47dbf87f36bead512632f89e90882b8e7a14286d0471daf6b72de9"
|
|
|
-"checksum odds 0.2.25 (registry+https://github.com/rust-lang/crates.io-index)" = "c3df9b730298cea3a1c3faa90b7e2f9df3a9c400d0936d6015e6165734eefcba"
|
|
|
-"checksum percent-encoding 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "de154f638187706bde41d9b4738748933d64e6b37bdbffc0b47a97d16a6ae356"
|
|
|
+"checksum net2 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)" = "3a80f842784ef6c9a958b68b7516bc7e35883c614004dd94959a4dca1b716c09"
|
|
|
+"checksum nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "9a2228dca57108069a5262f2ed8bd2e82496d2e074a06d1ccc7ce1687b6ae0a2"
|
|
|
+"checksum num-traits 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "99843c856d68d8b4313b03a17e33c4bb42ae8f6610ea81b28abe076ac721b9b0"
|
|
|
+"checksum num_cpus 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "514f0d73e64be53ff320680ca671b64fe3fb91da01e1ae2ddc99eb51d453b20d"
|
|
|
+"checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
|
|
|
"checksum phf 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)" = "cb325642290f28ee14d8c6201159949a872f220c62af6e110a56ea914fbe42fc"
|
|
|
"checksum phf_shared 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)" = "07e24b0ca9643bdecd0632f2b3da6b1b89bbb0030e0b992afc1113b23a7bc2f2"
|
|
|
"checksum postgres 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6e6dbad8297d43a1319817c45c43fd2cfd6a148767f51baedcdce732635c6526"
|
|
|
-"checksum postgres-protocol 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "685d511cb92a2b534de8e698ad0e72372032093809dd8bd138b171102a92fb5b"
|
|
|
+"checksum postgres-protocol 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2b5cf13fd1f61ca10b374a44b7feb0636fce67cd3bd42f925f9186b0e7ccec7b"
|
|
|
"checksum postgres-shared 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "22fcb88c55471615fea5217b41ab59df5a00665edb4e92f67c35119b7e8948ed"
|
|
|
"checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
|
|
|
-"checksum r2d2 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1dd448c29d0ed83cfe187ffb8608fa07c47abdd7997f3f478f3a6223ad3f97fb"
|
|
|
+"checksum r2d2 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "2c8284508b38df440f8f3527395e23c4780b22f74226b270daf58fee38e4bcce"
|
|
|
"checksum r2d2_postgres 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1f8b19a6ea63676566dd11085217fed98866ca833cea7f6f29be8c2244e0560e"
|
|
|
-"checksum rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "022e0636ec2519ddae48154b028864bdce4eaf7d35226ab8e65c611be97b189d"
|
|
|
-"checksum redox_syscall 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" = "3041aeb6000db123d2c9c751433f526e1f404b23213bd733167ab770c3989b4d"
|
|
|
+"checksum rand 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)" = "6475140dfd8655aeb72e1fd4b7a1cc1c202be65d71669476e392fe62532b9edd"
|
|
|
+"checksum redox_syscall 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)" = "8dde11f18c108289bef24469638a04dce49da56084f2d50618b226e47eb04509"
|
|
|
+"checksum safemem 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e27a8b19b835f7aea908818e871f5cc3a5a186550c30773be987e155e8163d8f"
|
|
|
"checksum scheduled-thread-pool 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2d9fbe48ead32343b76f544c85953bf260ed39219a8bbbb62cd85f6a00f9644f"
|
|
|
"checksum scoped-tls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f417c22df063e9450888a7561788e9bd46d3bb3c1466435b4eccb903807f147d"
|
|
|
-"checksum serde 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "c2f530d36fb84ec48fb7146936881f026cdbf4892028835fd9398475f82c1bb4"
|
|
|
-"checksum serde_derive 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "10552fad5500771f3902d0c5ba187c5881942b811b7ba0d8fbbfbf84d80806d3"
|
|
|
-"checksum serde_derive_internals 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)" = "37aee4e0da52d801acfbc0cc219eb1eda7142112339726e427926a6f6ee65d3a"
|
|
|
-"checksum serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "48b04779552e92037212c3615370f6bd57a40ebba7f20e554ff9f55e41a69a7b"
|
|
|
-"checksum sha2 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "84920f9ac881e94e33ec89e1b3dcd36040523a308a92548e01217ce35d8cf6a8"
|
|
|
+"checksum serde 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)" = "6eda663e865517ee783b0891a3f6eb3a253e0b0dabb46418969ee9635beadd9e"
|
|
|
+"checksum serde_derive 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)" = "652bc323d694dc925829725ec6c890156d8e70ae5202919869cb00fe2eff3788"
|
|
|
+"checksum serde_derive_internals 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)" = "32f1926285523b2db55df263d2aa4eb69ddcfa7a7eade6430323637866b513ab"
|
|
|
+"checksum serde_json 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "e4586746d1974a030c48919731ecffd0ed28d0c40749d0d18d43b3a7d6c9b20e"
|
|
|
+"checksum sha2 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7d963c78ce367df26d7ea8b8cc655c651b42e8a1e584e869c1e17dae3ccb116a"
|
|
|
"checksum siphasher 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0df90a788073e8d0235a67e50441d47db7c8ad9debd91cbf43736a2a92d36537"
|
|
|
"checksum slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "17b4fcaed89ab08ef143da37bc52adbcc04d4a69014f4c1208d6b51f0c47bc23"
|
|
|
+"checksum slab 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fdeff4cd9ecff59ec7e3744cbca73dfe5ac35c2aedb2cfba8a1c715a18912e9d"
|
|
|
"checksum smallvec 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4c8cbcd6df1e117c2210e13ab5109635ad68a929fcbb8964dc965b76cb5ee013"
|
|
|
-"checksum stringprep 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c5ff9d098c000a75bb827d6d0d7c45082dfa0372467d29237f9590a3f87867d0"
|
|
|
+"checksum stringprep 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8ee348cb74b87454fff4b551cbf727025810a004f88aeacae7f85b87f4e9a1c1"
|
|
|
"checksum syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad"
|
|
|
"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 time 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)" = "ffd7ccbf969a892bf83f1e441126968a07a3941c24ff522a26af9f9f4585d1a3"
|
|
|
-"checksum tokio-core 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "6a20ba4738d283cac7495ca36e045c80c2a8df3e05dd0909b17a06646af5a7ed"
|
|
|
-"checksum tokio-io 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c2c3ce9739f7387a0fa65b5421e81feae92e04d603f008898f4257790ce8c2db"
|
|
|
+"checksum time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)" = "d5d788d3aa77bc0ef3e9621256885555368b47bd495c13dd2e7413c89f845520"
|
|
|
+"checksum tokio-core 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "c843a027f7c1df5f81e7734a0df3f67bf329411781ebf36393ce67beef6071e3"
|
|
|
+"checksum tokio-io 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "514aae203178929dbf03318ad7c683126672d4d96eccb77b29603d33c9e25743"
|
|
|
"checksum tokio-minihttp 0.1.0 (git+https://github.com/tokio-rs/tokio-minihttp)" = "<none>"
|
|
|
"checksum tokio-proto 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8fbb47ae81353c63c487030659494b295f6cb6576242f907f203473b191b0389"
|
|
|
"checksum tokio-service 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "24da22d077e0f15f55162bdbdc661228c1581892f52074fb242678d015b45162"
|
|
|
-"checksum typenum 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7242a7857c31d13620847d78af39ecac8d6c90aac23286e84aefe624c77c9c14"
|
|
|
-"checksum unicode-bidi 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "149319afc0ec718611d4a9208c0308e3b1b62dcfbd982e5e723f6ec35b909b92"
|
|
|
-"checksum unicode-bidi 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a6a2c4e3710edd365cd7e78383153ed739fa31af19f9172f72d3575060f5a43a"
|
|
|
+"checksum typenum 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "13a99dc6780ef33c78780b826cf9d2a78840b72cae9474de4bcaf9051e60ebbd"
|
|
|
+"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 url 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a69a2e36a5e5ed3f3063c8c64a3b028c4d50d689fa6c862abd7cfe65f882595c"
|
|
|
+"checksum url 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fa35e768d4daf1d85733418a49fb42e10d7f633e394fccab4ab7aba897053fe2"
|
|
|
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
|
|
"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|
|
|
"checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
|