mirror of
				https://github.com/dani-garcia/vaultwarden.git
				synced 2025-10-28 00:40:01 +02:00 
			
		
		
		
	Update dependencies
This commit is contained in:
		
							
								
								
									
										132
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										132
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							| @@ -28,9 +28,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| name = "atty" | name = "atty" | ||||||
| version = "0.2.13" | 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 = [ | ||||||
|  |  "hermit-abi 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |  "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |  "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| ] | ] | ||||||
| @@ -40,6 +41,11 @@ name = "autocfg" | |||||||
| version = "0.1.7" | version = "0.1.7" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  |  | ||||||
|  | [[package]] | ||||||
|  | name = "autocfg" | ||||||
|  | version = "1.0.0" | ||||||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| name = "backtrace" | name = "backtrace" | ||||||
| version = "0.3.40" | version = "0.3.40" | ||||||
| @@ -56,7 +62,7 @@ name = "backtrace-sys" | |||||||
| version = "0.1.32" | version = "0.1.32" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "cc 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)", |  "cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |  "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| ] | ] | ||||||
|  |  | ||||||
| @@ -105,12 +111,12 @@ dependencies = [ | |||||||
|  "multipart 0.16.1 (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.3 (registry+https://github.com/rust-lang/crates.io-index)", |  "native-tls 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "num-derive 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |  "num-derive 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", |  "num-traits 0.2.11 (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)", | ||||||
|  "openssl 0.10.26 (registry+https://github.com/rust-lang/crates.io-index)", |  "openssl 0.10.26 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |  "percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "quoted_printable 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |  "quoted_printable 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |  "regex 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "reqwest 0.9.24 (registry+https://github.com/rust-lang/crates.io-index)", |  "reqwest 0.9.24 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "ring 0.14.6 (registry+https://github.com/rust-lang/crates.io-index)", |  "ring 0.14.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "rmpv 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |  "rmpv 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| @@ -195,7 +201,7 @@ dependencies = [ | |||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| name = "cc" | name = "cc" | ||||||
| version = "1.0.48" | version = "1.0.50" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| @@ -217,8 +223,8 @@ name = "chrono" | |||||||
| version = "0.4.10" | version = "0.4.10" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)", |  "num-integer 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", |  "num-traits 0.2.11 (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)", | ||||||
| ] | ] | ||||||
|  |  | ||||||
| @@ -733,12 +739,12 @@ dependencies = [ | |||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| name = "getrandom" | name = "getrandom" | ||||||
| version = "0.1.13" | version = "0.1.14" | ||||||
| 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.10 (registry+https://github.com/rust-lang/crates.io-index)", |  "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |  "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |  "wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| ] | ] | ||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| @@ -956,7 +962,7 @@ dependencies = [ | |||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| name = "inotify" | name = "inotify" | ||||||
| version = "0.6.1" | version = "0.7.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.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |  "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| @@ -1034,7 +1040,7 @@ 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.8 (registry+https://github.com/rust-lang/crates.io-index)", |  "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "native-tls 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |  "native-tls 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "nom 5.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |  "nom 5.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", |  "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", |  "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)", |  "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| @@ -1048,7 +1054,7 @@ 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)", | ||||||
|  "email 0.0.20 (registry+https://github.com/rust-lang/crates.io-index)", |  "email 0.0.20 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "lettre 0.9.2 (git+https://github.com/lettre/lettre?rev=24d694db3be017d82b1cdc8bf9da601420b31bb0)", |  "lettre 0.9.2 (git+https://github.com/lettre/lettre?rev=24d694db3be017d82b1cdc8bf9da601420b31bb0)", | ||||||
|  "mime 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", |  "mime 0.3.16 (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.4 (registry+https://github.com/rust-lang/crates.io-index)", |  "uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| ] | ] | ||||||
| @@ -1075,7 +1081,7 @@ name = "libsqlite3-sys" | |||||||
| version = "0.16.0" | version = "0.16.0" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "cc 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)", |  "cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", |  "pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "vcpkg 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |  "vcpkg 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| ] | ] | ||||||
| @@ -1181,7 +1187,7 @@ dependencies = [ | |||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| name = "mime" | name = "mime" | ||||||
| version = "0.3.14" | version = "0.3.16" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| @@ -1200,7 +1206,7 @@ name = "mime_guess" | |||||||
| version = "2.0.1" | version = "2.0.1" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "mime 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", |  "mime 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "unicase 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |  "unicase 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| ] | ] | ||||||
|  |  | ||||||
| @@ -1317,7 +1323,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| name = "nom" | name = "nom" | ||||||
| version = "5.0.1" | version = "5.1.0" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "lexical-core 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |  "lexical-core 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| @@ -1327,15 +1333,14 @@ dependencies = [ | |||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| name = "notify" | name = "notify" | ||||||
| version = "4.0.14" | version = "4.0.15" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |  "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "filetime 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |  "filetime 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "fsevent 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |  "fsevent 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "fsevent-sys 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |  "fsevent-sys 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "inotify 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", |  "inotify 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |  | ||||||
|  "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |  "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)", |  "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "mio-extras 2.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |  "mio-extras 2.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| @@ -1355,19 +1360,19 @@ dependencies = [ | |||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| name = "num-integer" | name = "num-integer" | ||||||
| version = "0.1.41" | version = "0.1.42" | ||||||
| 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.7 (registry+https://github.com/rust-lang/crates.io-index)", |  "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", |  "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| ] | ] | ||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| name = "num-traits" | name = "num-traits" | ||||||
| version = "0.2.10" | version = "0.2.11" | ||||||
| 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.7 (registry+https://github.com/rust-lang/crates.io-index)", |  "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| ] | ] | ||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| @@ -1420,7 +1425,7 @@ version = "0.9.53" | |||||||
| 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.7 (registry+https://github.com/rust-lang/crates.io-index)", |  "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "cc 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)", |  "cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |  "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", |  "pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "vcpkg 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |  "vcpkg 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| @@ -1566,7 +1571,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||||||
| dependencies = [ | dependencies = [ | ||||||
|  "maplit 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |  "maplit 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "pest 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |  "pest 2.1.2 (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.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| ] | ] | ||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| @@ -1659,8 +1664,8 @@ dependencies = [ | |||||||
|  "error-chain 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", |  "error-chain 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |  "idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |  "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |  "regex 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |  "url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| ] | ] | ||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| @@ -1742,7 +1747,7 @@ name = "rand" | |||||||
| version = "0.7.2" | 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 = [ | ||||||
|  "getrandom 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |  "getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |  "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |  "rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |  "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| @@ -1785,7 +1790,7 @@ name = "rand_core" | |||||||
| version = "0.5.1" | version = "0.5.1" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "getrandom 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |  "getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| ] | ] | ||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| @@ -1867,18 +1872,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| name = "regex" | name = "regex" | ||||||
| version = "1.3.1" | version = "1.3.3" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", |  "aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |  "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "regex-syntax 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", |  "regex-syntax 0.6.13 (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 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| ] | ] | ||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| name = "regex-syntax" | name = "regex-syntax" | ||||||
| version = "0.6.12" | version = "0.6.13" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| @@ -1905,7 +1910,7 @@ dependencies = [ | |||||||
|  "hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)", |  "hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "hyper-tls 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |  "hyper-tls 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |  "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "mime 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", |  "mime 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "mime_guess 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |  "mime_guess 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "native-tls 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |  "native-tls 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", |  "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| @@ -1927,7 +1932,7 @@ name = "ring" | |||||||
| version = "0.14.6" | version = "0.14.6" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "cc 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)", |  "cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |  "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |  "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |  "spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| @@ -1941,7 +1946,7 @@ version = "0.8.9" | |||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |  "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", |  "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| ] | ] | ||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| @@ -1949,7 +1954,7 @@ name = "rmpv" | |||||||
| version = "0.4.3" | version = "0.4.3" | ||||||
| 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.10 (registry+https://github.com/rust-lang/crates.io-index)", |  "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "rmp 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)", |  "rmp 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| ] | ] | ||||||
|  |  | ||||||
| @@ -1958,7 +1963,7 @@ name = "rocket" | |||||||
| version = "0.5.0-dev" | version = "0.5.0-dev" | ||||||
| source = "git+https://github.com/SergioBenitez/Rocket?rev=b95b6765e1cc8be7c1e7eaef8a9d9ad940b0ac13#b95b6765e1cc8be7c1e7eaef8a9d9ad940b0ac13" | source = "git+https://github.com/SergioBenitez/Rocket?rev=b95b6765e1cc8be7c1e7eaef8a9d9ad940b0ac13#b95b6765e1cc8be7c1e7eaef8a9d9ad940b0ac13" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", |  "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "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)", | ||||||
|  "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |  "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |  "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| @@ -1992,7 +1997,7 @@ version = "0.5.0-dev" | |||||||
| source = "git+https://github.com/SergioBenitez/Rocket?rev=b95b6765e1cc8be7c1e7eaef8a9d9ad940b0ac13#b95b6765e1cc8be7c1e7eaef8a9d9ad940b0ac13" | source = "git+https://github.com/SergioBenitez/Rocket?rev=b95b6765e1cc8be7c1e7eaef8a9d9ad940b0ac13#b95b6765e1cc8be7c1e7eaef8a9d9ad940b0ac13" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |  "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "notify 4.0.14 (registry+https://github.com/rust-lang/crates.io-index)", |  "notify 4.0.15 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "rocket 0.5.0-dev (git+https://github.com/SergioBenitez/Rocket?rev=b95b6765e1cc8be7c1e7eaef8a9d9ad940b0ac13)", |  "rocket 0.5.0-dev (git+https://github.com/SergioBenitez/Rocket?rev=b95b6765e1cc8be7c1e7eaef8a9d9ad940b0ac13)", | ||||||
|  "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", |  "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)", |  "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| @@ -2181,7 +2186,7 @@ dependencies = [ | |||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| name = "sha-1" | name = "sha-1" | ||||||
| version = "0.8.1" | version = "0.8.2" | ||||||
| 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.3 (registry+https://github.com/rust-lang/crates.io-index)", |  "block-buffer 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| @@ -2231,7 +2236,7 @@ version = "0.4.1" | |||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "html5ever 0.22.3 (registry+https://github.com/rust-lang/crates.io-index)", |  "html5ever 0.22.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |  "regex 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| ] | ] | ||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| @@ -2380,7 +2385,7 @@ dependencies = [ | |||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| name = "thread_local" | name = "thread_local" | ||||||
| version = "0.3.6" | version = "1.0.0" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |  "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| @@ -2653,7 +2658,7 @@ dependencies = [ | |||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| name = "url" | name = "url" | ||||||
| version = "2.1.0" | version = "2.1.1" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |  "idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| @@ -2719,7 +2724,7 @@ dependencies = [ | |||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| name = "wasi" | name = "wasi" | ||||||
| version = "0.7.0" | version = "0.9.0+wasi-snapshot-preview1" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| @@ -2805,9 +2810,9 @@ dependencies = [ | |||||||
|  "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)", |  "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "mio-extras 2.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |  "mio-extras 2.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |  "rand 0.7.2 (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.2 (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 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |  "url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
| ] | ] | ||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| @@ -2840,7 +2845,7 @@ dependencies = [ | |||||||
|  "hmac 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |  "hmac 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "rand 0.6.5 (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.24 (registry+https://github.com/rust-lang/crates.io-index)", |  "reqwest 0.9.24 (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.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "subtle 2.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |  "subtle 2.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||||
|  "threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |  "threadpool 1.7.1 (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)", | ||||||
| @@ -2851,8 +2856,9 @@ dependencies = [ | |||||||
| "checksum aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "58fb5e95d83b38284460a5fda7d6470aa0b8844d283a0b614b8535e880800d2d" | "checksum aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "58fb5e95d83b38284460a5fda7d6470aa0b8844d283a0b614b8535e880800d2d" | ||||||
| "checksum arrayvec 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9" | "checksum arrayvec 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9" | ||||||
| "checksum ascii_utils 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "71938f30533e4d95a6d17aa530939da3842c2ab6f4f84b9dae68447e4129f74a" | "checksum ascii_utils 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "71938f30533e4d95a6d17aa530939da3842c2ab6f4f84b9dae68447e4129f74a" | ||||||
| "checksum atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1803c647a3ec87095e7ae7acfca019e98de5ec9a7d01343f611cf3152ed71a90" | "checksum atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" | ||||||
| "checksum autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2" | "checksum autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2" | ||||||
|  | "checksum autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d" | ||||||
| "checksum backtrace 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)" = "924c76597f0d9ca25d762c25a4d369d51267536465dc5064bdf0eb073ed477ea" | "checksum backtrace 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)" = "924c76597f0d9ca25d762c25a4d369d51267536465dc5064bdf0eb073ed477ea" | ||||||
| "checksum backtrace-sys 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)" = "5d6575f128516de27e3ce99689419835fce9643a9b215a14d2b5b685be018491" | "checksum backtrace-sys 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)" = "5d6575f128516de27e3ce99689419835fce9643a9b215a14d2b5b685be018491" | ||||||
| "checksum base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e" | "checksum base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e" | ||||||
| @@ -2867,7 +2873,7 @@ dependencies = [ | |||||||
| "checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5" | "checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5" | ||||||
| "checksum bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c" | "checksum bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c" | ||||||
| "checksum c2-chacha 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "214238caa1bf3a496ec3392968969cab8549f96ff30652c9e56885329315f6bb" | "checksum c2-chacha 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "214238caa1bf3a496ec3392968969cab8549f96ff30652c9e56885329315f6bb" | ||||||
| "checksum cc 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)" = "f52a465a666ca3d838ebbf08b241383421412fe7ebb463527bba275526d89f76" | "checksum cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)" = "95e28fa049fda1c330bcf9d723be7663a899c4679724b34c81e9f5a326aab8cd" | ||||||
| "checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" | "checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" | ||||||
| "checksum chashmap 2.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ff41a3c2c1e39921b9003de14bf0439c7b63a9039637c291e1a64925d8ddfa45" | "checksum chashmap 2.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ff41a3c2c1e39921b9003de14bf0439c7b63a9039637c291e1a64925d8ddfa45" | ||||||
| "checksum chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "31850b4a4d6bae316f7a09e691c944c28299298837edc0a03f755618c23cbc01" | "checksum chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "31850b4a4d6bae316f7a09e691c944c28299298837edc0a03f755618c23cbc01" | ||||||
| @@ -2931,7 +2937,7 @@ dependencies = [ | |||||||
| "checksum futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4" | "checksum futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4" | ||||||
| "checksum generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec" | "checksum generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec" | ||||||
| "checksum generic-array 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe043cf9b85297937897087de81f590361686e1ac2d4d471b45435de5dfb6a6" | "checksum generic-array 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe043cf9b85297937897087de81f590361686e1ac2d4d471b45435de5dfb6a6" | ||||||
| "checksum getrandom 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "e7db7ca94ed4cd01190ceee0d8a8052f08a247aa1b469a7f68c6a3b71afcf407" | "checksum getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb" | ||||||
| "checksum h2 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)" = "a5b34c246847f938a410a03c5458c7fee2274436675e76d8b903c08efc29c462" | "checksum h2 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)" = "a5b34c246847f938a410a03c5458c7fee2274436675e76d8b903c08efc29c462" | ||||||
| "checksum handlebars 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "91ef1ac30f2eaaa2b835fce73c57091cb6b9fc62b7eef285efbf980b0f20001b" | "checksum handlebars 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "91ef1ac30f2eaaa2b835fce73c57091cb6b9fc62b7eef285efbf980b0f20001b" | ||||||
| "checksum hashbrown 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e1de41fb8dba9714efd92241565cdff73f78508c95697dd56787d3cba27e2353" | "checksum hashbrown 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e1de41fb8dba9714efd92241565cdff73f78508c95697dd56787d3cba27e2353" | ||||||
| @@ -2950,7 +2956,7 @@ dependencies = [ | |||||||
| "checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e" | "checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e" | ||||||
| "checksum idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9" | "checksum idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9" | ||||||
| "checksum indexmap 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712d7b3ea5827fcb9d4fda14bf4da5f136f0db2ae9c8f4bd4e2d1c6fde4e6db2" | "checksum indexmap 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712d7b3ea5827fcb9d4fda14bf4da5f136f0db2ae9c8f4bd4e2d1c6fde4e6db2" | ||||||
| "checksum inotify 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "40b54539f3910d6f84fbf9a643efd6e3aa6e4f001426c0329576128255994718" | "checksum inotify 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "24e40d6fd5d64e2082e0c796495c8ef5ad667a96d03e5aaa0becfd9d47bcbfb8" | ||||||
| "checksum inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e74a1aa87c59aeff6ef2cc2fa62d41bc43f54952f55652656b18a02fd5e356c0" | "checksum inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e74a1aa87c59aeff6ef2cc2fa62d41bc43f54952f55652656b18a02fd5e356c0" | ||||||
| "checksum iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e" | "checksum iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e" | ||||||
| "checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f" | "checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f" | ||||||
| @@ -2977,7 +2983,7 @@ dependencies = [ | |||||||
| "checksum migrations_internals 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8089920229070f914b9ce9b07ef60e175b2b9bc2d35c3edd8bf4433604e863b9" | "checksum migrations_internals 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8089920229070f914b9ce9b07ef60e175b2b9bc2d35c3edd8bf4433604e863b9" | ||||||
| "checksum migrations_macros 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "719ef0bc7f531428764c9b70661c14abd50a7f3d21f355752d9985aa21251c9e" | "checksum migrations_macros 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "719ef0bc7f531428764c9b70661c14abd50a7f3d21f355752d9985aa21251c9e" | ||||||
| "checksum mime 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ba626b8a6de5da682e1caa06bdb42a335aee5a84db8e5046a3e8ab17ba0a3ae0" | "checksum mime 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ba626b8a6de5da682e1caa06bdb42a335aee5a84db8e5046a3e8ab17ba0a3ae0" | ||||||
| "checksum mime 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "dd1d63acd1b78403cc0c325605908475dd9b9a3acbf65ed8bcab97e27014afcf" | "checksum mime 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)" = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d" | ||||||
| "checksum mime_guess 1.8.7 (registry+https://github.com/rust-lang/crates.io-index)" = "0d977de9ee851a0b16e932979515c0f3da82403183879811bc97d50bd9cc50f7" | "checksum mime_guess 1.8.7 (registry+https://github.com/rust-lang/crates.io-index)" = "0d977de9ee851a0b16e932979515c0f3da82403183879811bc97d50bd9cc50f7" | ||||||
| "checksum mime_guess 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1a0ed03949aef72dbdf3116a383d7b38b4768e6f960528cd6a6044aa9ed68599" | "checksum mime_guess 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1a0ed03949aef72dbdf3116a383d7b38b4768e6f960528cd6a6044aa9ed68599" | ||||||
| "checksum miniz_oxide 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6f3f74f726ae935c3f514300cc6773a0c9492abc5e972d42ba0c0ebb88757625" | "checksum miniz_oxide 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6f3f74f726ae935c3f514300cc6773a0c9492abc5e972d42ba0c0ebb88757625" | ||||||
| @@ -2990,11 +2996,11 @@ dependencies = [ | |||||||
| "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.4 (registry+https://github.com/rust-lang/crates.io-index)" = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54" | "checksum new_debug_unreachable 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54" | ||||||
| "checksum nodrop 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb" | "checksum nodrop 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb" | ||||||
| "checksum nom 5.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c618b63422da4401283884e6668d39f819a106ef51f5f59b81add00075da35ca" | "checksum nom 5.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c433f4d505fe6ce7ff78523d2fa13a0b9f2690e181fc26168bcbe5ccc5d14e07" | ||||||
| "checksum notify 4.0.14 (registry+https://github.com/rust-lang/crates.io-index)" = "199628fc33b21bc767baa057490b00b382ecbae030803a7b36292422d15b778b" | "checksum notify 4.0.15 (registry+https://github.com/rust-lang/crates.io-index)" = "80ae4a7688d1fab81c5bf19c64fc8db920be8d519ce6336ed4e7efe024724dbd" | ||||||
| "checksum num-derive 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0c8b15b261814f992e33760b1fca9fe8b693d8a65299f20c9901688636cfb746" | "checksum num-derive 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0c8b15b261814f992e33760b1fca9fe8b693d8a65299f20c9901688636cfb746" | ||||||
| "checksum num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "b85e541ef8255f6cf42bbfe4ef361305c6c135d10919ecc26126c4e5ae94bc09" | "checksum num-integer 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "3f6ea62e9d81a77cd3ee9a2a5b9b609447857f3d358704331e4ef39eb247fcba" | ||||||
| "checksum num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "d4c81ffc11c212fa327657cb19dd85eb7419e163b5b076bede2bdb5c974c07e4" | "checksum num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096" | ||||||
| "checksum num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)" = "76dac5ed2a876980778b8b85f75a71b6cbf0db0b1232ee12f826bccb00d09d72" | "checksum num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)" = "76dac5ed2a876980778b8b85f75a71b6cbf0db0b1232ee12f826bccb00d09d72" | ||||||
| "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.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c" | "checksum opaque-debug 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c" | ||||||
| @@ -3051,8 +3057,8 @@ dependencies = [ | |||||||
| "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.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84" | "checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84" | ||||||
| "checksum regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dc220bd33bdce8f093101afe22a037b8eb0e5af33592e6a9caafff0d4cb81cbd" | "checksum regex 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b5508c1941e4e7cb19965abef075d35a9a8b5cdf0846f30b4050e9b55dc55e87" | ||||||
| "checksum regex-syntax 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "11a7e20d1cce64ef2fed88b66d347f88bd9babb82845b2b858f3edbf59a4f716" | "checksum regex-syntax 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "e734e891f5b408a29efbf8309e656876276f49ab6a6ac208600b4419bd893d90" | ||||||
| "checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e" | "checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e" | ||||||
| "checksum reqwest 0.9.24 (registry+https://github.com/rust-lang/crates.io-index)" = "f88643aea3c1343c804950d7bf983bd2067f5ab59db6d613a08e05572f2714ab" | "checksum reqwest 0.9.24 (registry+https://github.com/rust-lang/crates.io-index)" = "f88643aea3c1343c804950d7bf983bd2067f5ab59db6d613a08e05572f2714ab" | ||||||
| "checksum ring 0.14.6 (registry+https://github.com/rust-lang/crates.io-index)" = "426bc186e3e95cac1e4a4be125a4aca7e84c2d616ffc02244eef36e2a60a093c" | "checksum ring 0.14.6 (registry+https://github.com/rust-lang/crates.io-index)" = "426bc186e3e95cac1e4a4be125a4aca7e84c2d616ffc02244eef36e2a60a093c" | ||||||
| @@ -3082,7 +3088,7 @@ dependencies = [ | |||||||
| "checksum serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)" = "48c575e0cc52bdd09b47f330f646cf59afc586e9c4e3ccd6fc1f625b8ea1dad7" | "checksum serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)" = "48c575e0cc52bdd09b47f330f646cf59afc586e9c4e3ccd6fc1f625b8ea1dad7" | ||||||
| "checksum serde_urlencoded 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "642dd69105886af2efd227f75a520ec9b44a820d65bc133a9131f7d229fd165a" | "checksum serde_urlencoded 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "642dd69105886af2efd227f75a520ec9b44a820d65bc133a9131f7d229fd165a" | ||||||
| "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.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "23962131a91661d643c98940b20fcaffe62d776a823247be80a48fcb8b6fce68" | "checksum sha-1 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df" | ||||||
| "checksum sha2 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "84920f9ac881e94e33ec89e1b3dcd36040523a308a92548e01217ce35d8cf6a8" | "checksum sha2 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "84920f9ac881e94e33ec89e1b3dcd36040523a308a92548e01217ce35d8cf6a8" | ||||||
| "checksum siphasher 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac" | "checksum siphasher 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac" | ||||||
| "checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" | "checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" | ||||||
| @@ -3106,7 +3112,7 @@ dependencies = [ | |||||||
| "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 tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9" | "checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9" | ||||||
| "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_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b" | "checksum thread_local 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "88ddf1ad580c7e3d1efff877d972bcc93f995556b9087a5a259630985c88ceab" | ||||||
| "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 tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)" = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6" | "checksum tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)" = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6" | ||||||
| @@ -3136,7 +3142,7 @@ dependencies = [ | |||||||
| "checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" | "checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" | ||||||
| "checksum untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "55cd1f4b4e96b46aeb8d4855db4a7a9bd96eeeb5c6a1ab54593328761642ce2f" | "checksum untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "55cd1f4b4e96b46aeb8d4855db4a7a9bd96eeeb5c6a1ab54593328761642ce2f" | ||||||
| "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 url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "75b414f6c464c879d7f9babf951f23bc3743fb7313c081b2e6ca719067ea9d61" | "checksum url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb" | ||||||
| "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 uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "90dbc611eb48397705a6b0f6e917da23ae517e4d127123d2cf7674206627d32a" | "checksum uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "90dbc611eb48397705a6b0f6e917da23ae517e4d127123d2cf7674206627d32a" | ||||||
| "checksum uuid 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9fde2f6a4bea1d6e007c4ad38c6839fa71cbb63b6dbf5b595aa38dc9b1093c11" | "checksum uuid 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9fde2f6a4bea1d6e007c4ad38c6839fa71cbb63b6dbf5b595aa38dc9b1093c11" | ||||||
| @@ -3145,7 +3151,7 @@ dependencies = [ | |||||||
| "checksum version_check 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce" | "checksum version_check 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce" | ||||||
| "checksum walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)" = "9658c94fa8b940eab2250bd5a457f9c48b748420d71293b165c8cdbe2f55f71e" | "checksum walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)" = "9658c94fa8b940eab2250bd5a457f9c48b748420d71293b165c8cdbe2f55f71e" | ||||||
| "checksum want 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b6395efa4784b027708f7451087e647ec73cc74f5d9bc2e418404248d679a230" | "checksum want 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b6395efa4784b027708f7451087e647ec73cc74f5d9bc2e418404248d679a230" | ||||||
| "checksum wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b89c3ce4ce14bdc6fb6beaf9ec7928ca331de5df7e5ea278375642a2f478570d" | "checksum wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)" = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" | ||||||
| "checksum webpki 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4f7e1cd7900a3a6b65a3e8780c51a3e6b59c0e2c55c6dc69578c288d69f7d082" | "checksum webpki 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4f7e1cd7900a3a6b65a3e8780c51a3e6b59c0e2c55c6dc69578c288d69f7d082" | ||||||
| "checksum webpki-roots 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c10fa4212003ba19a564f25cd8ab572c6791f99a03cc219c13ed35ccab00de0e" | "checksum webpki-roots 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c10fa4212003ba19a564f25cd8ab572c6791f99a03cc219c13ed35ccab00de0e" | ||||||
| "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" | "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" | ||||||
|   | |||||||
| @@ -90,7 +90,7 @@ lazy_static = "1.4.0" | |||||||
| derive_more = "0.99.2" | derive_more = "0.99.2" | ||||||
|  |  | ||||||
| # Numerical libraries | # Numerical libraries | ||||||
| num-traits = "0.2.10" | num-traits = "0.2.11" | ||||||
| num-derive = "0.3.0" | num-derive = "0.3.0" | ||||||
|  |  | ||||||
| # Email libraries | # Email libraries | ||||||
| @@ -100,11 +100,11 @@ native-tls = "0.2.3" | |||||||
| quoted_printable = "0.4.1" | quoted_printable = "0.4.1" | ||||||
|  |  | ||||||
| # Template library | # Template library | ||||||
| handlebars = "=2.0.2" | handlebars = "2.0.4" | ||||||
|  |  | ||||||
| # For favicon extraction from main website | # For favicon extraction from main website | ||||||
| soup = "0.4.1" | soup = "0.4.1" | ||||||
| regex = "1.3.1" | regex = "1.3.3" | ||||||
| data-url = "0.1.0" | data-url = "0.1.0" | ||||||
|  |  | ||||||
| # Required for SSL support for PostgreSQL | # Required for SSL support for PostgreSQL | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user