pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

alacritty: Apply new patches from the PR and update crates.



Module Name:	pkgsrc-wip
Committed By:	ng0 <ng0%n0.is@localhost>
Pushed By:	ng0
Date:		Sat Jul 13 17:25:28 2019 +0000
Changeset:	fbb83781bced78b9132559fbd3fefdfa4943fd03

Modified Files:
	alacritty/Makefile
	alacritty/distinfo
Added Files:
	alacritty/patches/patch-Cargo_lock
	alacritty/patches/patch-Cargo_toml

Log Message:
alacritty: Apply new patches from the PR and update crates.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=fbb83781bced78b9132559fbd3fefdfa4943fd03

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 alacritty/Makefile                 |   61 +-
 alacritty/distinfo                 |  230 +++---
 alacritty/patches/patch-Cargo_lock | 1433 ++++++++++++++++++++++++++++++++++++
 alacritty/patches/patch-Cargo_toml |   22 +
 4 files changed, 1621 insertions(+), 125 deletions(-)

diffs:
diff --git a/alacritty/Makefile b/alacritty/Makefile
index da3288b638..18f052d8ab 100644
--- a/alacritty/Makefile
+++ b/alacritty/Makefile
@@ -14,18 +14,18 @@ USE_TOOLS+=	gmake pkg-config # For fontconfig-sys
 
 CARGO_CRATE_DEPENDS+=	adler32-1.0.3 \
 		aho-corasick-0.6.10 \
-		aho-corasick-0.7.3 \
+		aho-corasick-0.7.4 \
 		andrew-0.2.1 \
 		android_glue-0.2.3 \
 		ansi_term-0.11.0 \
 		approx-0.3.2 \
 		arc-swap-0.3.11 \
 		argon2rs-0.2.5 \
-		arrayvec-0.4.10 \
-		atty-0.2.11 \
+		arrayvec-0.4.11 \
+		atty-0.2.12 \
 		autocfg-0.1.4 \
-		backtrace-0.3.30 \
-		backtrace-sys-0.1.29 \
+		backtrace-0.3.32 \
+		backtrace-sys-0.1.30 \
 		base64-0.10.1 \
 		bindgen-0.33.2 \
 		bitflags-1.1.0 \
@@ -34,6 +34,7 @@ CARGO_CRATE_DEPENDS+=	adler32-1.0.3 \
 		byteorder-1.3.2 \
 		bzip2-0.3.3 \
 		bzip2-sys-0.1.7 \
+		c2-chacha-0.2.2 \
 		cc-1.0.37 \
 		cexpr-0.2.3 \
 		cfg-if-0.1.9 \
@@ -56,7 +57,7 @@ CARGO_CRATE_DEPENDS+=	adler32-1.0.3 \
 		crossbeam-epoch-0.7.1 \
 		crossbeam-queue-0.1.2 \
 		crossbeam-utils-0.6.5 \
-		deflate-0.7.19 \
+		deflate-0.7.20 \
 		derivative-1.0.2 \
 		dirs-1.0.5 \
 		dlib-0.4.1 \
@@ -67,7 +68,7 @@ CARGO_CRATE_DEPENDS+=	adler32-1.0.3 \
 		either-1.5.2 \
 		embed-resource-1.2.1 \
 		env_logger-0.5.13 \
-		env_logger-0.6.1 \
+		env_logger-0.6.2 \
 		errno-0.2.4 \
 		errno-dragonfly-0.1.1 \
 		euclid-0.19.9 \
@@ -90,9 +91,10 @@ CARGO_CRATE_DEPENDS+=	adler32-1.0.3 \
 		fuchsia-zircon-0.3.3 \
 		fuchsia-zircon-sys-0.3.3 \
 		gcc-0.3.55 \
+		getrandom-0.1.6 \
 		gif-0.10.2 \
 		gl_generator-0.11.0 \
-		gleam-0.6.17 \
+		gleam-0.6.18 \
 		glob-0.2.11 \
 		glutin-0.21.0 \
 		glutin_egl_sys-0.1.3 \
@@ -100,7 +102,7 @@ CARGO_CRATE_DEPENDS+=	adler32-1.0.3 \
 		glutin_gles2_sys-0.1.3 \
 		glutin_glx_sys-0.1.5 \
 		glutin_wgl_sys-0.1.3 \
-		http_req-0.5.0 \
+		http_req-0.5.1 \
 		humantime-1.2.0 \
 		idna-0.1.5 \
 		image-0.21.2 \
@@ -114,19 +116,19 @@ CARGO_CRATE_DEPENDS+=	adler32-1.0.3 \
 		khronos_api-3.1.0 \
 		lazy_static-1.3.0 \
 		lazycell-1.2.1 \
-		libc-0.2.58 \
-		libflate-0.1.24 \
-		libloading-0.5.1 \
+		libc-0.2.59 \
+		libflate-0.1.25 \
+		libloading-0.5.2 \
 		libz-sys-1.0.25 \
 		line_drawing-0.7.0 \
 		linked-hash-map-0.5.2 \
 		lock_api-0.1.5 \
-		log-0.4.6 \
+		log-0.4.7 \
 		lzw-0.10.0 \
 		malloc_buf-0.0.6 \
 		matches-0.1.8 \
 		memchr-1.0.2 \
-		memchr-2.2.0 \
+		memchr-2.2.1 \
 		memmap-0.7.0 \
 		memoffset-0.2.1 \
 		mio-0.6.19 \
@@ -150,7 +152,6 @@ CARGO_CRATE_DEPENDS+=	adler32-1.0.3 \
 		num-rational-0.2.2 \
 		num-traits-0.2.8 \
 		num_cpus-1.10.1 \
-		numtoa-0.1.0 \
 		objc-0.2.6 \
 		objc-foundation-0.1.1 \
 		objc_id-0.1.1 \
@@ -171,15 +172,20 @@ CARGO_CRATE_DEPENDS+=	adler32-1.0.3 \
 		pkg-config-0.3.14 \
 		png-0.14.1 \
 		podio-0.1.6 \
+		ppv-lite86-0.2.5 \
 		proc-macro2-0.4.30 \
 		quick-error-1.2.2 \
 		quote-0.3.15 \
-		quote-0.6.12 \
+		quote-0.6.13 \
 		rand-0.6.5 \
+		rand-0.7.0 \
 		rand_chacha-0.1.1 \
+		rand_chacha-0.2.0 \
 		rand_core-0.3.1 \
 		rand_core-0.4.0 \
+		rand_core-0.5.0 \
 		rand_hc-0.1.0 \
+		rand_hc-0.2.0 \
 		rand_isaac-0.1.1 \
 		rand_jitter-0.1.4 \
 		rand_os-0.1.3 \
@@ -188,19 +194,19 @@ CARGO_CRATE_DEPENDS+=	adler32-1.0.3 \
 		rayon-1.1.0 \
 		rayon-core-1.5.0 \
 		rdrand-0.4.0 \
-		redox_syscall-0.1.54 \
-		redox_termios-0.1.1 \
+		redox_syscall-0.1.56 \
 		redox_users-0.3.0 \
 		regex-0.2.11 \
-		regex-1.1.7 \
+		regex-1.1.9 \
 		regex-syntax-0.5.6 \
-		regex-syntax-0.6.7 \
+		regex-syntax-0.6.8 \
 		remove_dir_all-0.5.2 \
+		rle-decode-fast-1.0.1 \
 		rustc-demangle-0.1.15 \
 		rustc_tools_util-0.2.0 \
 		rustc_version-0.2.3 \
 		rusttype-0.7.7 \
-		ryu-0.2.8 \
+		ryu-1.0.0 \
 		same-file-1.0.4 \
 		schannel-0.1.15 \
 		scoped_threadpool-0.1.9 \
@@ -211,7 +217,7 @@ CARGO_CRATE_DEPENDS+=	adler32-1.0.3 \
 		semver-parser-0.7.0 \
 		serde-1.0.94 \
 		serde_derive-1.0.94 \
-		serde_json-1.0.39 \
+		serde_json-1.0.40 \
 		serde_yaml-0.8.9 \
 		servo-fontconfig-0.4.0 \
 		servo-fontconfig-sys-4.0.7 \
@@ -225,6 +231,7 @@ CARGO_CRATE_DEPENDS+=	adler32-1.0.3 \
 		smithay-client-toolkit-0.6.3 \
 		smithay-clipboard-0.3.3 \
 		socket2-0.3.9 \
+		spin-0.5.0 \
 		spsc-buffer-0.1.1 \
 		stable_deref_trait-1.1.1 \
 		static_assertions-0.3.3 \
@@ -232,10 +239,10 @@ CARGO_CRATE_DEPENDS+=	adler32-1.0.3 \
 		strsim-0.8.0 \
 		syn-0.15.39 \
 		synstructure-0.10.2 \
-		tempfile-3.0.8 \
+		take_mut-0.2.2 \
+		tempfile-3.1.0 \
 		termcolor-1.0.5 \
 		terminfo-0.6.1 \
-		termion-1.5.3 \
 		textwrap-0.11.0 \
 		thread_local-0.3.6 \
 		tiff-0.2.2 \
@@ -249,7 +256,7 @@ CARGO_CRATE_DEPENDS+=	adler32-1.0.3 \
 		url-1.7.2 \
 		utf8-ranges-1.0.3 \
 		utf8parse-0.1.1 \
-		vcpkg-0.2.6 \
+		vcpkg-0.2.7 \
 		vec_map-0.8.1 \
 		version_check-0.1.5 \
 		void-1.0.2 \
@@ -290,6 +297,8 @@ CARGO_CRATE_DEPENDS+=	adler32-1.0.3 \
 
 INSTALLATION_DIRS=	bin
 
+DEPENDS+=	xcb-[0-9]*:../../x11/xcb
+
 MAKE_ENV+=		OPENSSL_DIR=${BUILDLINK_PREFIX.openssl:Q}
 
 PYTHON_VERSIONS_INCOMPATIBLE=	27
@@ -310,4 +319,6 @@ do-install:
 .include "../../lang/rust/cargo.mk"
 .include "../../lang/rust/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
+.include "../../x11/libxcb/buildlink3.mk"
+.include "../../x11/xcb-util/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/alacritty/distinfo b/alacritty/distinfo
index 1ce13bf352..a770b70a25 100644
--- a/alacritty/distinfo
+++ b/alacritty/distinfo
@@ -8,10 +8,10 @@ SHA1 (aho-corasick-0.6.10.crate) = f0217282870de216598af000f4cf0cbfa3856f7b
 RMD160 (aho-corasick-0.6.10.crate) = bac25b1648928ae41cb0ab7aaef9711f1ca8dfdc
 SHA512 (aho-corasick-0.6.10.crate) = 4a21b0e68c416e5dcfe99ded917577abdbe7c92e50227b7906a2b3bd25105f8e7d03103514d388171a41090cc7bcb63bb5b4dc3c6847a9b4e09bb3856a1bbd9d
 Size (aho-corasick-0.6.10.crate) = 26122 bytes
-SHA1 (aho-corasick-0.7.3.crate) = eeb60a30f598c9ead5d35ba4218c0d48eeeca0f6
-RMD160 (aho-corasick-0.7.3.crate) = 3811f1d2aed0c63b2209ce239775a2ab9d28230e
-SHA512 (aho-corasick-0.7.3.crate) = 4250dc8fa38ad74e0c25375744f34eb06ff3bddbf16d6b4d757a9053ca16c3945d15c8f9deb11ea55d30b6d1c1744c4bccc388a4413b723a429445bf5ef3ffa9
-Size (aho-corasick-0.7.3.crate) = 55093 bytes
+SHA1 (aho-corasick-0.7.4.crate) = 52ed14308d230c40711e28ee710dfa4a39cbcc48
+RMD160 (aho-corasick-0.7.4.crate) = 7927668569f11123687aad1930d40d984647fb12
+SHA512 (aho-corasick-0.7.4.crate) = 06863d85a3183c7ace014d6a8345d47147df53475c194030607314b80e00890625ae88e3e669d15e54704f2d3132dd6bf56dc057b87dab7f06c5deaf50d29b79
+Size (aho-corasick-0.7.4.crate) = 55480 bytes
 SHA1 (alacritty-84aca672964e29b5b4503b7da7bc34fc395f08ab-84aca672964e29b5b4503b7da7bc34fc395f08ab.tar.gz) = ef290dac801a01633818a6dfbde2ac2ab0ffdb44
 RMD160 (alacritty-84aca672964e29b5b4503b7da7bc34fc395f08ab-84aca672964e29b5b4503b7da7bc34fc395f08ab.tar.gz) = a0d59b83bad4d6b39bd4ac24888219e304e0d012
 SHA512 (alacritty-84aca672964e29b5b4503b7da7bc34fc395f08ab-84aca672964e29b5b4503b7da7bc34fc395f08ab.tar.gz) = b408f2e978741efae586c8b0cab6aa0ac546ed68d134774e72dfa62877e9e94f9475d70a0fa9ed829e66d79fe57bc530a660e908d962f16ccb851d3c5811fa40
@@ -40,26 +40,26 @@ SHA1 (argon2rs-0.2.5.crate) = 7b980e80f5e15a90278cc7f84a9489b328708bc3
 RMD160 (argon2rs-0.2.5.crate) = 50d84e37d2513e8fa2787f642327ac88a825b10e
 SHA512 (argon2rs-0.2.5.crate) = 09a47467d09ed5bb4efdc4b8392e6282da6f4434063f4352c225c6dd1b668b51623e7d8960deb56c7c18eaca890a3515c1dc833acac1c68dc999e56b63e9b04f
 Size (argon2rs-0.2.5.crate) = 353096 bytes
