Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Aug 2024 15:41:30 GMT
From:      Nicola Vitale <nivit@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: cd921026743d - main - x11/wezterm: Update to 20240203-110809-5046fc22
Message-ID:  <202408101541.47AFfU97054396@gitrepo.freebsd.org>

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

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

commit cd921026743d1c7f0f87797f07c175fe550ad533
Author:     Vladyslav Movchan <vladislav.movchan@gmail.com>
AuthorDate: 2024-08-10 15:39:17 +0000
Commit:     Nicola Vitale <nivit@FreeBSD.org>
CommitDate: 2024-08-10 15:40:44 +0000

    x11/wezterm: Update to 20240203-110809-5046fc22
    
    - Pass maintainership to the PR submitter
    - Remove some patches
    
    Release changes:        https://wezfurlong.org/wezterm/changelog.html#20240203-110809-5046fc22
    
    PR:             279053
---
 x11/wezterm/Makefile           |   12 +-
 x11/wezterm/Makefile.crates    |  725 +++++++++++---------
 x11/wezterm/distinfo           | 1464 +++++++++++++++++++++-------------------
 x11/wezterm/files/patch-i386   |   65 --
 x11/wezterm/files/patch-libssh |   19 -
 x11/wezterm/files/patch-sctk   |   16 -
 6 files changed, 1180 insertions(+), 1121 deletions(-)

diff --git a/x11/wezterm/Makefile b/x11/wezterm/Makefile
index f7aaf324b916..e0b55e25bc68 100644
--- a/x11/wezterm/Makefile
+++ b/x11/wezterm/Makefile
@@ -1,9 +1,8 @@
 PORTNAME=	wezterm
-DISTVERSION=	20230408-112425-69ae8472
-PORTREVISION=	12
+DISTVERSION=	20240203-110809-5046fc22
 CATEGORIES=	x11 wayland
 
-MAINTAINER=	nivit@FreeBSD.org
+MAINTAINER=	vladislav.movchan@gmail.com
 COMMENT=	GPU-accelerated terminal emulator and multiplexer
 WWW=		https://wezfurlong.org/wezterm/
 
@@ -23,11 +22,11 @@ USE_GITHUB=	yes
 USE_GITLAB=	nodefault
 USE_XORG=	x11 xcb
 GH_ACCOUNT=	wez
-GH_TUPLE=	harfbuzz:harfbuzz:6.0.0:harfbuzz/deps/harfbuzz/harfbuzz \
+GH_TUPLE=	harfbuzz:harfbuzz:63973005b:harfbuzz/deps/harfbuzz/harfbuzz \
 		glennrp:libpng:v1.6.36-805-g8439534da:libpng/deps/freetype/libpng \
 		madler:zlib:v1.2.11:zlib/deps/freetype/zlib \
 		fcitx:xcb-imdkit:1.0.3:xcb_imdkit/../${WRKSRC_crate_xcb-imdkit:T}/deps/xcb-imdkit \
-		freetype:freetype:VER-2-10-2-605-g3f83daeec:freetype/deps/freetype/freetype2
+		freetype:freetype:e4586d960:freetype2/deps/freetype/freetype2
 PLIST_FILES=	bin/strip-ansi-escapes \
 		bin/${PORTNAME} \
 		bin/${PORTNAME}-gui \
@@ -72,10 +71,11 @@ do-build-DOCS-on:
 		${WRKSRC}/gh_pages/html/favicon.png
 	${CP} ${WRKSRC}/assets/icon/${PORTNAME}-icon.svg \
 		${WRKSRC}/gh_pages/html/favicon.svg
+	${RMDIR} ${WRKSRC}/gh_pages/html/install
 
 do-install-DOCS-on:
 	(cd ${WRKSRC}/gh_pages && ${COPYTREE_SHARE} \
-		"${PORTDOCS:Mhtml}" ${STAGEDIR}${DOCSDIR})
+		"${PORTDOCS}" ${STAGEDIR}${DOCSDIR})
 
 post-install:
 # Install assets similar to ci/deploy.sh
diff --git a/x11/wezterm/Makefile.crates b/x11/wezterm/Makefile.crates
index f0cf860f0a2c..abd7d466fb58 100644
--- a/x11/wezterm/Makefile.crates
+++ b/x11/wezterm/Makefile.crates
@@ -1,308 +1,337 @@
-CARGO_CRATES=	addr2line-0.19.0 \
+CARGO_CRATES=	addr2line-0.21.0 \
 		adler-1.0.2 \
 		adler32-1.2.0 \
-		ahash-0.7.6 \
-		ahash-0.8.3 \
-		aho-corasick-0.7.20 \
+		ahash-0.7.7 \
+		ahash-0.8.7 \
+		aho-corasick-1.1.2 \
+		allocator-api2-0.2.16 \
+		android-tzdata-0.1.1 \
 		android_system_properties-0.1.5 \
 		anes-0.1.6 \
