Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Dec 2021 19:41:28 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: de775f189edd - main - x11/wezterm: update to 20211204.082213.a66.c61.e9
Message-ID:  <202112041941.1B4JfSPd086892@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=de775f189edd6af3112d6a2c409e66eec227e2c7

commit de775f189edd6af3112d6a2c409e66eec227e2c7
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2021-12-04 15:22:13 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2021-12-04 19:41:06 +0000

    x11/wezterm: update to 20211204.082213.a66.c61.e9
    
    Changes:        https://github.com/wez/wezterm/releases/tag/20211204-082213-a66c61ee9
    Reported by:    GitHub (watch releases)
---
 x11/wezterm/Makefile         | 358 ++++++++++------------
 x11/wezterm/distinfo         | 716 ++++++++++++++++++++-----------------------
 x11/wezterm/files/patch-zbus | 267 ----------------
 3 files changed, 497 insertions(+), 844 deletions(-)

diff --git a/x11/wezterm/Makefile b/x11/wezterm/Makefile
index 76155fedfbea..b7d39237bd99 100644
--- a/x11/wezterm/Makefile
+++ b/x11/wezterm/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	wezterm
-DISTVERSION=	20210814-124438-54e29167
-PORTREVISION=	6
+DISTVERSION=	20211204-082213-a66c61ee9
 CATEGORIES=	x11
 
 MAINTAINER=	jbeich@FreeBSD.org
@@ -10,8 +9,10 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
 LIB_DEPENDS=	libwayland-egl.so:graphics/wayland \
+		libssh2.so:security/libssh2 \
 		libfontconfig.so:x11-fonts/fontconfig \
 		libxkbcommon-x11.so:x11/libxkbcommon \
+		libxcb-util.so:x11/xcb-util \
 		libxcb-image.so:x11/xcb-util-image \
 		libxcb-keysyms.so:x11/xcb-util-keysyms \
 		libxcb-icccm.so:x11/xcb-util-wm
@@ -20,11 +21,10 @@ USES=		cargo python:3.4+,build ssl xorg
 USE_GITHUB=	yes
 USE_XORG=	x11 xcb
 GH_ACCOUNT=	wez
-GH_TUPLE=	harfbuzz:harfbuzz:2.7.2:harfbuzz/deps/harfbuzz/harfbuzz \
+GH_TUPLE=	harfbuzz:harfbuzz:3.0.0:harfbuzz/deps/harfbuzz/harfbuzz \
 		glennrp:libpng:v1.6.36-805-g8439534da:libpng/deps/freetype/libpng \
 		madler:zlib:v1.2.11:zlib/deps/freetype/zlib \
-		freetype:freetype:VER-2-10-2-80-g6a2b3e400:freetype/deps/freetype/freetype2 \
-		libssh2:libssh2:libssh2-1.9.0-93-g5627b82:libssh2/../ssh2-rs-c65067040c97a0cf7f96c69d6fc87764a32c34ae/libssh2-sys/libssh2
+		freetype:freetype:VER-2-10-2-417-g5bcaf51b6:freetype/deps/freetype/freetype2
 PLIST_FILES=	bin/strip-ansi-escapes \
 		bin/${PORTNAME} \
 		bin/${PORTNAME}-gui \
@@ -41,20 +41,18 @@ PKGMESSAGE=	${NONEXISTENT}
 PLIST_FILES+=	share/site-terminfo/${PORTNAME:C,^.,&/&,}
 .endif
 
-CARGO_CRATES=	addr2line-0.16.0 \
+CARGO_CRATES=	addr2line-0.17.0 \
 		adler-1.0.2 \
 		adler32-1.2.0 \
-		ahash-0.4.7 \
-		ahash-0.7.4 \
+		ahash-0.7.6 \
 		aho-corasick-0.7.18 \
-		alloc-no-stdlib-2.0.3 \
-		alloc-stdlib-0.2.1 \
 		ansi_term-0.11.0 \
-		anyhow-1.0.42 \
+		anyhow-1.0.50 \
 		approx-0.3.2 \
 		arrayref-0.3.6 \
 		arrayvec-0.5.2 \
-		ash-0.32.1 \
+		assert_fs-1.0.6 \
+		async-broadcast-0.3.4 \
 		async-channel-1.6.1 \
 		async-executor-1.4.1 \
 		async-fs-1.5.0 \
@@ -63,41 +61,37 @@ CARGO_CRATES=	addr2line-0.16.0 \
 		async-lock-2.4.0 \
 		async-mutex-1.4.0 \
 		async-net-1.6.1 \
-		async-process-1.1.0 \
-		async-std-1.9.0 \
+		async-process-1.3.0 \
+		async-recursion-0.3.2 \
+		async-std-1.10.0 \
 		async-task-4.0.3 \
 		async-trait-0.1.51 \
 		atomic-waker-1.0.0 \
 		atty-0.2.14 \
 		autocfg-1.0.1 \
-		backtrace-0.3.61 \
+		backtrace-0.3.63 \
 		base64-0.13.0 \
 		battery-0.7.8 \
 		benchmarking-0.4.10 \
-		bit-set-0.5.2 \
-		bit-vec-0.6.3 \
-		bitflags-1.2.1 \
-		bitreader-0.3.4 \
-		bitvec-0.19.5 \
+		bitflags-1.3.2 \
 		block-0.1.6 \
 		block-buffer-0.7.3 \
 		block-buffer-0.9.0 \
 		block-padding-0.1.5 \
-		blocking-1.0.2 \
-		brotli-decompressor-2.3.2 \
+		blocking-1.1.0 \
 		bstr-0.1.4 \
-		bstr-0.2.16 \
-		bumpalo-3.7.0 \
+		bstr-0.2.17 \
+		bumpalo-3.8.0 \
 		byte-tools-0.3.1 \
 		bytemuck-1.7.2 \
 		byteorder-1.4.3 \
-		bytes-1.0.1 \
+		bytes-1.1.0 \
 		cache-padded-1.1.1 \
+		camino-1.0.5 \
 		cassowary-0.3.0 \
-		cc-1.0.69 \
+		cc-1.0.72 \
 		cfg-if-0.1.10 \
 		cfg-if-1.0.0 \
-		cfg_aliases-0.1.1 \
 		cgl-0.3.2 \
 		chrono-0.4.19 \
 		clap-2.33.3 \
@@ -105,37 +99,36 @@ CARGO_CRATES=	addr2line-0.16.0 \
 		clipboard-win-2.2.0 \
 		cloudabi-0.0.3 \
 		cocoa-0.20.2 \
-		cocoa-foundation-0.1.0 \
-		codespan-reporting-0.11.1 \
 		color_quant-1.1.0 \
 		colored-1.9.3 \
-		colorgrad-0.4.0 \
+		colorgrad-0.5.0 \
 		concurrent-queue-1.2.2 \
 		const-sha1-0.2.0 \
-		copyless-0.1.5 \
 		core-foundation-0.7.0 \
-		core-foundation-0.9.1 \
+		core-foundation-0.9.2 \
 		core-foundation-sys-0.7.0 \
-		core-foundation-sys-0.8.2 \
+		core-foundation-sys-0.8.3 \
 		core-graphics-0.19.2 \
-		core-graphics-0.22.2 \
+		core-graphics-0.22.3 \
 		core-graphics-types-0.1.1 \
 		core-text-19.2.0 \
-		cpufeatures-0.1.5 \
-		crc32fast-1.2.1 \
+		cpufeatures-0.2.1 \
+		crc32fast-1.2.2 \
 		crossbeam-0.8.1 \
 		crossbeam-channel-0.5.1 \
 		crossbeam-deque-0.8.1 \
 		crossbeam-epoch-0.9.5 \
 		crossbeam-queue-0.3.2 \
 		crossbeam-utils-0.8.5 \