-SHA1 (arrayvec-0.4.10.crate) = b8c148dd6f7221a8823987fac9719df95c6725fc
-RMD160 (arrayvec-0.4.10.crate) = c9053ff76d759abd696ec0c3c0439da4f00bc7f4
-SHA512 (arrayvec-0.4.10.crate) = 8aa327fcc18220da496c63c76a521c383c7d506e8c39448f5cc6535c47b8c70ca74f73322b0c368fae7b8a8cec11c9854ac45b4eb7e537fed34e007aa3ad175f
-Size (arrayvec-0.4.10.crate) = 26133 bytes
-SHA1 (atty-0.2.11.crate) = 1de1c341da9ff0dac035a1dc53112eab8a560ca9
-RMD160 (atty-0.2.11.crate) = 3276365dae3731cadede9ced14185178cc6f4ef9
-SHA512 (atty-0.2.11.crate) = 9d6417dc1e8abdb4969418525b36c451274fd76769adb57bef9875ef62ef521c50d58626ebc4f96d2bea32cbadb6999fd67653b570293d7253b403b6d0736c79
-Size (atty-0.2.11.crate) = 5916 bytes
+SHA1 (arrayvec-0.4.11.crate) = 5320beef113fe2ee9a167d05d833c655459904a5
+RMD160 (arrayvec-0.4.11.crate) = 73df390cd1779f395b1f5485f161eb4b20a44cbe
+SHA512 (arrayvec-0.4.11.crate) = 6919f07fce0aa834b75ecc722476d05580a7dd58e8119b0ead5077d6501ee69ffef71016b6e63ed0617ce2d29a6fa1a4f5431d7aa20340c9f3f2e4c9c93d49c4
+Size (arrayvec-0.4.11.crate) = 26439 bytes
+SHA1 (atty-0.2.12.crate) = 54615244416bb021adaa88d7007ef1feb626d84a
+RMD160 (atty-0.2.12.crate) = 64993d8e2683336a415c9dee9b0e050eda90a613
+SHA512 (atty-0.2.12.crate) = 9db172ba8414e5fb1c68069a2a0071f2014c320b6726856beacd7eb5dfae8ee20b588752648f4cec30e30ce29a4164e44d1c56c905cef15f91a96e6e64673ebb
+Size (atty-0.2.12.crate) = 4739 bytes
 SHA1 (autocfg-0.1.4.crate) = f748adc784e209369a57eeea3149ec9b679c38ee
 RMD160 (autocfg-0.1.4.crate) = e52e99774e26b36d8e8eea851aa7c575ed13916a
 SHA512 (autocfg-0.1.4.crate) = 811b68ea24a836980026abba12598b35359abdff5660e6e9d3cc65e3edbedcd10dffc208900af5d4c21e983e1218b5fb5499117c05ab60b3e4716f0529b231ce
 Size (autocfg-0.1.4.crate) = 10937 bytes
-SHA1 (backtrace-0.3.30.crate) = 174e9f13652e41f4691c09197154b685e655dd2a
-RMD160 (backtrace-0.3.30.crate) = 503d91fdac37d0669c5a1e07e7b6fbd011c277b8
-SHA512 (backtrace-0.3.30.crate) = 73eb9cecaa8baa9da571f49ac9a1e8e159d042e59b934df4b7474e4a49ade66aea69c49505b987855942856302790065f56f25b2e25657af00afc5afaf123c20
-Size (backtrace-0.3.30.crate) = 49787 bytes
-SHA1 (backtrace-sys-0.1.29.crate) = ee0b649b07c6411c66d13964ad7ee066dfec1739
-RMD160 (backtrace-sys-0.1.29.crate) = d57985a1cfa10cf1f1ceaabc8c1f3f7c5d30c52c
-SHA512 (backtrace-sys-0.1.29.crate) = 114de9207d8940186535ae01972d9a42801e411ae5ea5a669b531e32802a8158ed185b9f64fe36f27b1084c69963901da41603ea7a0805deaf5c5e1b78b33760
-Size (backtrace-sys-0.1.29.crate) = 518356 bytes
+SHA1 (backtrace-0.3.32.crate) = 0053edbd597ff5d7f22a1452c4394e26d6d75c39
+RMD160 (backtrace-0.3.32.crate) = 6470e196fde6a5a071b2302416e56c56d7ed2a61
+SHA512 (backtrace-0.3.32.crate) = 3d0ac22101d22d672ed8a695c202b934bc3c5482f1d7db96b3e5787abf1cb2f2fa8b6ad9a0c35a09790e71df30762546a9d3fd1fb959c5fc383e9af1c2fef94b
+Size (backtrace-0.3.32.crate) = 50979 bytes
+SHA1 (backtrace-sys-0.1.30.crate) = 702ccbf4c66e62f3568cb996c81f84e96f8be49e
+RMD160 (backtrace-sys-0.1.30.crate) = 79b5a948094d705b3d109f42f34d3886c6dd99a3
+SHA512 (backtrace-sys-0.1.30.crate) = 8f80419510e86ee8a9db4a61aa599cbd316c0de46afed1459b4802e45e11c1f66b1a821301d6ad71bd134cb898c7cf75f954c9dfd2c8cfbef299482b509225fd
+Size (backtrace-sys-0.1.30.crate) = 518350 bytes
 SHA1 (base64-0.10.1.crate) = f4e4454a55395a4dd85f08e054dbe8a943f334df
 RMD160 (base64-0.10.1.crate) = d026e10544f0490980d7007105ac5e4d6da1f6f9
 SHA512 (base64-0.10.1.crate) = 674a8cbee95a41f755499a4e3bb93ebd3f80140c3e8e2d44a0b73890ee423754e7ba8abcd92132683cd54501ff5d14438d023a202eaf12776aecbe36df9e5535
@@ -92,6 +92,10 @@ SHA1 (bzip2-sys-0.1.7.crate) = cbdff23577bacbca0a9227b53e3b7ee29d68ad30
 RMD160 (bzip2-sys-0.1.7.crate) = ee33a69577c20ee407a4f3bc2544708152a5efcf
 SHA512 (bzip2-sys-0.1.7.crate) = f6d5441340f0cccb0e17dcb7cf9fbe460acd34168369c96c3bdd1e1b823853f57153c8dee2440d970e523253200e9268f5df426c4b4afca17200f4ae6bcf067f
 Size (bzip2-sys-0.1.7.crate) = 609563 bytes
+SHA1 (c2-chacha-0.2.2.crate) = aa75a3933663878c09310f0d6b3c1af69d8070c4
+RMD160 (c2-chacha-0.2.2.crate) = ddb8d97c93fe4579faafe222f72d68cac1c8f315
+SHA512 (c2-chacha-0.2.2.crate) = d8edeff2f4eefb9504160d7f4d3c450661d10905c23cc4950736ab76e73bd1e88127c006bc762d63694847f2cc981ceeb0727ecf18e8fad7c89209d7a9e70f14
+Size (c2-chacha-0.2.2.crate) = 13766 bytes
 SHA1 (cc-1.0.37.crate) = 15e8579989d3c0d71829667d432931cf3fffa339
 RMD160 (cc-1.0.37.crate) = 1c3749ed0fbcfc86d97e0a87961719a05cd448ff
 SHA512 (cc-1.0.37.crate) = 85cf4679d16df14a815563c459227ae85206eb79826099fcbd5f602fdfdc052f36237916a842d65d9a5ab57c559c18e645bb219422d85aa3690c11c0a8dcc92c
@@ -180,10 +184,10 @@ SHA1 (crossbeam-utils-0.6.5.crate) = a9165e45c2e621bf3553ac77016b36dd7c0e25a1
 RMD160 (crossbeam-utils-0.6.5.crate) = 8808ebe05797dde4a01a4ff580a8775c9891beeb
 SHA512 (crossbeam-utils-0.6.5.crate) = 5bcf3eed8f28d608b675aa4588b133393ced515e2f7fa37b413b34aa5ee550100899d957906dd04fcaee68cea57d2c8f230e06d6903f5ef117c9313d6cdbc2a8
 Size (crossbeam-utils-0.6.5.crate) = 31735 bytes
-SHA1 (deflate-0.7.19.crate) = a50e34deb1ee833eba93d14c771e4754540d2c2e
-RMD160 (deflate-0.7.19.crate) = 2c294a7b407910f0fe73ab755d7ae8a7a58cd1de
-SHA512 (deflate-0.7.19.crate) = f2aedb6cd5d09daf4b2449fcd139f27a8a3ee97bdbd54b9f04611f308b96d9627579beafd1421266c3ca15d017c68872b957ba90e6813dd7cb07de5c9ac6a4f9
-Size (deflate-0.7.19.crate) = 125078 bytes
+SHA1 (deflate-0.7.20.crate) = fb355a72d033d18d2d6e3d5e4c9e7be7eb14f37f
+RMD160 (deflate-0.7.20.crate) = 6d0183f8f87a2b5e1425d8bfcf31d8d8a44393d5
+SHA512 (deflate-0.7.20.crate) = 3ed98605cb073c178052336a2ffa535e69480046f12a9152edaef9f10520123c013126f30767097e30047689fb2c25f27e9745d6269bbb0e04e644b00fc19682
+Size (deflate-0.7.20.crate) = 124259 bytes
 SHA1 (derivative-1.0.2.crate) = 05e29deebbf59c4c316d0afc8974a1a9af359ae6
 RMD160 (derivative-1.0.2.crate) = e62196d8ba37e612f9454be3e68759602e6bdebe
 SHA512 (derivative-1.0.2.crate) = 29a5c6aee612464fe380063a7c4b52bd6700644e6f1b55704f2064fe4d99815efe1e9a52e9ae76ea360b5000bac70f56a1fa41aef906c24b648e74aa42eb6e3d
@@ -224,10 +228,10 @@ SHA1 (env_logger-0.5.13.crate) = 8ae13a9299e37276b6a4d235e96d5710379aef75
 RMD160 (env_logger-0.5.13.crate) = df0f5d9199b9111077b5b02cd5748d84e974c9af
 SHA512 (env_logger-0.5.13.crate) = 46739cbdcfb34e56b65c7839a5d62ec0f285359dd415bcdcbd2de5ad8e8015aee5a31e92c202c94da5d75235dee4f49ad8585fb852be1f8b2852438922ed4a99
 Size (env_logger-0.5.13.crate) = 25275 bytes
-SHA1 (env_logger-0.6.1.crate) = bbf839b0d5dc66a2c1b18a1453c4a84b9e9876ba
-RMD160 (env_logger-0.6.1.crate) = 9b753e7dcfc688df9790c33c1274d809d6b4a1c9
-SHA512 (env_logger-0.6.1.crate) = 7e5142fa24e46aeb246515f42f9fc561364f266a693ec9f8c45dbe96d31174bf5663ef6233f41a5f96849dd19b61e2a97ab7ca1a7a55c51f741f4efa5af371c5
-Size (env_logger-0.6.1.crate) = 28567 bytes
+SHA1 (env_logger-0.6.2.crate) = 7f81d5b4347932e505aeca5241ee285cf289a84b
+RMD160 (env_logger-0.6.2.crate) = 06aeaae6aa1d53b550a5c958e4384e99d72145d2
+SHA512 (env_logger-0.6.2.crate) = ec90dc0cee99a743d4cdc772fa66a9c4e81793e452000bc1432fb47436b62c6a02c36c40ea48550db493df65c4eb37e8a6d6d3b4011f00648294d745a200dafa
+Size (env_logger-0.6.2.crate) = 31078 bytes
 SHA1 (errno-0.2.4.crate) = d7400ab03cfa6d8f634ac62516d3c4da7a7f4e68
 RMD160 (errno-0.2.4.crate) = a06d01b7820baa0d10860df9ebfda00bf11e76d0
 SHA512 (errno-0.2.4.crate) = 039b7bcaed996bb6f48b28aaf44e7008d4b2f6b08213542aaa5fa82e3be87f29e9bc17fdefbf0f159473d292f37464d6888ac8da0a9aec418b1be2de7e2eeab7
@@ -316,6 +320,10 @@ SHA1 (gcc-0.3.55.crate) = 280bb0927755671cdde42b3f1cf938a2063ed52c
 RMD160 (gcc-0.3.55.crate) = abbd107a2035c84c3104a53071e5ef931d7c09af
 SHA512 (gcc-0.3.55.crate) = b045b60cf65c1deae44e4f40d0f511dab05c82be5065390dfbdaf5b51ee2d0653c3a6d8d1e7606e4bb6d234adfd22a8c68bde724406f3edb4bb6366617d46a86
 Size (gcc-0.3.55.crate) = 37262 bytes
+SHA1 (getrandom-0.1.6.crate) = d1aaba6dc4db087614d7b9a1f40ce43fad05b95e
+RMD160 (getrandom-0.1.6.crate) = 6b5ab4378a793d98489d126d65d0519d738dc6b2
+SHA512 (getrandom-0.1.6.crate) = e4426a90e1a942344568c087b27a7e7f483e715947ddf25b5a2671b7844b646d09033994a810c9bc96c905d75bf0552e217cf93526a6294a73cb3ddc02540801
+Size (getrandom-0.1.6.crate) = 18529 bytes
 SHA1 (gif-0.10.2.crate) = 13d97a4306baa67e48215f922be721ef336ff19d
 RMD160 (gif-0.10.2.crate) = 9a663a0eccc4510cbc155414d3629ae2da7ac7ed
 SHA512 (gif-0.10.2.crate) = dde1332c893d5bb74270f11f4942d8aef3de20eba339bd8836e4f0ebe543d47614494506fd8ba2bbb3c370b28223db04b8a07d3be7ea5a6e9551400c29f1dcdd
@@ -324,10 +332,10 @@ SHA1 (gl_generator-0.11.0.crate) = aef9718b6b86b3972279a5285de9ffe37f70a15f
 RMD160 (gl_generator-0.11.0.crate) = bb87656c62b58d0de2a6ad17e8c3024d4cc8ac47
 SHA512 (gl_generator-0.11.0.crate) = c332308c25f0e9a0484e786643a0c0a262593c6c51f079e3c81381aae0f32b560b22e4c05329a10845a999afadff4cf37e5a571e067d9541acaeda54fe9e276f
 Size (gl_generator-0.11.0.crate) = 22189 bytes
-SHA1 (gleam-0.6.17.crate) = e4707567a8fe680154d67086d64f1e0c9aba9ec6
-RMD160 (gleam-0.6.17.crate) = 93881102cb5151ed4a08e2b8e10cc7e178abfb0d
-SHA512 (gleam-0.6.17.crate) = 52eee4ee4050d3c94d197f0124f4f0981ae2d4f70f19b6687451b1a03576559bcbd2a7cc5df4f7b34b4a7c3520212e96423b797468b5c1b8b9e4bd0a02f7cac2
-Size (gleam-0.6.17.crate) = 26456 bytes
+SHA1 (gleam-0.6.18.crate) = b38175bc0c58b44272995a31c78899ae7190d453
+RMD160 (gleam-0.6.18.crate) = 6bfed0531b302a8a990bbec13c7da95550f6402a
+SHA512 (gleam-0.6.18.crate) = 0101480d4341c23125e1e04e571f8da2c4da5489e417c9e314fff4d5be455af64838b0b53d0040b09056edac22863bedf313dc34892dabd0422bd5ed62be9b68
+Size (gleam-0.6.18.crate) = 26560 bytes
 SHA1 (glob-0.2.11.crate) = 38c50fb079b8e0a7252d15c654c06e531d499f52
 RMD160 (glob-0.2.11.crate) = 428e7b3db03c18f8a1e96fe0c26d5774eb0496f3
 SHA512 (glob-0.2.11.crate) = 91a1a751bc4ed3b13154aa056180f2b8123c33627cbe972bdd7986fb0b6f1ef90e59abd4128d6e4db5e69523d757440c7df9b9721a61f5ea5a091ffc9843e10e
@@ -356,10 +364,10 @@ SHA1 (glutin_wgl_sys-0.1.3.crate) = c22f731c261e3789865047a1b8799bc809443fa7
 RMD160 (glutin_wgl_sys-0.1.3.crate) = 4b61d7232c378e546e2d0bf43ca57032fbeb2adb
 SHA512 (glutin_wgl_sys-0.1.3.crate) = 8b2735c263f7d4d7fada72722a160417577deb2d44fc4067b5610ca7a6056c804096675493e1dd64fcbb5a25a057e120c70aea637c57e80db9b0a04001a0aed4
 Size (glutin_wgl_sys-0.1.3.crate) = 1555 bytes