-		anstream-0.2.6 \
-		anstyle-0.3.5 \
-		anstyle-parse-0.1.1 \
-		anstyle-wincon-0.2.0 \
-		anyhow-1.0.70 \
+		anstream-0.6.11 \
+		anstyle-1.0.5 \
+		anstyle-parse-0.2.3 \
+		anstyle-query-1.0.2 \
+		anstyle-wincon-3.0.2 \
+		anyhow-1.0.79 \
 		arrayref-0.3.7 \
-		arrayvec-0.7.2 \
-		ash-0.37.2+1.3.238 \
-		assert_fs-1.0.12 \
+		arrayvec-0.7.4 \
+		as-raw-xcb-connection-1.0.1 \
+		ash-0.37.3+1.3.251 \
+		assert_fs-1.1.1 \
 		async-broadcast-0.5.1 \
-		async-channel-1.8.0 \
-		async-executor-1.5.0 \
+		async-channel-1.9.0 \
+		async-channel-2.1.1 \
+		async-executor-1.8.0 \
 		async-fs-1.6.0 \
 		async-io-1.13.0 \
-		async-lock-2.7.0 \
-		async-net-1.7.0 \
-		async-process-1.6.0 \
-		async-recursion-1.0.4 \
-		async-task-4.4.0 \
-		async-trait-0.1.68 \
-		atomic-0.5.1 \
-		atomic-waker-1.1.0 \
+		async-io-2.3.1 \
+		async-lock-2.8.0 \
+		async-lock-3.3.0 \
+		async-net-1.8.0 \
+		async-process-1.8.1 \
+		async-recursion-1.0.5 \
+		async-signal-0.2.5 \
+		async-task-4.7.0 \
+		async-trait-0.1.77 \
+		atomic-0.5.3 \
+		atomic-waker-1.1.2 \
 		atty-0.2.14 \
 		autocfg-1.1.0 \
-		backtrace-0.3.67 \
+		az-1.2.1 \
+		backtrace-0.3.69 \
 		base64-0.13.1 \
-		base64-0.21.0 \
+		base64-0.21.7 \
 		benchmarking-0.4.12 \
 		bit-set-0.5.3 \
 		bit-vec-0.6.3 \
 		bit_field-0.10.2 \
 		bitflags-1.3.2 \
-		bitflags-2.0.2 \
+		bitflags-2.4.2 \
 		block-0.1.6 \
 		block-buffer-0.10.4 \
-		blocking-1.3.0 \
+		blocking-1.5.1 \
 		bstr-0.1.4 \
-		bstr-0.2.17 \
-		bstr-1.4.0 \
-		bumpalo-3.12.0 \
-		bytemuck-1.13.1 \
-		bytemuck_derive-1.4.1 \
-		byteorder-1.4.3 \
-		bytes-1.4.0 \
-		camino-1.1.4 \
+		bstr-1.9.0 \
+		bumpalo-3.14.0 \
+		bytemuck-1.14.1 \
+		bytemuck_derive-1.5.0 \
+		byteorder-1.5.0 \
+		bytes-1.5.0 \
+		cairo-rs-0.18.5 \
+		camino-1.1.6 \
 		cassowary-0.3.0 \
 		cast-0.3.0 \
-		cc-1.0.79 \
+		cc-1.0.83 \
 		cfg-if-1.0.0 \
 		cgl-0.3.2 \
-		chrono-0.4.24 \
-		ciborium-0.2.0 \
-		ciborium-io-0.2.0 \
-		ciborium-ll-0.2.0 \
+		chrono-0.4.33 \
+		ciborium-0.2.2 \
+		ciborium-io-0.2.2 \
+		ciborium-ll-0.2.2 \
 		clap-2.34.0 \
-		clap-3.2.23 \
-		clap-4.2.1 \
-		clap_builder-4.2.1 \
-		clap_complete-4.2.0 \
-		clap_complete_fig-4.2.0 \
-		clap_derive-4.2.0 \
+		clap-3.2.25 \
+		clap-4.4.18 \
+		clap_builder-4.4.18 \
+		clap_complete-4.4.9 \
+		clap_complete_fig-4.4.2 \
+		clap_derive-4.4.7 \
 		clap_lex-0.2.4 \
-		clap_lex-0.4.1 \
+		clap_lex-0.6.0 \
 		clipboard-win-2.2.0 \
-		clipboard_macos-0.1.0 \
 		cocoa-0.20.2 \
+		cocoa-0.25.0 \
+		cocoa-foundation-0.1.2 \
 		codespan-reporting-0.11.1 \
 		color_quant-1.1.0 \
-		colored-1.9.3 \
+		colorchoice-1.0.0 \
+		colored-1.9.4 \
+		colored-2.1.0 \
 		colorgrad-0.6.2 \
 		com-rs-0.2.1 \
-		concolor-override-1.0.0 \
-		concolor-query-0.3.3 \
-		concurrent-queue-2.1.0 \
+		concurrent-queue-2.4.0 \
 		core-foundation-0.7.0 \
-		core-foundation-0.9.3 \
+		core-foundation-0.9.4 \
 		core-foundation-sys-0.7.0 \