-		csscolorparser-0.4.0 \
-		ctor-0.1.20 \
-		d3d12-0.4.0 \
+		csscolorparser-0.5.0 \
+		ctor-0.1.21 \
+		cty-0.2.2 \
 		deflate-0.8.6 \
+		deflate-0.9.1 \
 		derivative-2.2.0 \
 		diff-0.1.12 \
 		difference-2.0.0 \
+		difflib-0.4.0 \
 		digest-0.8.1 \
 		digest-0.9.0 \
 		dirs-2.0.2 \
@@ -145,11 +138,17 @@ CARGO_CRATES=	addr2line-0.16.0 \
 		dlib-0.5.0 \
 		doc-comment-0.3.3 \
 		downcast-rs-1.2.0 \
-		drm-fourcc-2.1.1 \
 		dwrote-0.11.0 \
+		easy-parallel-3.1.0 \
 		either-1.6.1 \
-		embed-resource-1.6.3 \
-		encoding_rs-0.8.28 \
+		embed-resource-1.6.5 \
+		encoding-0.2.33 \
+		encoding-index-japanese-1.20141219.5 \
+		encoding-index-korean-1.20141219.5 \
+		encoding-index-simpchinese-1.20141219.5 \
+		encoding-index-singlebyte-1.20141219.5 \
+		encoding-index-tradchinese-1.20141219.5 \
+		encoding_index_tests-0.1.4 \
 		enum-display-derive-0.1.1 \
 		enumflags2-0.6.4 \
 		enumflags2_derive-0.6.4 \
@@ -157,14 +156,13 @@ CARGO_CRATES=	addr2line-0.16.0 \
 		euclid-0.22.6 \
 		event-listener-2.5.1 \
 		evmap-6.0.1 \
-		external-memory-0.0.1 \
 		fake-simd-0.1.2 \
 		fastrand-1.5.0 \
 		filenamegen-0.2.4 \
-		filetime-0.2.14 \
-		fixedbitset-0.2.0 \
-		flate2-1.0.20 \
-		flume-0.10.7 \
+		filetime-0.2.15 \
+		flate2-1.0.22 \
+		float-cmp-0.9.0 \
+		flume-0.10.9 \
 		fnv-1.0.7 \
 		foreign-types-0.3.2 \
 		foreign-types-shared-0.1.1 \
@@ -174,47 +172,31 @@ CARGO_CRATES=	addr2line-0.16.0 \
 		fuchsia-cprng-0.1.1 \
 		fuchsia-zircon-0.3.3 \
 		fuchsia-zircon-sys-0.3.3 \
-		funty-1.1.0 \
-		futures-0.3.16 \
-		futures-channel-0.3.16 \
-		futures-core-0.3.16 \
-		futures-executor-0.3.16 \
-		futures-io-0.3.16 \
+		futures-0.3.18 \
+		futures-channel-0.3.18 \
+		futures-core-0.3.18 \
+		futures-executor-0.3.18 \
+		futures-io-0.3.18 \
 		futures-lite-1.12.0 \
-		futures-macro-0.3.16 \
-		futures-sink-0.3.16 \
-		futures-task-0.3.16 \
-		futures-util-0.3.16 \
-		fxhash-0.2.1 \
+		futures-macro-0.3.18 \
+		futures-sink-0.3.18 \
+		futures-task-0.3.18 \
+		futures-util-0.3.18 \
 		generic-array-0.12.4 \
 		generic-array-0.14.4 \
 		getopts-0.2.21 \
 		getrandom-0.1.16 \
 		getrandom-0.2.3 \
-		gfx-auxil-0.10.0 \
-		gfx-backend-dx11-0.9.0 \
-		gfx-backend-dx12-0.9.1 \
-		gfx-backend-empty-0.9.0 \
-		gfx-backend-gl-0.9.0 \
-		gfx-backend-metal-0.9.1 \
-		gfx-backend-vulkan-0.9.0 \
-		gfx-hal-0.9.0 \
-		gfx-renderdoc-0.1.0 \
-		gif-0.11.2 \
-		gimli-0.25.0 \
+		gif-0.11.3 \
+		gimli-0.26.1 \
 		gl_generator-0.14.0 \
+		globset-0.4.8 \
+		globwalk-0.8.1 \
 		gloo-timers-0.2.1 \
-		glow-0.9.0 \
-		glyph-names-0.1.0 \
-		gpu-alloc-0.4.7 \
-		gpu-alloc-types-0.2.0 \
-		gpu-descriptor-0.1.1 \
-		gpu-descriptor-types-0.1.1 \
-		guillotiere-0.6.1 \
+		guillotiere-0.6.2 \
 		hashbrown-0.5.0 \
-		hashbrown-0.9.1 \
 		hashbrown-0.11.2 \
-		hdrhistogram-7.3.0 \
+		hdrhistogram-7.4.0 \
 		heck-0.3.3 \
 		hermit-abi-0.1.19 \
 		hex-0.4.3 \
@@ -222,73 +204,74 @@ CARGO_CRATES=	addr2line-0.16.0 \
 		http_req-0.8.1 \
 		humantime-1.3.0 \
 		idna-0.2.3 \
+		ignore-0.4.18 \
 		image-0.23.14 \
-		indexmap-1.7.0 \
+		indoc-1.0.3 \
 		inotify-0.7.1 \
 		inotify-sys-0.1.5 \
-		inplace_it-0.3.3 \
-		instant-0.1.10 \
+		instant-0.1.12 \
 		ioctl-rs-0.1.6 \
 		iovec-0.1.4 \
-		itertools-0.8.2 \
-		itoa-0.4.7 \
-		jobserver-0.1.22 \
+		itertools-0.10.1 \
+		itoa-0.4.8 \
+		jobserver-0.1.24 \
 		jpeg-decoder-0.1.22 \
-		js-sys-0.3.51 \
-		k9-0.11.0 \
+		js-sys-0.3.55 \
+		k9-0.11.1 \
 		kernel32-sys-0.2.2 \
-		khronos-egl-4.1.0 \
 		khronos_api-3.1.0 \
 		kv-log-macro-1.0.7 \
 		lazy_static-1.4.0 \
 		lazycell-1.3.0 \
-		leb128-0.2.4 \
-		lexical-core-0.7.6 \
-		libc-0.2.98 \
+		leb128-0.2.5 \
+		libc-0.2.108 \
 		libloading-0.6.7 \
-		libloading-0.7.0 \
+		libloading-0.7.2 \
+		libssh-rs-0.1.1 \
+		libssh-rs-sys-0.1.0 \
+		libssh2-sys-0.2.23 \
 		libz-sys-1.1.3 \
 		line_drawing-0.8.1 \
 		lock_api-0.3.4 \
-		lock_api-0.4.4 \
+		lock_api-0.4.5 \
 		log-0.4.14 \
-		lru-0.6.6 \
-		lua-src-543.0.0 \
-		luajit-src-210.2.0+resty5f13855 \
+		lru-0.7.0 \
+		lua-src-543.1.0 \
+		luajit-src-210.3.2+resty1085a4d \
 		mach-0.3.2 \
 		malloc_buf-0.0.6 \
 		maplit-1.0.2 \
 		match_cfg-0.1.0 \
-		matches-0.1.8 \
+		matches-0.1.9 \
 		maybe-uninit-2.0.0 \
-		memchr-2.4.0 \
+		memchr-2.4.1 \
 		memmap-0.7.0 \
 		memmap2-0.2.3 \
 		memmem-0.1.1 \
 		memoffset-0.6.4 \