-SHA1 (http_req-0.5.0.crate) = 331e6e30550d6af285b5e2c28c394b7d26a1d089
-RMD160 (http_req-0.5.0.crate) = b6af9ef4e0e2298747276b9372c71aaebbb588aa
-SHA512 (http_req-0.5.0.crate) = c420cc69e060584710bede66296bd2e385fd9804be0c4673d4a42adce40127b5d9de168d4cf86a935c5f8d092aa7dfc6ff7f46e05878327a27f309260e3c6bf6
-Size (http_req-0.5.0.crate) = 63776 bytes
+SHA1 (http_req-0.5.1.crate) = 98ceab068b1eefdb9ddf25b9a03071a8f32f31f4
+RMD160 (http_req-0.5.1.crate) = 0278187c30b270591227418af7a9de735b6a8aa4
+SHA512 (http_req-0.5.1.crate) = 5288df12f28aebddcdbb7fdbb12de2f1c46e0b993fbb6ac7d3516b46c5b9dc83b8f9eeabded7192dba0f4f5bc3e97cd9d8f9b61825cd7935b8968e8c34c684f7
+Size (http_req-0.5.1.crate) = 65065 bytes
 SHA1 (humantime-1.2.0.crate) = 1053c7395c8d3f29c96052cdd96eb81aefd7cfa0
 RMD160 (humantime-1.2.0.crate) = b96ce801cfc4b6469d62c5de1758b66676c88249
 SHA512 (humantime-1.2.0.crate) = 718e5d3568305e09c359ffb8ca478b36ca3b829667029daf238517e2b88df198c33e29c93b7e2d02552a4ec746c121421128002d20c549400ecee1942c4be6cb
@@ -412,18 +420,18 @@ SHA1 (lazycell-1.2.1.crate) = cdd694abd50b27e4d5d908cbaa6600e2cc159ab3
 RMD160 (lazycell-1.2.1.crate) = aa0807dc6f3190c61f6525b601ade584e5f55cfa
 SHA512 (lazycell-1.2.1.crate) = de74ccd6a3c32c360a12a51ba1d51d6530130396b37d63350a960956ae0ba13e9ac31e2bb70b61ddf055fdfbe7e559b20a38415cac3906839684905a01256ff2
 Size (lazycell-1.2.1.crate) = 11691 bytes
-SHA1 (libc-0.2.58.crate) = 6b2dee62c33b2274598bec85c86683c113888d1d
-RMD160 (libc-0.2.58.crate) = cd0a5a28a89ff33f7f31a773fa85dcbd8e5b89c0
-SHA512 (libc-0.2.58.crate) = 9127ad9a94f75655740fc3a2278c7a17d5f03c4cd12c8833c1a1ecb7a860ec8581fbc969f5c2e23b8eecb9131d9d8271131ad6a675b785f18fb55d830bcc0491
-Size (libc-0.2.58.crate) = 409031 bytes
-SHA1 (libflate-0.1.24.crate) = f0e29e9020fed69ffac0752246191a30b2908239
-RMD160 (libflate-0.1.24.crate) = b7119872da13aeb77de24a7c945868533e0c710d
-SHA512 (libflate-0.1.24.crate) = fcd543a166a3c31b5373005678042878106606a45c981a57b12d71c3ea4cfa6c5f91a6451cfb435df1961cc1f79a4957a2967dfb24e1c033d57d796d85410ef2
-Size (libflate-0.1.24.crate) = 36041 bytes
-SHA1 (libloading-0.5.1.crate) = 52e1dc425a92bc378c9544689bcd4aed9a4f2d76
-RMD160 (libloading-0.5.1.crate) = 8f6e2ea8ad37faa5d00d844d6015768b56c95dd2
-SHA512 (libloading-0.5.1.crate) = 21be174f9b018234645553395d44df0433580505b9cf51092cfc22ea03b6c96f232f1223b7f99513d9d6c9963d38991b729c8f9fb50df41dcd7c724dde541e28
-Size (libloading-0.5.1.crate) = 19502 bytes
+SHA1 (libc-0.2.59.crate) = 750e6103fa5be07ced7c7d7ea0da955f114ce39a
+RMD160 (libc-0.2.59.crate) = 96ea1ade26552308eb4462f1d6509eb348bdf5a3
+SHA512 (libc-0.2.59.crate) = c95afe2d78cc536aeb4c4f976e6e7cf3cf41406af19cd67cfe8a5d3ce298a6578a052eae43a53b6a4b41c67c58561b57b6d1f02ff1ad0a708bd096416bb0b65a
+Size (libc-0.2.59.crate) = 408668 bytes
+SHA1 (libflate-0.1.25.crate) = bb0c9ff329f1713d7f1118b306fc0d9ae7cae9ef
+RMD160 (libflate-0.1.25.crate) = bebb75a195fc420f778c2db05722381656fde5f8
+SHA512 (libflate-0.1.25.crate) = 10273f1f8b51f69ed56acd9e51beefebc18d99d5756cbf2661d53c234a2e6e920675da74a14628026fd95e28aef063452577d926c0b15cd30a38bd7e2bf005b3
+Size (libflate-0.1.25.crate) = 36136 bytes
+SHA1 (libloading-0.5.2.crate) = 60bedb03bc1643b1141f2942a07372467f2ea2c4
+RMD160 (libloading-0.5.2.crate) = 12169024c9c941f2989c91f3c07a5cf22af9b1b0
+SHA512 (libloading-0.5.2.crate) = d04cb1bb220c9364c02da4f360593907c875951fc0f6de5da1455bac4e96a470128409f77b21194fd6a87550f3ba00abe3b7a3426e7637acb62b80d61da46be4
+Size (libloading-0.5.2.crate) = 16420 bytes
 SHA1 (libz-sys-1.0.25.crate) = 6d079109e50544653f7f2da9542669b09770a3a4
 RMD160 (libz-sys-1.0.25.crate) = 79eedcba2d4d6a82d7447db41c84d230e7a637e8
 SHA512 (libz-sys-1.0.25.crate) = 3c1d0754230c327876fadbaf3770f52282fedc6b373c92fba386a80261c577f6bea2983db7d3a40a231fbcfee40e560d8f738d25b634d270e2132b3162497547
@@ -440,10 +448,10 @@ SHA1 (lock_api-0.1.5.crate) = f1bb15478101ba653e11cf368c4f5a32c85cc867
 RMD160 (lock_api-0.1.5.crate) = ba1a2e7fc818e0cdef3386da54a0041444173327
 SHA512 (lock_api-0.1.5.crate) = e6049a8a840c11f00b6505dc9d01d1f759aa7bee47520f86e36caf6c52ca476236b09609b0a5cab0f4c247a40a4736f8fc04cf26fce0962cbbf2956ad4adbfde
 Size (lock_api-0.1.5.crate) = 16967 bytes
-SHA1 (log-0.4.6.crate) = f9cb8d6a9370d2908b288fa8f1f1c579a531a882
-RMD160 (log-0.4.6.crate) = af66860f529673c05c3a4b161d0290c2bbfb462c
-SHA512 (log-0.4.6.crate) = 3844c771f97531ae7312c6bb0cf74ccaab94925f68bf1172419cc44fa4b5373f3ac6b42fb6d0ba636a970b295ea5d1b5abbe72b4da67a103e8dc4ed48a0cc5cb
-Size (log-0.4.6.crate) = 22303 bytes
+SHA1 (log-0.4.7.crate) = 5183147cee8a366c95810728b21c07c3d360e7fb
+RMD160 (log-0.4.7.crate) = 8bb103f9439b4bdb20ce024c0b2cd81a7e3d84aa
+SHA512 (log-0.4.7.crate) = ecc8ba6fe505d8366ad9ee691bc19bb97654097d796d80eeb2544ac71aa7031fd57aac8d64eb065c8cc74471a8cca0a7e2092fb20e88cfc64050b650c2f760ba
+Size (log-0.4.7.crate) = 30733 bytes
 SHA1 (lzw-0.10.0.crate) = 3e7c3f8cd0e91d93eed2849bdfa842db8e4d6116
 RMD160 (lzw-0.10.0.crate) = e1c6eff38571cf510e2eb3e485f012b9dec1586e
 SHA512 (lzw-0.10.0.crate) = 4f62b824a4ede1be1618e75734d109202ad85dcd219409412868433e92513f4f1953a3d85b570d5195cb9b6fcd7af08e0a56a9f1f4daea42d604b37f1218c2f2
@@ -460,10 +468,10 @@ SHA1 (memchr-1.0.2.crate) = 33e70ad83438c8c38120baa6e22ad84c4144c92a
 RMD160 (memchr-1.0.2.crate) = 47a7ad58b1decc111d35ee99b4dd07fa832e58cb
 SHA512 (memchr-1.0.2.crate) = 322b70bb881bcc2f9046f2daac5d939fd581370fee82b7e0500e27738d1d91e11c3f65fbf4576e0d987043cd08e5cd2b39a5ecf66d0ba7d95f48b6fee502bc24
 Size (memchr-1.0.2.crate) = 8639 bytes
-SHA1 (memchr-2.2.0.crate) = 5c29879b3550276ffedf2be311be1aee17367640
-RMD160 (memchr-2.2.0.crate) = 25b6e0d4ce07ca3dddd696fe91b360d13ba2e066
-SHA512 (memchr-2.2.0.crate) = 19bb5fe9c4ff471e2f8cba0e3be3ebb715f0eaf3d9c012c05833e78243d8baa6b98e14eb4c9a900caca48aa539483972f4ff8e5a47aec5141f96f3f23fc24088
-Size (memchr-2.2.0.crate) = 20939 bytes
+SHA1 (memchr-2.2.1.crate) = 330ebaa0d1adc3520b9f4b59ec859c64eb1abfc8
+RMD160 (memchr-2.2.1.crate) = aca0b48f210edc886ab713fa1c8e99f2f581dcb2
+SHA512 (memchr-2.2.1.crate) = 0f5e11507a4235edaa8ef639753abf62f1c187c8c6e35b0c80c9306958e41893492d4995e28bf28e5710e8739c7e75bb75a515507ec87870741a3b426ba8f44d
+Size (memchr-2.2.1.crate) = 20862 bytes
 SHA1 (memmap-0.7.0.crate) = bbaa0d19610a18bb7c8b2c2211a14bb92bef4bf7
 RMD160 (memmap-0.7.0.crate) = 11b2134f7748a8eac1cf3cb1a56869fe116666a2
 SHA512 (memmap-0.7.0.crate) = 3a7c7f963111c2afeaa0381aaa6a57f0f57600392693ee1807d54771bc058ea0f86ac6e8afbe858e45f9f17b685430bf256dba1126b8074ace3aafc07bc14bfa
@@ -556,10 +564,6 @@ SHA1 (num_cpus-1.10.1.crate) = 1c8415c3b80494c1d6625e8937fcb762718bcd9e
 RMD160 (num_cpus-1.10.1.crate) = 1802e890170e9d79802badd2ad6e1a4ddfe4a5b1
 SHA512 (num_cpus-1.10.1.crate) = f1f7408dc1cfe7c718928d8e3e219e3001ce4207467a0a129546f2729ba43a7bf334cd5d328a7f8f8b1c276382c8a0f9d7abf60a3ae2c32f4adafa96c6ea62cd
 Size (num_cpus-1.10.1.crate) = 11151 bytes
-SHA1 (numtoa-0.1.0.crate) = 41727c969993410625f6331fd3ba29361ba752f2
-RMD160 (numtoa-0.1.0.crate) = bf875a5ec424de4cf2c4a437a27858fccc23a7ae
-SHA512 (numtoa-0.1.0.crate) = 41b5c774048592c5867fba217c85d4ece4540e0f3ab0eea7dd1a6af340ba46dae42bbca62ea7fe3afdb258660f39a3d3082264c99dea67d3d1ae178d00a01354
-Size (numtoa-0.1.0.crate) = 8999 bytes
 SHA1 (objc-0.2.6.crate) = a7c61123f39d0e8592b5d977472f181db89ea7b2
 RMD160 (objc-0.2.6.crate) = 10a7bdddc9006bc135c635ded17f5128e7bd2c5a
 SHA512 (objc-0.2.6.crate) = 1c785383d21912e03824ddb567f1c6a83f0f525d8f7133334ce745d51bcb768bdc48556e2bbe7494f2628f3a0f516b6b2a955a5b7e1b068b5202fa383b485419
@@ -640,6 +644,10 @@ SHA1 (podio-0.1.6.crate) = 87e0d5fd48718c784c5b4b6dc4985816c6bc1e9c
 RMD160 (podio-0.1.6.crate) = 81b69b745caccff1c0f8b59cf75e396ea9d57d18
 SHA512 (podio-0.1.6.crate) = 91901b941780db01f01848ed63fe44decf3543dd5163804fbd0118435ea60b43baba9d24bb1d182e929744a32ab4b2a0bb7fa9b6e9f3d32966bdd6b8ccc631f7
 Size (podio-0.1.6.crate) = 10186 bytes
+SHA1 (ppv-lite86-0.2.5.crate) = 41ebad87d638a52fe7f70cbbc5a3dab96e09c99f
+RMD160 (ppv-lite86-0.2.5.crate) = a473697895928f1fcfd5cc4ef6547755b5490a2a
+SHA512 (ppv-lite86-0.2.5.crate) = 281ea3479c4a8996aac643b707e75ca0a079681b1f182a074de0d9989ff9f1df6922cb8e4152af76025ebb4c2d00e6889aecc2a4f0fa66531eceb732aef62243
+Size (ppv-lite86-0.2.5.crate) = 20606 bytes
 SHA1 (proc-macro2-0.4.30.crate) = 21bbe0ab3aeab5bb553f6ebc1b28f986e44c43e1
 RMD160 (proc-macro2-0.4.30.crate) = 43879e7551a9f3ccf5f7c99d93f1c06201690ac8
 SHA512 (proc-macro2-0.4.30.crate) = 73a8de3f1d76a8baf2d45afc1497bba8c0cbf231bf9b6750b9cee2473f492d5f3957ac149998da720acc8287c96d604971b51dcdfa629523bbdd97c297856ac0
@@ -652,18 +660,26 @@ SHA1 (quote-0.3.15.crate) = 90e7f735115230fa5041f5580ca1508af4eeda24
 RMD160 (quote-0.3.15.crate) = d1729b60663e54160f857020caa877ed4602e820
 SHA512 (quote-0.3.15.crate) = 2e5dbe725c0f76a81c6624181b43b60b95dceac208e2babaad3fa6d1487794805169e2ffd967659e4bb4e1abebe96505be5a1007c514d10f2a63ef282d699ea7
 Size (quote-0.3.15.crate) = 12041 bytes
