|
@@ -2,15 +2,15 @@
|
|
|
name = "actix"
|
|
|
version = "0.2.0"
|
|
|
dependencies = [
|
|
|
- "actix 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "actix-web 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "actix 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "actix-web 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"askama 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"diesel 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"futures 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "http 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "http 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"postgres 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "rand 0.4.2 (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)",
|
|
@@ -18,7 +18,7 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "actix"
|
|
|
-version = "0.5.0"
|
|
|
+version = "0.5.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"actix_derive 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -27,7 +27,7 @@ dependencies = [
|
|
|
"crossbeam-channel 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"failure 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"futures 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libc 0.2.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"skeptic 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"smallvec 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -35,15 +35,15 @@ dependencies = [
|
|
|
"tokio-io 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"tokio-signal 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"trust-dns-resolver 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "uuid 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "uuid 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "actix-web"
|
|
|
-version = "0.4.0"
|
|
|
+version = "0.4.4"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "actix 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "actix 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"base64 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"brotli2 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -55,15 +55,15 @@ dependencies = [
|
|
|
"flate2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"futures 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"h2 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "http 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "http 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"http-range 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"httparse 1.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libc 0.2.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"mime 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"mime_guess 1.8.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"mio 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "net2 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "net2 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -151,7 +151,7 @@ dependencies = [
|
|
|
"cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"dbghelp-sys 0.2.0 (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.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"rustc-demangle 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
@@ -163,7 +163,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"backtrace-sys 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libc 0.2.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"rustc-demangle 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
@@ -173,8 +173,8 @@ name = "backtrace-sys"
|
|
|
version = "0.1.16"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "cc 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libc 0.2.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "cc 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -219,8 +219,8 @@ name = "brotli-sys"
|
|
|
version = "0.3.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "cc 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libc 0.2.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "cc 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -229,7 +229,7 @@ version = "0.3.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"brotli-sys 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libc 0.2.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -270,7 +270,7 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "cc"
|
|
|
-version = "1.0.4"
|
|
|
+version = "1.0.5"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
@@ -514,7 +514,7 @@ name = "flate2"
|
|
|
version = "1.0.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "libc 0.2.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"miniz-sys 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
@@ -569,7 +569,7 @@ dependencies = [
|
|
|
"bytes 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"futures 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "http 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "http 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"ordermap 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"slab 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -596,13 +596,13 @@ name = "hostname"
|
|
|
version = "0.1.4"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "libc 0.2.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"winutil 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "http"
|
|
|
-version = "0.1.4"
|
|
|
+version = "0.1.5"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"bytes 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -634,7 +634,7 @@ name = "iovec"
|
|
|
version = "0.1.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "libc 0.2.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
@@ -644,7 +644,7 @@ version = "0.1.6"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"error-chain 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "socket2 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "socket2 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"widestring 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"winreg 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -681,7 +681,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
name = "libc"
|
|
|
-version = "0.2.37"
|
|
|
+version = "0.2.39"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
@@ -728,7 +728,7 @@ name = "memchr"
|
|
|
version = "1.0.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "libc 0.2.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -736,7 +736,7 @@ name = "memchr"
|
|
|
version = "2.0.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "libc 0.2.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -781,8 +781,8 @@ name = "miniz-sys"
|
|
|
version = "0.1.10"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "cc 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libc 0.2.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "cc 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -795,10 +795,10 @@ dependencies = [
|
|
|
"iovec 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)",
|
|
|
"lazycell 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libc 0.2.37 (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)",
|
|
|
"miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "net2 0.2.31 (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)",
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
@@ -808,7 +808,7 @@ name = "mio-uds"
|
|
|
version = "0.6.4"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "libc 0.2.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"mio 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
@@ -818,21 +818,19 @@ 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.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "net2 0.2.32 (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.31"
|
|
|
+version = "0.2.32"
|
|
|
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)",
|
|
|
- "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libc 0.2.37 (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)",
|
|
|
+ "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -850,7 +848,7 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "num-traits"
|
|
|
-version = "0.2.0"
|
|
|
+version = "0.2.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
@@ -858,7 +856,7 @@ name = "num_cpus"
|
|
|
version = "1.8.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "libc 0.2.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -888,7 +886,7 @@ name = "parking_lot_core"
|
|
|
version = "0.2.13"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "libc 0.2.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"smallvec 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -944,7 +942,7 @@ dependencies = [
|
|
|
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"postgres-protocol 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"postgres-shared 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "socket2 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "socket2 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -1008,7 +1006,7 @@ version = "0.3.22"
|
|
|
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)",
|
|
|
- "libc 0.2.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
@@ -1018,7 +1016,7 @@ version = "0.4.2"
|
|
|
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)",
|
|
|
- "libc 0.2.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
@@ -1037,7 +1035,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libc 0.2.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
@@ -1089,7 +1087,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libc 0.2.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"rayon 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"untrusted 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
@@ -1115,7 +1113,7 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "scoped-tls"
|
|
|
-version = "0.1.0"
|
|
|
+version = "0.1.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
@@ -1168,7 +1166,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)",
|
|
|
- "num-traits 0.2.0 (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)",
|
|
|
]
|
|
|
|
|
@@ -1225,11 +1223,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
name = "socket2"
|
|
|
-version = "0.3.1"
|
|
|
+version = "0.3.3"
|
|
|
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)",
|
|
|
- "libc 0.2.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
@@ -1302,7 +1300,7 @@ name = "time"
|
|
|
version = "0.1.39"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "libc 0.2.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"redox_syscall 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
@@ -1317,7 +1315,7 @@ dependencies = [
|
|
|
"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)",
|
|
|
- "scoped-tls 0.1.0 (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)",
|
|
|
]
|
|
@@ -1338,7 +1336,7 @@ 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)",
|
|
|
- "libc 0.2.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"mio 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"mio-uds 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"tokio-core 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -1449,10 +1447,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
name = "uuid"
|
|
|
-version = "0.5.1"
|
|
|
+version = "0.6.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -1540,8 +1538,8 @@ dependencies = [
|
|
|
]
|
|
|
|
|
|
[metadata]
|
|
|
-"checksum actix 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "00f93a7a708a7ad5cfd745b7f2cb5e9a2aa3805fd118884a6fbe615a48d88c54"
|
|
|
-"checksum actix-web 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5a19c50be4420f4d0cd5e1ca617402e543f5958019a07c26d8bbdaf04da18b97"
|
|
|
+"checksum actix 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "29a1510c45d6eedd930fa045a5a30dce42ee1942ada61a0074e9a6f3c91f367a"
|
|
|
+"checksum actix-web 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "dcb331e4a995b987e0c8684807ef5cf7c99247ee61563cf3ca5c13db65f5ff51"
|
|
|
"checksum actix_derive 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c4b1dc922654b9aca7a8a31eab875fde804fa9fbd67f220f2e457787b23590f2"
|
|
|
"checksum aho-corasick 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "d6531d44de723825aa81398a6415283229725a00fa30713812ab9323faa82fc4"
|
|
|
"checksum arrayref 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "0fd1479b7c29641adbd35ff3b5c293922d696a92f25c8c975da3e0acbc87258f"
|
|
@@ -1564,7 +1562,7 @@ dependencies = [
|
|
|
"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 cargo_metadata 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1f56ec3e469bca7c276f2eea015aa05c5e381356febdbb0683c2580189604537"
|
|
|
-"checksum cc 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "deaf9ec656256bb25b404c51ef50097207b9cbb29c933d31f92cae5a8a0ffee0"
|
|
|
+"checksum cc 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "9be26b24e988625409b19736d130f0c7d224f01d06454b5f81d8d23d6c1a618f"
|
|
|
"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 cookie 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "746858cae4eae40fff37e1998320068df317bc247dc91a67c6cfa053afdc2abb"
|
|
@@ -1605,7 +1603,7 @@ dependencies = [
|
|
|
"checksum hex 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d6a22814455d41612f41161581c2883c0c6a1c41852729b17d5ed88f01e153aa"
|
|
|
"checksum hmac 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "44f3bdb08579d99d7dc761c0e266f13b5f2ab8c8c703b9fc9ef333cd8f48f55e"
|
|
|
"checksum hostname 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "58fab6e177434b0bb4cd344a4dabaa5bd6d7a8d792b1885aebcae7af1091d1cb"
|
|
|
-"checksum http 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "bf8217d8829cc05dedadc08b4bc0684e5e3fbba1126c5edc680af49053fa230c"
|
|
|
+"checksum http 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "75df369fd52c60635208a4d3e694777c099569b3dcf4844df8f652dc004644ab"
|
|
|
"checksum http-range 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5f2e4003e6fd05ea9109db00415e670b11f511a42e567ff2d5d771cbdfa24e02"
|
|
|
"checksum httparse 1.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "c2f407128745b78abc95c0ffbe4e5d37427fdc0d45470710cfef8c44522a2e37"
|
|
|
"checksum idna 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "014b298351066f1512874135335d62a789ffe78a9974f94b43ed5621951eaf7d"
|
|
@@ -1616,7 +1614,7 @@ dependencies = [
|
|
|
"checksum lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73"
|
|
|
"checksum lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c8f31047daa365f19be14b47c29df4f7c3b581832407daabe6ae77397619237d"
|
|
|
"checksum lazycell 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a6f08839bc70ef4a3fe1d566d5350f519c5912ea86be0df1740a7d247c7fc0ef"
|
|
|
-"checksum libc 0.2.37 (registry+https://github.com/rust-lang/crates.io-index)" = "56aebce561378d99a0bb578f8cb15b6114d2a1814a6c7949bbe646d968bb4fa9"
|
|
|
+"checksum libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)" = "f54263ad99207254cf58b5f701ecb432c717445ea2ee8af387334bdd1a03fdff"
|
|
|
"checksum linked-hash-map 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7860ec297f7008ff7a1e3382d7f7e1dcd69efc94751a2284bafc3d013c2aa939"
|
|
|
"checksum log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
|
|
|
"checksum log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "89f010e843f2b1a31dbd316b3b8d443758bc634bed37aabade59c686d644e0a2"
|
|
@@ -1634,10 +1632,10 @@ dependencies = [
|
|
|
"checksum mio 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "7da01a5e23070d92d99b1ecd1cd0af36447c6fd44b0fe283c2db199fa136724f"
|
|
|
"checksum mio-uds 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1731a873077147b626d89cc6c2a0db6288d607496c5d10c0cfcf3adc697ec673"
|
|
|
"checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
|
|
|
-"checksum net2 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)" = "3a80f842784ef6c9a958b68b7516bc7e35883c614004dd94959a4dca1b716c09"
|
|
|
+"checksum net2 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)" = "9044faf1413a1057267be51b5afba8eb1090bd2231c693664aa1db716fe1eae0"
|
|
|
"checksum nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "9a2228dca57108069a5262f2ed8bd2e82496d2e074a06d1ccc7ce1687b6ae0a2"
|
|
|
"checksum nom 3.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05aec50c70fd288702bcd93284a8444607f3292dbdf2a30de5ea5dcdbe72287b"
|
|
|
-"checksum num-traits 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e7de20f146db9d920c45ee8ed8f71681fd9ade71909b48c3acbd766aa504cf10"
|
|
|
+"checksum num-traits 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b3c2bd9b9d21e48e956b763c9f37134dc62d9e95da6edb3f672cacb6caf3cd3"
|
|
|
"checksum num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c51a3322e4bca9d212ad9a158a02abc6934d005490c054a2778df73a70aa0a30"
|
|
|
"checksum ordermap 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "b81cf3b8cb96aa0e73bbedfcdc9708d09fec2854ba8d474be4e6f666d7379e8b"
|
|
|
"checksum owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cdf84f41639e037b484f93433aa3897863b561ed65c6e59c7073d7c561710f37"
|
|
@@ -1668,7 +1666,7 @@ dependencies = [
|
|
|
"checksum rustc-demangle 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "11fb43a206a04116ffd7cfcf9bcb941f8eb6cc7ff667272246b0a1c74259a3cb"
|
|
|
"checksum safemem 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e27a8b19b835f7aea908818e871f5cc3a5a186550c30773be987e155e8163d8f"
|
|
|
"checksum same-file 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d931a44fdaa43b8637009e7632a02adc4f2b2e0733c08caa4cf00e8da4a117a7"
|
|
|
-"checksum scoped-tls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f417c22df063e9450888a7561788e9bd46d3bb3c1466435b4eccb903807f147d"
|
|
|
+"checksum scoped-tls 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8674d439c964889e2476f474a3bf198cc9e199e77499960893bac5de7e9218a4"
|
|
|
"checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27"
|
|
|
"checksum semver 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bee2bc909ab2d8d60dab26e8cad85b25d795b14603a0dcb627b78b9d30b6454b"
|
|
|
"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
|
@@ -1683,7 +1681,7 @@ dependencies = [
|
|
|
"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.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "44db0ecb22921ef790d17ae13a3f6d15784183ff5f2a01aa32098c7498d2b4b9"
|
|
|
-"checksum socket2 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a76b792959eba82f021c9028c8ecb6396f085268d6d46af2ed96a829cc758d7c"
|
|
|
+"checksum socket2 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "78e4c1cde1adbc6bc4c394da2e7727c916b9b7d0b53d6984c890c65c1f4e6437"
|
|
|
"checksum stable_deref_trait 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "15132e0e364248108c5e2c02e3ab539be8d6f5d52a01ca9bbf27ed657316f02b"
|
|
|
"checksum string 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "31f98b200e7caca9efca50fc0aa69cd58a5ec81d5f6e75b2f3ecaad2e998972a"
|
|
|
"checksum stringprep 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8ee348cb74b87454fff4b551cbf727025810a004f88aeacae7f85b87f4e9a1c1"
|
|
@@ -1708,7 +1706,7 @@ dependencies = [
|
|
|
"checksum untrusted 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f392d7819dbe58833e26872f5f6f0d68b7bbbe90fc3667e98731c4a15ad9a7ae"
|
|
|
"checksum url 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f808aadd8cfec6ef90e4a14eb46f24511824d1ac596b9682703c87056c8678b7"
|
|
|
"checksum utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "662fab6525a98beff2921d7f61a39e7d59e0b425ebc7d0d9e66d316e55124122"
|
|
|
-"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 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"
|