git: d82e7a41eb7f - main - games/veloren-weekly: update to s20240207

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Thu, 08 Feb 2024 00:47:50 UTC
The branch main has been updated by jbeich:

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

commit d82e7a41eb7f9c3d0c352f50b18cef77d2c12aed
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2024-02-07 19:13:27 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2024-02-08 00:13:03 +0000

    games/veloren-weekly: update to s20240207
    
    Changes:        https://gitlab.com/veloren/veloren/-/compare/cbcf1965b...ac921c563
    See also:       https://veloren.net/blog/devblog-226/
---
 games/veloren-weekly/Makefile                |    4 +-
 games/veloren-weekly/Makefile.crates         |  613 +++++++------
 games/veloren-weekly/distinfo                | 1228 ++++++++++++++------------
 games/veloren-weekly/files/patch-gilrs       |  156 ++++
 games/veloren-weekly/files/patch-nodebug     |    6 +-
 games/veloren-weekly/files/patch-rust-1.75.0 |   30 +-
 games/veloren-weekly/files/patch-sctk        |   16 -
 games/veloren-weekly/files/patch-shaderc     |   38 +-
 games/veloren-weekly/files/patch-unix        |    6 +-
 games/veloren-weekly/files/patch-wgpu        |   46 -
 10 files changed, 1167 insertions(+), 976 deletions(-)

diff --git a/games/veloren-weekly/Makefile b/games/veloren-weekly/Makefile
index e687bb50d45e..a321e96304fe 100644
--- a/games/veloren-weekly/Makefile
+++ b/games/veloren-weekly/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	veloren
-PORTVERSION=	s20240131
+PORTVERSION=	s20240207
 CATEGORIES=	games wayland
 PKGNAMESUFFIX=	-weekly
 