-		metal-0.23.0 \
 		metrics-0.17.0 \
 		metrics-macros-0.4.0 \
+		minimal-lexical-0.2.1 \
 		miniz_oxide-0.3.7 \
 		miniz_oxide-0.4.4 \
 		mio-0.6.23 \
 		mio-extras-2.0.6 \
 		miow-0.2.2 \
 		mlua-0.5.4 \
-		naga-0.5.0 \
-		nanorand-0.5.2 \
-		native-tls-0.2.7 \
-		nb-connect-1.2.0 \
+		nanorand-0.6.1 \
+		native-tls-0.2.8 \
 		net2-0.2.37 \
 		nix-0.19.1 \
 		nix-0.20.0 \
+		nix-0.21.0 \
 		nom-5.1.2 \
-		nom-6.1.2 \
+		nom-7.1.0 \
 		nonzero_ext-0.1.5 \
+		normalize-line-endings-0.3.0 \
 		notify-4.0.17 \
 		ntapi-0.3.6 \
 		num-0.3.1 \
-		num-bigint-0.3.2 \
+		num-bigint-0.3.3 \
 		num-complex-0.3.1 \
 		num-derive-0.3.3 \
 		num-integer-0.1.44 \
@@ -298,34 +281,32 @@ CARGO_CRATES=	addr2line-0.16.0 \
 		num_cpus-1.13.0 \
 		objc-0.2.7 \
 		objc-foundation-0.1.1 \
-		objc_exception-0.1.2 \
 		objc_id-0.1.1 \
-		object-0.26.0 \
+		object-0.27.1 \
 		once_cell-1.8.0 \
 		opaque-debug-0.2.3 \
 		opaque-debug-0.3.0 \
-		open-2.0.0 \
-		openssl-0.10.35 \
+		open-2.0.1 \
+		openssl-0.10.38 \
 		openssl-probe-0.1.4 \
-		openssl-src-111.15.0+1.1.1k \
-		openssl-sys-0.9.65 \
-		ordered-float-2.7.0 \
+		openssl-src-300.0.2+3.0.0 \
+		openssl-sys-0.9.71 \
+		ordered-float-2.8.0 \
 		output_vt100-0.1.2 \
 		palette-0.5.0 \
 		palette_derive-0.5.0 \
 		parking-2.0.0 \
 		parking_lot-0.9.0 \
-		parking_lot-0.11.1 \
+		parking_lot-0.11.2 \
 		parking_lot_core-0.6.2 \
-		parking_lot_core-0.8.3 \
-		pathdiff-0.2.0 \
-		pem-0.8.3 \
+		parking_lot_core-0.8.5 \
+		pathdiff-0.2.1 \
+		pem-1.0.1 \
 		percent-encoding-2.1.0 \
 		pest-2.1.3 \
 		pest_derive-2.1.0 \
 		pest_generator-2.1.3 \
 		pest_meta-2.1.3 \
-		petgraph-0.5.1 \
 		phf-0.8.0 \
 		phf_codegen-0.8.0 \
 		phf_generator-0.8.0 \
@@ -335,25 +316,25 @@ CARGO_CRATES=	addr2line-0.16.0 \
 		pin-project-internal-1.0.8 \
 		pin-project-lite-0.2.7 \
 		pin-utils-0.1.0 \
-		pkg-config-0.3.19 \
+		pkg-config-0.3.22 \
 		png-0.16.8 \
-		polling-2.1.0 \
-		ppv-lite86-0.2.10 \
+		png-0.17.2 \
+		polling-2.2.0 \
+		ppv-lite86-0.2.15 \
+		predicates-2.1.0 \
+		predicates-core-1.0.2 \
+		predicates-tree-1.0.4 \
 		pretty_assertions-0.6.1 \
 		pretty_env_logger-0.4.0 \
-		proc-macro-crate-0.1.5 \
-		proc-macro-crate-1.0.0 \
+		proc-macro-crate-1.1.0 \
 		proc-macro-error-1.0.4 \
 		proc-macro-error-attr-1.0.4 \
 		proc-macro-hack-0.5.19 \
-		proc-macro-nested-0.1.7 \
-		proc-macro2-1.0.28 \
-		profiling-1.0.3 \
+		proc-macro2-1.0.32 \
 		pulldown-cmark-0.8.0 \
 		pure-rust-locales-0.5.6 \
 		quick-error-1.2.3 \
-		quote-1.0.9 \
-		radium-0.5.3 \
+		quote-1.0.10 \
 		rand-0.4.6 \
 		rand-0.7.3 \
 		rand-0.8.4 \
@@ -366,83 +347,80 @@ CARGO_CRATES=	addr2line-0.16.0 \
 		rand_hc-0.2.0 \
 		rand_hc-0.3.1 \
 		rand_pcg-0.2.1 \
-		range-alloc-0.1.2 \
 		ratelimit_meter-5.0.0 \
-		raw-window-handle-0.3.3 \
+		raw-window-handle-0.3.4 \
+		raw-window-handle-0.4.2 \
 		rayon-1.5.1 \
 		rayon-core-1.9.1 \
-		rcgen-0.8.11 \
+		rcgen-0.8.14 \
 		rdrand-0.4.0 \
 		redox_syscall-0.1.57 \
-		redox_syscall-0.2.9 \
+		redox_syscall-0.2.10 \
 		redox_users-0.4.0 \
 		regex-1.5.4 \
 		regex-automata-0.1.10 \
 		regex-syntax-0.6.25 \
 		remove_dir_all-0.5.3 \
-		renderdoc-sys-0.7.1 \
-		rental-0.5.6 \
-		rental-impl-0.5.5 \
 		resize-0.5.5 \
-		rgb-0.8.27 \
+		rgb-0.8.29 \
 		ring-0.16.20 \
-		rose_tree-0.2.0 \
-		rustc-demangle-0.1.20 \
-		rustc-hash-1.1.0 \
+		rstest-0.11.0 \
+		rustc-demangle-0.1.21 \
 		rustc_version-0.2.3 \
-		ryu-1.0.5 \
+		rustc_version-0.4.0 \
+		ryu-1.0.6 \
 		safe_arch-0.5.2 \
 		same-file-1.0.6 \
 		schannel-0.1.19 \
 		scoped-tls-1.0.0 \
 		scoped_threadpool-0.1.9 \
 		scopeguard-1.1.0 \
-		security-framework-2.3.1 \
-		security-framework-sys-2.3.0 \
+		security-framework-2.4.2 \
+		security-framework-sys-2.4.2 \
 		semver-0.9.0 \
 		semver-0.11.0 \
+		semver-1.0.4 \
 		semver-parser-0.7.0 \
 		semver-parser-0.10.2 \
-		serde-1.0.127 \
-		serde_derive-1.0.127 \
-		serde_json-1.0.66 \
+		serde-1.0.130 \
+		serde_derive-1.0.130 \
+		serde_json-1.0.72 \
 		serde_repr-0.1.7 \
 		serial-0.4.0 \
 		serial-core-0.4.0 \
 		serial-unix-0.4.0 \
 		serial-windows-0.4.0 \
 		sha-1-0.8.2 \
-		sha2-0.9.5 \
+		sha1-0.6.0 \
+		sha2-0.9.8 \
 		shared_library-0.1.9 \
 		shell-words-1.0.0 \
 		signal-hook-0.1.17 \
-		signal-hook-0.3.9 \
+		signal-hook-0.3.10 \
 		signal-hook-registry-1.4.0 \
-		siphasher-0.3.6 \
-		slab-0.4.3 \
-		slotmap-0.4.2 \
+		siphasher-0.3.7 \
+		slab-0.4.5 \
+		slotmap-1.0.6 \
 		smallvec-0.6.14 \