-		core-foundation-sys-0.8.4 \
+		core-foundation-sys-0.8.6 \
 		core-graphics-0.19.2 \
-		core-graphics-0.22.3 \
-		core-graphics-types-0.1.1 \
-		core-text-19.2.0 \
-		cpufeatures-0.2.6 \
+		core-graphics-0.23.1 \
+		core-graphics-types-0.1.3 \
+		core-text-20.1.0 \
+		core2-0.4.0 \
+		cpufeatures-0.2.12 \
 		crc32fast-1.3.2 \
 		criterion-0.3.6 \
 		criterion-0.4.0 \
 		criterion-plot-0.4.5 \
 		criterion-plot-0.5.0 \
-		crossbeam-0.8.2 \
-		crossbeam-channel-0.5.7 \
-		crossbeam-deque-0.8.3 \
-		crossbeam-epoch-0.9.14 \
-		crossbeam-queue-0.3.8 \
-		crossbeam-utils-0.8.15 \
+		crossbeam-0.8.4 \
+		crossbeam-channel-0.5.11 \
+		crossbeam-deque-0.8.5 \
+		crossbeam-epoch-0.9.18 \
+		crossbeam-queue-0.3.11 \
+		crossbeam-utils-0.8.19 \
 		crunchy-0.2.2 \
 		crypto-common-0.1.6 \
 		csscolorparser-0.6.2 \
-		csv-1.2.1 \
-		csv-core-0.1.10 \
-		cxx-1.0.94 \
-		cxx-build-1.0.94 \
-		cxxbridge-flags-1.0.94 \
-		cxxbridge-macro-1.0.94 \
-		d3d12-0.6.0 \
-		darling-0.14.4 \
-		darling_core-0.14.4 \
-		darling_macro-0.14.4 \
-		dashmap-5.4.0 \
-		data-encoding-2.3.3 \
-		deltae-0.3.0 \
+		csv-1.3.0 \
+		csv-core-0.1.11 \
+		d3d12-0.7.0 \
+		darling-0.20.3 \
+		darling_core-0.20.3 \
+		darling_macro-0.20.3 \
+		dary_heap-0.3.6 \
+		data-encoding-2.5.0 \
+		deltae-0.3.2 \
+		deranged-0.3.11 \
 		derivative-2.2.0 \
 		dhat-0.3.2 \
 		diff-0.1.13 \
 		difflib-0.4.0 \
-		digest-0.10.6 \
+		digest-0.10.7 \
 		dirs-4.0.0 \
 		dirs-next-2.0.0 \
 		dirs-sys-0.3.7 \
 		dirs-sys-next-0.1.2 \
-		dlib-0.5.0 \
+		dlib-0.5.2 \
 		doc-comment-0.3.3 \
 		downcast-rs-1.2.0 \
 		dwrote-0.11.0 \
-		either-1.8.1 \
+		either-1.9.0 \
 		embed-resource-1.8.0 \
-		emojis-0.5.2 \
-		encoding_rs-0.8.32 \
+		emojis-0.6.1 \
+		encoding_rs-0.8.33 \
 		enum-display-derive-0.1.1 \
-		enumflags2-0.7.6 \
-		enumflags2_derive-0.7.6 \
-		env_logger-0.10.0 \
-		errno-0.2.8 \
-		errno-0.3.0 \
-		errno-dragonfly-0.1.2 \
+		enumflags2-0.7.8 \
+		enumflags2_derive-0.7.8 \
+		env_filter-0.1.0 \
+		env_logger-0.10.2 \
+		env_logger-0.11.1 \
+		equivalent-1.0.1 \
+		errno-0.3.8 \
 		euclid-0.22.9 \
 		event-listener-2.5.3 \
-		exr-1.6.3 \
+		event-listener-3.1.0 \
+		event-listener-4.0.3 \
+		event-listener-strategy-0.4.0 \
+		exr-1.6.4 \
 		fallible-iterator-0.2.0 \
 		fallible-streaming-iterator-0.1.9 \
 		fancy-regex-0.11.0 \
 		fastrand-1.9.0 \
+		fastrand-2.0.1 \
+		fdeflate-0.3.4 \
 		filenamegen-0.2.4 \
-		filetime-0.2.20 \
+		filetime-0.2.23 \
 		finl_unicode-1.2.0 \
+		fixed-1.24.0 \
 		fixedbitset-0.4.2 \
-		flate2-1.0.25 \
+		flate2-1.0.28 \
 		float-cmp-0.9.0 \
 		flume-0.10.14 \
+		flume-0.11.0 \
 		fnv-1.0.7 \
 		foreign-types-0.3.2 \
+		foreign-types-0.5.0 \
+		foreign-types-macros-0.2.3 \
 		foreign-types-shared-0.1.1 \
-		form_urlencoded-1.1.0 \
+		foreign-types-shared-0.3.1 \
+		form_urlencoded-1.2.1 \
 		fsevent-sys-4.1.0 \