-SHA1 (quote-0.6.12.crate) = 3ee1f69ee4356853212830ba21a0b326cae5bae5
-RMD160 (quote-0.6.12.crate) = 9736e140114d204a224696aa4e5d4a1d6a6629e7
-SHA512 (quote-0.6.12.crate) = 5d58945b0c9b41e368458a1661ae7b2ceed2e3285d377088afe5fde38e1db945ab42326d096cd6d13d82f5f80fe73d204c5fbe3c7abdea149eb6d7ca7c5e6798
-Size (quote-0.6.12.crate) = 17541 bytes
+SHA1 (quote-0.6.13.crate) = 734e60e94378298dea42e3f9e7281365787f028f
+RMD160 (quote-0.6.13.crate) = a6e3a2ae56e97c6947e0bd2e39a9570296d7dd34
+SHA512 (quote-0.6.13.crate) = bafa9ba42ea6ff2d6df652384485c58327de6eaea2832423eedd8ef8b4aace673c23b70f1f22106515ac13d7f625cb8b1a5e8c4388c1701ea3cd86fb9ac3056e
+Size (quote-0.6.13.crate) = 17475 bytes
 SHA1 (rand-0.6.5.crate) = aa589c93af6f38fb347220e12c807aad8d1d449c
 RMD160 (rand-0.6.5.crate) = 427c0ab83f05d822421e780e8ec040b68ec770c9
 SHA512 (rand-0.6.5.crate) = 2eb84bed29708b8ba109f4329bf6f1cac6caed9d91b2aaf185d68dd2eda73d3fb7be2897d0596fb28352e799ccf92c161ee44599d5cb426ba9c3b8c747831904
 Size (rand-0.6.5.crate) = 104814 bytes
+SHA1 (rand-0.7.0.crate) = 0b0c1e47dda8c4e7ee71a6e8ab761e3d12c095eb
+RMD160 (rand-0.7.0.crate) = 5f362eb35700aca52e8a4e55886830282543d81f
+SHA512 (rand-0.7.0.crate) = 20c82ed8edf0bd203ac6f04f746b80abf5ad5716b307cd76fda399f26519ccc3b757f390058e7d8826508ed8a2b524c49ebad56a79fa77416b386f2b9a854352
+Size (rand-0.7.0.crate) = 104208 bytes
 SHA1 (rand_chacha-0.1.1.crate) = 8939c0b3f813795e2c539d913c11d485284b5157
 RMD160 (rand_chacha-0.1.1.crate) = 1859cc8038a4f6bfca8ba9265607088485b64648
 SHA512 (rand_chacha-0.1.1.crate) = 200d39362ffd6d91cfe80634e951c7323a5df8a382c91e3afcef1ecb143a16dc47a17db7f1a746b18e4ea8bfd36bc31ceaeff6d0116e166f8b34e4a8530b3c1b
 Size (rand_chacha-0.1.1.crate) = 11703 bytes
+SHA1 (rand_chacha-0.2.0.crate) = a31ecb0e610f744e096209c5a63cd1b9c66ab753
+RMD160 (rand_chacha-0.2.0.crate) = 995d634de6ecf67e4675680e6f735dafdfc8e495
+SHA512 (rand_chacha-0.2.0.crate) = 17a465a29fef23e249ea9a2b1482bc31aff4e1e766662277e142d2a1d0391fb52c293aa0e71480a1450376a2f107f95b8752f41e5e279d8718282319626e7d78
+Size (rand_chacha-0.2.0.crate) = 11539 bytes
 SHA1 (rand_core-0.3.1.crate) = ded22dbd0544f368082d1e1f1329f43be44e7aa1
 RMD160 (rand_core-0.3.1.crate) = 151b865da8c059c878b5f248c53d0cc434af2536
 SHA512 (rand_core-0.3.1.crate) = 5a7ae601124502bede760fd3179c2b28059ebc3b5983bfcb6b8fa62fb58df95cedc1aeb2734e792d894dfa4620801c13c29702f9cbee64243121575d4b6b9114
@@ -672,10 +688,18 @@ SHA1 (rand_core-0.4.0.crate) = 2e03b6903dbe7e879c8472f78aea56d714f591b3
 RMD160 (rand_core-0.4.0.crate) = b7e2fc8530d7153ffa54ae73280950ce4ff7263d
 SHA512 (rand_core-0.4.0.crate) = f80e76dabd3308a12880a9aa8b7be83db39b02778c95bb63f862488789a2a67e2f08d4f2dd1ad803c61df0a9fc7f6620aa753b3bf394542ce27c89189a911845
 Size (rand_core-0.4.0.crate) = 20326 bytes
+SHA1 (rand_core-0.5.0.crate) = 83e0d7885c3327b33786ce367645a304bb45047c
+RMD160 (rand_core-0.5.0.crate) = 1d43cea130631eade4f249aa0726a79a9fdf1902
+SHA512 (rand_core-0.5.0.crate) = e98f9b93cf5a80c40c11e7e8faee351ef567ae7cf9db1b7789a61eea41d6509e83684da00284e6e3d0f52af08ce2a834339e652f1fd39d818a2827f6236f5d6a
+Size (rand_core-0.5.0.crate) = 19736 bytes
 SHA1 (rand_hc-0.1.0.crate) = 24a8471816f4c4292a6fc979c81538777d34c34e
 RMD160 (rand_hc-0.1.0.crate) = 067ca62839fb5cde9dc018dc0c95db5b6eb3387b
 SHA512 (rand_hc-0.1.0.crate) = 808d8c167daa66a2608884d5d3f1444cdb21f8ca1c61e59fc9bdfb506a634ebb22c0143cfc0574e15313f82559fd2d117a46910eba3b4eb7e0052ec280f5cd2f
 Size (rand_hc-0.1.0.crate) = 11644 bytes
+SHA1 (rand_hc-0.2.0.crate) = efd8d1e70c566f436ebdbc2ec4ea2f37e0ae237d
+RMD160 (rand_hc-0.2.0.crate) = efa420ab36323d31e86851bc62a3563407011dc3
+SHA512 (rand_hc-0.2.0.crate) = bca185612bed5cee4da76fb68fe854105da276f5bf2da464e596d586b925df798cc692ed881e276ab77c36b4b0551930966c93656be122ad05899d87853533b0
+Size (rand_hc-0.2.0.crate) = 11670 bytes
 SHA1 (rand_isaac-0.1.1.crate) = 197e80157c609106b291b99627563b5c5d4a270b
 RMD160 (rand_isaac-0.1.1.crate) = 5d0f0a1a2b0385cd7901ceeda695d31cfacd0cac
 SHA512 (rand_isaac-0.1.1.crate) = 9e8f6c79abc53352c971f8182dcaa7979904d5649eec9008262bb0aaf0585b4c4817351cd80ffa8d07f172ff4c82d85a09ef2642a08f608fc6be3e246ed7f82e
@@ -708,14 +732,10 @@ SHA1 (rdrand-0.4.0.crate) = cb2bbe17a5a2a0626ce4cb0a6c277b1ceebbf90a
 RMD160 (rdrand-0.4.0.crate) = 7417f0430f8348d5aae1706d954092a01b2cbd27
 SHA512 (rdrand-0.4.0.crate) = 6476275d124bee28747191471e8d8f321a3b1c148c1f2a7ece4175f5244a7de90afe5f99d2eba5244d886b92e38232398864bf90e6d434b09494533942c8d894
 Size (rdrand-0.4.0.crate) = 6456 bytes
-SHA1 (redox_syscall-0.1.54.crate) = fe903bf355046da1fcc67d7915b18f30a662eec5
-RMD160 (redox_syscall-0.1.54.crate) = f9a4fe4ef3ab4362f89a5ea0a67d62536161a4c1
-SHA512 (redox_syscall-0.1.54.crate) = 38ee15c2fa470428329b3888fef1f1b5bc57ffae96b6ec505fc051f33a8da86512afddfeb6966cb2342382a5cbccb624a825767d3492b3d6d21d6f8e97e57e9e
-Size (redox_syscall-0.1.54.crate) = 15668 bytes
-SHA1 (redox_termios-0.1.1.crate) = c077c0ef5380aa5b4054d0f403b1818a71e70bae
-RMD160 (redox_termios-0.1.1.crate) = 4403f32fb5435279446c9b6acc54792d655d4f72
-SHA512 (redox_termios-0.1.1.crate) = 201d051900e919e2c6c6769ef252e51979d90133df16b6605e2a2f424cfb2e6e505e21add75ef5854fe5e0cab1ed1f1c1451010f072ae4bc8703c585a4323981
-Size (redox_termios-0.1.1.crate) = 3227 bytes
+SHA1 (redox_syscall-0.1.56.crate) = 5e5c23dd874274d4ee72ef494b1ef1bbad98ddcb
+RMD160 (redox_syscall-0.1.56.crate) = ebecde11789346c25d2c830581e4f9d5e88a7baa
+SHA512 (redox_syscall-0.1.56.crate) = 17a3044327aa733c830dd74e210d6bda32622617d1c5af9d70d7647232d8569ad0b04ccb14042cbabb5d97ad98e3f1f5a9968a75387354ffb4d175e9577115a1
+Size (redox_syscall-0.1.56.crate) = 17117 bytes
 SHA1 (redox_users-0.3.0.crate) = 6ec7e11952869cb15452d996338146f787ef4c57
 RMD160 (redox_users-0.3.0.crate) = 918677b33b344ec2c6ed35e7511faed8b46f4c89
 SHA512 (redox_users-0.3.0.crate) = c58b608971a6c2f38272d864dbaa95a6bcbc7139db0de74afc949c238b8a0a48851cd167c219c3956e81efea46f035e162e0bbdac22cad444cb260cb168a0353
@@ -724,22 +744,26 @@ SHA1 (regex-0.2.11.crate) = 4731c7800c908ed086db11503cce1d00915c01e7
 RMD160 (regex-0.2.11.crate) = 0f9d5f87f3bb59af74a84dd2a1d430ff48d73e36
 SHA512 (regex-0.2.11.crate) = e0f48ab9a692f7ebd83a21bc70060aed0a7dccc9aaaef6995262fa4e2e33f4404a04a217588b72025820b1a0e4697c076ad47a017e7c51cdd4b6c1909c015ead
 Size (regex-0.2.11.crate) = 209507 bytes
-SHA1 (regex-1.1.7.crate) = 02d973ce88c96bf941fc821f82aa57c6f41c6933
-RMD160 (regex-1.1.7.crate) = e2da59616a70dc290c1e69d5c9a1941c89b39f40
-SHA512 (regex-1.1.7.crate) = 17a06dc448c1be0910ddf5c03979fcd151d0a40acec5fedf96febe0f0fc52bda0252c40f8e7a18dcf3fa13f82f8a5b406b18f59e43713aec2adc2cae068f9120
-Size (regex-1.1.7.crate) = 243534 bytes
+SHA1 (regex-1.1.9.crate) = 94bdf4228ea0e6684d70414877dfc5032526b64c
+RMD160 (regex-1.1.9.crate) = c2726e60e5bd78d8611fc9ba49e228ea81e6d188
+SHA512 (regex-1.1.9.crate) = 550a062637075525b6898cf6c710ab1adadeba17480bdc9c59f02ac504f390f1042ca6e89a6c0f4abc583856ca2b7e2387c53de41d1060cec23b9050b2f78c71
+Size (regex-1.1.9.crate) = 246517 bytes
 SHA1 (regex-syntax-0.5.6.crate) = 657cf964d8f8adbd172e6dac585ae31b79907f7b
 RMD160 (regex-syntax-0.5.6.crate) = ad5f26dcb2f2ab34be9b331437a174e8685167eb
 SHA512 (regex-syntax-0.5.6.crate) = 4ee43272d0d6e5cc0b554816e20e2d93b0ee774fd71643d5edae06627b295d374769ecdc3c1233a688d306d1cb86a83b6850ffe4022baa3db78beeea1190b455
 Size (regex-syntax-0.5.6.crate) = 233912 bytes
-SHA1 (regex-syntax-0.6.7.crate) = 8078d9e983dd8fc7dc92dd416bdcb43e4d1644fc
-RMD160 (regex-syntax-0.6.7.crate) = 3f66e822f1003177e544c1ad60615218a34f7fc0
-SHA512 (regex-syntax-0.6.7.crate) = 630e998b26ea7571591ff4259a5119d7762567253564b4a958cfd0f3f4de5857894e12eda469d940d8ed5572712b345e2859de282cdebf89a5108b97da71a073
-Size (regex-syntax-0.6.7.crate) = 273104 bytes
+SHA1 (regex-syntax-0.6.8.crate) = 6de28b2a782697b9a53cbd005f0c9cba52bebb94
+RMD160 (regex-syntax-0.6.8.crate) = 953013750e615640fab17e287f282d520dec18d0
+SHA512 (regex-syntax-0.6.8.crate) = cc0f4d4f16cd77ed7f5afcfc6d715c1becd9b30e9d8034460748b2b8c42dfb07cadce8e68198dc63521251476cf5f9265732bfeacb29c43f619183211818b20a
+Size (regex-syntax-0.6.8.crate) = 273624 bytes
 SHA1 (remove_dir_all-0.5.2.crate) = c5f67b82a1a1c70b0cd00d20d1d9c1149ff058ad
 RMD160 (remove_dir_all-0.5.2.crate) = 8bf4b2c9c859c1ba10fe9b0b48508594a7713d15
 SHA512 (remove_dir_all-0.5.2.crate) = d19a45398a93adbcef9f233f6b3eaf4a63ae95f5bbae00c880b40c5edd34449e7f798ebcd4d11843c68ddfa15e11bed21d434b224e4a175dcb64ae011c13c8cd
 Size (remove_dir_all-0.5.2.crate) = 8907 bytes
+SHA1 (rle-decode-fast-1.0.1.crate) = 38bc055e2cdd4ccd39ab7327191a7a624f12e6c8
+RMD160 (rle-decode-fast-1.0.1.crate) = 0d336cd5a8d0bd6a802ae9f9ab1c55fc4f9def84
+SHA512 (rle-decode-fast-1.0.1.crate) = 38b3565279b134dcb3bcba001b081ada73f36e4107bdee935036631b740b6e1d1f767e3965ad414e38c8606abc1733f898062bce01b8c19234f204adcbe05a4a
+Size (rle-decode-fast-1.0.1.crate) = 62490 bytes
 SHA1 (rustc-demangle-0.1.15.crate) = 87ede714123b09a82222433eafce2a62889f6266
 RMD160 (rustc-demangle-0.1.15.crate) = 89ede68e8978cf81741f410f77fac8f45d237eeb
 SHA512 (rustc-demangle-0.1.15.crate) = 9d10aae8df45db86fcee7fd51edc60961221cf2e3e74e826360fd01c8aa4dbf64eb1de4431309e6db89966f8f88c0933a35156835696f4693fc6f9d5c2e5fd1c
