mirror of
				https://github.com/dani-garcia/vaultwarden.git
				synced 2025-10-31 18:28:20 +02:00 
			
		
		
		
	Updated dependencies and rust version
This commit is contained in:
		
							
								
								
									
										284
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										284
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							| @@ -1,11 +1,11 @@ | ||||
| [[package]] | ||||
| name = "adler32" | ||||
| version = "1.0.2" | ||||
| version = "1.0.3" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
|  | ||||
| [[package]] | ||||
| name = "aho-corasick" | ||||
| version = "0.6.4" | ||||
| version = "0.6.5" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| dependencies = [ | ||||
|  "memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| @@ -61,9 +61,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| name = "bitwarden_rs" | ||||
| version = "0.9.0" | ||||
| dependencies = [ | ||||
|  "chrono 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "chrono 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "data-encoding 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "diesel 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "diesel 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "diesel_migrations 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "dotenv 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "jsonwebtoken 4.0.1", | ||||
| @@ -73,12 +73,12 @@ dependencies = [ | ||||
|  "oath 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "reqwest 0.8.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "ring 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "rocket 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "rocket_codegen 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "rocket_contrib 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "serde 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "serde_derive 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "serde_json 1.0.20 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "rocket 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "rocket_codegen 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "rocket_contrib 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "serde 1.0.68 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "serde_derive 1.0.68 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "serde_json 1.0.22 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "uuid 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| ] | ||||
|  | ||||
| @@ -122,7 +122,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
|  | ||||
| [[package]] | ||||
| name = "cfg-if" | ||||
| version = "0.1.3" | ||||
| version = "0.1.4" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
|  | ||||
| [[package]] | ||||
| @@ -136,11 +136,11 @@ dependencies = [ | ||||
|  | ||||
| [[package]] | ||||
| name = "chrono" | ||||
| version = "0.4.3" | ||||
| version = "0.4.4" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| dependencies = [ | ||||
|  "num-integer 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "num-traits 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| ] | ||||
|  | ||||
| @@ -204,7 +204,7 @@ name = "crossbeam-deque" | ||||
| version = "0.3.1" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| dependencies = [ | ||||
|  "crossbeam-epoch 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "crossbeam-epoch 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "crossbeam-utils 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| ] | ||||
|  | ||||
| @@ -214,7 +214,7 @@ version = "0.3.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.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "lazy_static 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| @@ -224,12 +224,12 @@ dependencies = [ | ||||
|  | ||||
| [[package]] | ||||
| name = "crossbeam-epoch" | ||||
| version = "0.4.2" | ||||
| version = "0.4.3" | ||||
| 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.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "crossbeam-utils 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "cfg-if 0.1.4 (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.1 (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)", | ||||
| @@ -240,7 +240,7 @@ name = "crossbeam-utils" | ||||
| version = "0.2.2" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| dependencies = [ | ||||
|  "cfg-if 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| @@ -248,14 +248,9 @@ name = "crossbeam-utils" | ||||
| version = "0.3.2" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| dependencies = [ | ||||
|  "cfg-if 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| name = "crossbeam-utils" | ||||
| version = "0.4.0" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
|  | ||||
| [[package]] | ||||
| name = "crypto-mac" | ||||
| version = "0.3.0" | ||||
| @@ -272,11 +267,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
|  | ||||
| [[package]] | ||||
| name = "diesel" | ||||
| version = "1.3.0" | ||||
| version = "1.3.2" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| dependencies = [ | ||||
|  "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "chrono 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "chrono 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "diesel_derives 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "libsqlite3-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "r2d2 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| @@ -325,7 +320,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| dependencies = [ | ||||
|  "failure 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "lazy_static 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "regex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "regex 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| @@ -395,7 +390,7 @@ name = "encoding_rs" | ||||
| version = "0.7.2" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| dependencies = [ | ||||
|  "cfg-if 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| @@ -498,7 +493,7 @@ dependencies = [ | ||||
|  | ||||
| [[package]] | ||||
| name = "httparse" | ||||
| version = "1.2.4" | ||||
| version = "1.3.2" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
|  | ||||
| [[package]] | ||||
| @@ -507,7 +502,7 @@ version = "0.10.13" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| dependencies = [ | ||||
|  "base64 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "httparse 1.2.4 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "httparse 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "mime 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| @@ -528,17 +523,17 @@ dependencies = [ | ||||
|  "bytes 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "futures 0.1.21 (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)", | ||||
|  "httparse 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "log 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "mime 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "net2 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "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.40 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "tokio-io 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "tokio-io 0.1.7 (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)", | ||||
| @@ -564,7 +559,7 @@ dependencies = [ | ||||
|  "hyper 0.11.27 (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.17 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "tokio-io 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "tokio-io 0.1.7 (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)", | ||||
| ] | ||||
| @@ -595,7 +590,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| dependencies = [ | ||||
|  "hyper 0.10.13 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "mime_guess 1.8.4 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "mime_guess 1.8.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "modifier 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "plugin 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| @@ -623,12 +618,12 @@ name = "jsonwebtoken" | ||||
| version = "4.0.1" | ||||
| dependencies = [ | ||||
|  "base64 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "chrono 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "chrono 0.4.4 (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.66 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "serde_derive 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "serde_json 1.0.20 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "serde 1.0.68 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "serde_derive 1.0.68 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "serde_json 1.0.22 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "untrusted 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| ] | ||||
|  | ||||
| @@ -671,7 +666,7 @@ name = "libflate" | ||||
| version = "0.1.15" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| dependencies = [ | ||||
|  "adler32 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "crc 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| ] | ||||
| @@ -683,7 +678,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| dependencies = [ | ||||
|  "cc 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "pkg-config 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "vcpkg 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "vcpkg 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| @@ -699,7 +694,7 @@ name = "log" | ||||
| version = "0.4.2" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| dependencies = [ | ||||
|  "cfg-if 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| @@ -733,7 +728,7 @@ name = "migrations_internals" | ||||
| version = "1.3.0" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| dependencies = [ | ||||
|  "diesel 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "diesel 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| @@ -764,7 +759,7 @@ dependencies = [ | ||||
|  | ||||
| [[package]] | ||||
| name = "mime_guess" | ||||
| version = "1.8.4" | ||||
| version = "1.8.5" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| dependencies = [ | ||||
|  "mime 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| @@ -775,7 +770,7 @@ dependencies = [ | ||||
|  | ||||
| [[package]] | ||||
| name = "mime_guess" | ||||
| version = "2.0.0-alpha.4" | ||||
| version = "2.0.0-alpha.5" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| dependencies = [ | ||||
|  "mime 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| @@ -797,7 +792,7 @@ dependencies = [ | ||||
|  "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "log 0.4.2 (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)", | ||||
|  "net2 0.2.33 (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)", | ||||
| ] | ||||
| @@ -808,7 +803,7 @@ 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.32 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "net2 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)", | ||||
| ] | ||||
| @@ -824,12 +819,12 @@ version = "0.14.2" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| dependencies = [ | ||||
|  "buf_redux 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "httparse 1.2.4 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "httparse 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "hyper 0.10.13 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "iron 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "log 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "mime 0.3.7 (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)", | ||||
|  "mime_guess 2.0.0-alpha.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "nickel 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| @@ -856,7 +851,7 @@ dependencies = [ | ||||
|  "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "openssl 0.9.24 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "schannel 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "schannel 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "security-framework 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "security-framework-sys 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| @@ -864,10 +859,10 @@ dependencies = [ | ||||
|  | ||||
| [[package]] | ||||
| name = "net2" | ||||
| version = "0.2.32" | ||||
| version = "0.2.33" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| dependencies = [ | ||||
|  "cfg-if 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| ] | ||||
| @@ -901,17 +896,17 @@ name = "num" | ||||
| version = "0.1.42" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| dependencies = [ | ||||
|  "num-integer 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "num-iter 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "num-traits 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| name = "num-integer" | ||||
| version = "0.1.38" | ||||
| version = "0.1.39" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| dependencies = [ | ||||
|  "num-traits 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| @@ -919,13 +914,13 @@ name = "num-iter" | ||||
| version = "0.1.37" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| dependencies = [ | ||||
|  "num-integer 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "num-traits 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| name = "num-traits" | ||||
| version = "0.2.4" | ||||
| version = "0.2.5" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
|  | ||||
| [[package]] | ||||
| @@ -968,7 +963,7 @@ dependencies = [ | ||||
|  "cc 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "pkg-config 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "vcpkg 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "vcpkg 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| @@ -978,12 +973,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
|  | ||||
| [[package]] | ||||
| name = "pear" | ||||
| version = "0.0.17" | ||||
| version = "0.0.18" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
|  | ||||
| [[package]] | ||||
| name = "pear_codegen" | ||||
| version = "0.0.17" | ||||
| version = "0.0.18" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| dependencies = [ | ||||
|  "version_check 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| @@ -1145,7 +1140,7 @@ name = "regex" | ||||
| version = "0.2.11" | ||||
| 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)", | ||||
|  "aho-corasick 0.6.5 (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.5.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "thread_local 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| @@ -1154,10 +1149,10 @@ dependencies = [ | ||||
|  | ||||
| [[package]] | ||||
| name = "regex" | ||||
| version = "1.0.0" | ||||
| version = "1.0.1" | ||||
| 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)", | ||||
|  "aho-corasick 0.6.5 (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.6.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "thread_local 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| @@ -1208,13 +1203,13 @@ dependencies = [ | ||||
|  "hyper-tls 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "libflate 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "log 0.4.2 (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)", | ||||
|  "mime_guess 2.0.0-alpha.5 (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.66 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "serde_json 1.0.20 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "serde 1.0.68 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "serde_json 1.0.22 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "serde_urlencoded 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "tokio-io 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "tokio-io 0.1.7 (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.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| @@ -1234,7 +1229,7 @@ dependencies = [ | ||||
|  | ||||
| [[package]] | ||||
| name = "rocket" | ||||
| version = "0.3.12" | ||||
| version = "0.3.14" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| dependencies = [ | ||||
|  "base64 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| @@ -1246,10 +1241,10 @@ dependencies = [ | ||||
|  "memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "ordermap 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "pear 0.0.17 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "pear_codegen 0.0.17 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "pear 0.0.18 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "pear_codegen 0.0.18 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "rustls 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "smallvec 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "smallvec 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "state 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| @@ -1260,24 +1255,24 @@ dependencies = [ | ||||
|  | ||||
| [[package]] | ||||
| name = "rocket_codegen" | ||||
| version = "0.3.12" | ||||
| version = "0.3.14" | ||||
| 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.12 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "rocket 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "version_check 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "yansi 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| name = "rocket_contrib" | ||||
| version = "0.3.12" | ||||
| version = "0.3.14" | ||||
| 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.12 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "serde 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "serde_json 1.0.20 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "rocket 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "serde 1.0.68 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "serde_json 1.0.22 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| @@ -1310,7 +1305,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
|  | ||||
| [[package]] | ||||
| name = "schannel" | ||||
| version = "0.1.12" | ||||
| version = "0.1.13" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| dependencies = [ | ||||
|  "lazy_static 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| @@ -1357,12 +1352,12 @@ dependencies = [ | ||||
|  | ||||
| [[package]] | ||||
| name = "serde" | ||||
| version = "1.0.66" | ||||
| version = "1.0.68" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
|  | ||||
| [[package]] | ||||
| name = "serde_derive" | ||||
| version = "1.0.66" | ||||
| version = "1.0.68" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| dependencies = [ | ||||
|  "proc-macro2 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| @@ -1372,12 +1367,12 @@ dependencies = [ | ||||
|  | ||||
| [[package]] | ||||
| name = "serde_json" | ||||
| version = "1.0.20" | ||||
| version = "1.0.22" | ||||
| 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.4.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "serde 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "serde 1.0.68 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| @@ -1387,7 +1382,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.4.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "serde 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "serde 1.0.68 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "url 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| ] | ||||
|  | ||||
| @@ -1437,7 +1432,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
|  | ||||
| [[package]] | ||||
| name = "smallvec" | ||||
| version = "0.6.1" | ||||
| version = "0.6.2" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
|  | ||||
| [[package]] | ||||
| @@ -1546,13 +1541,23 @@ dependencies = [ | ||||
|  "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "mio 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "tokio-executor 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "tokio-fs 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.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "tokio-fs 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "tokio-reactor 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "tokio-tcp 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "tokio-threadpool 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "tokio-timer 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "tokio-udp 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "tokio-udp 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| name = "tokio-codec" | ||||
| version = "0.1.0" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| dependencies = [ | ||||
|  "bytes 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| @@ -1568,8 +1573,8 @@ dependencies = [ | ||||
|  "scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "tokio 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "tokio-executor 0.1.2 (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.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "tokio-reactor 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "tokio-timer 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| ] | ||||
|  | ||||
| @@ -1583,17 +1588,17 @@ dependencies = [ | ||||
|  | ||||
| [[package]] | ||||
| name = "tokio-fs" | ||||
| version = "0.1.0" | ||||
| version = "0.1.1" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| dependencies = [ | ||||
|  "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "tokio-io 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "tokio-threadpool 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| name = "tokio-io" | ||||
| version = "0.1.6" | ||||
| version = "0.1.7" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| dependencies = [ | ||||
|  "bytes 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| @@ -1608,19 +1613,19 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| dependencies = [ | ||||
|  "futures 0.1.21 (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)", | ||||
|  "net2 0.2.33 (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.17 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "tokio-io 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "tokio-io 0.1.7 (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.1" | ||||
| version = "0.1.2" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| dependencies = [ | ||||
|  "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| @@ -1628,7 +1633,7 @@ dependencies = [ | ||||
|  "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.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "tokio-io 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| @@ -1648,8 +1653,8 @@ dependencies = [ | ||||
|  "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "mio 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "tokio-io 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "tokio-reactor 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "tokio-reactor 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| @@ -1682,20 +1687,21 @@ dependencies = [ | ||||
|  "futures 0.1.21 (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.17 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "tokio-io 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| name = "tokio-udp" | ||||
| version = "0.1.0" | ||||
| version = "0.1.1" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| dependencies = [ | ||||
|  "bytes 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "log 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "mio 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "tokio-io 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "tokio-reactor 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "tokio-codec 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "tokio-reactor 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| @@ -1703,7 +1709,7 @@ name = "toml" | ||||
| version = "0.4.6" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| dependencies = [ | ||||
|  "serde 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "serde 1.0.68 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| @@ -1846,13 +1852,13 @@ name = "uuid" | ||||
| version = "0.6.5" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| dependencies = [ | ||||
|  "cfg-if 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| name = "vcpkg" | ||||
| version = "0.2.3" | ||||
| version = "0.2.4" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
|  | ||||
| [[package]] | ||||
| @@ -1938,8 +1944,8 @@ version = "0.4.0" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
|  | ||||
| [metadata] | ||||
| "checksum adler32 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6cbd0b9af8587c72beadc9f72d35b9fbb070982c9e6203e46e93f10df25f8f45" | ||||
| "checksum aho-corasick 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "d6531d44de723825aa81398a6415283229725a00fa30713812ab9323faa82fc4" | ||||
| "checksum adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7e522997b529f05601e05166c07ed17789691f562762c7f3b987263d2dedee5c" | ||||
| "checksum aho-corasick 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "f0ba20154ea1f47ce2793322f049c5646cc6d0fa9759d5f333f286e507bf8080" | ||||
| "checksum antidote 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "34fde25430d87a9388dadbe6e34d7f72a462c8b43ac8d309b42b0a8505d7e2a5" | ||||
| "checksum arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "a1e964f9e24d588183fcb43503abda40d288c8657dfc27311516ce2f05675aef" | ||||
| "checksum ascii 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3ae7d751998c189c1d4468cf0a39bb2eae052a9c58d50ebb3b9591ee3813ad50" | ||||
| @@ -1953,9 +1959,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| "checksum byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "74c0b906e9446b0a2e4f760cdb3fa4b2c48cdc6db8766a845c54b6ff063fd2e9" | ||||
| "checksum bytes 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7dd32989a66957d3f0cba6588f15d4281a733f4e9ffc43fcd2385f57d3bf99ff" | ||||
| "checksum cc 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)" = "49ec142f5768efb5b7622aebc3fdbdbb8950a4b9ba996393cb76ef7466e8747d" | ||||
| "checksum cfg-if 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "405216fd8fe65f718daa7102ea808a946b6ce40c742998fbfd3463645552de18" | ||||
| "checksum cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "efe5c877e17a9c717a0bf3613b2709f723202c4e4675cc8f12926ded29bcb17e" | ||||
| "checksum chrono 0.2.25 (registry+https://github.com/rust-lang/crates.io-index)" = "9213f7cd7c27e95c2b57c49f0e69b1ea65b27138da84a170133fd21b07659c00" | ||||
| "checksum chrono 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a81892f0d5a53f46fc05ef0b917305a81c13f1f13bb59ac91ff595817f0764b1" | ||||
| "checksum chrono 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "6962c635d530328acc53ac6a955e83093fedc91c5809dfac1fa60fa470830a37" | ||||
| "checksum chunked_transfer 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "498d20a7aaf62625b9bf26e637cf7736417cde1d0c99f1d04d1170229a85cf87" | ||||
| "checksum constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8ff012e225ce166d4422e0e78419d901719760f62ae2b7969ca6b564d1b54a9e" | ||||
| "checksum cookie 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = "477eb650753e319be2ae77ec368a58c638f9f0c4d941c39bad95e950fb1d1d0d" | ||||
| @@ -1965,13 +1971,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| "checksum crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f739f8c5363aca78cfb059edf753d8f0d36908c348f3d8d1503f03d8b75d9cf3" | ||||
| "checksum crossbeam-deque 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fe8153ef04a7594ded05b427ffad46ddeaf22e63fd48d42b3e1e3bb4db07cae7" | ||||
| "checksum crossbeam-epoch 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "927121f5407de9956180ff5e936fe3cf4324279280001cd56b669d28ee7e9150" | ||||
| "checksum crossbeam-epoch 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "81fb27ecd6f6e30f19c34b23c368450bed3baa4658c8ad40a192381f2d3c9f1b" | ||||
| "checksum crossbeam-epoch 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2af0e75710d6181e234c8ecc79f14a97907850a541b13b0be1dd10992f2e4620" | ||||
| "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 crossbeam-utils 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b71f220442ed14749909b543d4dd7ec3918cb1fe289fd96e88d0abe6ca049783" | ||||
| "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 diesel 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d9db28a518f3e0c61bdb0044d9a8b2b369373c090c19fec07e49e3b8511dcffa" | ||||
| "checksum diesel 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e71e7a348ae6064e86c4cf0709f0e4c3ef6f30e8e7d3dc05737164af4ebd3511" | ||||
| "checksum diesel_derives 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "03bcaf77491f53e400d5ee3bdd57142ea4e1c47fe9217b3361ff9a76ca0e3d37" | ||||
| "checksum diesel_migrations 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "17b42c35d1ce9e8d57a3e7001b4127f2bc1b073a89708bb7019f5be27c991c28" | ||||
| "checksum digest 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7a68d759d7a66a4f63d5bd2a2b14ad7e8cf93fe8c9be227031cd4e72ab0e9ee8" | ||||
| @@ -2000,7 +2005,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| "checksum generic-array 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe043cf9b85297937897087de81f590361686e1ac2d4d471b45435de5dfb6a6" | ||||
| "checksum groupable 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "32619942b8be646939eaf3db0602b39f5229b74575b67efc897811ded1db4e57" | ||||
| "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 httparse 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7b6288d7db100340ca12873fd4d08ad1b8f206a9457798dfb17c018a33fee540" | ||||
| "checksum hyper 0.10.13 (registry+https://github.com/rust-lang/crates.io-index)" = "368cb56b2740ebf4230520e2b90ebb0461e69034d85d1945febd9b3971426db2" | ||||
| "checksum hyper 0.11.27 (registry+https://github.com/rust-lang/crates.io-index)" = "34a590ca09d341e94cddf8e5af0bbccde205d5fbc2fa3c09dd67c7f85cea59d7" | ||||
| "checksum hyper-sync-rustls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7c6df6f419a9f116cc93b5f39a5ded1161e088a2c8424c8fcd1d4049193424a4" | ||||
| @@ -2028,28 +2033,28 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| "checksum migrations_macros 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "79f12499ef7353bdeca2d081bc61edd8351dac09a33af845952009b5a3d68c1a" | ||||
| "checksum mime 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ba626b8a6de5da682e1caa06bdb42a335aee5a84db8e5046a3e8ab17ba0a3ae0" | ||||
| "checksum mime 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "0b28683d0b09bbc20be1c9b3f6f24854efb1356ffcffee08ea3f6e65596e85fa" | ||||
| "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 mime_guess 1.8.5 (registry+https://github.com/rust-lang/crates.io-index)" = "7287ba93031813826d8974566e54eb5e49d4473752f7df21c610dab289aee8cb" | ||||
| "checksum mime_guess 2.0.0-alpha.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d1a78b5e2283080d5a8ba68216171b4fe34f6ccdd909bb29be16ce8a9a831341" | ||||
| "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" | ||||
| "checksum mustache 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ddb004e419334fc9172d0a5ff91c0770bdd6239091b0b343eb5926101f0a7d13" | ||||
| "checksum native-tls 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "f74dbadc8b43df7864539cedb7bc91345e532fdd913cfdc23ad94f4d2d40fbc0" | ||||
| "checksum net2 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)" = "9044faf1413a1057267be51b5afba8eb1090bd2231c693664aa1db716fe1eae0" | ||||
| "checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88" | ||||
| "checksum nickel 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "22b40e35b9f46a076dcbd8193125cea0e4130b1c015f68655038010f3e826e04" | ||||
| "checksum nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "9a2228dca57108069a5262f2ed8bd2e82496d2e074a06d1ccc7ce1687b6ae0a2" | ||||
| "checksum num 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "4703ad64153382334aa8db57c637364c322d3372e097840c72000dabdcf6156e" | ||||
| "checksum num-integer 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)" = "6ac0ea58d64a89d9d6b7688031b3be9358d6c919badcf7fbb0527ccfd891ee45" | ||||
| "checksum num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "e83d528d2677f0518c570baf2b7abdcf0cd2d248860b68507bdcb3e91d4c0cea" | ||||
| "checksum num-iter 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)" = "af3fdbbc3291a5464dc57b03860ec37ca6bf915ed6ee385e7c6c052c422b2124" | ||||
| "checksum num-traits 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "775393e285254d2f5004596d69bb8bc1149754570dcc08cf30cabeba67955e28" | ||||
| "checksum num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "630de1ef5cc79d0cdd78b7e33b81f083cbfe90de0f4b2b2f07f905867c70e9fe" | ||||
| "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" | ||||
| "checksum openssl-sys 0.9.33 (registry+https://github.com/rust-lang/crates.io-index)" = "d8abc04833dcedef24221a91852931df2f63e3369ae003134e70aff3645775cc" | ||||
| "checksum ordermap 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "b81cf3b8cb96aa0e73bbedfcdc9708d09fec2854ba8d474be4e6f666d7379e8b" | ||||
| "checksum pear 0.0.17 (registry+https://github.com/rust-lang/crates.io-index)" = "2d0b966f9b387335fedc3546471db37b6e02430c180878015df1eaa3e62da289" | ||||
| "checksum pear_codegen 0.0.17 (registry+https://github.com/rust-lang/crates.io-index)" = "3a97c944f71801ef6b36bbf47a98b24167795d74bb8678f013d60d312bfc795c" | ||||
| "checksum pear 0.0.18 (registry+https://github.com/rust-lang/crates.io-index)" = "e868f6a0ac6ea21cbc8bcead234c875209523cc50dddc12b082c09c06a84f85a" | ||||
| "checksum pear_codegen 0.0.18 (registry+https://github.com/rust-lang/crates.io-index)" = "758ab26a919053f465d887a454f93c39735c615bc36b5598405f557cc033ae88" | ||||
| "checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831" | ||||
| "checksum phf 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)" = "7d37a244c75a9748e049225155f56dbcb98fe71b192fd25fd23cb914b5ad62f2" | ||||
| "checksum phf_codegen 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)" = "4e4048fe7dd7a06b8127ecd6d3803149126e9b33c7558879846da3a63f734f2b" | ||||
| @@ -2070,29 +2075,29 @@ 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.40 (registry+https://github.com/rust-lang/crates.io-index)" = "c214e91d3ecf43e9a4e41e578973adeb14b474f2bee858742d127af75a0112b1" | ||||
| "checksum regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9329abc99e39129fcceabd24cf5d85b4671ef7c29c50e972bc5afe32438ec384" | ||||
| "checksum regex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "75ecf88252dce580404a22444fc7d626c01815debba56a7f4f536772a5ff19d3" | ||||
| "checksum regex 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "13c93d55961981ba9226a213b385216f83ab43bd6ac53ab16b2eeb47e337cf4e" | ||||
| "checksum regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7d707a4fa2637f2dca2ef9fd02225ec7661fe01a53623c1e6515b6916511f7a7" | ||||
| "checksum regex-syntax 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05b06a75f5217880fc5e905952a42750bf44787e56a6c6d6852ed0992f5e1d54" | ||||
| "checksum relay 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1576e382688d7e9deecea24417e350d3062d97e32e45d70b1cde65994ff1489a" | ||||
| "checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5" | ||||
| "checksum reqwest 0.8.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2abe46f8e00792693a2488e296c593d1f4ea39bb1178cfce081d6793657575e4" | ||||
| "checksum ring 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1f2a6dc7fc06a05e6de183c5b97058582e9da2de0c136eafe49609769c507724" | ||||
| "checksum rocket 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)" = "59c98ff9698749d2e462ada372900270b133d038b818448f40ec7627fa18902b" | ||||
| "checksum rocket_codegen 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)" = "67b0c2f30efe07fcad87ab87401202aeb1b6388fdc08141460e3ea6eed5a28fd" | ||||
| "checksum rocket_contrib 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)" = "798f1a1ff5745078884e841f9de867031a31301f02e3ae924426d08e6f033bfe" | ||||
| "checksum rocket 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "798935129effaaf50a4647dbd96bf48cedb3d06c16ab645405d9f02fb90a29d0" | ||||
| "checksum rocket_codegen 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "dca5401b057885267f9b0d81138b7f0b926549261b5cc429ee5535166c47b8e8" | ||||
| "checksum rocket_contrib 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "f04b11a285fb5b0ce426241468aa0494f0b5ca981bda5198facd0106d8edd731" | ||||
| "checksum rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0ceb8ce7a5e520de349e1fa172baeba4a9e8d5ef06c47471863530bc4972ee1e" | ||||
| "checksum rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda" | ||||
| "checksum rustls 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "17727f4b991294da2c84d75a43c003151ff58072212768800f66c56ee46dca43" | ||||
| "checksum safemem 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e27a8b19b835f7aea908818e871f5cc3a5a186550c30773be987e155e8163d8f" | ||||
| "checksum schannel 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "85fd9df495640643ad2d00443b3d78aae69802ad488debab4f1dd52fc1806ade" | ||||
| "checksum schannel 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "dc1fabf2a7b6483a141426e1afd09ad543520a77ac49bd03c286e7696ccfd77f" | ||||
| "checksum scheduled-thread-pool 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1a2ff3fc5223829be817806c6441279c676e454cc7da608faf03b0ccc09d3889" | ||||
| "checksum scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "332ffa32bf586782a3efaeb58f127980944bbc8c4d6913a86107ac2a5ab24b28" | ||||
| "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.66 (registry+https://github.com/rust-lang/crates.io-index)" = "e9a2d9a9ac5120e0f768801ca2b58ad6eec929dc9d1d616c162f208869c2ce95" | ||||
| "checksum serde_derive 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)" = "0a90213fa7e0f5eac3f7afe2d5ff6b088af515052cc7303bd68c7e3b91a3fb79" | ||||
| "checksum serde_json 1.0.20 (registry+https://github.com/rust-lang/crates.io-index)" = "fc97cccc2959f39984524026d760c08ef0dd5f0f5948c8d31797dbfae458c875" | ||||
| "checksum serde 1.0.68 (registry+https://github.com/rust-lang/crates.io-index)" = "429fcc4efa8a11341b5422c2ace724daba276c1748467e869478f53c0ba4562e" | ||||
| "checksum serde_derive 1.0.68 (registry+https://github.com/rust-lang/crates.io-index)" = "6a25ad0bf818ed2d180c89addbe29198d1de6c89ed08a48aa6a4d3d16a63cbfe" | ||||
| "checksum serde_json 1.0.22 (registry+https://github.com/rust-lang/crates.io-index)" = "84b8035cabe9b35878adec8ac5fe03d5f6bc97ff6edd7ccb96b44c1276ba390e" | ||||
| "checksum serde_urlencoded 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e703cef904312097cfceab9ce131ff6bbe09e8c964a0703345a5f49238757bc1" | ||||
| "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" | ||||
| @@ -2100,7 +2105,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| "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 smallvec 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "03dab98ab5ded3a8b43b2c80751194608d0b2aa0f1d46cf95d1c35e192844aa7" | ||||
| "checksum smallvec 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "312a7df010092e73d6bbaf141957e868d4f30efd2bfd9bb1028ad91abec58514" | ||||
| "checksum state 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7345c971d1ef21ffdbd103a75990a15eb03604fc8b8852ca8cb418ee1a099028" | ||||
| "checksum syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad" | ||||
| "checksum syn 0.13.11 (registry+https://github.com/rust-lang/crates.io-index)" = "14f9bf6292f3a61d2c716723fdb789a41bbe104168e6f496dc6497e531ea1b9b" | ||||
| @@ -2113,18 +2118,19 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| "checksum time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "d825be0eb33fda1a7e68012d51e9c7f451dc1a69391e7fdc197060bb8c56667b" | ||||
| "checksum tiny_http 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)" = "2f4d55c9a213880d1f0c89ded183f209c6e45b912ca6c7df6f93c163773572e1" | ||||
| "checksum tokio 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "8ee337e5f4e501fc32966fec6fe0ca0cc1c237b0b1b14a335f8bfe3c5f06e286" | ||||
| "checksum tokio-codec 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "881e9645b81c2ce95fcb799ded2c29ffb9f25ef5bef909089a420e5961dd8ccb" | ||||
| "checksum tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "aeeffbbb94209023feaef3c196a41cbcdafa06b4a6f893f68779bb5e53796f71" | ||||
| "checksum tokio-executor 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8cac2a7883ff3567e9d66bb09100d09b33d90311feca0206c7ca034bc0c55113" | ||||
| "checksum tokio-fs 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "76766830bbf9a2d5bfb50c95350d56a2e79e2c80f675967fff448bc615899708" | ||||
| "checksum tokio-io 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "6af9eb326f64b2d6b68438e1953341e00ab3cf54de7e35d92bfc73af8555313a" | ||||
| "checksum tokio-fs 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fc42bae2f6e33865b99069d95bcddfc85c9f0849b4e7e7399eeee71956ef34d7" | ||||
| "checksum tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "a5c9635ee806f26d302b8baa1e145689a280d8f5aa8d0552e7344808da54cc21" | ||||
| "checksum tokio-proto 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8fbb47ae81353c63c487030659494b295f6cb6576242f907f203473b191b0389" | ||||
| "checksum tokio-reactor 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b3cedc8e5af5131dc3423ffa4f877cce78ad25259a9a62de0613735a13ebc64b" | ||||
| "checksum tokio-reactor 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e00ec63bbec2c97ce1178cb0587b2c438b2f6b09d3ee54a33c45a9cf0d530810" | ||||
| "checksum tokio-service 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "24da22d077e0f15f55162bdbdc661228c1581892f52074fb242678d015b45162" | ||||
| "checksum tokio-tcp 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ec9b094851aadd2caf83ba3ad8e8c4ce65a42104f7b94d9e6550023f0407853f" | ||||
| "checksum tokio-threadpool 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b3c3873a6d8d0b636e024e77b9a82eaab6739578a06189ecd0e731c7308fbc5d" | ||||
| "checksum tokio-timer 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "028b94314065b90f026a21826cffd62a4e40a92cda3e5c069cc7b02e5945f5e9" | ||||
| "checksum tokio-tls 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "772f4b04e560117fe3b0a53e490c16ddc8ba6ec437015d91fa385564996ed913" | ||||
| "checksum tokio-udp 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "137bda266504893ac4774e0ec4c2108f7ccdbcb7ac8dced6305fe9e4e0b5041a" | ||||
| "checksum tokio-udp 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "43eb534af6e8f37d43ab1b612660df14755c42bd003c5f8d2475ee78cc4600c0" | ||||
| "checksum toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "a0263c6c02c4db6c8f7681f9fd35e90de799ebd4cfdeab77a38f4ff6b3d8c0d9" | ||||
| "checksum traitobject 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "efd1f82c56340fdf16f2a953d7bda4f8fdffba13d93b00844c25572110b26079" | ||||
| "checksum try-lock 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee2aa4715743892880f70885373966c83d73ef1b0838a664ef0c76fffd35e7c2" | ||||
| @@ -2147,7 +2153,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.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e1436e58182935dcd9ce0add9ea0b558e8a87befe01c1a301e6020aeb0876363" | ||||
| "checksum vcpkg 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7ed0f6789c8a85ca41bbc1c9d175422116a9869bd1cf31bb08e1493ecce60380" | ||||
| "checksum vcpkg 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cbe533e138811704c0e3cbde65a818b35d3240409b4346256c5ede403e082474" | ||||
| "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" | ||||
| "checksum want 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "a05d9d966753fa4b5c8db73fcab5eed4549cfe0e1e4e66911e5564a0085c35d1" | ||||
|   | ||||
							
								
								
									
										16
									
								
								Cargo.toml
									
									
									
									
									
								
							
							
						
						
									
										16
									
								
								Cargo.toml
									
									
									
									
									
								
							| @@ -5,9 +5,9 @@ authors = ["Daniel García <dani-garcia@users.noreply.github.com>"] | ||||
|  | ||||
| [dependencies] | ||||
| # Web framework for nightly with a focus on ease-of-use, expressibility, and speed. | ||||
| rocket = { version = "0.3.12", features = ["tls"] } | ||||
| rocket_codegen = "0.3.12" | ||||
| rocket_contrib = "0.3.12" | ||||
| rocket = { version = "0.3.14", features = ["tls"] } | ||||
| rocket_codegen = "0.3.14" | ||||
| rocket_contrib = "0.3.14" | ||||
|  | ||||
| # HTTP client | ||||
| reqwest = "0.8.6" | ||||
| @@ -16,12 +16,12 @@ reqwest = "0.8.6" | ||||
| multipart = "0.14.2" | ||||
|  | ||||
| # A generic serialization/deserialization framework | ||||
| serde = "1.0.66" | ||||
| serde_derive = "1.0.66" | ||||
| serde_json = "1.0.20" | ||||
| serde = "1.0.68" | ||||
| serde_derive = "1.0.68" | ||||
| serde_json = "1.0.22" | ||||
|  | ||||
| # A safe, extensible ORM and Query builder | ||||
| diesel = { version = "1.3.0", features = ["sqlite", "chrono", "r2d2"] } | ||||
| diesel = { version = "1.3.2", features = ["sqlite", "chrono", "r2d2"] } | ||||
| diesel_migrations = { version = "1.3.0", features = ["sqlite"] } | ||||
|  | ||||
| # Bundled SQLite | ||||
| @@ -34,7 +34,7 @@ ring = { version = "= 0.11.0", features = ["rsa_signing"] } | ||||
| uuid = { version = "0.6.5", features = ["v4"] } | ||||
|  | ||||
| # Date and time library for Rust | ||||
| chrono = "0.4.3" | ||||
| chrono = "0.4.4" | ||||
|  | ||||
| # TOTP library | ||||
| oath = "0.10.2" | ||||
|   | ||||
| @@ -1 +1 @@ | ||||
| nightly-2018-06-10 | ||||
| nightly-2018-06-26 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user