-		futures-0.3.28 \
-		futures-channel-0.3.28 \
-		futures-core-0.3.28 \
-		futures-executor-0.3.28 \
-		futures-io-0.3.28 \
-		futures-lite-1.12.0 \
-		futures-macro-0.3.28 \
-		futures-sink-0.3.28 \
-		futures-task-0.3.28 \
+		futures-0.3.30 \
+		futures-channel-0.3.30 \
+		futures-core-0.3.30 \
+		futures-executor-0.3.30 \
+		futures-io-0.3.30 \
+		futures-lite-1.13.0 \
+		futures-lite-2.2.0 \
+		futures-macro-0.3.30 \
+		futures-sink-0.3.30 \
+		futures-task-0.3.30 \
 		futures-timer-3.0.2 \
-		futures-util-0.3.28 \
+		futures-util-0.3.30 \
 		fuzzy-matcher-0.3.7 \
-		fxhash-0.2.1 \
 		generic-array-0.14.7 \
-		gethostname-0.4.1 \
+		gethostname-0.4.3 \
 		getopts-0.2.21 \
-		getrandom-0.2.8 \
+		getrandom-0.2.12 \
 		gif-0.12.0 \
-		gimli-0.27.2 \
+		gimli-0.28.1 \
 		git2-0.16.1 \
 		gl_generator-0.14.0 \
 		glium-0.31.0 \
-		globset-0.4.10 \
-		globwalk-0.8.1 \
-		glow-0.12.1 \
-		governor-0.4.2 \
-		gpu-alloc-0.5.3 \
-		gpu-alloc-types-0.2.0 \
-		gpu-allocator-0.22.0 \
-		gpu-descriptor-0.2.3 \
-		gpu-descriptor-types-0.1.1 \
+		glob-0.3.1 \
+		globset-0.4.14 \
+		globwalk-0.9.1 \
+		glow-0.13.1 \
+		glutin_wgl_sys-0.5.0 \
+		governor-0.5.1 \
+		gpu-alloc-0.6.0 \
+		gpu-alloc-types-0.3.0 \
+		gpu-allocator-0.23.0 \
+		gpu-descriptor-0.2.4 \
+		gpu-descriptor-types-0.1.2 \
 		guillotiere-0.6.2 \
-		h2-0.3.16 \
+		h2-0.3.24 \
 		half-1.8.2 \
-		half-2.2.1 \
+		half-2.3.1 \
 		hashbrown-0.11.2 \
 		hashbrown-0.12.3 \
+		hashbrown-0.13.2 \
+		hashbrown-0.14.3 \
 		hashlink-0.7.0 \
-		hassle-rs-0.9.0 \
-		hdrhistogram-7.5.2 \
+		hassle-rs-0.10.0 \
+		hdrhistogram-7.5.4 \
 		heck-0.4.1 \
 		hermit-abi-0.1.19 \
-		hermit-abi-0.2.6 \
-		hermit-abi-0.3.1 \
+		hermit-abi-0.3.4 \
 		hex-0.4.3 \
 		hexf-parse-0.2.1 \
+		home-0.5.9 \
 		hostname-0.3.1 \
-		http-0.2.9 \
-		http-body-0.4.5 \
-		http_req-0.9.1 \
+		http-0.2.11 \
+		http-body-0.4.6 \
+		http_req-0.10.2 \
 		httparse-1.8.0 \
-		httpdate-1.0.2 \
+		httpdate-1.0.3 \
 		humansize-2.1.3 \
 		humantime-2.1.0 \
-		hyper-0.14.25 \
+		hyper-0.14.28 \
 		hyper-tls-0.5.0 \
-		iana-time-zone-0.1.54 \
-		iana-time-zone-haiku-0.1.1 \
+		iana-time-zone-0.1.59 \
+		iana-time-zone-haiku-0.1.2 \
 		ident_case-1.0.1 \
-		idna-0.3.0 \
-		ignore-0.4.20 \
+		idna-0.5.0 \
+		ignore-0.4.22 \
+		image-0.24.8 \
 		indexmap-1.9.3 \
+		indexmap-2.2.1 \
 		inotify-0.9.6 \
 		inotify-sys-0.1.5 \
 		instant-0.1.12 \
-		intrusive-collections-0.9.5 \
-		io-lifetimes-1.0.9 \
+		intrusive-collections-0.9.6 \
+		io-lifetimes-1.0.11 \
 		ioctl-rs-0.1.6 \
-		ipnet-2.7.2 \
-		is-terminal-0.4.6 \
+		ipnet-2.9.0 \
+		is-terminal-0.4.10 \
 		itertools-0.10.5 \
-		itoa-1.0.6 \
-		jobserver-0.1.26 \
-		jpeg-decoder-0.3.0 \
-		js-sys-0.3.61 \
+		itoa-1.0.10 \
+		jobserver-0.1.27 \
+		jpeg-decoder-0.3.1 \
+		js-sys-0.3.67 \
 		k9-0.11.6 \
-		khronos-egl-4.1.0 \
+		k9-0.12.0 \
+		khronos-egl-6.0.0 \
 		khronos_api-3.1.0 \