@@ -756,10 +780,10 @@ SHA1 (rusttype-0.7.7.crate) = e17f81b51bfd2c356e53038b270d06bd585a31bf
 RMD160 (rusttype-0.7.7.crate) = 5073324734b0d5abf2ac81391cb0d2f827d07ec6
 SHA512 (rusttype-0.7.7.crate) = 1eb85ea4997c0cf0bb20c6cab479fec244b58c7f0c2ee8bdd8ad3abc1c8408a05d87e35cdff267b6f99f67a09c771964f0eb75c5fef069b78423181aceadb73d
 Size (rusttype-0.7.7.crate) = 58703 bytes
-SHA1 (ryu-0.2.8.crate) = aec367bce0d515859c42aafec4be3160c7c25b1c
-RMD160 (ryu-0.2.8.crate) = 949194e3ba70185f24e0203cc8deed8f7167c9e7
-SHA512 (ryu-0.2.8.crate) = 15a17fa06cb971847386013b7bc80e0483bb30f62062ac1e3200d588cb52771a7d34cdd74aba51de46341d303bd29065cf1f8cdcc17c23576cfadaefe63384b4
-Size (ryu-0.2.8.crate) = 42798 bytes
+SHA1 (ryu-1.0.0.crate) = 40a676c8add301dbc8cc181681a4e6eed1194503
+RMD160 (ryu-1.0.0.crate) = 34e8fea1e369046c1e2eb94517eefa428046da86
+SHA512 (ryu-1.0.0.crate) = b5dd360611fdf76ff13d377c1c79ce09a4fab90a8b7fc917a4424b8246c8a0da7d3ec515b8c69b695d936b1207072d173b9f40fd5cb218f1eab947862112caf0
+Size (ryu-1.0.0.crate) = 40170 bytes
 SHA1 (same-file-1.0.4.crate) = ee326fedd846c34299b71bb983212afe7dd3c03f
 RMD160 (same-file-1.0.4.crate) = 54aaf855c0d1dcc8a5c370c1629c09819fdfb0bf
 SHA512 (same-file-1.0.4.crate) = bfb961dc7a31d5dd3be748d6ac609006ba71e0a6f61ec06c5f96a651e1ad1e768873b7cc2a10d9a52a6c670e7b56bf015df2974158001cb3138e2108d3160fea
@@ -800,10 +824,10 @@ SHA1 (serde_derive-1.0.94.crate) = 9142ec4fff30f2640a6d3fc87ca6b33f6291737a
 RMD160 (serde_derive-1.0.94.crate) = 27096654dced40e1cc50af9176ecbb6e14f24cf8
 SHA512 (serde_derive-1.0.94.crate) = 93d938893bc191cae537dfe8f04ed84c5217f77627782b240b9a54618ead2a04c501a63ef90f0df402eecc489eb91c8477b14f4ba2999440dda3e6d579eec36f
 Size (serde_derive-1.0.94.crate) = 48824 bytes
-SHA1 (serde_json-1.0.39.crate) = cdf6a010464d19afaa90600d9afaec203355a3e2
-RMD160 (serde_json-1.0.39.crate) = 4c8bd823eaa8000539e6e78fc5f6f4a1aaa4ca01
-SHA512 (serde_json-1.0.39.crate) = 7180e5deb60e196f6b1ba3ac2a1bad6cea59d29f65fa7fb9258beb3d7012d6f3ea624e21fbb17868f5a21224f93b3f7b24875a94d50ba0d05e5b8d2aef632036
-Size (serde_json-1.0.39.crate) = 69621 bytes
+SHA1 (serde_json-1.0.40.crate) = 1ced1a5beb0dddf9b97f7cdf7807e48f2b0712f8
+RMD160 (serde_json-1.0.40.crate) = fd1bd52b8f4532d6bfc6f5c8940c8765af6ea309
+SHA512 (serde_json-1.0.40.crate) = d09bc95c963f510686106d9885f3420b9eabba8bf32626597dafd43ffbe91ea72ee4a3fedfca922794a727214d73929970acced8eccaa23616cde33dfde9f842
+Size (serde_json-1.0.40.crate) = 69695 bytes
 SHA1 (serde_yaml-0.8.9.crate) = 28d459de74789b942a460dc44993c386b1ceec97
 RMD160 (serde_yaml-0.8.9.crate) = 46097539b332bd80d6d290223900800545430a04
 SHA512 (serde_yaml-0.8.9.crate) = 198b47713797de96c188c07241ba81e5452642b09f36baf5f6ff664e05b9a1ce4562aa07c29f99add7d760fa55bb41860d2dc3542424d0ace6ed9ce6cfbaf385
@@ -856,6 +880,10 @@ SHA1 (socket2-0.3.9.crate) = 299a5fcfc082c8e754f0b72e5b05ad200f791558
 RMD160 (socket2-0.3.9.crate) = 0ac14dd70bff160aecef4f17581701d40b5dddb6
 SHA512 (socket2-0.3.9.crate) = 526b2ef0a928357c1ff3ed998842afffe1d1e758ba480f922b0fe12cbb48cc811278554f99de63345e6c12b5027b738448adbfb46a78fd50555dd87e6a701e47
 Size (socket2-0.3.9.crate) = 29791 bytes
+SHA1 (spin-0.5.0.crate) = a977db9ddd0b692b252effd13e72f4c4bff6ab50
+RMD160 (spin-0.5.0.crate) = be7748b2372eb2e83821065368e888b9400927b0
+SHA512 (spin-0.5.0.crate) = 21f23977f7cf1fe10175cf10f1b1c0a3faec47bd472508f69ad77ceecda32eb5eadc2b497354a14656e679376f5ecea101821cc2158a9cce7d78c34ed7499df7
+Size (spin-0.5.0.crate) = 10493 bytes
 SHA1 (spsc-buffer-0.1.1.crate) = bd0a3e50b17119a3df81450b488455b5700006b6
 RMD160 (spsc-buffer-0.1.1.crate) = a73c3509264a7f75fcb1b31d0a1189287d80938d
 SHA512 (spsc-buffer-0.1.1.crate) = c77619a2dac332f5ec359c559c408e25836b4130f6d078488ffa48cf2ea173acf74ec6bf3488d17e3e51ef756b33c3c27050587aef2e1b0525c2900906cc15b4
@@ -884,10 +912,14 @@ SHA1 (synstructure-0.10.2.crate) = 62f9000e2360905bd5ac37202ba5a2e669be2bfa
 RMD160 (synstructure-0.10.2.crate) = d27753b36318c9de9f331fb50ad6ae77a37ca364
 SHA512 (synstructure-0.10.2.crate) = 48da0daf778cd18547e51a080f1e86149534527f20026601b21423c9f89cf6adb7a121b01dd9bb0b680403eb728a92e75242e5ae31a725ea5b1f19c5f47f0458
 Size (synstructure-0.10.2.crate) = 17988 bytes
-SHA1 (tempfile-3.0.8.crate) = b89357238c19b75e85c470072ebb8eb04df3a738
-RMD160 (tempfile-3.0.8.crate) = eb97eaf8255c8069b84f74fa151471d291376416
-SHA512 (tempfile-3.0.8.crate) = 88f5bb3ac88b192b9f106d5902ac7563114b901df8c36cbb7f2eb7dccd631e19093cd1ec6aa82e4b833f35ab265072e81f3205773654c263555bee22a78abc00
-Size (tempfile-3.0.8.crate) = 24549 bytes
+SHA1 (take_mut-0.2.2.crate) = d71787942855802e6808b3842ec84e9513813cbc
+RMD160 (take_mut-0.2.2.crate) = 8e7489dd32bcda591eb330209f7f3b6a312f055e
+SHA512 (take_mut-0.2.2.crate) = f75a5ce723e710809130878b0ff5df368f5929201e557661dd0154f3b31ea58d7d30d84672ca5a684fbfcae5f82ab2c21b1b5d9edc4c67d08c221228bd9de814
+Size (take_mut-0.2.2.crate) = 4263 bytes
+SHA1 (tempfile-3.1.0.crate) = 13692c6c4b17e48d9bf24a8d0301d05bf3c4d988
+RMD160 (tempfile-3.1.0.crate) = 27c7a980d9e3f38162841dbbcadfabc63ec0af94
+SHA512 (tempfile-3.1.0.crate) = a87ee51c36a81a8a8eb8f091eb57926682f38b707f7f641332d8752170e6c139a656ae49c6861f51e07c2fab5c86cc9b2ac158f5d89c6bff15d18934dd4e7ba5
+Size (tempfile-3.1.0.crate) = 25823 bytes
 SHA1 (termcolor-1.0.5.crate) = 6aef162bd89affe717a592e4139c8dbafa6dab48
 RMD160 (termcolor-1.0.5.crate) = 06551be37d3095fa4408c171a8361aacee798357
 SHA512 (termcolor-1.0.5.crate) = d729ef6da68be8e2ce19ef02336193d8baea97a28cc8789806587da829471222a0c7669b4485ef81b1d52e85096d787dcfd4f064c894904602b595aa024fcdca
@@ -896,10 +928,6 @@ SHA1 (terminfo-0.6.1.crate) = 40daf18b739be12e2960f326b14d55760098a993
 RMD160 (terminfo-0.6.1.crate) = 4b08f9151c4f8b275b92cac7797427094e58ced9
 SHA512 (terminfo-0.6.1.crate) = 67ac7738c57a5e410dcf9aafa277e034e9708b5f6fa1d486f9be3d5275cccaf5f5458ae2ca936bec532151b003665563b80752c4eabfd8482920c17e10f7f272
 Size (terminfo-0.6.1.crate) = 44031 bytes
-SHA1 (termion-1.5.3.crate) = 888fe31c4fae79ef6a33fd9cc0239f89adba4b52
-RMD160 (termion-1.5.3.crate) = 4e3fba8d80b5725fe237cd3732986735444d722a
-SHA512 (termion-1.5.3.crate) = 1cbe60f97d5f8b95e6a57ec9b7cfcf37459bc8dbcf8424b055f04b2ecdaf069e1bb52222364a2f380dc3f63039fe3823d424228af1c212a8b3790b7dd55d5deb
-Size (termion-1.5.3.crate) = 22080 bytes
 SHA1 (textwrap-0.11.0.crate) = 75648d4aa5657ab34a4df9c34a3645431fd2739f
 RMD160 (textwrap-0.11.0.crate) = 3a9a334e7c0c6cbb9f54e51ad991304da31caf2c
 SHA512 (textwrap-0.11.0.crate) = f5c0fe4f28ff1a3a0931e8e235b5157a45f67967985bcc752418c5ec3481fca44a8ae4800088889b37e8cd0533f53d3c456d5ffd19b767b3f83a87b49a2e209a
@@ -952,10 +980,10 @@ SHA1 (utf8parse-0.1.1.crate) = b6ba5938eb00dfe68830d18f962bf3997d471582
 RMD160 (utf8parse-0.1.1.crate) = 72ee0b1e8a3db92a2a6d007b0f9a980a22a3bb0e
 SHA512 (utf8parse-0.1.1.crate) = 543d4daddce8248b181deb1c3952ca15303d78616480b23af163ca6253a059b5ce9494652839a051c48a47816c3dd719465bbe5bb7930db676a16bcdac47c517
 Size (utf8parse-0.1.1.crate) = 13995 bytes
-SHA1 (vcpkg-0.2.6.crate) = a23dd9ebbe0e73bf93730cf2533ac57c99fca7e7
-RMD160 (vcpkg-0.2.6.crate) = 6bf4e1d4423173717dfb8ebc5cfde722331a8b85
-SHA512 (vcpkg-0.2.6.crate) = 55678e3cbb7b1bf80e2589df3fc580bb595576a5f24e515819906082ed081e47a546d6825bb92fae56ed0157407244e1b77af1677f0380f2fdd15cc54853675e
-Size (vcpkg-0.2.6.crate) = 9866 bytes
+SHA1 (vcpkg-0.2.7.crate) = ec2038340f11757ba605f214214438154cdea44f
+RMD160 (vcpkg-0.2.7.crate) = 230b0fdb1a38b0fbe17ff584e21b0205b1b87273
+SHA512 (vcpkg-0.2.7.crate) = d298d8a3de58138a4be622b3038949d29e92b83941765fc3e25539a3779451cb9deadceda9bdf46186700c01eb65bb1b5c03e3b3cf7a5fe1c48c06e1b1591a1b
+Size (vcpkg-0.2.7.crate) = 11012 bytes
 SHA1 (vec_map-0.8.1.crate) = 62fd3b709e0efbb9d984d8541d811deff5930e23
 RMD160 (vec_map-0.8.1.crate) = 60ade9d4a361db970dd5a27786e5de3b491a4b62
 SHA512 (vec_map-0.8.1.crate) = 026cf10dc7ba98ae51dd312fc847cbaea41c25f0da5db6e0e22c2ecf75584bbf876d7bd96035fbbcf6696d702d5a3f25977e02a2d77cf519aa21e3ed05710e40
@@ -1104,6 +1132,8 @@ SHA1 (zip-0.5.2.crate) = b4efe358b8267688f6e2f9ca36af9b8e764d55da
 RMD160 (zip-0.5.2.crate) = 0e4e10d7a43571fdb8926bf68bcc2728447bcb65
 SHA512 (zip-0.5.2.crate) = 4433cb75ec8bbaa946c8ffd8f1ee2f50b4117a660b850ceb5f38e688ad903979fbb4a885926cba14fac11eb8089e1155ce9041ec132be78952baa7fc4666880d
 Size (zip-0.5.2.crate) = 29522 bytes
+SHA1 (patch-Cargo_lock) = ab916f6f0741865a77527b9464c8f37ef40062f1
+SHA1 (patch-Cargo_toml) = d826fe102868e89f7ba38dba15f4b6bf59e22fc0
 SHA1 (patch-netbsd) = 5c4ecafa5d785e321ab8de38d4f93ab2e6aca248
 SHA1 (patch-vendor_xcb-0.8.2_build_rs) = a459226fbc9600903e753e70045c588bfe3bd399
 SHA1 (patch-vendor_xcb-0.8.2_rs-client_py) = fccc10dfa3984c30adb71ed2ed6127130e6aa448
