mirror of
				https://github.com/dani-garcia/vaultwarden.git
				synced 2025-10-28 00:40:01 +02:00 
			
		
		
		
	Updated dependencies
This commit is contained in:
		
							
								
								
									
										309
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										309
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							| @@ -18,7 +18,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||||||
| dependencies = [ | dependencies = [ | ||||||
|  "block-cipher-trait 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |  "block-cipher-trait 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |  "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "opaque-debug 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |  "opaque-debug 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| ] | ] | ||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| @@ -130,9 +130,9 @@ dependencies = [ | |||||||
|  "lettre_email 0.9.0 (git+https://github.com/lettre/lettre?rev=c988b1760ad81)", |  "lettre_email 0.9.0 (git+https://github.com/lettre/lettre?rev=c988b1760ad81)", | ||||||
|  "libsqlite3-sys 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |  "libsqlite3-sys 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |  "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "multipart 0.15.4 (registry+https://github.com/rust-lang/crates.io-index)", |  "multipart 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "native-tls 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |  "native-tls 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "num-derive 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |  "num-derive 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |  "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "oath 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", |  "oath 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "paste 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |  "paste 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| @@ -144,11 +144,11 @@ dependencies = [ | |||||||
|  "rocket_contrib 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |  "rocket_contrib 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", |  "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "serde_derive 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", |  "serde_derive 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "serde_json 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", |  "serde_json 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "soup 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |  "soup 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "syslog 4.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |  "syslog 4.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "u2f 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |  "u2f 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "uuid 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |  "uuid 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "ws 0.7.9 (registry+https://github.com/rust-lang/crates.io-index)", |  "ws 0.7.9 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "yubico 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |  "yubico 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| ] | ] | ||||||
| @@ -164,11 +164,11 @@ dependencies = [ | |||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| name = "block-buffer" | name = "block-buffer" | ||||||
| version = "0.7.0" | version = "0.7.2" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "block-padding 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |  "block-padding 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "byte-tools 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |  "byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |  "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "generic-array 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |  "generic-array 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| ] | ] | ||||||
| @@ -187,15 +187,15 @@ version = "0.3.1" | |||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "block-cipher-trait 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |  "block-cipher-trait 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "block-padding 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |  "block-padding 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| ] | ] | ||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| name = "block-padding" | name = "block-padding" | ||||||
| version = "0.1.2" | version = "0.1.3" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "byte-tools 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |  "byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| ] | ] | ||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| @@ -224,7 +224,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| name = "byte-tools" | name = "byte-tools" | ||||||
| version = "0.3.0" | version = "0.3.1" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| @@ -325,13 +325,26 @@ dependencies = [ | |||||||
| ] | ] | ||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| name = "crossbeam-channel" | name = "crossbeam" | ||||||
| version = "0.3.6" | version = "0.6.0" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "crossbeam-utils 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", |  "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "crossbeam-deque 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "crossbeam-epoch 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |  "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "rand 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", | ] | ||||||
|  |  | ||||||
|  | [[package]] | ||||||
|  | name = "crossbeam-channel" | ||||||
|  | version = "0.3.8" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | dependencies = [ | ||||||
|  |  "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "smallvec 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", |  "smallvec 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| ] | ] | ||||||
|  |  | ||||||
| @@ -340,18 +353,18 @@ name = "crossbeam-deque" | |||||||
| version = "0.6.3" | version = "0.6.3" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "crossbeam-epoch 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |  "crossbeam-epoch 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "crossbeam-utils 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", |  "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| ] | ] | ||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| name = "crossbeam-epoch" | name = "crossbeam-epoch" | ||||||
| version = "0.7.0" | version = "0.7.1" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |  "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |  "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "crossbeam-utils 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", |  "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |  "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "memoffset 0.2.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)", |  "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| @@ -359,10 +372,11 @@ dependencies = [ | |||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| name = "crossbeam-utils" | name = "crossbeam-utils" | ||||||
| version = "0.6.3" | version = "0.6.5" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |  "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| ] | ] | ||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| @@ -393,7 +407,7 @@ name = "derive_more" | |||||||
| version = "0.13.0" | version = "0.13.0" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "proc-macro2 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)", |  "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", |  "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |  "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)", |  "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| @@ -423,7 +437,7 @@ version = "0.2.0" | |||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |  "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "proc-macro2 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)", |  "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", |  "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)", |  "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| ] | ] | ||||||
| @@ -445,7 +459,7 @@ name = "diesel_derives" | |||||||
| version = "1.4.0" | version = "1.4.0" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "proc-macro2 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)", |  "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", |  "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)", |  "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| ] | ] | ||||||
| @@ -516,7 +530,7 @@ dependencies = [ | |||||||
|  "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |  "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "encoding 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", |  "encoding 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |  "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "rand 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", |  "rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", |  "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |  "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| ] | ] | ||||||
| @@ -580,7 +594,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| name = "encoding_rs" | name = "encoding_rs" | ||||||
| version = "0.8.14" | version = "0.8.15" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |  "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| @@ -608,7 +622,7 @@ name = "failure_derive" | |||||||
| version = "0.1.5" | version = "0.1.5" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "proc-macro2 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)", |  "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", |  "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)", |  "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |  "synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| @@ -682,6 +696,11 @@ dependencies = [ | |||||||
|  "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", |  "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| ] | ] | ||||||
|  |  | ||||||
|  | [[package]] | ||||||
|  | name = "fuchsia-cprng" | ||||||
|  | version = "0.1.0" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| name = "fuchsia-zircon" | name = "fuchsia-zircon" | ||||||
| version = "0.3.3" | version = "0.3.3" | ||||||
| @@ -778,7 +797,7 @@ dependencies = [ | |||||||
|  "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |  "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |  "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", |  "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "serde_json 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", |  "serde_json 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |  "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| ] | ] | ||||||
|  |  | ||||||
| @@ -818,7 +837,7 @@ dependencies = [ | |||||||
|  "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |  "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |  "mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "markup5ever 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", |  "markup5ever 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "proc-macro2 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)", |  "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", |  "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)", |  "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| ] | ] | ||||||
| @@ -872,13 +891,13 @@ dependencies = [ | |||||||
|  "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |  "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", |  "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", |  "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "tokio 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", |  "tokio 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |  "tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |  "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "tokio-reactor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |  "tokio-reactor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |  "tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "tokio-threadpool 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |  "tokio-threadpool 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "tokio-timer 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |  "tokio-timer 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "want 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |  "want 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| ] | ] | ||||||
|  |  | ||||||
| @@ -992,7 +1011,7 @@ dependencies = [ | |||||||
|  "ring 0.13.5 (registry+https://github.com/rust-lang/crates.io-index)", |  "ring 0.13.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", |  "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "serde_derive 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", |  "serde_derive 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "serde_json 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", |  "serde_json 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |  "untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| ] | ] | ||||||
|  |  | ||||||
| @@ -1033,10 +1052,10 @@ dependencies = [ | |||||||
|  "hostname 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |  "hostname 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |  "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "native-tls 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |  "native-tls 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "nom 4.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |  "nom 4.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", |  "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "serde_derive 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", |  "serde_derive 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "serde_json 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", |  "serde_json 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| ] | ] | ||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| @@ -1051,7 +1070,7 @@ dependencies = [ | |||||||
|  "lettre 0.9.0 (git+https://github.com/lettre/lettre?rev=c988b1760ad81)", |  "lettre 0.9.0 (git+https://github.com/lettre/lettre?rev=c988b1760ad81)", | ||||||
|  "mime 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", |  "mime 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", |  "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "uuid 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |  "uuid 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| ] | ] | ||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| @@ -1123,7 +1142,7 @@ dependencies = [ | |||||||
|  "phf_codegen 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)", |  "phf_codegen 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", |  "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "serde_derive 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", |  "serde_derive 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "serde_json 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", |  "serde_json 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "string_cache 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", |  "string_cache 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "string_cache_codegen 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |  "string_cache_codegen 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "tendril 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |  "tendril 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| @@ -1251,7 +1270,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| name = "multipart" | name = "multipart" | ||||||
| version = "0.15.4" | version = "0.16.1" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "buf_redux 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", |  "buf_redux 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| @@ -1263,9 +1282,9 @@ dependencies = [ | |||||||
|  "mime_guess 1.8.6 (registry+https://github.com/rust-lang/crates.io-index)", |  "mime_guess 1.8.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "nickel 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |  "nickel 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "quick-error 1.2.2 (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.4.5 (registry+https://github.com/rust-lang/crates.io-index)", |  "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |  "safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |  "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "tiny_http 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |  "tiny_http 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "twoway 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |  "twoway 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| ] | ] | ||||||
| @@ -1328,7 +1347,7 @@ dependencies = [ | |||||||
|  "plugin 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |  "plugin 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |  "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", |  "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "serde_json 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", |  "serde_json 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", |  "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "typemap 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |  "typemap 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |  "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| @@ -1341,10 +1360,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| name = "nom" | name = "nom" | ||||||
| version = "4.1.1" | version = "4.2.0" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "memchr 2.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |  "memchr 2.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| ] | ] | ||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| @@ -1367,11 +1387,10 @@ dependencies = [ | |||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| name = "num-derive" | name = "num-derive" | ||||||
| version = "0.2.3" | version = "0.2.4" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |  "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "proc-macro2 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)", |  | ||||||
|  "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", |  "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)", |  "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| ] | ] | ||||||
| @@ -1419,7 +1438,7 @@ dependencies = [ | |||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| name = "opaque-debug" | name = "opaque-debug" | ||||||
| version = "0.2.1" | version = "0.2.2" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| @@ -1489,7 +1508,7 @@ version = "0.2.14" | |||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", |  "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "rand 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", |  "rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "smallvec 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", |  "smallvec 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |  "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| ] | ] | ||||||
| @@ -1500,7 +1519,7 @@ version = "0.4.0" | |||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", |  "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "rand 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", |  "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |  "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "smallvec 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", |  "smallvec 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |  "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| @@ -1521,7 +1540,7 @@ version = "0.1.4" | |||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "proc-macro-hack 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", |  "proc-macro-hack 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "proc-macro2 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)", |  "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", |  "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)", |  "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| ] | ] | ||||||
| @@ -1539,7 +1558,7 @@ name = "pear_codegen" | |||||||
| version = "0.1.2" | version = "0.1.2" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "proc-macro2 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)", |  "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", |  "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)", |  "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |  "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| @@ -1575,7 +1594,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||||||
| dependencies = [ | dependencies = [ | ||||||
|  "pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |  "pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "pest_meta 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |  "pest_meta 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "proc-macro2 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)", |  "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", |  "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)", |  "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| ] | ] | ||||||
| @@ -1613,7 +1632,7 @@ version = "0.7.24" | |||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)", |  "phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "rand 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", |  "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| ] | ] | ||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| @@ -1648,14 +1667,14 @@ name = "proc-macro-hack" | |||||||
| version = "0.5.4" | version = "0.5.4" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "proc-macro2 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)", |  "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", |  "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)", |  "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| ] | ] | ||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| name = "proc-macro2" | name = "proc-macro2" | ||||||
| version = "0.4.26" | version = "0.4.27" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |  "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| @@ -1676,7 +1695,7 @@ name = "quote" | |||||||
| version = "0.6.11" | version = "0.6.11" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "proc-macro2 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)", |  "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| ] | ] | ||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| @@ -1691,10 +1710,10 @@ dependencies = [ | |||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| name = "rand" | name = "rand" | ||||||
| version = "0.4.5" | version = "0.4.6" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |  "fuchsia-cprng 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", |  "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |  "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |  "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| @@ -1703,28 +1722,17 @@ dependencies = [ | |||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| name = "rand" | name = "rand" | ||||||
| version = "0.5.5" | version = "0.6.5" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" |  | ||||||
| dependencies = [ |  | ||||||
|  "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |  | ||||||
|  "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |  | ||||||
|  "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", |  | ||||||
|  "rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |  | ||||||
|  "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |  | ||||||
| ] |  | ||||||
|  |  | ||||||
| [[package]] |  | ||||||
| name = "rand" |  | ||||||
| version = "0.6.4" |  | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |  "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", |  "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |  "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |  "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |  "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |  "rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "rand_os 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |  "rand_jitter 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "rand_os 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "rand_pcg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |  "rand_pcg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |  "rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |  "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| @@ -1739,14 +1747,6 @@ dependencies = [ | |||||||
|  "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |  "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| ] | ] | ||||||
|  |  | ||||||
| [[package]] |  | ||||||
| name = "rand_core" |  | ||||||
| version = "0.2.2" |  | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" |  | ||||||
| dependencies = [ |  | ||||||
|  "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |  | ||||||
| ] |  | ||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| name = "rand_core" | name = "rand_core" | ||||||
| version = "0.3.1" | version = "0.3.1" | ||||||
| @@ -1776,15 +1776,25 @@ dependencies = [ | |||||||
|  "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |  "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| ] | ] | ||||||
|  |  | ||||||
|  | [[package]] | ||||||
|  | name = "rand_jitter" | ||||||
|  | version = "0.1.2" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  | dependencies = [ | ||||||
|  |  "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  | ] | ||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| name = "rand_os" | name = "rand_os" | ||||||
| version = "0.1.1" | version = "0.1.2" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |  "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |  "fuchsia-cprng 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", |  "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |  "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |  "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |  "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| ] | ] | ||||||
| @@ -1826,14 +1836,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||||||
| dependencies = [ | dependencies = [ | ||||||
|  "aho-corasick 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", |  "aho-corasick 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "memchr 2.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |  "memchr 2.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "regex-syntax 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", |  "regex-syntax 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |  "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |  "utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| ] | ] | ||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| name = "regex-syntax" | name = "regex-syntax" | ||||||
| version = "0.6.4" | version = "0.6.5" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |  "ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| @@ -1854,7 +1864,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||||||
| dependencies = [ | dependencies = [ | ||||||
|  "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |  "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |  "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "encoding_rs 0.8.14 (registry+https://github.com/rust-lang/crates.io-index)", |  "encoding_rs 0.8.15 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", |  "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "http 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", |  "http 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "hyper 0.12.23 (registry+https://github.com/rust-lang/crates.io-index)", |  "hyper 0.12.23 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| @@ -1865,15 +1875,15 @@ dependencies = [ | |||||||
|  "mime_guess 2.0.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)", |  "mime_guess 2.0.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "native-tls 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |  "native-tls 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", |  "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "serde_json 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", |  "serde_json 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "serde_urlencoded 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", |  "serde_urlencoded 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "tokio 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", |  "tokio 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |  "tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |  "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "tokio-threadpool 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |  "tokio-threadpool 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "tokio-timer 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |  "tokio-timer 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |  "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "uuid 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |  "uuid 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| ] | ] | ||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| @@ -1947,7 +1957,7 @@ dependencies = [ | |||||||
|  "notify 4.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |  "notify 4.0.7 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "rocket 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |  "rocket 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", |  "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "serde_json 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", |  "serde_json 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| ] | ] | ||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| @@ -2019,7 +2029,7 @@ name = "same-file" | |||||||
| version = "1.0.4" | version = "1.0.4" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |  "winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| ] | ] | ||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| @@ -2097,14 +2107,14 @@ name = "serde_derive" | |||||||
| version = "1.0.85" | version = "1.0.85" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "proc-macro2 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)", |  "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", |  "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)", |  "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| ] | ] | ||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| name = "serde_json" | name = "serde_json" | ||||||
| version = "1.0.37" | version = "1.0.38" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |  "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| @@ -2151,10 +2161,10 @@ name = "sha-1" | |||||||
| version = "0.8.1" | version = "0.8.1" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "block-buffer 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |  "block-buffer 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "digest 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |  "digest 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |  "fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "opaque-debug 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |  "opaque-debug 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| ] | ] | ||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| @@ -2237,7 +2247,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||||||
| dependencies = [ | dependencies = [ | ||||||
|  "phf_generator 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)", |  "phf_generator 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)", |  "phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "proc-macro2 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)", |  "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", |  "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "string_cache_shared 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |  "string_cache_shared 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| ] | ] | ||||||
| @@ -2272,7 +2282,7 @@ name = "syn" | |||||||
| version = "0.15.26" | version = "0.15.26" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "proc-macro2 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)", |  "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", |  "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |  "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| ] | ] | ||||||
| @@ -2290,7 +2300,7 @@ name = "synstructure" | |||||||
| version = "0.10.1" | version = "0.10.1" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "proc-macro2 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)", |  "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", |  "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)", |  "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |  "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| @@ -2307,15 +2317,6 @@ dependencies = [ | |||||||
|  "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", |  "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| ] | ] | ||||||
|  |  | ||||||
| [[package]] |  | ||||||
| name = "tempdir" |  | ||||||
| version = "0.3.7" |  | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" |  | ||||||
| dependencies = [ |  | ||||||
|  "rand 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", |  | ||||||
|  "remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |  | ||||||
| ] |  | ||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| name = "tempfile" | name = "tempfile" | ||||||
| version = "3.0.5" | version = "3.0.5" | ||||||
| @@ -2323,7 +2324,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||||||
| dependencies = [ | dependencies = [ | ||||||
|  "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |  "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", |  "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "rand 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", |  "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "redox_syscall 0.1.51 (registry+https://github.com/rust-lang/crates.io-index)", |  "redox_syscall 0.1.51 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |  "remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |  "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| @@ -2389,7 +2390,7 @@ dependencies = [ | |||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| name = "tokio" | name = "tokio" | ||||||
| version = "0.1.14" | version = "0.1.15" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |  "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| @@ -2400,8 +2401,8 @@ dependencies = [ | |||||||
|  "tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |  "tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |  "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "tokio-reactor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |  "tokio-reactor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "tokio-threadpool 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |  "tokio-threadpool 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "tokio-timer 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |  "tokio-timer 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| ] | ] | ||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| @@ -2418,7 +2419,7 @@ name = "tokio-executor" | |||||||
| version = "0.1.6" | version = "0.1.6" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "crossbeam-utils 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", |  "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", |  "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| ] | ] | ||||||
|  |  | ||||||
| @@ -2437,7 +2438,7 @@ name = "tokio-reactor" | |||||||
| version = "0.1.8" | version = "0.1.8" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "crossbeam-utils 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", |  "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", |  "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |  "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |  "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| @@ -2464,25 +2465,27 @@ dependencies = [ | |||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| name = "tokio-threadpool" | name = "tokio-threadpool" | ||||||
| version = "0.1.10" | version = "0.1.11" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "crossbeam-channel 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |  "crossbeam 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "crossbeam-deque 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", |  "crossbeam-deque 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "crossbeam-utils 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", |  "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", |  "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |  "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |  "num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "rand 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", |  "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  |  "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |  "tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| ] | ] | ||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| name = "tokio-timer" | name = "tokio-timer" | ||||||
| version = "0.2.8" | version = "0.2.9" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "crossbeam-utils 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", |  "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", |  "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |  "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |  "tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| @@ -2544,7 +2547,7 @@ dependencies = [ | |||||||
|  "ring 0.13.5 (registry+https://github.com/rust-lang/crates.io-index)", |  "ring 0.13.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", |  "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "serde_derive 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", |  "serde_derive 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "serde_json 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", |  "serde_json 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", |  "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |  "untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "webpki 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)", |  "webpki 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| @@ -2645,10 +2648,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| name = "uuid" | name = "uuid" | ||||||
| version = "0.7.1" | version = "0.7.2" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", |  "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| ] | ] | ||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| @@ -2673,7 +2676,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||||||
| dependencies = [ | dependencies = [ | ||||||
|  "same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |  "same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |  "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |  "winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| ] | ] | ||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| @@ -2730,7 +2733,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| name = "winapi-util" | name = "winapi-util" | ||||||
| version = "0.1.1" | version = "0.1.2" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |  "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| @@ -2760,7 +2763,7 @@ dependencies = [ | |||||||
|  "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |  "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", |  "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "mio-extras 2.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |  "mio-extras 2.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "rand 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", |  "rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "sha1 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |  "sha1 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |  "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |  "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| @@ -2796,7 +2799,7 @@ dependencies = [ | |||||||
|  "block-modes 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |  "block-modes 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "crypto-mac 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |  "crypto-mac 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "hmac 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |  "hmac 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "rand 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", |  "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "reqwest 0.9.9 (registry+https://github.com/rust-lang/crates.io-index)", |  "reqwest 0.9.9 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "sha-1 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", |  "sha-1 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "subtle 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |  "subtle 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| @@ -2822,15 +2825,15 @@ dependencies = [ | |||||||
| "checksum bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "aad18937a628ec6abcd26d1489012cc0e18c21798210f491af69ded9b881106d" | "checksum bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "aad18937a628ec6abcd26d1489012cc0e18c21798210f491af69ded9b881106d" | ||||||
| "checksum bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12" | "checksum bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12" | ||||||
| "checksum block-buffer 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a076c298b9ecdb530ed9d967e74a6027d6a7478924520acddcddc24c1c8ab3ab" | "checksum block-buffer 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a076c298b9ecdb530ed9d967e74a6027d6a7478924520acddcddc24c1c8ab3ab" | ||||||
| "checksum block-buffer 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49665c62e0e700857531fa5d3763e91b539ff1abeebd56808d378b495870d60d" | "checksum block-buffer 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "509de513cca6d92b6aacf9c61acfe7eaa160837323a81068d690cc1f8e5740da" | ||||||
| "checksum block-cipher-trait 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1c924d49bd09e7c06003acda26cd9742e796e34282ec6c1189404dee0c1f4774" | "checksum block-cipher-trait 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1c924d49bd09e7c06003acda26cd9742e796e34282ec6c1189404dee0c1f4774" | ||||||
| "checksum block-modes 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d90b1e3da95151ddacfa78aa46d1a9173e28a8a11625102e088562d3407bf3b9" | "checksum block-modes 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d90b1e3da95151ddacfa78aa46d1a9173e28a8a11625102e088562d3407bf3b9" | ||||||
| "checksum block-padding 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4fc4358306e344bf9775d0197fd00d2603e5afb0771bb353538630f022068ea3" | "checksum block-padding 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d75255892aeb580d3c566f213a2b6fdc1c66667839f45719ee1d30ebf2aea591" | ||||||
| "checksum buf_redux 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "72f25c67abbf523ff8457771622fb731ac4a2391439de33bc60febcdee1749c9" | "checksum buf_redux 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "72f25c67abbf523ff8457771622fb731ac4a2391439de33bc60febcdee1749c9" | ||||||
| "checksum bufstream 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "40e38929add23cdf8a366df9b0e088953150724bcbe5fc330b0d8eb3b328eec8" | "checksum bufstream 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "40e38929add23cdf8a366df9b0e088953150724bcbe5fc330b0d8eb3b328eec8" | ||||||
| "checksum byte-tools 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0919189ba800c7ffe8778278116b7e0de3905ab81c72abb69c85cbfef7991279" | "checksum byte-tools 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0919189ba800c7ffe8778278116b7e0de3905ab81c72abb69c85cbfef7991279" | ||||||
| "checksum byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "560c32574a12a89ecd91f5e742165893f86e3ab98d21f8ea548658eb9eef5f40" | "checksum byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "560c32574a12a89ecd91f5e742165893f86e3ab98d21f8ea548658eb9eef5f40" | ||||||
| "checksum byte-tools 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "980479e6fde23246dfb54d47580d66b4e99202e7579c5eaa9fe10ecb5ebd2182" | "checksum byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" | ||||||
| "checksum byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a019b10a2a7cdeb292db131fc8113e57ea2a908f6e7894b0c3c671893b65dbeb" | "checksum byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a019b10a2a7cdeb292db131fc8113e57ea2a908f6e7894b0c3c671893b65dbeb" | ||||||
| "checksum bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = "40ade3d27603c2cb345eb0912aec461a6dec7e06a4ae48589904e808335c7afa" | "checksum bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = "40ade3d27603c2cb345eb0912aec461a6dec7e06a4ae48589904e808335c7afa" | ||||||
| "checksum cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4a8b715cb4597106ea87c7c84b2f1d452c7492033765df7f32651e66fcf749" | "checksum cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4a8b715cb4597106ea87c7c84b2f1d452c7492033765df7f32651e66fcf749" | ||||||
| @@ -2844,10 +2847,11 @@ dependencies = [ | |||||||
| "checksum core-foundation 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "286e0b41c3a20da26536c6000a280585d519fd07b3956b43aed8a79e9edce980" | "checksum core-foundation 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "286e0b41c3a20da26536c6000a280585d519fd07b3956b43aed8a79e9edce980" | ||||||
| "checksum core-foundation-sys 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "716c271e8613ace48344f723b60b900a93150271e5be206212d052bbc0883efa" | "checksum core-foundation-sys 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "716c271e8613ace48344f723b60b900a93150271e5be206212d052bbc0883efa" | ||||||
| "checksum crc32fast 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e91d5240c6975ef33aeb5f148f35275c25eda8e8a5f95abe421978b05b8bf192" | "checksum crc32fast 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e91d5240c6975ef33aeb5f148f35275c25eda8e8a5f95abe421978b05b8bf192" | ||||||
| "checksum crossbeam-channel 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "137bc235f622ffaa0428e3854e24acb53291fc0b3ff6fb2cb75a8be6fb02f06b" | "checksum crossbeam 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ad4c7ea749d9fb09e23c5cb17e3b70650860553a0e2744e38446b1803bf7db94" | ||||||
|  | "checksum crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "0f0ed1a4de2235cabda8558ff5840bffb97fcb64c97827f354a451307df5f72b" | ||||||
| "checksum crossbeam-deque 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "05e44b8cf3e1a625844d1750e1f7820da46044ff6d28f4d43e455ba3e5bb2c13" | "checksum crossbeam-deque 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "05e44b8cf3e1a625844d1750e1f7820da46044ff6d28f4d43e455ba3e5bb2c13" | ||||||
| "checksum crossbeam-epoch 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f10a4f8f409aaac4b16a5474fb233624238fcdeefb9ba50d5ea059aab63ba31c" | "checksum crossbeam-epoch 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "04c9e3102cc2d69cd681412141b390abd55a362afc1540965dad0ad4d34280b4" | ||||||
| "checksum crossbeam-utils 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "41ee4864f4797060e52044376f7d107429ce1fb43460021b126424b7180ee21a" | "checksum crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "f8306fcef4a7b563b76b7dd949ca48f52bc1141aa067d2ea09565f3e2652aa5c" | ||||||
| "checksum crypto-mac 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "dba62c86c26dcba13c278afcaac0c7452486fe604a2668a0dfa4e0edc98d8a9e" | "checksum crypto-mac 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "dba62c86c26dcba13c278afcaac0c7452486fe604a2668a0dfa4e0edc98d8a9e" | ||||||
| "checksum crypto-mac 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5" | "checksum crypto-mac 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5" | ||||||
| "checksum data-encoding 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f4f47ca1860a761136924ddd2422ba77b2ea54fe8cc75b9040804a0d9d32ad97" | "checksum data-encoding 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f4f47ca1860a761136924ddd2422ba77b2ea54fe8cc75b9040804a0d9d32ad97" | ||||||
| @@ -2872,7 +2876,7 @@ dependencies = [ | |||||||
| "checksum encoding-index-singlebyte 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3351d5acffb224af9ca265f435b859c7c01537c0849754d3db3fdf2bfe2ae84a" | "checksum encoding-index-singlebyte 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3351d5acffb224af9ca265f435b859c7c01537c0849754d3db3fdf2bfe2ae84a" | ||||||
| "checksum encoding-index-tradchinese 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fd0e20d5688ce3cab59eb3ef3a2083a5c77bf496cb798dc6fcdb75f323890c18" | "checksum encoding-index-tradchinese 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fd0e20d5688ce3cab59eb3ef3a2083a5c77bf496cb798dc6fcdb75f323890c18" | ||||||
| "checksum encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "a246d82be1c9d791c5dfde9a2bd045fc3cbba3fa2b11ad558f27d01712f00569" | "checksum encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "a246d82be1c9d791c5dfde9a2bd045fc3cbba3fa2b11ad558f27d01712f00569" | ||||||
| "checksum encoding_rs 0.8.14 (registry+https://github.com/rust-lang/crates.io-index)" = "a69d152eaa438a291636c1971b0a370212165ca8a75759eb66818c5ce9b538f7" | "checksum encoding_rs 0.8.15 (registry+https://github.com/rust-lang/crates.io-index)" = "fd251508d65030820f3a4317af2248180db337fdb25d89967956242580277813" | ||||||
| "checksum error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff511d5dc435d703f4971bc399647c9bc38e20cb41452e3b9feb4765419ed3f3" | "checksum error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff511d5dc435d703f4971bc399647c9bc38e20cb41452e3b9feb4765419ed3f3" | ||||||
| "checksum failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2" | "checksum failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2" | ||||||
| "checksum failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ea1063915fd7ef4309e222a5a07cf9c319fb9c7836b1f89b85458672dbb127e1" | "checksum failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ea1063915fd7ef4309e222a5a07cf9c319fb9c7836b1f89b85458672dbb127e1" | ||||||
| @@ -2885,6 +2889,7 @@ dependencies = [ | |||||||
| "checksum foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" | "checksum foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" | ||||||
| "checksum fsevent 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)" = "c4bbbf71584aeed076100b5665ac14e3d85eeb31fdbb45fbd41ef9a682b5ec05" | "checksum fsevent 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)" = "c4bbbf71584aeed076100b5665ac14e3d85eeb31fdbb45fbd41ef9a682b5ec05" | ||||||
| "checksum fsevent-sys 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "1a772d36c338d07a032d5375a36f15f9a7043bf0cb8ce7cee658e037c6032874" | "checksum fsevent-sys 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "1a772d36c338d07a032d5375a36f15f9a7043bf0cb8ce7cee658e037c6032874" | ||||||
|  | "checksum fuchsia-cprng 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "81f7f8eb465745ea9b02e2704612a9946a59fa40572086c6fd49d6ddcf30bf31" | ||||||
| "checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" | "checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" | ||||||
| "checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" | "checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" | ||||||
| "checksum futf 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "7c9c1ce3fa9336301af935ab852c437817d14cd33690446569392e65170aac3b" | "checksum futf 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "7c9c1ce3fa9336301af935ab852c437817d14cd33690446569392e65170aac3b" | ||||||
| @@ -2943,22 +2948,22 @@ dependencies = [ | |||||||
| "checksum mio-extras 2.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "46e73a04c2fa6250b8d802134d56d554a9ec2922bf977777c805ea5def61ce40" | "checksum mio-extras 2.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "46e73a04c2fa6250b8d802134d56d554a9ec2922bf977777c805ea5def61ce40" | ||||||
| "checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" | "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 modifier 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "41f5c9112cb662acd3b204077e0de5bc66305fa8df65c8019d5adb10e9ab6e58" | ||||||
| "checksum multipart 0.15.4 (registry+https://github.com/rust-lang/crates.io-index)" = "adba94490a79baf2d6a23eac897157047008272fa3eecb3373ae6377b91eca28" | "checksum multipart 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)" = "136eed74cadb9edd2651ffba732b19a450316b680e4f48d6c79e905799e19d01" | ||||||
| "checksum mustache 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "51956ef1c5d20a1384524d91e616fb44dfc7d8f249bf696d49c97dd3289ecab5" | "checksum mustache 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "51956ef1c5d20a1384524d91e616fb44dfc7d8f249bf696d49c97dd3289ecab5" | ||||||
| "checksum native-tls 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ff8e08de0070bbf4c31f452ea2a70db092f36f6f2e4d897adf5674477d488fb2" | "checksum native-tls 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ff8e08de0070bbf4c31f452ea2a70db092f36f6f2e4d897adf5674477d488fb2" | ||||||
| "checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88" | "checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88" | ||||||
| "checksum new_debug_unreachable 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0cdc457076c78ab54d5e0d6fa7c47981757f1e34dc39ff92787f217dede586c4" | "checksum new_debug_unreachable 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0cdc457076c78ab54d5e0d6fa7c47981757f1e34dc39ff92787f217dede586c4" | ||||||
| "checksum nickel 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e5061a832728db2dacb61cefe0ce303b58f85764ec680e71d9138229640a46d9" | "checksum nickel 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e5061a832728db2dacb61cefe0ce303b58f85764ec680e71d9138229640a46d9" | ||||||
| "checksum nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945" | "checksum nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945" | ||||||
| "checksum nom 4.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9c349f68f25f596b9f44cf0e7c69752a5c633b0550c3ff849518bfba0233774a" | "checksum nom 4.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b30adc557058ce00c9d0d7cb3c6e0b5bc6f36e2e2eabe74b0ba726d194abd588" | ||||||
| "checksum notify 4.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "c968cf37cf949114b00d51b0b23536d1c3a4a3963767cf4c969c65a6af78dc7d" | "checksum notify 4.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "c968cf37cf949114b00d51b0b23536d1c3a4a3963767cf4c969c65a6af78dc7d" | ||||||
| "checksum num-derive 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8af1847c907c2f04d7bfd572fb25bbb4385c637fe5be163cf2f8c5d778fe1e7d" | "checksum num-derive 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "d9fe8fcafd1b86a37ce8a1cfa15ae504817e0c8c2e7ad42767371461ac1d316d" | ||||||
| "checksum num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "e83d528d2677f0518c570baf2b7abdcf0cd2d248860b68507bdcb3e91d4c0cea" | "checksum num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "e83d528d2677f0518c570baf2b7abdcf0cd2d248860b68507bdcb3e91d4c0cea" | ||||||
| "checksum num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" = "92e5113e9fd4cc14ded8e499429f396a20f98c772a47cc8622a736e1ec843c31" | "checksum num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" = "92e5113e9fd4cc14ded8e499429f396a20f98c772a47cc8622a736e1ec843c31" | ||||||
| "checksum num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0b3a5d7cc97d6d30d8b9bc8fa19bf45349ffe46241e8816f50f62f6d6aaabee1" | "checksum num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0b3a5d7cc97d6d30d8b9bc8fa19bf45349ffe46241e8816f50f62f6d6aaabee1" | ||||||
| "checksum num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5a69d464bdc213aaaff628444e99578ede64e9c854025aa43b9796530afa9238" | "checksum num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5a69d464bdc213aaaff628444e99578ede64e9c854025aa43b9796530afa9238" | ||||||
| "checksum oath 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ec6405dc6afe8219020d535f9ad888a12b191bbc8ce1c55f7ee663bde5be80ca" | "checksum oath 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ec6405dc6afe8219020d535f9ad888a12b191bbc8ce1c55f7ee663bde5be80ca" | ||||||
| "checksum opaque-debug 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "51ecbcb821e1bd256d456fe858aaa7f380b63863eab2eb86eee1bd9f33dd6682" | "checksum opaque-debug 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "93f5bb2e8e8dec81642920ccff6b61f1eb94fa3020c5a325c9851ff604152409" | ||||||
| "checksum openssl 0.10.16 (registry+https://github.com/rust-lang/crates.io-index)" = "ec7bd7ca4cce6dbdc77e7c1230682740d307d1218a87fb0349a571272be749f9" | "checksum openssl 0.10.16 (registry+https://github.com/rust-lang/crates.io-index)" = "ec7bd7ca4cce6dbdc77e7c1230682740d307d1218a87fb0349a571272be749f9" | ||||||
| "checksum openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de" | "checksum openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de" | ||||||
| "checksum openssl-sys 0.9.40 (registry+https://github.com/rust-lang/crates.io-index)" = "1bb974e77de925ef426b6bc82fce15fd45bdcbeb5728bffcfc7cdeeb7ce1c2d6" | "checksum openssl-sys 0.9.40 (registry+https://github.com/rust-lang/crates.io-index)" = "1bb974e77de925ef426b6bc82fce15fd45bdcbeb5728bffcfc7cdeeb7ce1c2d6" | ||||||
| @@ -2985,27 +2990,26 @@ dependencies = [ | |||||||
| "checksum plugin 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "1a6a0dc3910bc8db877ffed8e457763b317cf880df4ae19109b9f77d277cf6e0" | "checksum plugin 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "1a6a0dc3910bc8db877ffed8e457763b317cf880df4ae19109b9f77d277cf6e0" | ||||||
| "checksum precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" | "checksum precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" | ||||||
| "checksum proc-macro-hack 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "3e90aa19cd73dedc2d0e1e8407473f073d735fef0ab521438de6da8ee449ab66" | "checksum proc-macro-hack 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "3e90aa19cd73dedc2d0e1e8407473f073d735fef0ab521438de6da8ee449ab66" | ||||||
| "checksum proc-macro2 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)" = "38fddd23d98b2144d197c0eca5705632d4fe2667d14a6be5df8934f8d74f1978" | "checksum proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)" = "4d317f9caece796be1980837fd5cb3dfec5613ebdb04ad0956deea83ce168915" | ||||||
| "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" | "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" | ||||||
| "checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a" | "checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a" | ||||||
| "checksum quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)" = "cdd8e04bd9c52e0342b406469d494fcb033be4bdbe5c606016defbb1681411e1" | "checksum quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)" = "cdd8e04bd9c52e0342b406469d494fcb033be4bdbe5c606016defbb1681411e1" | ||||||
| "checksum r2d2 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)" = "5d746fc8a0dab19ccea7ff73ad535854e90ddb3b4b8cdce953dd5cd0b2e7bd22" | "checksum r2d2 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)" = "5d746fc8a0dab19ccea7ff73ad535854e90ddb3b4b8cdce953dd5cd0b2e7bd22" | ||||||
| "checksum rand 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "dee497e66d8d76bf08ce20c8d36e16f93749ab0bf89975b4f8ae5cee660c2da2" | "checksum rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293" | ||||||
| "checksum rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e464cd887e869cddcae8792a4ee31d23c7edd516700695608f5b98c67ee0131c" | "checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca" | ||||||
| "checksum rand 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "3906503e80ac6cbcacb2c2973fa8e473f24d7e2747c8c92bb230c2441cad96b5" |  | ||||||
| "checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef" | "checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef" | ||||||
| "checksum rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1961a422c4d189dfb50ffa9320bf1f2a9bd54ecb92792fb9477f99a1045f3372" |  | ||||||
| "checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" | "checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" | ||||||
| "checksum rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d0e7a549d590831370895ab7ba4ea0c1b6b011d106b5ff2da6eee112615e6dc0" | "checksum rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d0e7a549d590831370895ab7ba4ea0c1b6b011d106b5ff2da6eee112615e6dc0" | ||||||
| "checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4" | "checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4" | ||||||
| "checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08" | "checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08" | ||||||
| "checksum rand_os 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f46fbd5550acf75b0c2730f5dd1873751daf9beb8f11b44027778fae50d7feca" | "checksum rand_jitter 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "080723c6145e37503a2224f801f252e14ac5531cb450f4502698542d188cb3c0" | ||||||
|  | "checksum rand_os 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b7c690732391ae0abafced5015ffb53656abfaec61b342290e5eb56b286a679d" | ||||||
| "checksum rand_pcg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "086bd09a33c7044e56bb44d5bdde5a60e7f119a9e95b0775f545de759a32fe05" | "checksum rand_pcg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "086bd09a33c7044e56bb44d5bdde5a60e7f119a9e95b0775f545de759a32fe05" | ||||||
| "checksum rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c" | "checksum rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c" | ||||||
| "checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" | "checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" | ||||||
| "checksum redox_syscall 0.1.51 (registry+https://github.com/rust-lang/crates.io-index)" = "423e376fffca3dfa06c9e9790a9ccd282fafb3cc6e6397d01dbf64f9bacc6b85" | "checksum redox_syscall 0.1.51 (registry+https://github.com/rust-lang/crates.io-index)" = "423e376fffca3dfa06c9e9790a9ccd282fafb3cc6e6397d01dbf64f9bacc6b85" | ||||||
| "checksum regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "37e7cbbd370869ce2e8dff25c7018702d10b21a20ef7135316f8daecd6c25b7f" | "checksum regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "37e7cbbd370869ce2e8dff25c7018702d10b21a20ef7135316f8daecd6c25b7f" | ||||||
| "checksum regex-syntax 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4e47a2ed29da7a9e1960e1639e7a982e6edc6d49be308a3b02daf511504a16d1" | "checksum regex-syntax 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "8c2f35eedad5295fdf00a63d7d4b238135723f92b434ec06774dad15c7ab0861" | ||||||
| "checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5" | "checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5" | ||||||
| "checksum reqwest 0.9.9 (registry+https://github.com/rust-lang/crates.io-index)" = "09d6e187a58d923ee132fcda141c94e716bcfe301c2ea2bef5c81536e0085376" | "checksum reqwest 0.9.9 (registry+https://github.com/rust-lang/crates.io-index)" = "09d6e187a58d923ee132fcda141c94e716bcfe301c2ea2bef5c81536e0085376" | ||||||
| "checksum ring 0.13.5 (registry+https://github.com/rust-lang/crates.io-index)" = "2c4db68a2e35f3497146b7e4563df7d4773a2433230c5e4b448328e31740458a" | "checksum ring 0.13.5 (registry+https://github.com/rust-lang/crates.io-index)" = "2c4db68a2e35f3497146b7e4563df7d4773a2433230c5e4b448328e31740458a" | ||||||
| @@ -3033,7 +3037,7 @@ dependencies = [ | |||||||
| "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" | "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" | ||||||
| "checksum serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)" = "534b8b91a95e0f71bca3ed5824752d558da048d4248c91af873b63bd60519752" | "checksum serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)" = "534b8b91a95e0f71bca3ed5824752d558da048d4248c91af873b63bd60519752" | ||||||
| "checksum serde_derive 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)" = "a915306b0f1ac5607797697148c223bedeaa36bcc2e28a01441cd638cc6567b4" | "checksum serde_derive 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)" = "a915306b0f1ac5607797697148c223bedeaa36bcc2e28a01441cd638cc6567b4" | ||||||
| "checksum serde_json 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)" = "4b90a9fbe1211e57d3e1c15670f1cb00802988fb23a1a4aad7a2b63544f1920e" | "checksum serde_json 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)" = "27dce848e7467aa0e2fcaf0a413641499c0b745452aaca1194d24dedde9e13c9" | ||||||
| "checksum serde_urlencoded 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "d48f9f99cd749a2de71d29da5f948de7f2764cc5a9d7f3c97e3514d4ee6eabf2" | "checksum serde_urlencoded 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "d48f9f99cd749a2de71d29da5f948de7f2764cc5a9d7f3c97e3514d4ee6eabf2" | ||||||
| "checksum sha-1 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8347606816471548cd60f0abd5ef0d513a81f5202dbdab9c09f17a15b5248484" | "checksum sha-1 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8347606816471548cd60f0abd5ef0d513a81f5202dbdab9c09f17a15b5248484" | ||||||
| "checksum sha-1 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "51b9d1f3b5de8a167ab06834a7c883bd197f2191e1dda1a22d9ccfeedbf9aded" | "checksum sha-1 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "51b9d1f3b5de8a167ab06834a7c883bd197f2191e1dda1a22d9ccfeedbf9aded" | ||||||
| @@ -3057,7 +3061,6 @@ dependencies = [ | |||||||
| "checksum synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6" | "checksum synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6" | ||||||
| "checksum synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "73687139bf99285483c96ac0add482c3776528beac1d97d444f6e91f203a2015" | "checksum synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "73687139bf99285483c96ac0add482c3776528beac1d97d444f6e91f203a2015" | ||||||
| "checksum syslog 4.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a0641142b4081d3d44beffa4eefd7346a228cdf91ed70186db2ca2cef762d327" | "checksum syslog 4.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a0641142b4081d3d44beffa4eefd7346a228cdf91ed70186db2ca2cef762d327" | ||||||
| "checksum tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8" |  | ||||||
| "checksum tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "7e91405c14320e5c79b3d148e1c86f40749a36e490642202a31689cb1a3452b2" | "checksum tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "7e91405c14320e5c79b3d148e1c86f40749a36e490642202a31689cb1a3452b2" | ||||||
| "checksum tendril 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "707feda9f2582d5d680d733e38755547a3e8fb471e7ba11452ecfd9ce93a5d3b" | "checksum tendril 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "707feda9f2582d5d680d733e38755547a3e8fb471e7ba11452ecfd9ce93a5d3b" | ||||||
| "checksum thread-id 3.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c7fbf4c9d56b320106cd64fd024dadfa0be7cb4706725fc44a7d7ce952d820c1" | "checksum thread-id 3.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c7fbf4c9d56b320106cd64fd024dadfa0be7cb4706725fc44a7d7ce952d820c1" | ||||||
| @@ -3065,14 +3068,14 @@ dependencies = [ | |||||||
| "checksum threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e2f0c90a5f3459330ac8bc0d2f879c693bb7a2f59689c1083fc4ef83834da865" | "checksum threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e2f0c90a5f3459330ac8bc0d2f879c693bb7a2f59689c1083fc4ef83834da865" | ||||||
| "checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f" | "checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f" | ||||||
| "checksum tiny_http 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1661fa0a44c95d01604bd05c66732a446c657efb62b5164a7a083a3b552b4951" | "checksum tiny_http 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1661fa0a44c95d01604bd05c66732a446c657efb62b5164a7a083a3b552b4951" | ||||||
| "checksum tokio 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "4790d0be6f4ba6ae4f48190efa2ed7780c9e3567796abdb285003cf39840d9c5" | "checksum tokio 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "e0500b88064f08bebddd0c0bed39e19f5c567a5f30975bee52b0c0d3e2eeb38c" | ||||||
| "checksum tokio-current-thread 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "331c8acc267855ec06eb0c94618dcbbfea45bed2d20b77252940095273fb58f6" | "checksum tokio-current-thread 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "331c8acc267855ec06eb0c94618dcbbfea45bed2d20b77252940095273fb58f6" | ||||||
| "checksum tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "30c6dbf2d1ad1de300b393910e8a3aa272b724a400b6531da03eed99e329fbf0" | "checksum tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "30c6dbf2d1ad1de300b393910e8a3aa272b724a400b6531da03eed99e329fbf0" | ||||||
| "checksum tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "b53aeb9d3f5ccf2ebb29e19788f96987fa1355f8fe45ea193928eaaaf3ae820f" | "checksum tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "b53aeb9d3f5ccf2ebb29e19788f96987fa1355f8fe45ea193928eaaaf3ae820f" | ||||||
| "checksum tokio-reactor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "afbcdb0f0d2a1e4c440af82d7bbf0bf91a8a8c0575bcd20c05d15be7e9d3a02f" | "checksum tokio-reactor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "afbcdb0f0d2a1e4c440af82d7bbf0bf91a8a8c0575bcd20c05d15be7e9d3a02f" | ||||||
| "checksum tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1d14b10654be682ac43efee27401d792507e30fd8d26389e1da3b185de2e4119" | "checksum tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1d14b10654be682ac43efee27401d792507e30fd8d26389e1da3b185de2e4119" | ||||||
| "checksum tokio-threadpool 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "17465013014410310f9f61fa10bf4724803c149ea1d51efece131c38efca93aa" | "checksum tokio-threadpool 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "c3fd86cb15547d02daa2b21aadaf4e37dee3368df38a526178a5afa3c034d2fb" | ||||||
| "checksum tokio-timer 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "4f37f0111d76cc5da132fe9bc0590b9b9cfd079bc7e75ac3846278430a299ff8" | "checksum tokio-timer 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)" = "21c04a314a1f69f73c0227beba6250e06cdc1e9a62e7eff912bf54a59b6d1b94" | ||||||
| "checksum toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "758664fc71a3a69038656bee8b6be6477d2a6c315a6b81f7081f591bffa4111f" | "checksum toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "758664fc71a3a69038656bee8b6be6477d2a6c315a6b81f7081f591bffa4111f" | ||||||
| "checksum traitobject 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "efd1f82c56340fdf16f2a953d7bda4f8fdffba13d93b00844c25572110b26079" | "checksum traitobject 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "efd1f82c56340fdf16f2a953d7bda4f8fdffba13d93b00844c25572110b26079" | ||||||
| "checksum try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382" | "checksum try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382" | ||||||
| @@ -3095,7 +3098,7 @@ dependencies = [ | |||||||
| "checksum url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a" | "checksum url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a" | ||||||
| "checksum utf-8 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)" = "05e42f7c18b8f902290b009cde6d651262f956c98bc51bca4cd1d511c9cd85c7" | "checksum utf-8 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)" = "05e42f7c18b8f902290b009cde6d651262f956c98bc51bca4cd1d511c9cd85c7" | ||||||
| "checksum utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "796f7e48bef87609f7ade7e06495a87d5cd06c7866e6a5cbfceffc558a243737" | "checksum utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "796f7e48bef87609f7ade7e06495a87d5cd06c7866e6a5cbfceffc558a243737" | ||||||
| "checksum uuid 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dab5c5526c5caa3d106653401a267fed923e7046f35895ffcb5ca42db64942e6" | "checksum uuid 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0238db0c5b605dd1cf51de0f21766f97fba2645897024461d6a00c036819a768" | ||||||
| "checksum vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "def296d3eb3b12371b2c7d0e83bfe1403e4db2d7a0bba324a12b21c4ee13143d" | "checksum vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "def296d3eb3b12371b2c7d0e83bfe1403e4db2d7a0bba324a12b21c4ee13143d" | ||||||
| "checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd" | "checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd" | ||||||
| "checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" | "checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" | ||||||
| @@ -3107,7 +3110,7 @@ dependencies = [ | |||||||
| "checksum winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "92c1eb33641e276cfa214a0522acad57be5c56b10cb348b3c5117db75f3ac4b0" | "checksum winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "92c1eb33641e276cfa214a0522acad57be5c56b10cb348b3c5117db75f3ac4b0" | ||||||
| "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" | "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" | ||||||
| "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" | "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" | ||||||
| "checksum winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "afc5508759c5bf4285e61feb862b6083c8480aec864fa17a81fdec6f69b461ab" | "checksum winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7168bab6e1daee33b4557efd0e95d5ca70a03706d39fa5f3fe7a236f584b03c9" | ||||||
| "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" | "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" | ||||||
| "checksum winutil 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7daf138b6b14196e3830a588acf1e86966c694d3e8fb026fb105b8b5dca07e6e" | "checksum winutil 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7daf138b6b14196e3830a588acf1e86966c694d3e8fb026fb105b8b5dca07e6e" | ||||||
| "checksum ws 0.7.9 (registry+https://github.com/rust-lang/crates.io-index)" = "329d3e6dd450a9c5c73024e1047f0be7e24121a68484eb0b5368977bee3cf8c3" | "checksum ws 0.7.9 (registry+https://github.com/rust-lang/crates.io-index)" = "329d3e6dd450a9c5c73024e1047f0be7e24121a68484eb0b5368977bee3cf8c3" | ||||||
|   | |||||||
| @@ -22,7 +22,7 @@ rocket_contrib = "0.4.0" | |||||||
| reqwest = "0.9.9" | reqwest = "0.9.9" | ||||||
|  |  | ||||||
| # multipart/form-data support | # multipart/form-data support | ||||||
| multipart = "0.15.4" | multipart = "0.16.1" | ||||||
|  |  | ||||||
| # WebSockets library | # WebSockets library | ||||||
| ws = "0.7.9" | ws = "0.7.9" | ||||||
| @@ -44,7 +44,7 @@ fern = "0.5.7" | |||||||
| syslog = { version = "4.0.1", optional = true } | syslog = { version = "4.0.1", optional = true } | ||||||
|  |  | ||||||
| # A safe, extensible ORM and Query builder | # A safe, extensible ORM and Query builder | ||||||
| diesel = { version = "1.4.0", features = ["sqlite", "chrono", "r2d2"] } | diesel = { version = "1.4.1", features = ["sqlite", "chrono", "r2d2"] } | ||||||
| diesel_migrations = { version = "1.4.0", features = ["sqlite"] } | diesel_migrations = { version = "1.4.0", features = ["sqlite"] } | ||||||
|  |  | ||||||
| # Bundled SQLite | # Bundled SQLite | ||||||
| @@ -54,7 +54,7 @@ libsqlite3-sys = { version = "0.12.0", features = ["bundled"] } | |||||||
| ring = { version = "0.13.5", features = ["rsa_signing"] } | ring = { version = "0.13.5", features = ["rsa_signing"] } | ||||||
|  |  | ||||||
| # UUID generation | # UUID generation | ||||||
| uuid = { version = "0.7.1", features = ["v4"] } | uuid = { version = "0.7.2", features = ["v4"] } | ||||||
|  |  | ||||||
| # Date and time library for Rust | # Date and time library for Rust | ||||||
| chrono = "0.4.6" | chrono = "0.4.6" | ||||||
| @@ -85,7 +85,7 @@ derive_more = "0.13.0" | |||||||
|  |  | ||||||
| # Numerical libraries | # Numerical libraries | ||||||
| num-traits = "0.2.6" | num-traits = "0.2.6" | ||||||
| num-derive = "0.2.3" | num-derive = "0.2.4" | ||||||
|  |  | ||||||
| # Email libraries | # Email libraries | ||||||
| lettre = "0.9.0" | lettre = "0.9.0" | ||||||
|   | |||||||
| @@ -1 +1 @@ | |||||||
| nightly-2019-01-16 | nightly-2019-01-26 | ||||||
|   | |||||||
| @@ -659,7 +659,7 @@ fn post_attachment( | |||||||
|  |  | ||||||
|     Multipart::with_body(data.open(), boundary) |     Multipart::with_body(data.open(), boundary) | ||||||
|         .foreach_entry(|mut field| { |         .foreach_entry(|mut field| { | ||||||
|             match field.headers.name.as_str() { |             match &*field.headers.name { | ||||||
|                 "key" => { |                 "key" => { | ||||||
|                     use std::io::Read; |                     use std::io::Read; | ||||||
|                     let mut key_buffer = String::new(); |                     let mut key_buffer = String::new(); | ||||||
|   | |||||||
| @@ -35,12 +35,13 @@ macro_rules! make_error { | |||||||
| use diesel::result::Error as DieselErr; | use diesel::result::Error as DieselErr; | ||||||
| use handlebars::RenderError as HbErr; | use handlebars::RenderError as HbErr; | ||||||
| use jsonwebtoken::errors::Error as JWTErr; | use jsonwebtoken::errors::Error as JWTErr; | ||||||
|  | use regex::Error as RegexErr; | ||||||
| use reqwest::Error as ReqErr; | use reqwest::Error as ReqErr; | ||||||
| use serde_json::{Error as SerdeErr, Value}; | use serde_json::{Error as SerdeErr, Value}; | ||||||
| use std::io::Error as IOErr; | use std::io::Error as IOErr; | ||||||
| use std::time::SystemTimeError as TimeErr; | use std::time::SystemTimeError as TimeErr; | ||||||
| use u2f::u2ferror::U2fError as U2fErr; | use u2f::u2ferror::U2fError as U2fErr; | ||||||
| use regex::Error as RegexErr; | use yubico::yubicoerror::YubicoError as YubiErr; | ||||||
|  |  | ||||||
| // Error struct | // Error struct | ||||||
| // Contains a String error message, meant for the user and an enum variant, with an error of different types. | // Contains a String error message, meant for the user and an enum variant, with an error of different types. | ||||||
| @@ -62,6 +63,7 @@ make_error! { | |||||||
|     TimeError(TimeErr):   _has_source, _api_error, |     TimeError(TimeErr):   _has_source, _api_error, | ||||||
|     ReqError(ReqErr):     _has_source, _api_error, |     ReqError(ReqErr):     _has_source, _api_error, | ||||||
|     RegexError(RegexErr): _has_source, _api_error, |     RegexError(RegexErr): _has_source, _api_error, | ||||||
|  |     YubiError(YubiErr):   _has_source, _api_error, | ||||||
| } | } | ||||||
|  |  | ||||||
| impl std::fmt::Debug for Error { | impl std::fmt::Debug for Error { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user