-		kqueue-1.0.7 \
-		kqueue-sys-1.0.3 \
+		kqueue-1.0.8 \
+		kqueue-sys-1.0.4 \
 		lab-0.11.0 \
 		lazy_static-1.4.0 \
 		lazycell-1.3.0 \
 		leb128-0.2.5 \
 		lebe-0.5.2 \
-		libc-0.2.140 \
-		libflate-1.3.0 \
-		libflate_lz77-1.2.0 \
+		libc-0.2.152 \
+		libflate-2.0.0 \
+		libflate_lz77-2.0.0 \
 		libgit2-sys-0.14.2+1.5.1 \
 		libloading-0.6.7 \
 		libloading-0.7.4 \
-		libm-0.2.6 \
+		libloading-0.8.1 \
+		libm-0.2.8 \
+		libredox-0.0.1 \
 		libsqlite3-sys-0.24.2 \
-		libssh-rs-0.1.8 \
-		libssh-rs-sys-0.1.3 \
+		libssh-rs-0.2.2 \
+		libssh-rs-sys-0.2.2 \
 		libssh2-sys-0.3.0 \
-		libz-sys-1.1.8 \
+		libz-sys-1.1.15 \
 		line-wrap-0.1.1 \
 		line_drawing-0.8.1 \
-		link-cplusplus-1.0.8 \
 		linked-hash-map-0.5.6 \
-		linux-raw-sys-0.1.4 \
-		linux-raw-sys-0.3.1 \
-		lock_api-0.4.9 \
-		log-0.4.17 \
+		linux-raw-sys-0.3.8 \
+		linux-raw-sys-0.4.13 \
+		lock_api-0.4.11 \
+		log-0.4.20 \
 		lru-0.7.8 \
-		lua-src-544.0.1 \
-		luajit-src-210.4.5+resty2cf5186 \
-		mac_address-1.1.4 \
+		lua-src-546.0.2 \
+		luajit-src-210.5.5+f2336c4 \
+		mac_address-1.1.5 \
 		mach-0.3.2 \
 		malloc_buf-0.0.6 \
 		maplit-1.0.2 \
 		match_cfg-0.1.0 \
-		memchr-2.5.0 \
+		memchr-2.7.1 \
 		memmap2-0.2.3 \
 		memmap2-0.5.10 \
+		memmap2-0.8.0 \
 		memmem-0.1.1 \
 		memoffset-0.6.5 \
 		memoffset-0.7.1 \
-		memoffset-0.8.0 \
-		metal-0.24.0 \
+		memoffset-0.9.0 \
+		metal-0.27.0 \
 		metrics-0.17.1 \
 		metrics-macros-0.4.1 \
 		mime-0.3.17 \
 		minimal-lexical-0.2.1 \
 		miniz_oxide-0.4.4 \
-		miniz_oxide-0.6.2 \
-		mintex-0.1.2 \
-		mio-0.8.6 \
-		mlua-0.8.8 \
-		naga-0.11.0 \
+		miniz_oxide-0.7.1 \
+		mintex-0.1.3 \
+		mio-0.8.10 \
+		mlua-0.9.5 \
+		mlua-sys-0.5.1 \
+		naga-0.14.2 \
 		names-0.12.0 \
 		nanorand-0.7.0 \
 		native-tls-0.2.11 \
 		nix-0.23.2 \
 		nix-0.24.3 \
 		nix-0.25.1 \
-		nix-0.26.2 \
+		nix-0.26.4 \
 		no-std-compat-0.4.1 \
 		nom-7.1.3 \
 		nonzero_ext-0.3.0 \
 		normalize-line-endings-0.3.0 \
-		notify-5.1.0 \
-		ntapi-0.4.0 \
+		notify-5.2.0 \
+		ntapi-0.4.1 \
 		num-0.3.1 \
 		num-bigint-0.3.3 \
 		num-complex-0.3.1 \
@@ -310,224 +339,226 @@ CARGO_CRATES=	addr2line-0.19.0 \
 		num-integer-0.1.45 \
 		num-iter-0.1.43 \
 		num-rational-0.3.2 \
-		num-rational-0.4.1 \
-		num-traits-0.2.15 \
-		num_cpus-1.15.0 \
+		num-traits-0.2.17 \
+		num_cpus-1.16.0 \
 		objc-0.2.7 \
-		objc-foundation-0.1.1 \
 		objc_exception-0.1.2 \
-		objc_id-0.1.1 \
-		object-0.30.3 \
-		once_cell-1.17.1 \
+		object-0.32.2 \
+		once_cell-1.19.0 \
 		oorandom-11.1.3 \
-		openssl-0.10.38 \
+		openssl-0.10.63 \
+		openssl-macros-0.1.1 \
 		openssl-probe-0.1.5 \
-		openssl-src-300.1.0+3.1.0 \
-		openssl-sys-0.9.71 \
-		ordered-float-3.6.0 \
+		openssl-src-300.2.1+3.2.0 \
+		openssl-sys-0.9.99 \
+		ordered-float-4.2.0 \
 		ordered-stream-0.2.0 \