diff --git a/alacritty/patches/patch-Cargo_lock b/alacritty/patches/patch-Cargo_lock
new file mode 100644
index 0000000000..8efcc2b6a5
--- /dev/null
+++ b/alacritty/patches/patch-Cargo_lock
@@ -0,0 +1,1433 @@
+From 114769ba295f3b58139a630af712e05188676ba3 Mon Sep 17 00:00:00 2001
+From: Christian Duerr <contact%christianduerr.com@localhost>
+Date: Sat, 13 Jul 2019 18:09:10 +0200
+Subject: [PATCH] Update depedencies
+
+---
+ Cargo.lock | 447 ++++++++++++++++++++++++++++++-----------------------
+ 1 file changed, 254 insertions(+), 193 deletions(-)
+
+diff --git a/Cargo.lock b/Cargo.lock
+index 3e7178eae..ac3777507 100644
+--- Cargo.lock~
++++ Cargo.lock
+@@ -10,15 +10,15 @@ name = "aho-corasick"
+ version = "0.6.10"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+- "memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
++ "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
+ [[package]]
+ name = "aho-corasick"
+-version = "0.7.3"
++version = "0.7.4"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+- "memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
++ "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
+ [[package]]
+@@ -29,10 +29,10 @@ dependencies = [
+  "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
+  "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
+  "dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
+- "env_logger 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
+- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
++ "env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
++ "log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
+  "rustc_tools_util 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
+- "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)",
++ "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
+  "serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)",
+  "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
+  "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
+@@ -54,8 +54,8 @@ dependencies = [
+  "gl_generator 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
+  "glutin 0.21.0 (registry+https://github.com/rust-lang/crates.io-index)",
+  "image 0.21.2 (registry+https://github.com/rust-lang/crates.io-index)",
+- "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
+- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)",
++ "log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
+  "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
+  "mio-anonymous-pipes 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
+  "mio-extras 2.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
+@@ -67,7 +67,7 @@ dependencies = [
+  "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
+  "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)",
+  "serde_derive 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)",
+- "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)",
++ "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
+  "serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)",
+  "signal-hook 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
+  "static_assertions 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
+@@ -78,7 +78,6 @@ dependencies = [
+  "widestring 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
+  "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
+  "winpty 0.1.0",
+- "x11-dl 2.18.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
+ [[package]]
+@@ -131,7 +130,7 @@ dependencies = [
+ 
+ [[package]]
+ name = "arrayvec"
+-version = "0.4.10"
++version = "0.4.11"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+  "nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
+@@ -139,11 +138,10 @@ dependencies = [
+ 
+ [[package]]
+ name = "atty"
+-version = "0.2.11"
++version = "0.2.12"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+- "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
+- "termion 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)",
+  "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
+@@ -154,23 +152,22 @@ source = "registry+https://github.com/rust-lang/crates.io-index";
+ 
+ [[package]]
+ name = "backtrace"
+-version = "0.3.30"
++version = "0.3.32"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+- "autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
+- "backtrace-sys 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
++ "backtrace-sys 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)",
+  "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
+- "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)",
+  "rustc-demangle 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
+ [[package]]
+ name = "backtrace-sys"
+-version = "0.1.29"
++version = "0.1.30"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+  "cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
+- "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
+ [[package]]
+@@ -192,7 +189,7 @@ dependencies = [
+  "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
+  "env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)",
+  "lazy_static 1.3.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.7 (registry+https://github.com/rust-lang/crates.io-index)",
+  "peeking_take_while 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
+  "quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
+  "regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
+@@ -209,7 +206,7 @@ name = "blake2-rfc"
+ version = "0.2.18"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+- "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
++ "arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
+  "constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
+@@ -229,7 +226,7 @@ version = "0.3.3"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+  "bzip2-sys 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
+- "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
+ [[package]]
+@@ -238,7 +235,16 @@ version = "0.1.7"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+  "cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
+- "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)",
++]
++
++[[package]]
++name = "c2-chacha"
++version = "0.2.2"
++source = "registry+https://github.com/rust-lang/crates.io-index";
++dependencies = [
++ "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
++ "ppv-lite86 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
+ [[package]]
+@@ -267,8 +273,8 @@ name = "cgl"
+ version = "0.2.3"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+- "gleam 0.6.17 (registry+https://github.com/rust-lang/crates.io-index)",
+- "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
++ "gleam 0.6.18 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
+ [[package]]
+@@ -277,8 +283,8 @@ version = "0.22.0"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+  "glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
+- "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
+- "libloading 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
+ [[package]]
+@@ -287,7 +293,7 @@ version = "2.33.0"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+  "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
+- "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
++ "atty 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
+  "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
+  "strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
+  "textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
+@@ -329,7 +335,7 @@ dependencies = [
+  "core-foundation 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
+  "core-graphics 0.17.3 (registry+https://github.com/rust-lang/crates.io-index)",
+  "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
+- "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)",
+  "objc 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
+@@ -364,7 +370,7 @@ version = "0.6.4"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+  "core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
+- "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
+ [[package]]
+@@ -380,7 +386,7 @@ dependencies = [
+  "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
+  "core-foundation 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
+  "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
+- "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
+ [[package]]
+@@ -391,7 +397,7 @@ dependencies = [
+  "core-foundation 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
+  "core-graphics 0.17.3 (registry+https://github.com/rust-lang/crates.io-index)",
+  "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
+- "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
+ [[package]]
+@@ -425,7 +431,7 @@ name = "crossbeam-epoch"
+ version = "0.7.1"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+- "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
++ "arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
+  "cfg-if 0.1.9 (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.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
+@@ -452,7 +458,7 @@ dependencies = [
+ 
+ [[package]]
+ name = "deflate"
+-version = "0.7.19"
++version = "0.7.20"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+  "adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
+@@ -465,7 +471,7 @@ version = "1.0.2"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+  "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
+- "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
++ "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
+  "syn 0.15.39 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
+@@ -474,7 +480,7 @@ name = "dirs"
+ version = "1.0.5"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+- "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)",
+  "redox_users 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
+  "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+@@ -484,7 +490,7 @@ name = "dlib"
+ version = "0.4.1"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+- "libloading 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
+ [[package]]
+@@ -508,7 +514,7 @@ version = "0.9.0"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+  "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
+- "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)",
+  "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)",
+  "serde_derive 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)",
+  "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
+@@ -533,22 +539,22 @@ name = "env_logger"
+ version = "0.5.13"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+- "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
++ "atty 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
+  "humantime 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)",
+- "regex 1.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
++ "log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
++ "regex 1.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
+  "termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
+ [[package]]
+ name = "env_logger"
+-version = "0.6.1"
++version = "0.6.2"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+- "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
++ "atty 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
+  "humantime 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)",
+- "regex 1.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
++ "log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
++ "regex 1.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
+  "termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
+@@ -558,7 +564,7 @@ version = "0.2.4"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+  "errno-dragonfly 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
+- "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)",
+  "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
+@@ -568,7 +574,7 @@ version = "0.1.1"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+  "gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)",
+- "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
+ [[package]]
+@@ -586,7 +592,7 @@ version = "0.1.0"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+  "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
+- "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
++ "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
+  "syn 0.15.39 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
+@@ -604,7 +610,7 @@ name = "failure"
+ version = "0.1.5"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+- "backtrace 0.3.30 (registry+https://github.com/rust-lang/crates.io-index)",
++ "backtrace 0.3.32 (registry+https://github.com/rust-lang/crates.io-index)",
+  "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
+@@ -614,7 +620,7 @@ version = "0.1.5"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+  "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
+- "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
++ "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
+  "syn 0.15.39 (registry+https://github.com/rust-lang/crates.io-index)",
+  "synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+@@ -625,8 +631,8 @@ version = "0.2.5"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+  "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
+- "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
+- "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)",
++ "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
+ [[package]]
+@@ -646,8 +652,8 @@ dependencies = [
+  "euclid 0.19.9 (registry+https://github.com/rust-lang/crates.io-index)",
+  "foreign-types 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
+  "freetype-rs 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)",
+- "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
+- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)",
++ "log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
+  "servo-fontconfig 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
+@@ -674,7 +680,7 @@ version = "0.1.0"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+  "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
+- "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
++ "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
+  "syn 0.15.39 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
+@@ -695,7 +701,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+  "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
+  "freetype-sys 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
+- "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
+ [[package]]
+@@ -703,7 +709,7 @@ name = "freetype-sys"
+ version = "0.7.1"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+- "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)",
+  "libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
+  "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+@@ -722,7 +728,7 @@ name = "fsevent-sys"
+ version = "2.0.1"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+- "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
+ [[package]]
+@@ -749,6 +755,15 @@ name = "gcc"
+ version = "0.3.55"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ 
++[[package]]
++name = "getrandom"
++version = "0.1.6"
++source = "registry+https://github.com/rust-lang/crates.io-index";
++dependencies = [
++ "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)",
++]
++
+ [[package]]
+ name = "gif"
+ version = "0.10.2"
+@@ -764,13 +779,13 @@ version = "0.11.0"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+  "khronos_api 3.1.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.7 (registry+https://github.com/rust-lang/crates.io-index)",
+  "xml-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
+ [[package]]
+ name = "gleam"
+-version = "0.6.17"
++version = "0.6.18"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+  "gl_generator 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
+@@ -798,7 +813,7 @@ dependencies = [
+  "glutin_glx_sys 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
+  "glutin_wgl_sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
+  "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
+- "libloading 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
+  "objc 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
+  "osmesa-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
+  "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
+@@ -849,7 +864,7 @@ dependencies = [
+ 
+ [[package]]
+ name = "http_req"
+-version = "0.5.0"
++version = "0.5.1"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+  "native-tls 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
+@@ -906,7 +921,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+  "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
+  "inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
+- "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
+ [[package]]
+@@ -914,7 +929,7 @@ name = "inotify-sys"
+ version = "0.1.3"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+- "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
+ [[package]]
+@@ -922,7 +937,7 @@ name = "iovec"
+ version = "0.1.2"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+- "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)",
+  "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
+@@ -958,6 +973,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index";
+ name = "lazy_static"
+ version = "1.3.0"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
++dependencies = [
++ "spin 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
++]
+ 
+ [[package]]
+ name = "lazycell"
+@@ -966,22 +984,24 @@ source = "registry+https://github.com/rust-lang/crates.io-index";
+ 
+ [[package]]
+ name = "libc"
+-version = "0.2.58"
++version = "0.2.59"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ 
+ [[package]]
+ name = "libflate"
+-version = "0.1.24"
++version = "0.1.25"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+  "adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
+  "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
+  "crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
++ "rle-decode-fast 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
++ "take_mut 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
+ [[package]]
+ name = "libloading"
+-version = "0.5.1"
++version = "0.5.2"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+  "cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
+@@ -994,9 +1014,9 @@ version = "1.0.25"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+  "cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
+- "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)",
+  "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
+- "vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
++ "vcpkg 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
+ [[package]]
+@@ -1023,7 +1043,7 @@ dependencies = [
+ 
+ [[package]]
+ name = "log"
+-version = "0.4.6"
++version = "0.4.7"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+  "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
+@@ -1039,7 +1059,7 @@ name = "malloc_buf"
+ version = "0.0.6"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+- "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
+ [[package]]
+@@ -1052,12 +1072,12 @@ name = "memchr"
+ version = "1.0.2"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+- "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
+ [[package]]
+ name = "memchr"
+-version = "2.2.0"
++version = "2.2.1"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ 
+ [[package]]
+@@ -1065,7 +1085,7 @@ name = "memmap"
+ version = "0.7.0"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+- "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)",
+  "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
+@@ -1083,8 +1103,8 @@ dependencies = [
+  "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
+  "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
+  "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
+- "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
+- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)",
++ "log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
+  "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
+  "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
+  "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
+@@ -1108,7 +1128,7 @@ version = "2.0.5"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+  "lazycell 1.2.1 (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.7 (registry+https://github.com/rust-lang/crates.io-index)",
+  "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
+  "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+@@ -1118,7 +1138,7 @@ name = "mio-named-pipes"
+ version = "0.1.6"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
++ "log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
+  "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
+  "miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
+  "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
+@@ -1130,7 +1150,7 @@ version = "0.6.7"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+  "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
+- "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)",
+  "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
+@@ -1169,15 +1189,15 @@ version = "0.2.3"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+  "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
+- "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
+- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)",
++ "log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
+  "openssl 0.10.23 (registry+https://github.com/rust-lang/crates.io-index)",
+  "openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
+  "openssl-sys 0.9.47 (registry+https://github.com/rust-lang/crates.io-index)",
+  "schannel 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
+  "security-framework 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
+  "security-framework-sys 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
+- "tempfile 3.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
++ "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
+ [[package]]
+@@ -1186,7 +1206,7 @@ version = "0.2.33"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+  "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
+- "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)",
+  "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
+@@ -1198,7 +1218,7 @@ dependencies = [
+  "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
+  "cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
+  "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
+- "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)",
+  "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
+@@ -1220,7 +1240,7 @@ name = "nom"
+ version = "4.2.3"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+- "memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
++ "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
+  "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
+@@ -1235,7 +1255,7 @@ dependencies = [
+  "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)",
+  "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
+- "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)",
+  "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
+  "mio-extras 2.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
+  "walkdir 2.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
+@@ -1248,7 +1268,7 @@ version = "0.2.5"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+  "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
+- "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
++ "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
+  "syn 0.15.39 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
+@@ -1294,14 +1314,9 @@ name = "num_cpus"
+ version = "1.10.1"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+- "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
+-[[package]]
+-name = "numtoa"
+-version = "0.1.0"
+-source = "registry+https://github.com/rust-lang/crates.io-index";
+-
+ [[package]]
+ name = "objc"
+ version = "0.2.6"
+@@ -1337,7 +1352,7 @@ dependencies = [
+  "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
+  "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
+  "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
+- "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)",
+  "openssl-sys 0.9.47 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
+@@ -1353,9 +1368,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+  "autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
+  "cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
+- "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)",
+  "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
+- "vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
++ "vcpkg 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
+ [[package]]
+@@ -1396,7 +1411,7 @@ name = "parking_lot_core"
+ version = "0.4.0"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+- "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.59 (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)",
+  "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
+@@ -1458,7 +1473,7 @@ version = "0.14.1"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+  "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
+- "deflate 0.7.19 (registry+https://github.com/rust-lang/crates.io-index)",
++ "deflate 0.7.20 (registry+https://github.com/rust-lang/crates.io-index)",
+  "inflate 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
+  "num-iter 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+@@ -1468,6 +1483,11 @@ name = "podio"
+ version = "0.1.6"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ 
++[[package]]
++name = "ppv-lite86"
++version = "0.2.5"
++source = "registry+https://github.com/rust-lang/crates.io-index";
++
+ [[package]]
+ name = "proc-macro2"
+ version = "0.4.30"
+@@ -1488,7 +1508,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index";
+ 
+ [[package]]
+ name = "quote"
+-version = "0.6.12"
++version = "0.6.13"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+  "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
+@@ -1500,7 +1520,7 @@ version = "0.6.5"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+  "autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
+- "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.59 (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.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)",
+@@ -1512,6 +1532,18 @@ dependencies = [
+  "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
++[[package]]
++name = "rand"
++version = "0.7.0"
++source = "registry+https://github.com/rust-lang/crates.io-index";
++dependencies = [
++ "getrandom 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)",
++ "rand_chacha 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
++ "rand_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
++ "rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
++]
++
+ [[package]]
+ name = "rand_chacha"
+ version = "0.1.1"
+@@ -1521,6 +1553,16 @@ dependencies = [
+  "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
++[[package]]
++name = "rand_chacha"
++version = "0.2.0"
++source = "registry+https://github.com/rust-lang/crates.io-index";
++dependencies = [
++ "autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
++ "c2-chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
++ "rand_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
++]
++
+ [[package]]
+ name = "rand_core"
+ version = "0.3.1"
+@@ -1534,6 +1576,14 @@ name = "rand_core"
+ version = "0.4.0"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ 
++[[package]]
++name = "rand_core"
++version = "0.5.0"
++source = "registry+https://github.com/rust-lang/crates.io-index";
++dependencies = [
++ "getrandom 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
++]
++
+ [[package]]
+ name = "rand_hc"
+ version = "0.1.0"
+@@ -1542,6 +1592,14 @@ dependencies = [
+  "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
++[[package]]
++name = "rand_hc"
++version = "0.2.0"
++source = "registry+https://github.com/rust-lang/crates.io-index";
++dependencies = [
++ "rand_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
++]
++
+ [[package]]
+ name = "rand_isaac"
+ version = "0.1.1"
+@@ -1555,7 +1613,7 @@ name = "rand_jitter"
+ version = "0.1.4"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+- "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.59 (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.7 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+@@ -1567,7 +1625,7 @@ 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-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
+- "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.59 (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)",
+  "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
+@@ -1622,17 +1680,9 @@ dependencies = [
+ 
+ [[package]]
+ name = "redox_syscall"
+-version = "0.1.54"
++version = "0.1.56"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ 
+-[[package]]
+-name = "redox_termios"
+-version = "0.1.1"
+-source = "registry+https://github.com/rust-lang/crates.io-index";
+-dependencies = [
+- "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)",
+-]
+-
+ [[package]]
+ name = "redox_users"
+ version = "0.3.0"
+@@ -1641,7 +1691,7 @@ dependencies = [
+  "argon2rs 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
+  "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
+  "rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
+- "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)",
++ "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
+ [[package]]
+@@ -1650,7 +1700,7 @@ version = "0.2.11"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+  "aho-corasick 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
+- "memchr 2.2.0 (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.5.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.3 (registry+https://github.com/rust-lang/crates.io-index)",
+@@ -1658,12 +1708,12 @@ dependencies = [
+ 
+ [[package]]
+ name = "regex"
+-version = "1.1.7"
++version = "1.1.9"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+- "aho-corasick 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
+- "memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
+- "regex-syntax 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
++ "aho-corasick 0.7.4 (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.8 (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.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+@@ -1678,7 +1728,7 @@ dependencies = [
+ 
+ [[package]]
+ name = "regex-syntax"
+-version = "0.6.7"
++version = "0.6.8"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+  "ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
+@@ -1692,6 +1742,11 @@ dependencies = [
+  "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
++[[package]]
++name = "rle-decode-fast"
++version = "1.0.1"
++source = "registry+https://github.com/rust-lang/crates.io-index";
++
+ [[package]]
+ name = "rustc-demangle"
+ version = "0.1.15"
+@@ -1716,14 +1771,14 @@ version = "0.7.7"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+  "approx 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
+- "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
++ "arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
+  "ordered-float 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
+  "stb_truetype 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
+ [[package]]
+ name = "ryu"
+-version = "0.2.8"
++version = "1.0.0"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ 
+ [[package]]
+@@ -1760,7 +1815,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+  "core-foundation 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
+  "core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
+- "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)",
+  "security-framework-sys 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
+@@ -1796,17 +1851,17 @@ version = "1.0.94"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+  "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
+- "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
++ "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
+  "syn 0.15.39 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
+ [[package]]
+ name = "serde_json"
+-version = "1.0.39"
++version = "1.0.40"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+  "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
+- "ryu 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
++ "ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
+  "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
+@@ -1826,7 +1881,7 @@ name = "servo-fontconfig"
+ version = "0.4.0"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+- "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)",
+  "servo-fontconfig-sys 4.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
+@@ -1853,7 +1908,7 @@ version = "0.1.9"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+  "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
+- "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
+ [[package]]
+@@ -1861,7 +1916,7 @@ name = "signal-hook"
+ version = "0.1.9"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+- "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)",
+  "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
+  "mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
+  "signal-hook-registry 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
+@@ -1873,7 +1928,7 @@ version = "1.0.1"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+  "arc-swap 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
+- "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
+ [[package]]
+@@ -1937,11 +1992,16 @@ version = "0.3.9"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+  "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
+- "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
+- "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)",
++ "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
+  "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
++[[package]]
++name = "spin"
++version = "0.5.0"
++source = "registry+https://github.com/rust-lang/crates.io-index";
++
+ [[package]]
+ name = "spsc-buffer"
+ version = "0.1.1"
+@@ -1976,7 +2036,7 @@ version = "0.15.39"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+  "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
+- "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
++ "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
+  "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
+@@ -1986,20 +2046,25 @@ version = "0.10.2"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+  "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
+- "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
++ "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
+  "syn 0.15.39 (registry+https://github.com/rust-lang/crates.io-index)",
+  "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
++[[package]]
++name = "take_mut"
++version = "0.2.2"
++source = "registry+https://github.com/rust-lang/crates.io-index";
++
+ [[package]]
+ name = "tempfile"
+-version = "3.0.8"
++version = "3.1.0"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+  "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
+- "libc 0.2.58 (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.54 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)",
++ "rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
++ "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
+  "remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
+  "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+@@ -2023,17 +2088,6 @@ dependencies = [
+  "phf_codegen 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
+-[[package]]
+-name = "termion"
+-version = "1.5.3"
+-source = "registry+https://github.com/rust-lang/crates.io-index";
+-dependencies = [
+- "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
+- "numtoa 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
+- "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)",
+- "redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
+-]
+-
+ [[package]]
+ name = "textwrap"
+ version = "0.11.0"
+@@ -2066,8 +2120,8 @@ name = "time"
+ version = "0.1.42"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+- "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
+- "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)",
++ "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
+  "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
+@@ -2132,7 +2186,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index";
+ 
+ [[package]]
+ name = "vcpkg"
+-version = "0.2.6"
++version = "0.2.7"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ 
+ [[package]]
+@@ -2155,7 +2209,7 @@ name = "vswhom"
+ version = "0.1.0"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+- "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)",
+  "vswhom-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
+@@ -2165,7 +2219,7 @@ version = "0.1.0"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+  "cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
+- "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
+ [[package]]
+@@ -2193,7 +2247,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+  "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
+  "downcast-rs 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
+- "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)",
+  "nix 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)",
+  "wayland-commons 0.21.13 (registry+https://github.com/rust-lang/crates.io-index)",
+  "wayland-scanner 0.21.13 (registry+https://github.com/rust-lang/crates.io-index)",
+@@ -2207,7 +2261,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+  "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
+  "downcast-rs 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
+- "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)",
+  "nix 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)",
+  "wayland-commons 0.23.5 (registry+https://github.com/rust-lang/crates.io-index)",
+  "wayland-scanner 0.23.5 (registry+https://github.com/rust-lang/crates.io-index)",
+@@ -2261,7 +2315,7 @@ version = "0.21.13"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+  "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
+- "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
++ "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
+  "xml-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
+@@ -2271,7 +2325,7 @@ version = "0.23.5"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+  "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
+- "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
++ "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
+  "xml-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
+@@ -2298,7 +2352,7 @@ name = "which"
+ version = "1.0.5"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+- "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
+ [[package]]
+@@ -2358,15 +2412,15 @@ version = "0.19.1"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+  "android_glue 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
+- "backtrace 0.3.30 (registry+https://github.com/rust-lang/crates.io-index)",
++ "backtrace 0.3.32 (registry+https://github.com/rust-lang/crates.io-index)",
+  "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
+  "cocoa 0.18.4 (registry+https://github.com/rust-lang/crates.io-index)",
+  "core-foundation 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
+  "core-graphics 0.17.3 (registry+https://github.com/rust-lang/crates.io-index)",
+  "image 0.21.2 (registry+https://github.com/rust-lang/crates.io-index)",
+  "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
+- "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
+- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)",
++ "log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
+  "objc 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
+  "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
+  "percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
+@@ -2382,9 +2436,9 @@ version = "0.1.0"
+ dependencies = [
+  "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
+  "embed-resource 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
+- "http_req 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
++ "http_req 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
+  "named_pipe 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
+- "tempfile 3.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
++ "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
+  "widestring 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
+  "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
+  "winpty-sys 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
+@@ -2431,7 +2485,7 @@ version = "2.18.3"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+  "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
+- "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)",
+  "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
+@@ -2440,8 +2494,8 @@ name = "xcb"
+ version = "0.8.2"
+ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+- "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
+- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)",
++ "log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+ 
+ [[package]]
+@@ -2469,7 +2523,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index";
+ dependencies = [
+  "bzip2 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
+  "crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
+- "libflate 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
++ "libflate 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
+  "podio 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
+  "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
+ ]
+@@ -2477,18 +2531,18 @@ dependencies = [
+ [metadata]
+ "checksum adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7e522997b529f05601e05166c07ed17789691f562762c7f3b987263d2dedee5c"
+ "checksum aho-corasick 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "81ce3d38065e618af2d7b77e10c5ad9a069859b4be3c2250f674af3840d9c8a5"
+-"checksum aho-corasick 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e6f484ae0c99fec2e858eb6134949117399f222608d84cadb3f58c1f97c2364c"
++"checksum aho-corasick 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "36b7aa1ccb7d7ea3f437cf025a2ab1c47cc6c1bc9fc84918ff449def12f5e282"
+ "checksum andrew 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9b7f09f89872c2b6b29e319377b1fbe91c6f5947df19a25596e121cf19a7b35e"
+ "checksum android_glue 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "000444226fcff248f2bc4c7625be32c63caccfecc2723a2b9f78a7487a49c407"
+ "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
+ "checksum approx 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f0e60b75072ecd4168020818c0107f2857bb6c4e64252d8d3983f6263b40a5c3"
+ "checksum arc-swap 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)" = "bc4662175ead9cd84451d5c35070517777949a2ed84551764129cedb88384841"
+ "checksum argon2rs 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3f67b0b6a86dae6e67ff4ca2b6201396074996379fba2b92ff649126f37cb392"
+-"checksum arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "92c7fb76bc8826a8b33b4ee5bb07a247a81e76764ab4d55e8f73e3a4d8808c71"
+-"checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652"
++"checksum arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = "b8d73f9beda665eaa98ab9e4f7442bd4e7de6652587de55b2525e52e29c1b0ba"
++"checksum atty 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)" = "ecaaea69f52b3b18633611ec0007d188517d0366f47ff703d400fa6879d6f8d5"
+ "checksum autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "0e49efa51329a5fd37e7c79db4621af617cd4e3e5bc224939808d076077077bf"
+-"checksum backtrace 0.3.30 (registry+https://github.com/rust-lang/crates.io-index)" = "ada4c783bb7e7443c14e0480f429ae2cc99da95065aeab7ee1b81ada0419404f"
+-"checksum backtrace-sys 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)" = "12cb9f1eef1d1fc869ad5a26c9fa48516339a15e54a227a25460fc304815fdb3"
++"checksum backtrace 0.3.32 (registry+https://github.com/rust-lang/crates.io-index)" = "18b50f5258d1a9ad8396d2d345827875de4261b158124d4c819d9b351454fae5"
++"checksum backtrace-sys 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)" = "5b3a000b9c543553af61bc01cbfc403b04b5caa9e421033866f2e98061eb3e61"
+ "checksum base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e"
+ "checksum bindgen 0.33.2 (registry+https://github.com/rust-lang/crates.io-index)" = "603ed8d8392ace9581e834e26bd09799bf1e989a79bd1aedbb893e72962bdc6e"
+ "checksum bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3d155346769a6855b86399e9bc3814ab343cd3d62c7e985113d46a0ec3c281fd"
+@@ -2497,6 +2551,7 @@ dependencies = [
+ "checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5"
+ "checksum bzip2 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "42b7c3cbf0fa9c1b82308d57191728ca0256cb821220f4e2fd410a72ade26e3b"
+ "checksum bzip2-sys 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "6584aa36f5ad4c9247f5323b0a42f37802b37a836f0ad87084d7a33961abe25f"
++"checksum c2-chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7d64d04786e0f528460fc884753cf8dddcc466be308f6026f8e355c41a0e4101"
+ "checksum cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)" = "39f75544d7bbaf57560d2168f28fd649ff9c76153874db88bdbdfd839b1a7e7d"
+ "checksum cexpr 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "42aac45e9567d97474a834efdee3081b3c942b2205be932092f53354ce503d6c"
+ "checksum cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "b486ce3ccf7ffd79fdeb678eac06a9e6c09fc88d33836340becb8fffe87c5e33"
+@@ -2519,7 +2574,7 @@ dependencies = [
+ "checksum crossbeam-epoch 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "04c9e3102cc2d69cd681412141b390abd55a362afc1540965dad0ad4d34280b4"
+ "checksum crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7c979cd6cfe72335896575c6b5688da489e420d36a27a0b9eb0c73db574b4a4b"
+ "checksum crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "f8306fcef4a7b563b76b7dd949ca48f52bc1141aa067d2ea09565f3e2652aa5c"
+-"checksum deflate 0.7.19 (registry+https://github.com/rust-lang/crates.io-index)" = "8a6abb26e16e8d419b5c78662aa9f82857c2386a073da266840e474d5055ec86"
++"checksum deflate 0.7.20 (registry+https://github.com/rust-lang/crates.io-index)" = "707b6a7b384888a70c8d2e8650b3e60170dfc6a67bb4aa67b6dfca57af4bedb4"
+ "checksum derivative 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6073e9676dbebdddeabaeb63e3b7cefd23c86f5c41d381ee1237cc77b1079898"
+ "checksum dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3fd78930633bd1c6e35c4b42b1df7b0cbc6bc191146e512bb3bedf243fcc3901"
+ "checksum dlib 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "77e51249a9d823a4cb79e3eca6dcd756153e8ed0157b6c04775d04bf1b13b76a"
+@@ -2530,7 +2585,7 @@ dependencies = [
+ "checksum either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5527cfe0d098f36e3f8839852688e63c8fff1c90b2b405aef730615f9a7bcf7b"
+ "checksum embed-resource 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9e691c6cebf9fc63d525a8308df4094f07dc8b391dad7fafd09b3c96081f834d"
+ "checksum env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)" = "15b0a4d2e39f8420210be8b27eeda28029729e2fd4291019455016c348240c38"
+-"checksum env_logger 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b61fa891024a945da30a9581546e8cfaf5602c7b3f4c137a2805cf388f92075a"
++"checksum env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "aafcde04e90a5226a6443b7aabdb016ba2f8307c847d524724bd9b346dd1a2d3"
+ "checksum errno 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "c2a071601ed01b988f896ab14b95e67335d1eeb50190932a1320f7fe3cadc84e"
+ "checksum errno-dragonfly 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "14ca354e36190500e1e1fb267c647932382b54053c50b14970856c0b00a35067"
+ "checksum euclid 0.19.9 (registry+https://github.com/rust-lang/crates.io-index)" = "596b99621b9477e7a5f94d2d8dd13a9c5c302ac358b822c67a42b6f1054450e1"
+@@ -2553,9 +2608,10 @@ dependencies = [
+ "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 gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)" = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2"
++"checksum getrandom 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "e65cce4e5084b14874c4e7097f38cab54f47ee554f9194673456ea379dcc4c55"
+ "checksum gif 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "86c2f2b597d6e05c86ee5947b2223bda468fe8dad3e88e2a6520869322aaf568"
+ "checksum gl_generator 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "39a23d5e872a275135d66895d954269cf5e8661d234eb1c2480f4ce0d586acbd"
+-"checksum gleam 0.6.17 (registry+https://github.com/rust-lang/crates.io-index)" = "7f46fd8874e043ffac0d638ed1567a2584f7814f6d72b4db37ab1689004a26c4"
++"checksum gleam 0.6.18 (registry+https://github.com/rust-lang/crates.io-index)" = "c8a455b5a3ccd35daeb89fdb8a89ebb0a1fe23c05c7a7f9017840bc3ae176f71"
+ "checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb"
+ "checksum glutin 0.21.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cb26027a84c3b9e1949ef0df0b6a3db8d0c124243a5c161ea25c7def90cb1474"
+ "checksum glutin_egl_sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "23f48987ab6cb2b61ad903b59e54a2fd0c380a7baff68cffd6826b69a73dd326"
+@@ -2563,7 +2619,7 @@ dependencies = [
+ "checksum glutin_gles2_sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "89996c30857ae1b4de4b5189abf1ea822a20a9fe9e1c93e5e7b862ff0bdd5cdf"
+ "checksum glutin_glx_sys 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "1290a5ca5e46fcfa7f66f949cc9d9194b2cb6f2ed61892c8c2b82343631dba57"
+ "checksum glutin_wgl_sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f801bbc91efc22dd1c4818a47814fc72bf74d024510451b119381579bfa39021"
+-"checksum http_req 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "06dc3c469026e12585cb2b783bbfdd853386907558a5e1b86c4c127d50167806"
++"checksum http_req 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9b7053e4a7b90e97e3c207f8293dc4a6e7f1d49156470b94f3685f1baa48f65a"
+ "checksum humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3ca7e5f2e110db35f93b837c81797f3714500b81d517bf20c431b16d3ca4f114"
+ "checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
+ "checksum image 0.21.2 (registry+https://github.com/rust-lang/crates.io-index)" = "99198e595d012efccf12abf4abc08da2d97be0b0355a2b08d101347527476ba4"
+@@ -2577,19 +2633,19 @@ dependencies = [
+ "checksum khronos_api 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
+ "checksum lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bc5729f27f159ddd61f4df6228e827e86643d4d3e7c32183cb30a1c08f604a14"
+ "checksum lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f"
+-"checksum libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)" = "6281b86796ba5e4366000be6e9e18bf35580adf9e63fbe2294aadb587613a319"
+-"checksum libflate 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)" = "fdd31ee4d780c641d240f5c0006d99445c53d2f5d1718e4813d725f6477d8720"
+-"checksum libloading 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a5692f82b51823e27c4118b3e5c0d98aee9be90633ebc71ad12afef380b50219"
++"checksum libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)" = "3262021842bf00fe07dbd6cf34ff25c99d7a7ebef8deea84db72be3ea3bb0aff"
++"checksum libflate 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)" = "90c6f86f4b0caa347206f916f8b687b51d77c6ef8ff18d52dd007491fd580529"
++"checksum libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"
+ "checksum libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" = "2eb5e43362e38e2bca2fd5f5134c4d4564a23a5c28e9b95411652021a8675ebe"
+ "checksum line_drawing 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5cc7ad3d82c845bdb5dde34ffdcc7a5fb4d2996e1e1ee0f19c33bc80e15196b9"
+ "checksum linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83"
+ "checksum lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c"
+-"checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6"
++"checksum log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "c275b6ad54070ac2d665eef9197db647b32239c9d244bfb6f041a766d00da5b3"
+ "checksum lzw 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7d947cbb889ed21c2a84be6ffbaebf5b4e0f4340638cba0444907e38b56be084"
+ "checksum malloc_buf 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
+ "checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
+ "checksum memchr 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "148fab2e51b4f1cfc66da2a7c32981d1d3c083a803978268bb11fe4b86925e7a"
+-"checksum memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2efc7bc57c883d4a4d6e3246905283d8dae951bb3bd32f49d6ef297f546e1c39"
++"checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e"
+ "checksum memmap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b"
+ "checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3"
+ "checksum mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)" = "83f51996a3ed004ef184e16818edc51fadffe8e7ca68be67f9dee67d84d0ff23"
+@@ -2613,7 +2669,6 @@ dependencies = [
+ "checksum num-rational 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f2885278d5fe2adc2f75ced642d52d879bffaceb5a2e0b1d4309ffdfb239b454"
+ "checksum num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "6ba9a427cfca2be13aa6f6403b0b7e7368fe982bfa16fccc450ce74c46cd9b32"
+ "checksum num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bcef43580c035376c0705c42792c294b66974abbfd2789b511784023f71f3273"
+-"checksum numtoa 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef"
+ "checksum objc 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "31d20fd2b37e07cf5125be68357b588672e8cefe9a96f8c17a9d46053b3e590d"
+ "checksum objc-foundation 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
+ "checksum objc_id 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
+@@ -2634,15 +2689,20 @@ dependencies = [
+ "checksum pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "676e8eb2b1b4c9043511a9b7bea0915320d7e502b0a079fb03f9635a5252b18c"
+ "checksum png 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)" = "63daf481fdd0defa2d1d2be15c674fbfa1b0fd71882c303a91f9a79b3252c359"
+ "checksum podio 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "780fb4b6698bbf9cf2444ea5d22411cef2953f0824b98f33cf454ec5615645bd"
++"checksum ppv-lite86 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e3cbf9f658cdb5000fcf6f362b8ea2ba154b9f146a61c7a20d647034c6b6561b"
+ "checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
+ "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.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "faf4799c5d274f3868a4aae320a0a182cbd2baee377b378f080e16a23e9d80db"
++"checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
+ "checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
++"checksum rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d47eab0e83d9693d40f825f86948aa16eff6750ead4bdffc4ab95b8b3a7f052c"
+ "checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
++"checksum rand_chacha 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e193067942ef6f485a349a113329140d0ab9e2168ce92274499bb0e9a4190d9d"
+ "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.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "615e683324e75af5d43d8f7a39ffe3ee4a9dc42c5c701167a71dc59c3a493aca"
+ "checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
++"checksum rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
+ "checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
+ "checksum rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
+ "checksum rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
+@@ -2651,19 +2711,19 @@ dependencies = [
+ "checksum rayon 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a4b0186e22767d5b9738a05eab7c6ac90b15db17e5b5f9bd87976dd7d89a10a4"
+ "checksum rayon-core 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ebbe0df8435ac0c397d467b6cad6d25543d06e8a019ef3f6af3c384597515bd2"
+ "checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
+-"checksum redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)" = "12229c14a0f65c4f1cb046a3b52047cdd9da1f4b30f8a39c5063c8bae515e252"
+-"checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
++"checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
+ "checksum redox_users 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3fe5204c3a17e97dde73f285d49be585df59ed84b50a872baf416e73b62c3828"
+ "checksum regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9329abc99e39129fcceabd24cf5d85b4671ef7c29c50e972bc5afe32438ec384"
+-"checksum regex 1.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "0b2f0808e7d7e4fb1cb07feb6ff2f4bc827938f24f8c2e6a3beb7370af544bdd"
++"checksum regex 1.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "d9d8297cc20bbb6184f8b45ff61c8ee6a9ac56c156cec8e38c3e5084773c44ad"
+ "checksum regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7d707a4fa2637f2dca2ef9fd02225ec7661fe01a53623c1e6515b6916511f7a7"
+-"checksum regex-syntax 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "9d76410686f9e3a17f06128962e0ecc5755870bb890c34820c7af7f1db2e1d48"
++"checksum regex-syntax 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)" = "9b01330cce219c1c6b2e209e5ed64ccd587ae5c67bed91c0b49eecf02ae40e21"
+ "checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e"
++"checksum rle-decode-fast 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cabe4fa914dec5870285fa7f71f602645da47c486e68486d2b4ceb4a343e90ac"
+ "checksum rustc-demangle 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "a7f4dccf6f4891ebcc0c39f9b6eb1a83b9bf5d747cb439ec6fba4f3b977038af"
+ "checksum rustc_tools_util 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b725dadae9fabc488df69a287f5a99c5eaf5d10853842a8a3dfac52476f544ee"
+ "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
+ "checksum rusttype 0.7.7 (registry+https://github.com/rust-lang/crates.io-index)" = "654103d61a05074b268a107cf6581ce120f0fc0115f2610ed9dfea363bb81139"
+-"checksum ryu 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "b96a9549dc8d48f2c283938303c4b5a77aa29bfbc5b54b084fb1630408899a8f"
++"checksum ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c92464b447c0ee8c4fb3824ecc8383b81717b9f1e74ba2e72540aef7b9f82997"
+ "checksum same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8f20c4be53a8a1ff4c1f1b2bd14570d2f634628709752f0702ecdd2b3f9a5267"
+ "checksum schannel 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "f2f6abf258d99c3c1c5c2131d99d064e94b7b3dd5f416483057f308fea253339"
+ "checksum scoped_threadpool 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
+@@ -2674,7 +2734,7 @@ dependencies = [
+ "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
+ "checksum serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)" = "076a696fdea89c19d3baed462576b8f6d663064414b5c793642da8dfeb99475b"
+ "checksum serde_derive 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)" = "ef45eb79d6463b22f5f9e16d283798b7c0175ba6050bc25c1a946c122727fe7b"
+-"checksum serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)" = "5a23aa71d4a4d43fdbfaac00eff68ba8a06a51759a89ac3304323e800c4dd40d"
++"checksum serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)" = "051c49229f282f7c6f3813f8286cc1e3323e8051823fce42c7ea80fe13521704"
+ "checksum serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)" = "38b08a9a90e5260fe01c6480ec7c811606df6d3a660415808c3c3fa8ed95b582"
+ "checksum servo-fontconfig 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a088f8d775a5c5314aae09bd77340bc9c67d72b9a45258be34c83548b4814cd9"
+ "checksum servo-fontconfig-sys 4.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "b46d201addcfbd25c1798ad1281d98c40743824e0b0f1e611bd3d5d0d31a7b8d"
+@@ -2688,6 +2748,7 @@ dependencies = [
+ "checksum smithay-client-toolkit 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8c23093ebdaac1ad67558c7aef153522c6b3be7e0257820909e3a25c4519e78d"
+ "checksum smithay-clipboard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d8e61f8a9ef7a15bd38c29b4a39d423776b2d6092723dc7df3f0545ce7a4751e"
+ "checksum socket2 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "4e626972d3593207547f14bf5fc9efa4d0e7283deb73fef1dff313dae9ab8878"
++"checksum spin 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "44363f6f51401c34e7be73db0db371c04705d35efbe9f7d6082e03a921a32c55"
+ "checksum spsc-buffer 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "be6c3f39c37a4283ee4b43d1311c828f2e1fb0541e76ea0cb1a2abd9ef2f5b3b"
+ "checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8"
+ "checksum static_assertions 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b4f8de36da215253eb5f24020bfaa0646613b48bf7ebe36cdfa37c3b3b33b241"
+@@ -2695,10 +2756,10 @@ dependencies = [
+ "checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
+ "checksum syn 0.15.39 (registry+https://github.com/rust-lang/crates.io-index)" = "b4d960b829a55e56db167e861ddb43602c003c7be0bee1d345021703fac2fb7c"
+ "checksum synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "02353edf96d6e4dc81aea2d8490a7e9db177bf8acb0e951c24940bf866cb313f"
+-"checksum tempfile 3.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7dc4738f2e68ed2855de5ac9cdbe05c9216773ecde4739b2f095002ab03a13ef"
++"checksum take_mut 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60"
++"checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
+ "checksum termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "96d6098003bde162e4277c70665bd87c326f5a0c3f3fbfb285787fa482d54e6e"
+ "checksum terminfo 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8e51065bafd2abe106b6036483b69d1741f4a1ec56ce8a2378de341637de689e"
+-"checksum termion 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6a8fb22f7cde82c8220e5aeacb3258ed7ce996142c77cba193f203515e26c330"
+ "checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
+ "checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
+ "checksum tiff 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1e4834f28a0330cb9f3f2c87d2649dca723cb33802e2bdcf18da32759fbec7ce"
+@@ -2712,7 +2773,7 @@ dependencies = [
+ "checksum url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
+ "checksum utf8-ranges 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "9d50aa7650df78abf942826607c62468ce18d9019673d4a2ebe1865dbb96ffde"
+ "checksum utf8parse 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8772a4ccbb4e89959023bc5b7cb8623a795caa7092d99f3aa9501b9484d4557d"
+-"checksum vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "def296d3eb3b12371b2c7d0e83bfe1403e4db2d7a0bba324a12b21c4ee13143d"
++"checksum vcpkg 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "33dd455d0f96e90a75803cfeb7f948768c08d70a6de9a8d2362461935698bf95"
+ "checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
+ "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"
diff --git a/alacritty/patches/patch-Cargo_toml b/alacritty/patches/patch-Cargo_toml
new file mode 100644
index 0000000000..26f8e70900
--- /dev/null
+++ b/alacritty/patches/patch-Cargo_toml
@@ -0,0 +1,22 @@
+From 1e5b91a320b4a577973d922d113d263af07a35a1 Mon Sep 17 00:00:00 2001
+From: Christian Duerr <contact%christianduerr.com@localhost>
+Date: Sat, 13 Jul 2019 11:43:06 +0200
+Subject: [PATCH] Fix x11-dl depedency
+
+---
+ alacritty_terminal/Cargo.toml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/alacritty_terminal/Cargo.toml b/alacritty_terminal/Cargo.toml
+index dd3f19598..e6ce2436c 100644
+--- alacritty_terminal/Cargo.toml~
++++ alacritty_terminal/Cargo.toml
+@@ -37,7 +37,7 @@ copypasta = { path = "../copypasta" }
+ nix = "0.14.1"
+ signal-hook = { version = "0.1", features = ["mio-support"] }
+ 
+-[target.'cfg(any(target_os = "linux", target_os = "freebsd", target_os="dragonfly", target_os="openbsd"))'.dependencies]
++[target.'cfg(not(any(target_os = "macos", windows)))'.depedencies]
+ x11-dl = "2"
+ 
+ [target.'cfg(windows)'.dependencies]


Home | Main Index | Thread Index | Old Index