@@ -23,7 +23,7 @@ RUN_DEPENDS=	${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:audio/alsa-pl
 USES=		cargo xorg
 USE_XORG=	xcb
 USE_GITLAB=	yes
-GL_TAGNAME=	v0.15.0-982-gcbcf1965b # git describe --match='v[0-9]*' weekly
+GL_TAGNAME=	v0.15.0-1095-gac921c563 # git describe --match='v[0-9]*' weekly
 CARGO_ENV=	VELOREN_USERDATA_STRATEGY=system SHADERC_LIB_DIR="${LOCALBASE}/lib"
 PLIST_FILES=	bin/${PORTNAME}-server-cli \
 		bin/${PORTNAME}-voxygen \
diff --git a/games/veloren-weekly/Makefile.crates b/games/veloren-weekly/Makefile.crates
index 2554e910f375..b4926c7a9b29 100644
--- a/games/veloren-weekly/Makefile.crates
+++ b/games/veloren-weekly/Makefile.crates
@@ -1,12 +1,12 @@
-CARGO_CRATES=	ab_glyph-0.2.21 \
+CARGO_CRATES=	ab_glyph-0.2.23 \
 		ab_glyph_rasterizer-0.1.8 \
 		addr2line-0.21.0 \
 		adler-1.0.2 \
 		adler32-1.2.0 \
-		ahash-0.4.7 \
-		ahash-0.7.6 \
+		ahash-0.4.8 \
+		ahash-0.7.7 \
 		ahash-0.8.7 \
-		aho-corasick-1.0.4 \
+		aho-corasick-1.1.2 \
 		allocator-api2-0.2.16 \
 		alsa-0.6.0 \
 		alsa-sys-0.3.1 \
@@ -15,12 +15,12 @@ CARGO_CRATES=	ab_glyph-0.2.21 \
 		android-tzdata-0.1.1 \
 		android_system_properties-0.1.5 \
 		anes-0.1.6 \
-		anstream-0.5.0 \
-		anstyle-1.0.2 \
-		anstyle-parse-0.2.1 \
-		anstyle-query-1.0.0 \
-		anstyle-wincon-2.1.0 \
-		anyhow-1.0.75 \
+		anstream-0.6.11 \
+		anstyle-1.0.6 \
+		anstyle-parse-0.2.3 \
+		anstyle-query-1.0.2 \
+		anstyle-wincon-3.0.2 \
+		anyhow-1.0.79 \
 		anymap2-0.13.0 \
 		app_dirs2-2.5.5 \
 		approx-0.3.2 \
@@ -29,47 +29,46 @@ CARGO_CRATES=	ab_glyph-0.2.21 \
 		arr_macro-0.2.1 \
 		arr_macro_impl-0.2.1 \
 		arrayref-0.3.7 \
-		arrayvec-0.5.2 \
 		arrayvec-0.7.4 \
-		as-raw-xcb-connection-1.0.0 \
+		as-raw-xcb-connection-1.0.1 \
 		ascii-1.1.0 \
-		ash-0.32.1 \
-		assets_manager-0.11.1 \
-		async-channel-1.9.0 \
-		async-trait-0.1.73 \
-		atomic-polyfill-0.1.11 \
-		atomic_refcell-0.1.11 \
-		atomicwrites-0.4.1 \
+		ash-0.37.3+1.3.251 \
+		assets_manager-0.11.2 \
+		async-channel-2.1.1 \
+		async-trait-0.1.77 \
+		atomic-polyfill-1.0.3 \
+		atomic_refcell-0.1.13 \
+		atomicwrites-0.4.3 \
 		autocfg-1.1.0 \
 		axum-0.6.20 \
 		axum-core-0.3.4 \
 		backtrace-0.3.69 \
 		base-x-0.2.11 \
-		base64-0.13.1 \
-		base64-0.21.3 \
+		base64-0.21.7 \
 		bincode-1.3.3 \
-		bindgen-0.64.0 \
+		bindgen-0.69.4 \
 		bit-set-0.5.3 \
 		bit-vec-0.6.3 \
 		bitflags-1.3.2 \
-		bitflags-2.4.0 \
+		bitflags-2.4.2 \
 		bitvec-1.0.1 \
-		blake2b_simd-1.0.1 \
+		blake2b_simd-1.0.2 \
 		block-0.1.6 \
 		block-buffer-0.10.4 \
 		block-sys-0.1.0-beta.1 \
 		block2-0.2.0-alpha.6 \
-		bumpalo-3.13.0 \
-		bytecheck-0.6.11 \
-		bytecheck_derive-0.6.11 \
-		bytemuck-1.13.1 \
-		bytemuck_derive-1.4.1 \
-		byteorder-1.4.3 \
-		bytes-1.4.0 \
+		bumpalo-3.14.0 \
+		bytecheck-0.6.12 \
+		bytecheck_derive-0.6.12 \
+		bytemuck-1.14.1 \
+		bytemuck_derive-1.5.0 \
+		byteorder-1.5.0 \
+		bytes-1.5.0 \
 		calloop-0.10.6 \
 		cansi-2.2.1 \
 		cassowary-0.3.0 \
 		cast-0.3.0 \
+		castaway-0.2.2 \
 		cc-1.0.83 \
 		censor-0.3.0 \
 		cesu8-1.1.0 \
@@ -77,46 +76,46 @@ CARGO_CRATES=	ab_glyph-0.2.21 \
 		cfg-if-0.1.10 \
 		cfg-if-1.0.0 \
 		cfg_aliases-0.1.1 \
-		chrono-0.4.26 \
-		chrono-tz-0.8.3 \
-		chrono-tz-build-0.2.0 \
-		chumsky-0.9.2 \
-		ciborium-0.2.1 \
-		ciborium-io-0.2.1 \
-		ciborium-ll-0.2.1 \
-		clang-sys-1.6.1 \
-		clap-4.4.0 \
-		clap_builder-4.4.0 \
-		clap_derive-4.4.0 \
-		clap_lex-0.5.1 \
+		chrono-0.4.33 \
+		chrono-tz-0.8.5 \
+		chrono-tz-build-0.2.1 \
+		chumsky-0.9.3 \
+		ciborium-0.2.2 \
+		ciborium-io-0.2.2 \
+		ciborium-ll-0.2.2 \
+		clang-sys-1.7.0 \
+		clap-4.4.18 \
+		clap_builder-4.4.18 \
+		clap_derive-4.4.7 \
+		clap_lex-0.6.0 \
 		clipboard-win-3.1.1 \
 		clipboard-win-4.5.0 \
+		clipboard-win-5.0.0 \
 		clipboard_macos-0.1.0 \
 		clipboard_wayland-0.2.0 \
-		clipboard_x11-0.4.0 \
-		cloudabi-0.0.3 \
+		clipboard_x11-0.4.1 \
 		cmake-0.1.45 \
 		cocoa-0.24.1 \
-		cocoa-foundation-0.1.1 \
+		cocoa-foundation-0.1.2 \
 		codespan-reporting-0.11.1 \
 		color_quant-1.1.0 \
 		colorchoice-1.0.0 \
+		com-rs-0.2.1 \
 		combine-4.6.6 \
-		concurrent-queue-2.2.0 \
+		compact_str-0.7.1 \
+		concurrent-queue-2.4.0 \
 		const_fn-0.4.9 \
-		constant_time_eq-0.2.6 \
 		constant_time_eq-0.3.0 \
-		copyless-0.1.5 \
 		copypasta-0.8.2 \
-		core-foundation-0.9.3 \
-		core-foundation-sys-0.8.4 \
+		core-foundation-0.9.4 \
+		core-foundation-sys-0.8.6 \
 		core-graphics-0.22.3 \
-		core-graphics-types-0.1.2 \
+		core-graphics-types-0.1.3 \
 		coreaudio-rs-0.10.0 \
-		coreaudio-sys-0.2.12 \
+		coreaudio-sys-0.2.15 \
 		corosensei-0.1.4 \
 		cpal-0.13.5 \
-		cpufeatures-0.2.9 \
+		cpufeatures-0.2.12 \
 		cranelift-bforest-0.91.1 \
 		cranelift-codegen-0.91.1 \
 		cranelift-codegen-meta-0.91.1 \
@@ -129,35 +128,35 @@ CARGO_CRATES=	ab_glyph-0.2.21 \
 		criterion-0.5.1 \
 		criterion-plot-0.5.0 \
 		critical-section-1.1.2 \
-		crossbeam-channel-0.5.8 \
+		crossbeam-channel-0.5.11 \
 		crossbeam-deque-0.7.4 \
-		crossbeam-deque-0.8.3 \
+		crossbeam-deque-0.8.5 \
 		crossbeam-epoch-0.8.2 \
-		crossbeam-epoch-0.9.15 \
-		crossbeam-queue-0.3.8 \
+		crossbeam-epoch-0.9.18 \
+		crossbeam-queue-0.3.11 \
 		crossbeam-utils-0.7.2 \
-		crossbeam-utils-0.8.16 \
-		crossterm-0.17.7 \
-		crossterm-0.26.1 \
-		crossterm_winapi-0.6.2 \
+		crossbeam-utils-0.8.19 \
+		crossterm-0.27.0 \
 		crossterm_winapi-0.9.1 \
+		crunchy-0.2.2 \
 		crypto-common-0.1.6 \
-		csv-1.2.2 \
-		csv-core-0.1.10 \
+		csv-1.3.0 \
+		csv-core-0.1.11 \
 		cty-0.2.2 \
-		d3d12-0.4.1 \
+		d3d12-0.7.0 \
 		daggy-0.5.0 \
 		darling-0.13.4 \
-		darling-0.20.3 \
+		darling-0.20.5 \
 		darling_core-0.13.4 \
-		darling_core-0.20.3 \
+		darling_core-0.20.5 \
 		darling_macro-0.13.4 \
-		darling_macro-0.20.3 \
-		dashmap-5.5.1 \
+		darling_macro-0.20.5 \
+		dashmap-5.5.3 \
+		data-encoding-2.5.0 \
 		deflate-1.0.0 \
-		deranged-0.3.8 \
+		deranged-0.3.11 \
 		derivative-2.2.0 \
-		deunicode-1.3.3 \
+		deunicode-1.4.2 \
 		digest-0.10.7 \
 		directories-next-2.0.0 \
 		dirs-5.0.1 \
@@ -165,7 +164,7 @@ CARGO_CRATES=	ab_glyph-0.2.21 \
 		dirs-sys-0.4.1 \
 		dirs-sys-next-0.1.2 \
 		discard-1.0.4 \
-		discord-sdk-0.3.4 \
+		discord-sdk-0.3.5 \
 		dispatch-0.1.4 \
 		dispatch-0.2.0 \
 		displaydoc-0.2.4 \
@@ -173,124 +172,144 @@ CARGO_CRATES=	ab_glyph-0.2.21 \
 		dot_vox-5.1.1 \
 		downcast-rs-1.2.0 \
 		drop_guard-0.3.0 \
-		egui-0.12.0 \
+		ecolor-0.23.0 \
+		egui-0.23.0 \
+		egui_plot-0.23.0 \
+		egui_winit_platform-0.20.0 \
 		either-1.9.0 \
-		emath-0.12.0 \
+		emath-0.23.0 \
 		endian-type-0.1.2 \
+		enum-as-inner-0.6.0 \
 		enum-iterator-0.7.0 \
 		enum-iterator-derive-0.7.0 \
-		enum-map-2.6.1 \
-		enum-map-derive-0.13.0 \
+		enum-map-2.7.3 \
+		enum-map-derive-0.17.0 \
 		enumset-1.1.3 \
 		enumset_derive-0.8.1 \
-		epaint-0.12.0 \
-		epi-0.12.0 \
+		epaint-0.23.0 \
 		equivalent-1.0.1 \
-		errno-0.3.2 \
-		errno-dragonfly-0.1.2 \
+		errno-0.3.8 \
 		error-code-2.3.1 \
+		error-code-3.0.0 \
 		euc-0.5.3 \
 		euclid-0.22.9 \
-		event-listener-2.5.3 \
+		event-listener-4.0.3 \
+		event-listener-strategy-0.4.0 \
 		fallible-iterator-0.2.0 \
 		fallible-streaming-iterator-0.1.9 \
-		fastrand-2.0.0 \
-		fd-lock-3.0.13 \
-		fdeflate-0.3.0 \
+		fastrand-2.0.1 \
+		fd-lock-4.0.2 \
+		fdeflate-0.3.4 \
 		fehler-1.0.0 \
 		fehler-macros-1.0.0 \
-		filetime-0.2.22 \
+		filetime-0.2.23 \
 		find_folder-0.3.0 \
 		fixedbitset-0.1.9 \
-		fixedbitset-0.2.0 \
 		fixedbitset-0.4.2 \
-		flate2-1.0.27 \
+		flate2-1.0.28 \
 		float-cmp-0.9.0 \
 		fluent-langneg-0.13.0 \
+		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.2.0 \
+		foreign-types-shared-0.3.1 \
+		form_urlencoded-1.2.1 \
 		fsevent-sys-4.1.0 \
 		funty-2.0.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-macro-0.3.28 \
-		futures-sink-0.3.28 \
-		futures-task-0.3.28 \
-		futures-util-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-macro-0.3.30 \
+		futures-sink-0.3.30 \
+		futures-task-0.3.30 \
+		futures-util-0.3.30 \
 		fxhash-0.2.1 \
 		generator-0.7.5 \
 		generic-array-0.14.7 \
 		gethostname-0.2.3 \
+		gethostname-0.4.3 \
 		getrandom-0.1.16 \
-		getrandom-0.2.10 \
+		getrandom-0.2.12 \
 		gilrs-0.10.2 \
 		gilrs-core-0.5.7 \
 		gimli-0.26.2 \
-		gimli-0.28.0 \
+		gimli-0.28.1 \
+		gl_generator-0.14.0 \
 		glam-0.10.2 \
 		glob-0.3.1 \
-		glow-0.9.0 \
-		glyph_brush-0.7.7 \
+		glow-0.13.1 \
+		glutin_wgl_sys-0.5.0 \
+		glyph_brush-0.7.8 \
 		glyph_brush_draw_cache-0.1.5 \
 		glyph_brush_layout-0.2.3 \
-		gpu-alloc-0.4.7 \
-		gpu-alloc-types-0.2.0 \
-		gpu-descriptor-0.1.1 \
-		gpu-descriptor-types-0.1.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.21 \
-		half-1.8.2 \
+		h2-0.3.24 \
+		half-2.3.1 \
 		hash32-0.2.1 \
 		hashbrown-0.9.1 \
 		hashbrown-0.12.3 \
 		hashbrown-0.13.2 \
-		hashbrown-0.14.0 \
-		hashlink-0.8.3 \
-		heapless-0.7.16 \
+		hashbrown-0.14.3 \
+		hashlink-0.8.4 \
+		hassle-rs-0.10.0 \
+		heapless-0.7.17 \
 		heck-0.3.3 \
 		heck-0.4.1 \
-		hermit-abi-0.3.2 \
+		hermit-abi-0.3.5 \
 		hex-0.4.3 \
+		hexf-parse-0.2.1 \
 		hibitset-0.6.4 \
-		home-0.5.5 \
-		http-0.2.9 \
-		http-body-0.4.5 \
+		hickory-proto-0.24.0 \
+		hickory-resolver-0.24.0 \
+		home-0.5.9 \
+		hostname-0.3.1 \
+		http-0.2.11 \
+		http-body-0.4.6 \
 		httparse-1.8.0 \
 		httpdate-1.0.3 \
 		humantime-2.1.0 \
-		hyper-0.14.27 \
-		hyper-rustls-0.24.1 \
-		iana-time-zone-0.1.57 \
+		hyper-0.14.28 \
+		hyper-rustls-0.24.2 \
+		iana-time-zone-0.1.60 \
 		iana-time-zone-haiku-0.1.2 \
 		id-arena-2.2.1 \
 		ident_case-1.0.1 \
 		idna-0.4.0 \
-		image-0.24.7 \
+		idna-0.5.0 \
+		image-0.24.8 \
 		indexmap-1.9.3 \
-		indexmap-2.0.0 \
-		inline_tweak-1.0.9 \
+		indexmap-2.2.2 \
+		indoc-2.0.4 \
+		inline_tweak-1.1.1 \
 		inotify-0.9.6 \
 		inotify-sys-0.1.5 \
-		inplace_it-0.3.5 \
 		instant-0.1.12 \
 		intl_pluralrules-7.0.2 \
 		io-kit-sys-0.3.0 \
-		io-lifetimes-1.0.11 \
-		is-terminal-0.4.9 \
+		ipconfig-0.3.2 \
+		ipnet-2.9.0 \
+		is-terminal-0.4.10 \
 		itertools-0.10.5 \
-		itoa-1.0.9 \
+		itertools-0.12.1 \
+		itoa-1.0.10 \
 		jni-0.19.0 \
 		jni-0.21.1 \
 		jni-sys-0.3.0 \
-		jobserver-0.1.26 \
-		jpeg-decoder-0.3.0 \
-		js-sys-0.3.64 \
-		khronos-egl-4.1.0 \
+		jobserver-0.1.27 \
+		jpeg-decoder-0.3.1 \
+		js-sys-0.3.67 \
+		khronos-egl-6.0.0 \
+		khronos_api-3.1.0 \
 		kiddo-0.2.5 \
 		kqueue-1.0.8 \
 		kqueue-sys-1.0.4 \
@@ -300,47 +319,48 @@ CARGO_CRATES=	ab_glyph-0.2.21 \
 		leb128-0.2.5 \
 		levenshtein-1.0.5 \
 		lewton-0.10.2 \
-		libc-0.2.147 \
+		libc-0.2.153 \
 		libloading-0.7.4 \
-		libloading-0.8.0 \
-		libm-0.2.7 \
-		libmimalloc-sys-0.1.34 \
+		libloading-0.8.1 \
+		libm-0.2.8 \
+		libmimalloc-sys-0.1.35 \
+		libredox-0.0.1 \
+		libredox-0.0.2 \
 		libsqlite3-sys-0.25.2 \
 		libudev-sys-0.1.4 \
 		linked-hash-map-0.5.6 \
-		linux-raw-sys-0.3.8 \
-		linux-raw-sys-0.4.5 \
-		lock_api-0.3.4 \
-		lock_api-0.4.10 \
+		linux-raw-sys-0.4.13 \
+		lock_api-0.4.11 \
 		log-0.4.20 \
 		loom-0.5.6 \
+		lru-0.12.2 \
+		lru-cache-0.1.2 \
 		lz-fear-0.1.1 \
 		mach-0.3.2 \
-		mach2-0.4.1 \
+		mach2-0.4.2 \
 		macro_rules_attribute-0.1.3 \
 		macro_rules_attribute-proc_macro-0.1.3 \
 		malloc_buf-0.0.6 \
+		match_cfg-0.1.0 \
 		matchers-0.1.0 \
 		matchit-0.7.3 \
 		maybe-uninit-2.0.0 \
-		memchr-2.5.0 \
+		memchr-2.7.1 \
 		memmap2-0.5.10 \
 		memmap2-0.7.1 \
 		memoffset-0.5.6 \
 		memoffset-0.6.5 \
 		memoffset-0.8.0 \
-		memoffset-0.9.0 \
-		metal-0.22.0 \
-		mimalloc-0.1.38 \
+		metal-0.27.0 \
+		mimalloc-0.1.39 \
 		mime-0.3.17 \
 		minifb-0.24.0 \
 		minimal-lexical-0.2.1 \
-		miniz_oxide-0.7.1 \
-		mio-0.7.14 \
-		mio-0.8.8 \
-		miow-0.3.7 \
+		miniz_oxide-0.7.2 \
+		mio-0.8.10 \
 		more-asserts-0.2.2 \
 		mumble-link-0.2.0 \
+		nanorand-0.7.0 \
 		native-dialog-0.6.4 \
 		ndk-0.6.0 \
 		ndk-0.7.0 \
@@ -350,11 +370,12 @@ CARGO_CRATES=	ab_glyph-0.2.21 \
 		ndk-sys-0.3.0 \
 		ndk-sys-0.4.1+23.1.7779620 \
 		nibble_vec-0.1.0 \
-		nix-0.22.3 \
 		nix-0.23.2 \
 		nix-0.24.3 \
 		nix-0.25.1 \
-		nix-0.26.2 \
+		nix-0.26.4 \
+		nix-0.27.1 \
+		nohash-hasher-0.2.0 \
 		noise-0.7.0 \
 		nom-7.1.3 \
 		notify-6.1.1 \
@@ -367,13 +388,14 @@ CARGO_CRATES=	ab_glyph-0.2.21 \
 		num-bigint-0.4.4 \
 		num-complex-0.2.4 \
 		num-complex-0.4.4 \
+		num-conv-0.1.0 \
 		num-derive-0.3.3 \
-		num-derive-0.4.0 \
+		num-derive-0.4.1 \
 		num-integer-0.1.45 \
 		num-iter-0.1.43 \
 		num-rational-0.2.4 \
 		num-rational-0.4.1 \
-		num-traits-0.2.16 \
+		num-traits-0.2.17 \
 		num_cpus-1.16.0 \
 		num_enum-0.5.11 \
 		num_enum-0.6.1 \
@@ -386,71 +408,71 @@ CARGO_CRATES=	ab_glyph-0.2.21 \
 		objc2-encode-2.0.0-pre.2 \
 		objc_exception-0.1.2 \
 		objc_id-0.1.1 \
-		object-0.32.0 \
+		object-0.32.2 \
 		oboe-0.4.6 \
 		oboe-sys-0.4.5 \
 		ogg-0.8.0 \
-		once_cell-1.18.0 \
+		once_cell-1.19.0 \
 		oorandom-11.1.3 \
 		openssl-probe-0.1.5 \
 		option-ext-0.2.0 \
-		orbclient-0.3.46 \
+		orbclient-0.3.47 \
 		ordered-float-1.1.1 \
-		ordered-float-2.10.0 \
-		ordered-float-3.9.1 \
+		ordered-float-3.9.2 \
+		ordered-float-4.2.0 \
 		overload-0.1.1 \
-		owned_ttf_parser-0.15.2 \
-		owned_ttf_parser-0.19.0 \
+		owned_ttf_parser-0.20.0 \
 		packed_simd-0.3.9 \
-		parking_lot-0.10.2 \
+		parking-2.2.0 \
 		parking_lot-0.11.2 \
 		parking_lot-0.12.1 \
-		parking_lot_core-0.7.3 \
 		parking_lot_core-0.8.6 \
-		parking_lot_core-0.9.8 \
+		parking_lot_core-0.9.9 \
 		parse-zoneinfo-0.3.0 \
 		paste-1.0.14 \
-		peeking_take_while-0.1.2 \
-		pem-2.0.1 \
-		percent-encoding-2.3.0 \
+		pem-3.0.3 \
+		percent-encoding-2.3.1 \
 		petgraph-0.4.13 \
-		petgraph-0.5.1 \
 		petgraph-0.6.4 \
 		phf-0.11.2 \
 		phf_codegen-0.11.2 \
 		phf_generator-0.11.2 \
 		phf_shared-0.11.2 \
-		pin-project-1.1.3 \
-		pin-project-internal-1.1.3 \
+		pin-project-1.1.4 \
+		pin-project-internal-1.1.4 \
 		pin-project-lite-0.2.13 \
 		pin-utils-0.1.0 \
 		piston-float-0.3.0 \
 		piston-viewport-0.5.0 \
 		pistoncore-input-0.24.0 \
-		pkg-config-0.3.27 \
-		png-0.17.10 \
+		pkg-config-0.3.29 \
+		png-0.17.11 \
+		powerfmt-0.2.0 \
+		pp-rs-0.2.1 \
 		ppv-lite86-0.2.17 \
+		presser-0.3.1 \
 		proc-macro-crate-1.3.1 \
 		proc-macro-error-1.0.4 \
 		proc-macro-error-attr-1.0.4 \
 		proc-macro-hack-0.5.20+deprecated \
 		proc-macro-nested-0.1.7 \
 		proc-macro2-0.4.30 \
-		proc-macro2-1.0.66 \
+		proc-macro2-1.0.78 \
 		profiling-1.0.8 \
-		profiling-procmacros-1.0.9 \
+		profiling-procmacros-1.0.14 \
 		prometheus-0.13.3 \
 		prometheus-hyper-0.1.5 \
 		psm-0.1.21 \
 		ptr_meta-0.1.4 \
 		ptr_meta_derive-0.1.4 \
 		pulldown-cmark-0.8.0 \
-		quick-xml-0.28.2 \
+		quick-error-1.2.3 \
+		quick-xml-0.30.0 \
 		quinn-0.10.2 \
-		quinn-proto-0.10.4 \
+		quinn-proto-0.10.6 \
 		quinn-udp-0.4.1 \
 		quote-0.6.13 \
-		quote-1.0.33 \
+		quote-1.0.35 \
 		radium-0.7.0 \
 		radix_trie-0.2.1 \
 		rand-0.7.3 \
@@ -461,115 +483,113 @@ CARGO_CRATES=	ab_glyph-0.2.21 \
 		rand_core-0.6.4 \
 		rand_hc-0.2.0 \
 		rand_xorshift-0.2.0 \
-		raw-window-handle-0.3.4 \
+		range-alloc-0.1.3 \
+		ratatui-0.26.0 \
 		raw-window-handle-0.4.3 \
 		raw-window-handle-0.5.2 \
-		rayon-1.7.0 \
-		rayon-core-1.11.0 \
-		rcgen-0.11.1 \
-		redox_syscall-0.1.57 \
+		rayon-1.8.1 \
+		rayon-core-1.12.1 \
+		rcgen-0.11.3 \
 		redox_syscall-0.2.16 \
 		redox_syscall-0.3.5 \
-		redox_users-0.4.3 \
-		refinery-0.8.10 \
-		refinery-core-0.8.10 \
-		refinery-macros-0.8.10 \
+		redox_syscall-0.4.1 \
+		redox_users-0.4.4 \
+		refinery-0.8.12 \
+		refinery-core-0.8.12 \
+		refinery-macros-0.8.12 \
 		regalloc2-0.5.1 \
-		regex-1.9.4 \
+		regex-1.10.3 \
 		regex-automata-0.1.10 \
-		regex-automata-0.3.7 \
+		regex-automata-0.4.5 \
 		regex-syntax-0.6.29 \
-		regex-syntax-0.7.5 \
+		regex-syntax-0.8.2 \
 		region-3.0.0 \
-		rend-0.4.0 \
-		renderdoc-sys-0.7.1 \
+		rend-0.4.2 \
+		renderdoc-sys-1.0.0 \
+		resolv-conf-0.7.0 \
 		ring-0.16.20 \
-		rkyv-0.7.42 \
-		rkyv_derive-0.7.42 \
+		ring-0.17.7 \
+		rkyv-0.7.44 \
+		rkyv_derive-0.7.44 \
 		rmp-0.8.12 \
 		rmp-serde-1.1.2 \
 		rodio-0.15.0 \
-		ron-0.6.6 \
 		ron-0.8.1 \
 		roots-0.0.8 \
-		rose_tree-0.2.0 \
 		roxmltree-0.14.1 \
 		rstar-0.10.0 \
 		rusqlite-0.28.0 \
-		rust-argon2-2.0.0 \
+		rust-argon2-2.1.0 \
 		rustc-demangle-0.1.23 \
 		rustc-hash-1.1.0 \
 		rustc_version-0.2.3 \
 		rustc_version-0.4.0 \
-		rustix-0.37.23 \
-		rustix-0.38.9 \
-		rustls-0.21.6 \
+		rustix-0.38.31 \
+		rustls-0.21.10 \
 		rustls-native-certs-0.6.3 \
-		rustls-pemfile-1.0.3 \
-		rustls-webpki-0.101.4 \
+		rustls-pemfile-1.0.4 \
+		rustls-webpki-0.101.7 \
 		rusttype-0.7.9 \
 		rusttype-0.8.3 \
-		rusttype-0.9.3 \
 		rustversion-1.0.14 \
-		rustyline-12.0.0 \
-		ryu-1.0.15 \
+		rustyline-13.0.0 \
+		ryu-1.0.16 \
 		same-file-1.0.6 \
-		schannel-0.1.22 \
+		schannel-0.1.23 \
 		schnellru-0.2.1 \
 		scoped-tls-1.0.1 \
 		scopeguard-1.2.0 \
-		sct-0.7.0 \
+		sct-0.7.1 \
 		sctk-adwaita-0.5.4 \
 		sdl2-0.35.2 \
 		sdl2-sys-0.35.2 \
 		seahash-4.1.0 \
 		security-framework-2.9.2 \
 		security-framework-sys-2.9.1 \
-		self_cell-0.10.2 \
+		self_cell-0.10.3 \
+		self_cell-1.0.3 \
 		semver-0.9.0 \
-		semver-1.0.18 \
+		semver-1.0.21 \
 		semver-parser-0.7.0 \
-		serde-1.0.188 \
+		serde-1.0.196 \
 		serde-wasm-bindgen-0.4.5 \
-		serde_derive-1.0.188 \
-		serde_json-1.0.105 \
-		serde_path_to_error-0.1.14 \
-		serde_repr-0.1.16 \
-		serde_spanned-0.6.3 \
+		serde_derive-1.0.196 \
+		serde_json-1.0.113 \
+		serde_path_to_error-0.1.15 \
+		serde_repr-0.1.18 \
+		serde_spanned-0.6.5 \
 		serde_urlencoded-0.7.1 \
 		sha1-0.6.1 \
 		sha1_smol-1.0.0 \
-		sha2-0.10.7 \
-		shaderc-0.8.2 \
-		shaderc-sys-0.8.2 \
-		sharded-slab-0.1.4 \
+		sha2-0.10.8 \
+		shaderc-0.8.3 \
+		shaderc-sys-0.8.3 \
+		sharded-slab-0.1.7 \
 		shell-words-1.1.0 \
 		shellexpand-3.1.0 \
-		shlex-1.1.0 \
+		shlex-1.3.0 \
 		shrev-1.1.3 \
-		signal-hook-0.1.17 \
 		signal-hook-0.3.17 \
 		signal-hook-mio-0.2.3 \
 		signal-hook-registry-1.4.1 \
 		simd-adler32-0.3.7 \
 		simdutf8-0.1.4 \
 		siphasher-0.3.11 \
+		siphasher-1.0.0 \
 		slab-0.4.9 \
 		slice-group-by-0.3.1 \
-		slotmap-0.4.3 \
-		slotmap-1.0.6 \
-		smallvec-1.11.0 \
-		smithay-client-toolkit-0.16.0 \
+		slotmap-1.0.7 \
+		smallvec-1.13.1 \
+		smithay-client-toolkit-0.16.1 \
 		smithay-clipboard-0.6.6 \
-		socket2-0.4.9 \
-		socket2-0.5.3 \
+		socket2-0.5.5 \
 		specs-0.20.0 \
 		specs-derive-0.4.1 \
 		spin-0.5.2 \
 		spin-0.9.8 \
-		spin_sleep-1.1.1 \
-		spirv_cross-0.23.1 \
-		spirv_headers-1.5.0 \
+		spin_sleep-1.2.0 \
+		spirv-0.2.0+1.5.4 \
+		stability-0.1.1 \
 		stable_deref_trait-1.2.0 \
 		stacker-0.1.15 \
 		standback-0.2.17 \
@@ -580,85 +600,86 @@ CARGO_CRATES=	ab_glyph-0.2.21 \
 		stdweb-derive-0.5.3 \
 		stdweb-internal-macros-0.2.9 \
 		stdweb-internal-runtime-0.1.5 \
-		storage-map-0.3.0 \
 		str-buf-1.0.6 \
 		strict-num-0.1.1 \
 		strsim-0.10.0 \
 		strum-0.24.1 \
+		strum-0.26.1 \
 		strum_macros-0.24.3 \
+		strum_macros-0.26.1 \
 		sum_type-0.2.0 \
 		svg_fmt-0.4.1 \
 		syn-0.15.44 \
 		syn-1.0.109 \
-		syn-2.0.32 \
+		syn-2.0.48 \
 		sync_file-0.2.7 \
 		sync_wrapper-0.1.2 \
 		tap-1.0.1 \
 		tar-0.4.40 \
-		target-lexicon-0.12.11 \
-		tempfile-3.8.0 \
-		termcolor-1.2.0 \
-		thiserror-1.0.47 \
-		thiserror-impl-1.0.47 \
+		target-lexicon-0.12.13 \
+		tempfile-3.10.0 \
+		termcolor-1.4.1 \
+		thiserror-1.0.56 \
+		thiserror-impl-1.0.56 \
 		thread_local-1.1.7 \
-		thunderdome-0.4.2 \
 		time-0.2.27 \
-		time-0.3.28 \
-		time-core-0.1.1 \
+		time-0.3.34 \
+		time-core-0.1.2 \
 		time-macros-0.1.1 \
-		time-macros-0.2.14 \
+		time-macros-0.2.17 \
 		time-macros-impl-0.1.2 \
 		timer-queue-0.1.0 \
 		tiny-skia-0.8.4 \
 		tiny-skia-path-0.8.4 \
-		tinystr-0.7.1 \
+		tinystr-0.7.5 \
 		tinytemplate-1.2.1 \
 		tinyvec-1.6.0 \
 		tinyvec_macros-0.1.1 \
-		tokio-1.32.0 \
-		tokio-macros-2.1.0 \
+		tokio-1.36.0 \
+		tokio-macros-2.2.0 \
 		tokio-rustls-0.24.1 \
 		tokio-stream-0.1.14 \
-		tokio-util-0.7.8 \
+		tokio-util-0.7.10 \
 		toml-0.5.11 \
-		toml-0.7.6 \
-		toml_datetime-0.6.3 \
-		toml_edit-0.19.14 \
+		toml-0.8.10 \
+		toml_datetime-0.6.5 \
+		toml_edit-0.19.15 \
+		toml_edit-0.22.4 \
 		tower-0.4.13 \
 		tower-layer-0.3.2 \
 		tower-service-0.3.2 \
-		tracing-0.1.37 \
-		tracing-appender-0.2.2 \
-		tracing-attributes-0.1.26 \
-		tracing-core-0.1.31 \
-		tracing-log-0.1.3 \
-		tracing-subscriber-0.3.17 \
+		tracing-0.1.40 \
+		tracing-appender-0.2.3 \
+		tracing-attributes-0.1.27 \
+		tracing-core-0.1.32 \
+		tracing-log-0.2.0 \
+		tracing-subscriber-0.3.18 \
 		tracing-tracy-0.10.2 \
 		tracy-client-0.15.2 \
-		tracy-client-sys-0.21.1 \
+		tracy-client-sys-0.21.2 \
 		treeculler-0.2.0 \
-		try-lock-0.2.4 \
-		ttf-parser-0.15.2 \
-		ttf-parser-0.19.1 \
+		try-lock-0.2.5 \
+		ttf-parser-0.20.0 \
 		tuple_utils-0.4.0 \
 		twox-hash-1.6.3 \
-		tynm-0.1.8 \
+		tynm-0.1.9 \
 		type-map-0.5.0 \
-		typenum-1.16.0 \
-		unic-langid-0.9.1 \
-		unic-langid-impl-0.9.1 \
+		typenum-1.17.0 \
+		unic-langid-0.9.4 \
+		unic-langid-impl-0.9.4 \
 		unicase-2.7.0 \
-		unicode-bidi-0.3.13 \
-		unicode-ident-1.0.11 \
+		unicode-bidi-0.3.15 \
+		unicode-ident-1.0.12 \
 		unicode-normalization-0.1.22 \
 		unicode-segmentation-1.10.1 \
-		unicode-width-0.1.10 \
+		unicode-width-0.1.11 \
 		unicode-xid-0.1.0 \
 		unicode-xid-0.2.4 \
 		untrusted-0.7.1 \
-		url-2.4.0 \
+		untrusted-0.9.0 \
+		url-2.5.0 \
 		utf8parse-0.2.1 \
-		uuid-1.4.1 \
+		uuid-1.7.0 \
 		valuable-0.1.0 \
 		vcpkg-0.2.15 \
 		vec_map-0.8.2 \
@@ -671,19 +692,19 @@ CARGO_CRATES=	ab_glyph-0.2.21 \
 		wai-bindgen-rust-0.2.3 \
 		wai-bindgen-rust-impl-0.2.3 \
 		wai-parser-0.2.3 \
-		walkdir-2.3.3 \
+		walkdir-2.4.0 \
 		want-0.3.1 \
 		wasi-0.9.0+wasi-snapshot-preview1 \
 		wasi-0.11.0+wasi-snapshot-preview1 \
-		wasm-bindgen-0.2.87 \
-		wasm-bindgen-backend-0.2.87 \
+		wasm-bindgen-0.2.90 \
+		wasm-bindgen-backend-0.2.90 \
 		wasm-bindgen-downcast-0.1.1 \
 		wasm-bindgen-downcast-macros-0.1.1 \
*** 2522 LINES SKIPPED ***