-		os_str_bytes-6.5.0 \
-		parking-2.0.0 \
+		os_str_bytes-6.6.1 \
+		parking-2.2.0 \
 		parking_lot-0.11.2 \
 		parking_lot-0.12.1 \
 		parking_lot_core-0.8.6 \
-		parking_lot_core-0.9.7 \
-		pem-1.1.1 \
-		percent-encoding-2.2.0 \
-		pest-2.5.7 \
-		pest_derive-2.5.7 \
-		pest_generator-2.5.7 \
-		pest_meta-2.5.7 \
-		phf-0.11.1 \
-		phf_codegen-0.11.1 \
-		phf_generator-0.11.1 \
-		phf_macros-0.11.1 \
-		phf_shared-0.11.1 \
-		pin-project-1.0.12 \
-		pin-project-internal-1.0.12 \
-		pin-project-lite-0.2.9 \
+		parking_lot_core-0.9.9 \
+		paste-1.0.14 \
+		pem-3.0.3 \
+		percent-encoding-2.3.1 \
+		pest-2.7.6 \
+		pest_derive-2.7.6 \
+		pest_generator-2.7.6 \
+		pest_meta-2.7.6 \
+		phf-0.11.2 \
+		phf_codegen-0.11.2 \
+		phf_generator-0.11.2 \
+		phf_macros-0.11.2 \
+		phf_shared-0.11.2 \
+		pin-project-1.1.4 \
+		pin-project-internal-1.1.4 \
+		pin-project-lite-0.2.13 \
 		pin-utils-0.1.0 \
-		pkg-config-0.3.26 \
-		plist-1.4.3 \
-		plotters-0.3.4 \
-		plotters-backend-0.3.4 \
-		plotters-svg-0.3.3 \
-		png-0.17.7 \
-		polling-2.6.0 \
+		piper-0.2.1 \
+		pkg-config-0.3.29 \
+		plist-1.6.0 \
+		plotters-0.3.5 \
+		plotters-backend-0.3.5 \
+		plotters-svg-0.3.5 \
+		png-0.17.11 \
+		polling-2.8.0 \
+		polling-3.3.2 \
+		powerfmt-0.2.0 \
 		ppv-lite86-0.2.17 \
-		predicates-3.0.2 \
+		predicates-3.1.0 \
 		predicates-core-1.0.6 \
 		predicates-tree-1.0.9 \
+		presser-0.3.1 \
 		proc-macro-crate-1.3.1 \
-		proc-macro2-1.0.55 \
-		profiling-1.0.7 \
-		pulldown-cmark-0.9.2 \
-		pure-rust-locales-0.5.6 \
+		proc-macro2-1.0.78 \
+		profiling-1.0.13 \
+		pulldown-cmark-0.9.6 \
+		pure-rust-locales-0.7.0 \
 		qoi-0.4.1 \
-		quanta-0.9.3 \
-		quick-xml-0.22.0 \
-		quick-xml-0.28.1 \
-		quote-1.0.26 \
+		quick-xml-0.30.0 \
+		quick-xml-0.31.0 \
+		quote-1.0.35 \
 		rand-0.8.5 \
 		rand_chacha-0.3.1 \
 		rand_core-0.6.4 \
 		range-alloc-0.1.3 \
-		raw-cpuid-10.7.0 \
 		raw-window-handle-0.5.2 \
-		rayon-1.7.0 \
-		rayon-core-1.11.0 \
-		rcgen-0.9.3 \
+		rayon-1.8.1 \
+		rayon-core-1.12.1 \
+		rcgen-0.12.1 \
 		redox_syscall-0.2.16 \
-		redox_syscall-0.3.5 \
-		redox_users-0.4.3 \
-		regex-1.7.3 \
+		redox_syscall-0.4.1 \
+		redox_users-0.4.4 \
+		regex-1.10.3 \
 		regex-automata-0.1.10 \
-		regex-syntax-0.6.29 \
-		renderdoc-sys-0.7.1 \
-		reqwest-0.11.16 \
+		regex-automata-0.4.5 \
+		regex-syntax-0.8.2 \
+		relative-path-1.9.2 \
+		renderdoc-sys-1.0.0 \
+		reqwest-0.11.23 \
 		resize-0.5.5 \
-		rgb-0.8.36 \
-		ring-0.16.20 \
+		rgb-0.8.37 \
+		ring-0.17.7 \
 		rle-decode-fast-1.0.3 \
-		rstest-0.17.0 \
-		rstest_macros-0.17.0 \
+		rstest-0.18.2 \
+		rstest_macros-0.18.2 \
 		rusqlite-0.27.0 \
-		rustc-demangle-0.1.22 \
+		rustc-demangle-0.1.23 \
 		rustc-hash-1.1.0 \
 		rustc_version-0.4.0 \
-		rustix-0.36.11 \
-		rustix-0.37.6 \
-		ryu-1.0.13 \
+		rustix-0.37.27 \
+		rustix-0.38.30 \
+		ryu-1.0.16 \
 		safemem-0.3.3 \
 		same-file-1.0.6 \