-		smallvec-1.6.1 \
+		smallvec-1.7.0 \
 		smawk-0.3.1 \
 		smithay-client-toolkit-0.14.0 \
 		smol-1.2.5 \
-		socket2-0.4.1 \
+		smol-potat-1.1.2 \
+		smol-potat-macro-0.6.0 \
+		socket2-0.4.2 \
 		spin-0.5.2 \
-		spinning_top-0.2.4 \
-		spirv_cross-0.23.1 \
-		spirv_headers-1.5.0 \
-		stable_deref_trait-1.2.0 \
+		spin-0.9.2 \
+		ssh2-0.9.3 \
 		static_assertions-1.1.0 \
-		storage-map-0.3.0 \
 		strsim-0.8.0 \
 		strsim-0.10.0 \
-		structopt-0.3.22 \
-		structopt-derive-0.4.15 \
+		structopt-0.3.25 \
+		structopt-derive-0.4.18 \
 		svg_fmt-0.4.1 \
-		syn-1.0.74 \
+		syn-1.0.82 \
 		sysinfo-0.16.5 \
 		takeable-option-0.5.0 \
-		tap-1.0.1 \
 		tempdir-0.3.7 \
 		tempfile-3.2.0 \
 		term_size-0.3.2 \
@@ -450,35 +428,35 @@ CARGO_CRATES=	addr2line-0.16.0 \
 		terminfo-0.7.3 \
 		termios-0.2.2 \
 		termios-0.3.3 \
+		termtree-0.2.3 \
 		textwrap-0.11.0 \
 		textwrap-0.14.2 \
-		thiserror-1.0.26 \
-		thiserror-impl-1.0.26 \
-		thunderdome-0.4.1 \
+		thiserror-1.0.30 \
+		thiserror-impl-1.0.30 \
+		thread_local-1.1.3 \
 		tiff-0.6.1 \
 		time-0.1.43 \
-		tiny-skia-0.5.1 \
-		tinyvec-1.3.1 \
+		tiny-skia-0.6.1 \
+		tinyvec-1.5.1 \
 		tinyvec_macros-0.1.0 \
 		toml-0.5.8 \
-		typenum-1.13.0 \
+		typenum-1.14.0 \
 		ucd-trie-0.1.3 \
 		uds_windows-0.1.6 \
 		unicase-2.6.0 \
-		unicode-bidi-0.3.5 \
-		unicode-general-category-0.1.0 \
+		unicode-bidi-0.3.7 \
 		unicode-general-category-0.3.0 \
-		unicode-joining-type-0.3.1 \
 		unicode-linebreak-0.1.2 \
 		unicode-normalization-0.1.19 \
 		unicode-segmentation-1.8.0 \
-		unicode-width-0.1.8 \
+		unicode-width-0.1.9 \
 		unicode-xid-0.2.2 \
+		unindent-0.1.7 \
 		untrusted-0.7.1 \
 		uom-0.30.0 \
 		url-2.2.2 \
 		utf8parse-0.2.0 \
-		value-bag-1.0.0-alpha.7 \
+		value-bag-1.0.0-alpha.8 \
 		varbincode-0.1.0 \
 		vcpkg-0.2.15 \
 		vec_map-0.8.2 \
@@ -489,12 +467,12 @@ CARGO_CRATES=	addr2line-0.16.0 \
 		walkdir-2.3.2 \
 		wasi-0.9.0+wasi-snapshot-preview1 \
 		wasi-0.10.2+wasi-snapshot-preview1 \
-		wasm-bindgen-0.2.74 \
-		wasm-bindgen-backend-0.2.74 \
-		wasm-bindgen-futures-0.4.24 \
-		wasm-bindgen-macro-0.2.74 \
-		wasm-bindgen-macro-support-0.2.74 \
-		wasm-bindgen-shared-0.2.74 \
+		wasm-bindgen-0.2.78 \
+		wasm-bindgen-backend-0.2.78 \
+		wasm-bindgen-futures-0.4.28 \
+		wasm-bindgen-macro-0.2.78 \
+		wasm-bindgen-macro-support-0.2.78 \
+		wasm-bindgen-shared-0.2.78 \
 		wayland-client-0.28.6 \
 		wayland-commons-0.28.6 \
 		wayland-cursor-0.28.6 \
@@ -502,12 +480,10 @@ CARGO_CRATES=	addr2line-0.16.0 \
 		wayland-protocols-0.28.6 \
 		wayland-scanner-0.28.6 \
 		wayland-sys-0.28.6 \
-		web-sys-0.3.50 \
+		web-sys-0.3.55 \
 		weezl-0.1.5 \
 		wepoll-ffi-0.1.2 \
-		wgpu-0.9.0 \
-		wgpu-core-0.9.2 \
-		wgpu-types-0.9.0 \
+		whoami-1.2.1 \
 		winapi-0.2.8 \
 		winapi-0.3.9 \
 		winapi-build-0.1.1 \
@@ -518,30 +494,28 @@ CARGO_CRATES=	addr2line-0.16.0 \
 		windows_gen-0.11.0 \
 		windows_macros-0.11.0 \
 		winreg-0.6.2 \
-		winreg-0.9.0 \
+		winreg-0.10.1 \
 		wio-0.2.2 \
 		ws2_32-sys-0.2.1 \
-		wyz-0.2.0 \
-		x11-2.18.2 \
+		x11-2.19.1 \
 		x11-clipboard-0.3.3 \
 		xcb-0.8.2 \
 		xcb-0.9.0 \
+		xcb-imdkit-0.1.2 \
 		xcb-util-0.3.0 \
-		xcursor-0.3.3 \
-		xi-unicode-0.3.0 \
+		xcursor-0.3.4 \
 		xml-rs-0.8.4 \
 		yasna-0.4.0 \
-		zbus-1.9.1 \
-		zbus_macros-1.9.1 \
+		zbus-2.0.0-beta.7 \
+		zbus_macros-2.0.0-beta.7 \
+		zbus_names-1.1.0 \
 		zstd-0.6.1+zstd.1.4.9 \
 		zstd-safe-3.0.1+zstd.1.4.9 \
 		zstd-sys-1.4.20+zstd.1.4.9 \
-		zvariant-2.8.0 \
-		zvariant_derive-2.8.0 \
+		zvariant-2.10.0 \
+		zvariant_derive-2.10.0 \
 		xkbcommon@git+https://github.com/wez/xkbcommon-rs.git?rev=01a0a0cd5663405e6e4abb1ad3add9add1496f58\#01a0a0cd5663405e6e4abb1ad3add9add1496f58 \