-		schannel-0.1.21 \
+		schannel-0.1.23 \
 		scoped-tls-1.0.1 \
-		scopeguard-1.1.0 \
-		scratch-1.0.5 \
-		security-framework-2.8.2 \
-		security-framework-sys-2.8.0 \
+		scopeguard-1.2.0 \
+		security-framework-2.9.2 \
+		security-framework-sys-2.9.1 \
 		semver-0.11.0 \
-		semver-1.0.17 \
+		semver-1.0.21 \
 		semver-parser-0.10.2 \
-		serde-1.0.159 \
+		serde-1.0.196 \
 		serde_cbor-0.11.2 \
-		serde_derive-1.0.159 \
-		serde_json-1.0.95 \
-		serde_repr-0.1.12 \
-		serde_spanned-0.6.1 \
+		serde_derive-1.0.196 \
+		serde_json-1.0.113 \
+		serde_repr-0.1.18 \
+		serde_spanned-0.6.5 \
 		serde_urlencoded-0.7.1 \
-		serde_with-2.3.1 \
-		serde_with_macros-2.3.1 \
-		serde_yaml-0.9.19 \
+		serde_with-2.3.3 \
+		serde_with_macros-2.3.3 \
+		serde_yaml-0.9.31 \
 		serial-0.4.0 \
 		serial-core-0.4.0 \
 		serial-unix-0.4.0 \
 		serial-windows-0.4.0 \
-		sha1-0.10.5 \
-		sha2-0.10.6 \
+		sha1-0.10.6 \
+		sha2-0.10.8 \
 		shared_library-0.1.9 \
 		shell-words-1.1.0 \
-		shlex-1.1.0 \
-		signal-hook-0.3.15 \
+		shlex-1.3.0 \
+		signal-hook-0.3.17 \
 		signal-hook-registry-1.4.1 \
-		simd-adler32-0.3.5 \
-		siphasher-0.3.10 \
-		slab-0.4.8 \
-		slotmap-1.0.6 \
-		smallvec-1.10.0 \
-		smawk-0.3.1 \
-		smithay-client-toolkit-0.16.0 \
+		simd-adler32-0.3.7 \
+		siphasher-0.3.11 \
+		slab-0.4.9 \
+		slotmap-1.0.7 \
+		smallvec-1.13.1 \
+		smawk-0.3.2 \
+		smithay-client-toolkit-0.16.1 \
 		smol-1.3.0 \
 		smol-potat-1.1.2 \
 		smol-potat-macro-0.6.0 \
-		socket2-0.4.9 \
-		socket2-0.5.1 \
-		spa-0.3.0 \
-		spin-0.5.2 \
-		spin-0.9.7 \
+		socket2-0.4.10 \
+		socket2-0.5.5 \
+		spa-0.3.1 \
+		spin-0.9.8 \
 		spirv-0.2.0+1.5.4 \
 		sqlite-cache-0.1.3 \
 		ssh2-0.9.4 \
 		starship-battery-0.7.9 \
 		static_assertions-1.1.0 \
-		strict-num-0.1.0 \
+		strict-num-0.1.1 \
 		strsim-0.10.0 \
 		svg_fmt-0.4.1 \
 		syn-1.0.109 \
-		syn-2.0.13 \
-		sys-info-0.9.1 \
+		syn-2.0.48 \
+		system-configuration-0.5.1 \
+		system-configuration-sys-0.5.0 \
 		takeable-option-0.5.0 \
-		tar-0.4.38 \
-		tempfile-3.5.0 \
+		tar-0.4.40 \
+		tempfile-3.9.0 \
 		term_size-0.3.2 \
-		termcolor-1.2.0 \
-		terminal_size-0.2.5 \
+		termcolor-1.4.1 \
+		terminal_size-0.2.6 \
+		terminal_size-0.3.0 \
 		terminfo-0.8.0 \
 		termios-0.2.2 \
 		termios-0.3.3 \
 		termtree-0.4.1 \
 		textwrap-0.11.0 \
 		textwrap-0.16.0 \
-		thiserror-1.0.40 \
-		thiserror-impl-1.0.40 \
+		thiserror-1.0.56 \
+		thiserror-impl-1.0.56 \
 		thousands-0.2.0 \
 		thread_local-1.1.7 \
-		tiff-0.8.1 \
-		time-0.1.43 \
-		time-0.3.20 \
-		time-core-0.1.0 \
-		time-macros-0.2.8 \
-		tiny-skia-0.8.3 \
-		tiny-skia-path-0.8.3 \
+		tiff-0.9.1 \
+		time-0.3.31 \
+		time-core-0.1.2 \
+		time-macros-0.2.16 \
+		tiny-skia-0.11.3 \
+		tiny-skia-path-0.11.3 \
 		tinytemplate-1.2.1 \
 		tinyvec-1.6.0 \
 		tinyvec_macros-0.1.1 \
-		tokio-1.27.0 \
-		tokio-macros-2.0.0 \
+		tokio-1.35.1 \
+		tokio-macros-2.2.0 \
 		tokio-native-tls-0.3.1 \