-		glium@git+https://github.com/glium/glium.git?rev=aed95270f0714036003589d6e52de196e7ff75d1\#aed95270f0714036003589d6e52de196e7ff75d1 \
-		allsorts@git+https://github.com/yeslogic/allsorts.git?rev=3947164a201ab5e15d5f23204faaaaaad52531aa\#3947164a201ab5e15d5f23204faaaaaad52531aa \
-		libssh2-sys,ssh2@git+https://github.com/wez/ssh2-rs.git?branch=win32ssl\#c65067040c97a0cf7f96c69d6fc87764a32c34ae
+		glium@git+https://github.com/glium/glium.git?rev=aed95270f0714036003589d6e52de196e7ff75d1\#aed95270f0714036003589d6e52de196e7ff75d1
 # XXX https://github.com/rust-lang/cargo/issues/4101
 CARGO_INSTALL_PATH=	${PLIST_FILES:Mbin/*:T}
 
diff --git a/x11/wezterm/distinfo b/x11/wezterm/distinfo
index 5fa04adda6c7..f064c579c25f 100644
--- a/x11/wezterm/distinfo
+++ b/x11/wezterm/distinfo
@@ -1,32 +1,28 @@
-TIMESTAMP = 1628970278
-SHA256 (rust/crates/addr2line-0.16.0.crate) = 3e61f2b7f93d2c7d2b08263acaa4a363b3e276806c68af6134c44f523bf1aacd
-SIZE (rust/crates/addr2line-0.16.0.crate) = 33440
+TIMESTAMP = 1638631333
+SHA256 (rust/crates/addr2line-0.17.0.crate) = b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b
+SIZE (rust/crates/addr2line-0.17.0.crate) = 32260
 SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe
 SIZE (rust/crates/adler-1.0.2.crate) = 12778
 SHA256 (rust/crates/adler32-1.2.0.crate) = aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234
 SIZE (rust/crates/adler32-1.2.0.crate) = 6411
-SHA256 (rust/crates/ahash-0.4.7.crate) = 739f4a8db6605981345c5654f3a85b056ce52f37a39d34da03f25bf2151ea16e
-SIZE (rust/crates/ahash-0.4.7.crate) = 51474
-SHA256 (rust/crates/ahash-0.7.4.crate) = 43bb833f0bf979d8475d38fbf09ed3b8a55e1885fe93ad3f93239fc6a4f17b98
-SIZE (rust/crates/ahash-0.7.4.crate) = 37072
+SHA256 (rust/crates/ahash-0.7.6.crate) = fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47
+SIZE (rust/crates/ahash-0.7.6.crate) = 38030
 SHA256 (rust/crates/aho-corasick-0.7.18.crate) = 1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f
 SIZE (rust/crates/aho-corasick-0.7.18.crate) = 112923
-SHA256 (rust/crates/alloc-no-stdlib-2.0.3.crate) = 35ef4730490ad1c4eae5c4325b2a95f521d023e5c885853ff7aca0a6a1631db3
-SIZE (rust/crates/alloc-no-stdlib-2.0.3.crate) = 10199
-SHA256 (rust/crates/alloc-stdlib-0.2.1.crate) = 697ed7edc0f1711de49ce108c541623a0af97c6c60b2f6e2b65229847ac843c2
-SIZE (rust/crates/alloc-stdlib-0.2.1.crate) = 6304
 SHA256 (rust/crates/ansi_term-0.11.0.crate) = ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b
 SIZE (rust/crates/ansi_term-0.11.0.crate) = 17087
-SHA256 (rust/crates/anyhow-1.0.42.crate) = 595d3cfa7a60d4555cb5067b99f07142a08ea778de5cf993f7b75c7d8fabc486
-SIZE (rust/crates/anyhow-1.0.42.crate) = 34827
+SHA256 (rust/crates/anyhow-1.0.50.crate) = ecc78c299ae753905840c5d3ba036c51f61ce5a98a83f98d9c9d29dffd427f71
+SIZE (rust/crates/anyhow-1.0.50.crate) = 44096
 SHA256 (rust/crates/approx-0.3.2.crate) = f0e60b75072ecd4168020818c0107f2857bb6c4e64252d8d3983f6263b40a5c3
 SIZE (rust/crates/approx-0.3.2.crate) = 14288
 SHA256 (rust/crates/arrayref-0.3.6.crate) = a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544
 SIZE (rust/crates/arrayref-0.3.6.crate) = 10035
 SHA256 (rust/crates/arrayvec-0.5.2.crate) = 23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b
 SIZE (rust/crates/arrayvec-0.5.2.crate) = 27838
-SHA256 (rust/crates/ash-0.32.1.crate) = 06063a002a77d2734631db74e8f4ce7148b77fe522e6bca46f2ae7774fd48112
-SIZE (rust/crates/ash-0.32.1.crate) = 312815
+SHA256 (rust/crates/assert_fs-1.0.6.crate) = 633ff1df0788db09e2087fb93d05974e93acb886ac3aec4e67be1d6932e360e4
+SIZE (rust/crates/assert_fs-1.0.6.crate) = 22208
+SHA256 (rust/crates/async-broadcast-0.3.4.crate) = 90622698a1218e0b2fb846c97b5f19a0831f6baddee73d9454156365ccfa473b
+SIZE (rust/crates/async-broadcast-0.3.4.crate) = 18539
 SHA256 (rust/crates/async-channel-1.6.1.crate) = 2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319
 SIZE (rust/crates/async-channel-1.6.1.crate) = 12574
 SHA256 (rust/crates/async-executor-1.4.1.crate) = 871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965
@@ -43,10 +39,12 @@ SHA256 (rust/crates/async-mutex-1.4.0.crate) = 479db852db25d9dbf6204e6cb6253698f
 SIZE (rust/crates/async-mutex-1.4.0.crate) = 10223
 SHA256 (rust/crates/async-net-1.6.1.crate) = 5373304df79b9b4395068fb080369ec7178608827306ce4d081cba51cac551df
 SIZE (rust/crates/async-net-1.6.1.crate) = 17913
-SHA256 (rust/crates/async-process-1.1.0.crate) = a8f38756dd9ac84671c428afbf7c9f7495feff9ec5b0710f17100098e5b354ac
-SIZE (rust/crates/async-process-1.1.0.crate) = 16785
-SHA256 (rust/crates/async-std-1.9.0.crate) = d9f06685bad74e0570f5213741bea82158279a4103d988e57bfada11ad230341
-SIZE (rust/crates/async-std-1.9.0.crate) = 222169
+SHA256 (rust/crates/async-process-1.3.0.crate) = 83137067e3a2a6a06d67168e49e68a0957d215410473a740cea95a2425c0b7c6
+SIZE (rust/crates/async-process-1.3.0.crate) = 17199
+SHA256 (rust/crates/async-recursion-0.3.2.crate) = d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2
+SIZE (rust/crates/async-recursion-0.3.2.crate) = 10774
+SHA256 (rust/crates/async-std-1.10.0.crate) = f8056f1455169ab86dd47b47391e4ab0cbd25410a70e9fe675544f49bafaf952
+SIZE (rust/crates/async-std-1.10.0.crate) = 221375
 SHA256 (rust/crates/async-task-4.0.3.crate) = e91831deabf0d6d7ec49552e489aed63b7456a7a3c46cff62adad428110b0af0
 SIZE (rust/crates/async-task-4.0.3.crate) = 28770
 SHA256 (rust/crates/async-trait-0.1.51.crate) = 44318e776df68115a881de9a8fd1b9e53368d7a4a5ce4cc48517da3393233a5e
@@ -57,24 +55,16 @@ SHA256 (rust/crates/atty-0.2.14.crate) = d9b39be18770d11421cdb1b9947a45dd3f37e93
 SIZE (rust/crates/atty-0.2.14.crate) = 5470
 SHA256 (rust/crates/autocfg-1.0.1.crate) = cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a
 SIZE (rust/crates/autocfg-1.0.1.crate) = 12908
-SHA256 (rust/crates/backtrace-0.3.61.crate) = e7a905d892734eea339e896738c14b9afce22b5318f64b951e70bf3844419b01
-SIZE (rust/crates/backtrace-0.3.61.crate) = 74284
+SHA256 (rust/crates/backtrace-0.3.63.crate) = 321629d8ba6513061f26707241fa9bc89524ff1cd7a915a97ef0c62c666ce1b6
+SIZE (rust/crates/backtrace-0.3.63.crate) = 74280
 SHA256 (rust/crates/base64-0.13.0.crate) = 904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd
 SIZE (rust/crates/base64-0.13.0.crate) = 62070
 SHA256 (rust/crates/battery-0.7.8.crate) = b4b624268937c0e0a3edb7c27843f9e547c320d730c610d3b8e6e8e95b2026e4
 SIZE (rust/crates/battery-0.7.8.crate) = 40344
 SHA256 (rust/crates/benchmarking-0.4.10.crate) = ea52a394d9a85bf9819ca50382187ece2497501dbd6397fd33388400e512a90e
 SIZE (rust/crates/benchmarking-0.4.10.crate) = 5309
-SHA256 (rust/crates/bit-set-0.5.2.crate) = 6e11e16035ea35e4e5997b393eacbf6f63983188f7a2ad25bfb13465f5ad59de
-SIZE (rust/crates/bit-set-0.5.2.crate) = 14093
-SHA256 (rust/crates/bit-vec-0.6.3.crate) = 349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb
-SIZE (rust/crates/bit-vec-0.6.3.crate) = 19927
-SHA256 (rust/crates/bitflags-1.2.1.crate) = cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693
-SIZE (rust/crates/bitflags-1.2.1.crate) = 16745
-SHA256 (rust/crates/bitreader-0.3.4.crate) = 9178181a7d44239c6c8eaafa8688558a2ab5fa04b8855381f2681e9591fb941b
-SIZE (rust/crates/bitreader-0.3.4.crate) = 11239
-SHA256 (rust/crates/bitvec-0.19.5.crate) = 8942c8d352ae1838c9dda0b0ca2ab657696ef2232a20147cf1b30ae1a9cb4321
-SIZE (rust/crates/bitvec-0.19.5.crate) = 148200
+SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a
+SIZE (rust/crates/bitflags-1.3.2.crate) = 23021
 SHA256 (rust/crates/block-0.1.6.crate) = 0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a
 SIZE (rust/crates/block-0.1.6.crate) = 4077
 SHA256 (rust/crates/block-buffer-0.7.3.crate) = c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b
@@ -83,36 +73,34 @@ SHA256 (rust/crates/block-buffer-0.9.0.crate) = 4152116fd6e9dadb291ae18fc1ec3575
 SIZE (rust/crates/block-buffer-0.9.0.crate) = 7108
 SHA256 (rust/crates/block-padding-0.1.5.crate) = fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5
 SIZE (rust/crates/block-padding-0.1.5.crate) = 7342
-SHA256 (rust/crates/blocking-1.0.2.crate) = c5e170dbede1f740736619b776d7251cb1b9095c435c34d8ca9f57fcd2f335e9
-SIZE (rust/crates/blocking-1.0.2.crate) = 18571
-SHA256 (rust/crates/brotli-decompressor-2.3.2.crate) = 59ad2d4653bf5ca36ae797b1f4bb4dbddb60ce49ca4aed8a2ce4829f60425b80
-SIZE (rust/crates/brotli-decompressor-2.3.2.crate) = 191197
+SHA256 (rust/crates/blocking-1.1.0.crate) = 046e47d4b2d391b1f6f8b407b1deb8dee56c1852ccd868becf2710f601b5f427
+SIZE (rust/crates/blocking-1.1.0.crate) = 19091
 SHA256 (rust/crates/bstr-0.1.4.crate) = 59604ece62a407dc9164732e5adea02467898954c3a5811fd2dc140af14ef15b
 SIZE (rust/crates/bstr-0.1.4.crate) = 330729
-SHA256 (rust/crates/bstr-0.2.16.crate) = 90682c8d613ad3373e66de8c6411e0ae2ab2571e879d2efbf73558cc66f21279
-SIZE (rust/crates/bstr-0.2.16.crate) = 330346
-SHA256 (rust/crates/bumpalo-3.7.0.crate) = 9c59e7af012c713f529e7a3ee57ce9b31ddd858d4b512923602f74608b009631
-SIZE (rust/crates/bumpalo-3.7.0.crate) = 134261
+SHA256 (rust/crates/bstr-0.2.17.crate) = ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223
+SIZE (rust/crates/bstr-0.2.17.crate) = 330350
+SHA256 (rust/crates/bumpalo-3.8.0.crate) = 8f1e260c3a9040a7c19a12468758f4c16f31a81a1fe087482be9570ec864bb6c
+SIZE (rust/crates/bumpalo-3.8.0.crate) = 79835
 SHA256 (rust/crates/byte-tools-0.3.1.crate) = e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7
 SIZE (rust/crates/byte-tools-0.3.1.crate) = 5526
 SHA256 (rust/crates/bytemuck-1.7.2.crate) = 72957246c41db82b8ef88a5486143830adeb8227ef9837740bdec67724cf2c5b
 SIZE (rust/crates/bytemuck-1.7.2.crate) = 27489
 SHA256 (rust/crates/byteorder-1.4.3.crate) = 14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610
 SIZE (rust/crates/byteorder-1.4.3.crate) = 22512
-SHA256 (rust/crates/bytes-1.0.1.crate) = b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040
-SIZE (rust/crates/bytes-1.0.1.crate) = 48142
+SHA256 (rust/crates/bytes-1.1.0.crate) = c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8
+SIZE (rust/crates/bytes-1.1.0.crate) = 49640
 SHA256 (rust/crates/cache-padded-1.1.1.crate) = 631ae5198c9be5e753e5cc215e1bd73c2b466a3565173db433f52bb9d3e66dba
 SIZE (rust/crates/cache-padded-1.1.1.crate) = 8798
+SHA256 (rust/crates/camino-1.0.5.crate) = 52d74260d9bf6944e2208aa46841b4b8f0d7ffc0849a06837b2f510337f86b2b
+SIZE (rust/crates/camino-1.0.5.crate) = 29642
 SHA256 (rust/crates/cassowary-0.3.0.crate) = df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53
 SIZE (rust/crates/cassowary-0.3.0.crate) = 22876
-SHA256 (rust/crates/cc-1.0.69.crate) = e70cc2f62c6ce1868963827bd677764c62d07c3d9a3e1fb1177ee1a9ab199eb2
-SIZE (rust/crates/cc-1.0.69.crate) = 56044
+SHA256 (rust/crates/cc-1.0.72.crate) = 22a9137b95ea06864e018375b72adfb7db6e6f68cfc8df5a04d00288050485ee
+SIZE (rust/crates/cc-1.0.72.crate) = 57495
 SHA256 (rust/crates/cfg-if-0.1.10.crate) = 4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822
 SIZE (rust/crates/cfg-if-0.1.10.crate) = 7933
 SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd
 SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934
-SHA256 (rust/crates/cfg_aliases-0.1.1.crate) = fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e
-SIZE (rust/crates/cfg_aliases-0.1.1.crate) = 6009
 SHA256 (rust/crates/cgl-0.3.2.crate) = 0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff
 SIZE (rust/crates/cgl-0.3.2.crate) = 7557
 SHA256 (rust/crates/chrono-0.4.19.crate) = 670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73
@@ -127,42 +115,36 @@ SHA256 (rust/crates/cloudabi-0.0.3.crate) = ddfc5b9aa5d4507acaf872de71051dfd0e30
 SIZE (rust/crates/cloudabi-0.0.3.crate) = 22156
 SHA256 (rust/crates/cocoa-0.20.2.crate) = 0c49e86fc36d5704151f5996b7b3795385f50ce09e3be0f47a0cfde869681cf8
 SIZE (rust/crates/cocoa-0.20.2.crate) = 47930
-SHA256 (rust/crates/cocoa-foundation-0.1.0.crate) = 7ade49b65d560ca58c403a479bb396592b155c0185eada742ee323d1d68d6318
-SIZE (rust/crates/cocoa-foundation-0.1.0.crate) = 10645
-SHA256 (rust/crates/codespan-reporting-0.11.1.crate) = 3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e
-SIZE (rust/crates/codespan-reporting-0.11.1.crate) = 48963
 SHA256 (rust/crates/color_quant-1.1.0.crate) = 3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b
 SIZE (rust/crates/color_quant-1.1.0.crate) = 6649
 SHA256 (rust/crates/colored-1.9.3.crate) = f4ffc801dacf156c5854b9df4f425a626539c3a6ef7893cc0c5084a23f0b6c59
 SIZE (rust/crates/colored-1.9.3.crate) = 20062
-SHA256 (rust/crates/colorgrad-0.4.0.crate) = 4fe6e84910b5d61e01f64515e4bef312cb7523cac732b776874a6fc41a1b722d
-SIZE (rust/crates/colorgrad-0.4.0.crate) = 19108
+SHA256 (rust/crates/colorgrad-0.5.0.crate) = 62c834d2dcb442c0fdf4775e72707db38c5a358a6da74f3041f93563d02ce306
+SIZE (rust/crates/colorgrad-0.5.0.crate) = 25032
 SHA256 (rust/crates/concurrent-queue-1.2.2.crate) = 30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3
 SIZE (rust/crates/concurrent-queue-1.2.2.crate) = 15859
 SHA256 (rust/crates/const-sha1-0.2.0.crate) = fb58b6451e8c2a812ad979ed1d83378caa5e927eef2622017a45f251457c2c9d
 SIZE (rust/crates/const-sha1-0.2.0.crate) = 9079
-SHA256 (rust/crates/copyless-0.1.5.crate) = a2df960f5d869b2dd8532793fde43eb5427cceb126c929747a26823ab0eeb536
-SIZE (rust/crates/copyless-0.1.5.crate) = 8264
 SHA256 (rust/crates/core-foundation-0.7.0.crate) = 57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171
 SIZE (rust/crates/core-foundation-0.7.0.crate) = 25384
-SHA256 (rust/crates/core-foundation-0.9.1.crate) = 0a89e2ae426ea83155dccf10c0fa6b1463ef6d5fcb44cee0b224a408fa640a62
-SIZE (rust/crates/core-foundation-0.9.1.crate) = 25985
+SHA256 (rust/crates/core-foundation-0.9.2.crate) = 6888e10551bb93e424d8df1d07f1a8b4fceb0001a3a4b048bfc47554946f47b3
+SIZE (rust/crates/core-foundation-0.9.2.crate) = 26857
 SHA256 (rust/crates/core-foundation-sys-0.7.0.crate) = b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac
 SIZE (rust/crates/core-foundation-sys-0.7.0.crate) = 17033
-SHA256 (rust/crates/core-foundation-sys-0.8.2.crate) = ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b
-SIZE (rust/crates/core-foundation-sys-0.8.2.crate) = 17461
+SHA256 (rust/crates/core-foundation-sys-0.8.3.crate) = 5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc
+SIZE (rust/crates/core-foundation-sys-0.8.3.crate) = 17519
 SHA256 (rust/crates/core-graphics-0.19.2.crate) = b3889374e6ea6ab25dba90bb5d96202f61108058361f6dc72e8b03e6f8bbe923
 SIZE (rust/crates/core-graphics-0.19.2.crate) = 28995
-SHA256 (rust/crates/core-graphics-0.22.2.crate) = 269f35f69b542b80e736a20a89a05215c0ce80c2c03c514abb2e318b78379d86
-SIZE (rust/crates/core-graphics-0.22.2.crate) = 28263
+SHA256 (rust/crates/core-graphics-0.22.3.crate) = 2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb
+SIZE (rust/crates/core-graphics-0.22.3.crate) = 29514
 SHA256 (rust/crates/core-graphics-types-0.1.1.crate) = 3a68b68b3446082644c91ac778bf50cd4104bfb002b5a6a7c44cca5a2c70788b
 SIZE (rust/crates/core-graphics-types-0.1.1.crate) = 2530
 SHA256 (rust/crates/core-text-19.2.0.crate) = 99d74ada66e07c1cefa18f8abfba765b486f250de2e4a999e5727fc0dd4b4a25
 SIZE (rust/crates/core-text-19.2.0.crate) = 18446
-SHA256 (rust/crates/cpufeatures-0.1.5.crate) = 66c99696f6c9dd7f35d486b9d04d7e6e202aa3e8c40d553f2fdf5e7e0c6a71ef
-SIZE (rust/crates/cpufeatures-0.1.5.crate) = 10419
-SHA256 (rust/crates/crc32fast-1.2.1.crate) = 81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a
-SIZE (rust/crates/crc32fast-1.2.1.crate) = 38172
+SHA256 (rust/crates/cpufeatures-0.2.1.crate) = 95059428f66df56b63431fdb4e1947ed2190586af5c5a8a8b71122bdf5a7f469
+SIZE (rust/crates/cpufeatures-0.2.1.crate) = 10500
+SHA256 (rust/crates/crc32fast-1.2.2.crate) = 3825b1e8580894917dc4468cb634a1b4e9745fddc854edad72d9c04644c0319f
+SIZE (rust/crates/crc32fast-1.2.2.crate) = 38113
 SHA256 (rust/crates/crossbeam-0.8.1.crate) = 4ae5588f6b3c3cb05239e90bd110f257254aecd01e4635400391aeae07497845
 SIZE (rust/crates/crossbeam-0.8.1.crate) = 10429
 SHA256 (rust/crates/crossbeam-channel-0.5.1.crate) = 06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4
@@ -175,20 +157,24 @@ SHA256 (rust/crates/crossbeam-queue-0.3.2.crate) = 9b10ddc024425c88c2ad148c1b0fd
 SIZE (rust/crates/crossbeam-queue-0.3.2.crate) = 14993
 SHA256 (rust/crates/crossbeam-utils-0.8.5.crate) = d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db
 SIZE (rust/crates/crossbeam-utils-0.8.5.crate) = 38414
-SHA256 (rust/crates/csscolorparser-0.4.0.crate) = b47d7b15b26d6d53076f0096b9f07dc27b329eeee0c3daa9cb91cd7e4856e638
-SIZE (rust/crates/csscolorparser-0.4.0.crate) = 13135
-SHA256 (rust/crates/ctor-0.1.20.crate) = 5e98e2ad1a782e33928b96fc3948e7c355e5af34ba4de7670fe8bac2a3b2006d
-SIZE (rust/crates/ctor-0.1.20.crate) = 9328
-SHA256 (rust/crates/d3d12-0.4.0.crate) = 091ed1b25fe47c7ff129fc440c23650b6114f36aa00bc7212cc8041879294428
-SIZE (rust/crates/d3d12-0.4.0.crate) = 13994
+SHA256 (rust/crates/csscolorparser-0.5.0.crate) = b2fb3bd93ef32553e3d5b9f8020028f41ac64ff8a230033d5d548b8222d21fbe
+SIZE (rust/crates/csscolorparser-0.5.0.crate) = 14944
+SHA256 (rust/crates/ctor-0.1.21.crate) = ccc0a48a9b826acdf4028595adc9db92caea352f7af011a3034acd172a52a0aa
+SIZE (rust/crates/ctor-0.1.21.crate) = 9303
+SHA256 (rust/crates/cty-0.2.2.crate) = b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35
+SIZE (rust/crates/cty-0.2.2.crate) = 7230
 SHA256 (rust/crates/deflate-0.8.6.crate) = 73770f8e1fe7d64df17ca66ad28994a0a623ea497fa69486e14984e715c5d174
 SIZE (rust/crates/deflate-0.8.6.crate) = 62365
+SHA256 (rust/crates/deflate-0.9.1.crate) = 5f95bf05dffba6e6cce8dfbb30def788154949ccd9aed761b472119c21e01c70
+SIZE (rust/crates/deflate-0.9.1.crate) = 62488
 SHA256 (rust/crates/derivative-2.2.0.crate) = fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b
 SIZE (rust/crates/derivative-2.2.0.crate) = 48076
 SHA256 (rust/crates/diff-0.1.12.crate) = 0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499
 SIZE (rust/crates/diff-0.1.12.crate) = 10223
 SHA256 (rust/crates/difference-2.0.0.crate) = 524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198
 SIZE (rust/crates/difference-2.0.0.crate) = 147616
+SHA256 (rust/crates/difflib-0.4.0.crate) = 6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8
+SIZE (rust/crates/difflib-0.4.0.crate) = 7638
 SHA256 (rust/crates/digest-0.8.1.crate) = f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5
 SIZE (rust/crates/digest-0.8.1.crate) = 9449
 SHA256 (rust/crates/digest-0.9.0.crate) = d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066
@@ -207,16 +193,28 @@ SHA256 (rust/crates/doc-comment-0.3.3.crate) = fea41bba32d969b513997752735605054
 SIZE (rust/crates/doc-comment-0.3.3.crate) = 4123
 SHA256 (rust/crates/downcast-rs-1.2.0.crate) = 9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650
 SIZE (rust/crates/downcast-rs-1.2.0.crate) = 11670
-SHA256 (rust/crates/drm-fourcc-2.1.1.crate) = ebbf3a5ed4671aabffefce172ff43d69c1f27dd2c6aea28e5212a70f32ada0cf
-SIZE (rust/crates/drm-fourcc-2.1.1.crate) = 11198
 SHA256 (rust/crates/dwrote-0.11.0.crate) = 439a1c2ba5611ad3ed731280541d36d2e9c4ac5e7fb818a27b604bdc5a6aa65b
 SIZE (rust/crates/dwrote-0.11.0.crate) = 21715
+SHA256 (rust/crates/easy-parallel-3.1.0.crate) = 1dd4afd79212583ff429b913ad6605242ed7eec277e950b1438f300748f948f4
+SIZE (rust/crates/easy-parallel-3.1.0.crate) = 9251
 SHA256 (rust/crates/either-1.6.1.crate) = e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457
 SIZE (rust/crates/either-1.6.1.crate) = 13641
-SHA256 (rust/crates/embed-resource-1.6.3.crate) = 45de30eb317b4cd3882ee16623cb3004e5fb99a8f4cd40097cadf61efbc54adc
-SIZE (rust/crates/embed-resource-1.6.3.crate) = 12401
-SHA256 (rust/crates/encoding_rs-0.8.28.crate) = 80df024fbc5ac80f87dfef0d9f5209a252f2a497f7f42944cff24d8253cac065
-SIZE (rust/crates/encoding_rs-0.8.28.crate) = 1368577
+SHA256 (rust/crates/embed-resource-1.6.5.crate) = 85505eb239fc952b300f29f0556d2d884082a83566768d980278d8faf38c780d
+SIZE (rust/crates/embed-resource-1.6.5.crate) = 12509
+SHA256 (rust/crates/encoding-0.2.33.crate) = 6b0d943856b990d12d3b55b359144ff341533e516d94098b1d3fc1ac666d36ec
+SIZE (rust/crates/encoding-0.2.33.crate) = 88798
+SHA256 (rust/crates/encoding-index-japanese-1.20141219.5.crate) = 04e8b2ff42e9a05335dbf8b5c6f7567e5591d0d916ccef4e0b1710d32a0d0c91
+SIZE (rust/crates/encoding-index-japanese-1.20141219.5.crate) = 91495
+SHA256 (rust/crates/encoding-index-korean-1.20141219.5.crate) = 4dc33fb8e6bcba213fe2f14275f0963fd16f0a02c878e3095ecfdf5bee529d81
+SIZE (rust/crates/encoding-index-korean-1.20141219.5.crate) = 103230
+SHA256 (rust/crates/encoding-index-simpchinese-1.20141219.5.crate) = d87a7194909b9118fc707194baa434a4e3b0fb6a5a757c73c3adb07aa25031f7
+SIZE (rust/crates/encoding-index-simpchinese-1.20141219.5.crate) = 130962
+SHA256 (rust/crates/encoding-index-singlebyte-1.20141219.5.crate) = 3351d5acffb224af9ca265f435b859c7c01537c0849754d3db3fdf2bfe2ae84a
+SIZE (rust/crates/encoding-index-singlebyte-1.20141219.5.crate) = 14950
+SHA256 (rust/crates/encoding-index-tradchinese-1.20141219.5.crate) = fd0e20d5688ce3cab59eb3ef3a2083a5c77bf496cb798dc6fcdb75f323890c18
+SIZE (rust/crates/encoding-index-tradchinese-1.20141219.5.crate) = 120862
+SHA256 (rust/crates/encoding_index_tests-0.1.4.crate) = a246d82be1c9d791c5dfde9a2bd045fc3cbba3fa2b11ad558f27d01712f00569
+SIZE (rust/crates/encoding_index_tests-0.1.4.crate) = 1631
 SHA256 (rust/crates/enum-display-derive-0.1.1.crate) = f16ef37b2a9b242295d61a154ee91ae884afff6b8b933b486b12481cc58310ca
 SIZE (rust/crates/enum-display-derive-0.1.1.crate) = 7587
 SHA256 (rust/crates/enumflags2-0.6.4.crate) = 83c8d82922337cd23a15f88b70d8e4ef5f11da38dd7cdb55e84dd5de99695da0
@@ -231,22 +229,20 @@ SHA256 (rust/crates/event-listener-2.5.1.crate) = f7531096570974c3a9dcf9e4b8e1ce
 SIZE (rust/crates/event-listener-2.5.1.crate) = 16237
 SHA256 (rust/crates/evmap-6.0.1.crate) = 6fdb60074c9b82c91f8702fa5351b85d22b668dae7f73bf06b44a09bc372380f
 SIZE (rust/crates/evmap-6.0.1.crate) = 24798
-SHA256 (rust/crates/external-memory-0.0.1.crate) = e4dfe8d292b014422776a8c516862d2bff8a81b223a4461dfdc45f3862dc9d39
-SIZE (rust/crates/external-memory-0.0.1.crate) = 4732
 SHA256 (rust/crates/fake-simd-0.1.2.crate) = e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed
 SIZE (rust/crates/fake-simd-0.1.2.crate) = 5398
 SHA256 (rust/crates/fastrand-1.5.0.crate) = b394ed3d285a429378d3b384b9eb1285267e7df4b166df24b7a6939a04dc392e
 SIZE (rust/crates/fastrand-1.5.0.crate) = 11100
 SHA256 (rust/crates/filenamegen-0.2.4.crate) = 0b2da6e8ef70499318bc50abd003fd66dbf6d8a46c23f9e90158f388a788976a
 SIZE (rust/crates/filenamegen-0.2.4.crate) = 8768
-SHA256 (rust/crates/filetime-0.2.14.crate) = 1d34cfa13a63ae058bfa601fe9e313bbdb3746427c1459185464ce0fcf62e1e8
-SIZE (rust/crates/filetime-0.2.14.crate) = 14358
-SHA256 (rust/crates/fixedbitset-0.2.0.crate) = 37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d
-SIZE (rust/crates/fixedbitset-0.2.0.crate) = 13597
-SHA256 (rust/crates/flate2-1.0.20.crate) = cd3aec53de10fe96d7d8c565eb17f2c687bb5518a2ec453b5b1252964526abe0
*** 1172 LINES SKIPPED ***



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112041941.1B4JfSPd086892>