-		tokio-util-0.7.7 \
+		tokio-util-0.7.10 \
 		toml-0.5.11 \
-		toml-0.7.3 \
-		toml_datetime-0.6.1 \
-		toml_edit-0.19.8 \
+		toml-0.8.8 \
+		toml_datetime-0.6.5 \
+		toml_edit-0.19.15 \
+		toml_edit-0.21.0 \
 		tower-service-0.3.2 \
-		tracing-0.1.37 \
-		tracing-attributes-0.1.23 \
-		tracing-core-0.1.30 \
-		try-lock-0.2.4 \
-		typenum-1.16.0 \
-		ucd-trie-0.1.5 \
-		uds_windows-1.0.2 \
-		unicase-2.6.0 \
-		unicode-bidi-0.3.13 \
-		unicode-ident-1.0.8 \
-		unicode-linebreak-0.1.4 \
+		tracing-0.1.40 \
+		tracing-attributes-0.1.27 \
+		tracing-core-0.1.32 \
+		try-lock-0.2.5 \
+		typenum-1.17.0 \
+		ucd-trie-0.1.6 \
+		uds_windows-1.1.0 \
+		unicase-2.7.0 \
+		unicode-bidi-0.3.15 \
+		unicode-ident-1.0.12 \
+		unicode-linebreak-0.1.5 \
 		unicode-normalization-0.1.22 \
 		unicode-segmentation-1.10.1 \
-		unicode-width-0.1.10 \
+		unicode-width-0.1.11 \
 		unicode-xid-0.2.4 \
-		unsafe-libyaml-0.2.7 \
-		untrusted-0.7.1 \
+		unsafe-libyaml-0.2.10 \
+		untrusted-0.9.0 \
 		uom-0.30.0 \
-		url-2.3.1 \
+		url-2.5.0 \
 		utf8parse-0.2.1 \
-		uuid-1.3.0 \
+		uuid-1.7.0 \
 		varbincode-0.1.0 \
 		vcpkg-0.2.15 \
 		version_check-0.9.4 \
 		vswhom-0.1.0 \
 		vswhom-sys-0.1.2 \
-		waker-fn-1.1.0 \
-		walkdir-2.3.3 \
-		want-0.3.0 \
-		wasi-0.10.2+wasi-snapshot-preview1 \
+		waker-fn-1.1.1 \
+		walkdir-2.4.0 \
+		want-0.3.1 \
 		wasi-0.11.0+wasi-snapshot-preview1 \
-		wasm-bindgen-0.2.84 \
-		wasm-bindgen-backend-0.2.84 \
-		wasm-bindgen-futures-0.4.34 \
-		wasm-bindgen-macro-0.2.84 \
-		wasm-bindgen-macro-support-0.2.84 \
-		wasm-bindgen-shared-0.2.84 \
+		wasm-bindgen-0.2.90 \
+		wasm-bindgen-backend-0.2.90 \
+		wasm-bindgen-futures-0.4.40 \
+		wasm-bindgen-macro-0.2.90 \
+		wasm-bindgen-macro-support-0.2.90 \
+		wasm-bindgen-shared-0.2.90 \
 		wayland-client-0.29.5 \
 		wayland-commons-0.29.5 \
 		wayland-cursor-0.29.5 \
@@ -535,57 +566,79 @@ CARGO_CRATES=	addr2line-0.19.0 \
 		wayland-protocols-0.29.5 \
 		wayland-scanner-0.29.5 \
 		wayland-sys-0.29.5 \
-		web-sys-0.3.61 \
-		weezl-0.1.7 \
-		wgpu-0.15.1 \
-		wgpu-core-0.15.1 \
-		wgpu-hal-0.15.4 \
-		wgpu-types-0.15.2 \
-		whoami-1.4.0 \
-		widestring-0.5.1 \
+		web-sys-0.3.64 \
+		weezl-0.1.8 \
+		wgpu-0.18.0 \
+		wgpu-core-0.18.1 \
+		wgpu-hal-0.18.1 \
+		wgpu-types-0.18.0 \
+		which-5.0.0 \
+		whoami-1.4.1 \
+		widestring-1.0.2 \
 		winapi-0.3.9 \
 		winapi-i686-pc-windows-gnu-0.4.0 \
-		winapi-util-0.1.5 \
+		winapi-util-0.1.6 \
 		winapi-x86_64-pc-windows-gnu-0.4.0 \
 		windows-0.33.0 \
-		windows-0.43.0 \
-		windows-0.44.0 \
-		windows-0.46.0 \
-		windows-sys-0.42.0 \
+		windows-0.51.1 \
+		windows-core-0.51.1 \
+		windows-core-0.52.0 \
 		windows-sys-0.45.0 \
+		windows-sys-0.48.0 \
+		windows-sys-0.52.0 \
 		windows-targets-0.42.2 \
+		windows-targets-0.48.5 \
+		windows-targets-0.52.0 \
 		windows_aarch64_gnullvm-0.42.2 \
*** 2123 LINES SKIPPED ***



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