git: 247d5632499f - main - editors/lapce: Update to latest commit 0.4.0-16

From: Nuno Teixeira <eduardo_at_FreeBSD.org>
Date: Thu, 09 May 2024 11:42:07 UTC
The branch main has been updated by eduardo:

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

commit 247d5632499f0905ad3d3f6de67dbd83417dee08
Author:     Mikael Urankar <mikael@FreeBSD.org>
AuthorDate: 2024-05-09 11:40:26 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-05-09 11:41:55 +0000

    editors/lapce: Update to latest commit 0.4.0-16
    
    ChangeLog:
    https://github.com/lapce/lapce/compare/v0.3.1...0.4.0-16-g985b07c
    
    PR:             278837
---
 editors/lapce/Makefile                             |   15 +-
 editors/lapce/Makefile.crates                      |  512 +-
 editors/lapce/distinfo                             | 1030 ++-
 editors/lapce/files/patch-Cargo.lock               |   16 +-
 editors/lapce/files/patch-Cargo.toml               |   46 +
 ...loem-cosmic-text-0.7.2_src_font_fallback_mod.rs |   11 +
 .../patch-cargo-crates_fontdb-0.16.0_src_lib.rs    |   13 -
 .../patch-cargo-crates_fontdb-0.16.2_src_lib.rs    |   22 +
 .../patch-cargo-crates_slotmap-1.0.7_src_lib.rs    |   11 +
 editors/lapce/files/patch-cosmic                   |   11 -
 editors/lapce/files/patch-drm-sys                  | 6727 --------------------
 editors/lapce/files/patch-lapce-proxy_Cargo.toml   |   12 +-
 12 files changed, 870 insertions(+), 7556 deletions(-)

diff --git a/editors/lapce/Makefile b/editors/lapce/Makefile
index 8849680bfd82..666a53299eac 100644
--- a/editors/lapce/Makefile
+++ b/editors/lapce/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	lapce
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.3.1 # Cargo.lock patched: `make patch cargo-crates`
-PORTREVISION=	3
+DISTVERSION=	0.4.0-16 # Cargo.lock patched: `make patch cargo-crates`
+DISTVERSIONSUFFIX=	-g985b07c
 CATEGORIES=	editors
 
 MAINTAINER=	eduardo@FreeBSD.org
@@ -17,15 +17,21 @@ NOT_FOR_ARCHS_REASON_i386=	doesn't build: [zstd-sys 2.0.1+zstd.1.5.2] AR_i686_un
 LIB_DEPENDS=	libssh2.so:security/libssh2 \
 		libgit2.so:devel/libgit2
 
-USES=		cargo gmake localbase:ldflags pkgconfig ssl xorg
+USES=		cargo dos2unix gmake localbase:ldflags perl5 pkgconfig ssl xorg
 USE_GITHUB=	yes
 USE_XORG=	xcb
 
+DOS2UNIX_FILES=	cargo-crates/slotmap-1.0.7/src/lib.rs
+
 PLIST_FILES=	bin/lapce \
 		bin/lapce-proxy
 
 PORTSCOUT=	skipv:0.6.0
 
+# OPENSSL_NO_VENDOR needs openssl-src present so I'm using Cargo.lock and lapce-proxy/Cargo.toml patches:
+# first to not fetch openssl-src tarball and later to remove git2 ossl vendored feature.
+CARGO_ENV=	RUSTC_BOOTSTRAP=1 OPENSSL_NO_VENDOR=1
+
 # Do not LTO and strip binaries while WIP:
 # https://github.com/lapce/lapce/issues/2748
 LTO_UNSAFE=	yes
@@ -33,4 +39,7 @@ LTO_UNSAFE=	yes
 #	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/lapce
 #	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/lapce-proxy
 
+post-patch:
+	@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/cargo-crates/fontdb-0.16.2/src/lib.rs
+
 .include <bsd.port.mk>
diff --git a/editors/lapce/Makefile.crates b/editors/lapce/Makefile.crates
index cbe7848d8bd9..69e467d6e1dc 100644
--- a/editors/lapce/Makefile.crates
+++ b/editors/lapce/Makefile.crates
@@ -3,15 +3,19 @@ CARGO_CRATES=	Inflector-0.11.4 \
 		ab_glyph_rasterizer-0.1.8 \
 		addr2line-0.21.0 \
 		adler-1.0.2 \
-		ahash-0.7.6 \
-		ahash-0.8.3 \
+		ahash-0.8.11 \
 		aho-corasick-0.7.19 \
 		aho-corasick-1.1.2 \
+		alacritty_terminal-0.23.0 \
 		aliasable-0.1.3 \
+		allocator-api2-0.2.16 \
 		ambient-authority-0.0.2 \
 		android-activity-0.5.0 \
 		android-properties-0.2.2 \
+		android-tzdata-0.1.1 \
 		android_system_properties-0.1.5 \
+		anes-0.1.6 \
+		anstyle-1.0.6 \
 		anyhow-1.0.69 \
 		arbitrary-1.3.1 \
 		arc-swap-1.6.0 \
@@ -19,43 +23,44 @@ CARGO_CRATES=	Inflector-0.11.4 \
 		arrayvec-0.7.2 \
 		as-raw-xcb-connection-1.0.0 \
 		ash-0.37.3+1.3.251 \
-		ashpd-0.4.0 \
-		async-broadcast-0.4.1 \
-		async-channel-1.7.1 \
-		async-executor-1.5.1 \
-		async-global-executor-2.3.1 \
-		async-io-1.13.0 \
+		ashpd-0.8.0 \
+		async-broadcast-0.7.0 \
+		async-channel-2.2.0 \
+		async-executor-1.8.0 \
+		async-fs-2.1.1 \
+		async-io-2.3.1 \
 		async-lock-2.8.0 \
-		async-recursion-0.3.2 \
-		async-std-1.12.0 \
-		async-task-4.3.0 \
+		async-lock-3.3.0 \
+		async-net-2.0.0 \
+		async-process-2.1.0 \
+		async-recursion-1.0.5 \
+		async-signal-0.2.5 \
+		async-task-4.7.0 \
 		async-trait-0.1.74 \
 		atomic-0.5.3 \
 		atomic-waker-1.1.2 \
-		atty-0.2.14 \
 		autocfg-1.1.0 \
-		backtrace-0.3.69 \
-		base64-0.21.5 \
+		backtrace-0.3.71 \
+		base64-0.21.7 \
+		base64-0.22.0 \
 		bincode-1.3.3 \
 		bit-set-0.5.3 \
 		bit-vec-0.6.3 \
-		bit_field-0.10.2 \
 		bitflags-1.3.2 \
-		bitflags-2.4.0 \
+		bitflags-2.5.0 \
 		bitmaps-2.1.0 \
 		block-0.1.6 \
 		block-buffer-0.10.4 \
 		block-sys-0.2.0 \
 		block2-0.3.0 \
-		blocking-1.2.0 \
-		bstr-0.2.17 \
-		bumpalo-3.11.0 \
+		blocking-1.5.1 \
+		bstr-1.7.0 \
+		bumpalo-3.14.0 \
 		bytecount-0.6.3 \
-		bytemuck-1.14.0 \
+		bytemuck-1.14.3 \
 		bytemuck_derive-1.5.0 \
 		byteorder-1.4.3 \
 		bytes-1.5.0 \
-		cache-padded-1.2.0 \
 		calloop-0.12.3 \
 		calloop-wayland-source-0.2.0 \
 		cap-fs-ext-2.0.0 \
@@ -64,58 +69,65 @@ CARGO_CRATES=	Inflector-0.11.4 \
 		cap-rand-2.0.0 \
 		cap-std-2.0.0 \
 		cap-time-ext-2.0.0 \
-		cc-1.0.83 \
+		cast-0.3.0 \
+		cc-1.0.90 \
 		cesu8-1.1.0 \
 		cfg-if-1.0.0 \
 		cfg_aliases-0.1.1 \
-		chrono-0.4.22 \
-		clap-3.2.25 \
-		clap_derive-3.2.25 \
-		clap_lex-0.2.4 \
+		cfg_aliases-0.2.0 \
+		chrono-0.4.34 \
+		ciborium-0.2.1 \
+		ciborium-io-0.2.1 \
+		ciborium-ll-0.2.1 \
+		clap-4.5.1 \
+		clap_builder-4.5.1 \
+		clap_derive-4.5.0 \
+		clap_lex-0.7.0 \
 		clipboard-win-3.1.1 \
 		cocoa-0.25.0 \
 		cocoa-foundation-0.1.0 \
 		codespan-reporting-0.11.1 \
 		color_quant-1.1.0 \
-		com-rs-0.2.1 \
+		com-0.6.0 \
+		com_macros-0.6.0 \
+		com_macros_support-0.6.0 \
 		combine-4.6.6 \
-		concurrent-queue-1.2.4 \
 		concurrent-queue-2.2.0 \
-		config-0.13.3 \
-		copypasta-0.10.0 \
+		config-0.13.4 \
+		copypasta-0.10.1 \
 		core-foundation-0.9.3 \
 		core-foundation-sys-0.8.3 \
 		core-graphics-0.23.1 \
 		core-graphics-types-0.1.1 \
-		cov-mark-1.1.0 \
 		cpp_demangle-0.3.5 \
 		cpufeatures-0.2.5 \
-		cranelift-bforest-0.101.2 \
-		cranelift-codegen-0.101.2 \
-		cranelift-codegen-meta-0.101.2 \
-		cranelift-codegen-shared-0.101.2 \
-		cranelift-control-0.101.2 \
-		cranelift-entity-0.101.2 \
+		cranelift-bforest-0.101.4 \
+		cranelift-codegen-0.101.4 \
+		cranelift-codegen-meta-0.101.4 \
+		cranelift-codegen-shared-0.101.4 \
+		cranelift-control-0.101.4 \
+		cranelift-entity-0.101.4 \
 		cranelift-frontend-0.101.2 \
-		cranelift-isle-0.101.2 \
+		cranelift-isle-0.101.4 \
 		cranelift-native-0.101.2 \
 		cranelift-wasm-0.101.2 \
 		crc32fast-1.3.2 \
-		crossbeam-channel-0.5.8 \
+		criterion-0.5.1 \
+		criterion-plot-0.5.0 \
+		crossbeam-channel-0.5.12 \
 		crossbeam-deque-0.8.2 \
 		crossbeam-epoch-0.9.10 \
-		crossbeam-utils-0.8.11 \
-		crunchy-0.2.2 \
+		crossbeam-utils-0.8.19 \
 		crypto-common-0.1.6 \
-		ctor-0.1.26 \
 		ctor-0.2.5 \
 		cursor-icon-1.1.0 \
-		d3d12-0.7.0 \
-		darling-0.13.4 \
-		darling_core-0.13.4 \
-		darling_macro-0.13.4 \
-		data-url-0.2.0 \
+		d3d12-0.19.0 \
+		darling-0.14.4 \
+		darling_core-0.14.4 \
+		darling_macro-0.14.4 \
+		data-url-0.3.1 \
 		debugid-0.8.0 \
+		deranged-0.3.11 \
 		derivative-2.2.0 \
 		digest-0.10.7 \
 		directories-4.0.1 \
@@ -127,93 +139,93 @@ CARGO_CRATES=	Inflector-0.11.4 \
 		dlib-0.5.2 \
 		dmg-0.1.2 \
 		downcast-rs-1.2.0 \
-		drm-0.9.0 \
-		drm-ffi-0.5.0 \
+		drm-0.11.1 \
+		drm-ffi-0.7.1 \
 		drm-fourcc-2.2.0 \
-		drm-sys-0.4.0 \
-		dyn-clone-1.0.10 \
-		educe-0.4.22 \
+		drm-sys-0.6.1 \
+		dyn-clone-1.0.16 \
+		educe-0.5.11 \
 		either-1.8.0 \
 		encoding_rs-0.8.31 \
 		encoding_rs_io-0.1.7 \
-		enum-ordinalize-3.1.13 \
+		endi-1.1.0 \
+		enum-ordinalize-4.3.0 \
+		enum-ordinalize-derive-4.3.1 \
 		enumflags2-0.7.7 \
 		enumflags2_derive-0.7.7 \
 		equivalent-1.0.1 \
-		errno-0.3.3 \
-		errno-dragonfly-0.1.2 \
+		errno-0.3.8 \
 		euclid-0.22.9 \
 		event-listener-2.5.3 \
-		exr-1.71.0 \
+		event-listener-4.0.3 \
+		event-listener-5.2.0 \
+		event-listener-strategy-0.4.0 \
+		event-listener-strategy-0.5.0 \
 		fallible-iterator-0.3.0 \
 		fastrand-1.8.0 \
 		fastrand-2.0.1 \
 		fd-lock-4.0.0 \
 		fdeflate-0.3.0 \
 		filetime-0.2.17 \
-		fixedbitset-0.2.0 \
-		flate2-1.0.24 \
+		flate2-1.0.28 \
 		float-cmp-0.9.0 \
-		flume-0.11.0 \
+		floem-cosmic-text-0.7.2 \
+		floem-vger-0.2.8 \
+		floem-winit-0.29.4 \
 		fnv-1.0.7 \
+		font-types-0.5.2 \
 		fontconfig-parser-0.5.3 \
-		fontdb-0.14.1 \
-		fontdb-0.16.0 \
-		fontdue-0.7.3 \
+		fontdb-0.16.2 \
+		fontdue-0.8.0 \
 		foreign-types-0.3.2 \
 		foreign-types-0.5.0 \
 		foreign-types-macros-0.2.3 \
 		foreign-types-shared-0.1.1 \
 		foreign-types-shared-0.3.1 \
-		form_urlencoded-1.1.0 \
+		form_urlencoded-1.2.1 \
 		fs-set-times-0.20.0 \
-		fs2-0.4.3 \
 		fs_extra-1.3.0 \
 		fsevent-sys-4.1.0 \
-		futures-0.3.28 \
-		futures-channel-0.3.29 \
-		futures-core-0.3.29 \
-		futures-executor-0.3.28 \
-		futures-io-0.3.28 \
-		futures-lite-1.12.0 \
-		futures-macro-0.3.28 \
-		futures-sink-0.3.29 \
-		futures-task-0.3.29 \
-		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-lite-2.2.0 \
+		futures-macro-0.3.30 \
+		futures-sink-0.3.30 \
+		futures-task-0.3.30 \
+		futures-util-0.3.30 \
 		fxhash-0.2.1 \
 		fxprof-processed-profile-0.6.0 \
 		generic-array-0.14.6 \
-		gethostname-0.3.0 \
+		gethostname-0.4.3 \
 		getopts-0.2.21 \
 		getrandom-0.2.7 \
 		gif-0.12.0 \
 		gimli-0.28.0 \
-		git2-0.18.1 \
+		git2-0.18.2 \
 		gl_generator-0.14.0 \
 		glob-0.3.0 \
-		globset-0.4.9 \
-		gloo-timers-0.2.6 \
-		glow-0.13.0 \
+		globset-0.4.14 \
+		glow-0.13.1 \
 		glutin_wgl_sys-0.5.0 \
 		gpu-alloc-0.6.0 \
 		gpu-alloc-types-0.3.0 \
-		gpu-allocator-0.23.0 \
-		gpu-descriptor-0.2.3 \
+		gpu-allocator-0.25.0 \
+		gpu-descriptor-0.2.4 \
 		gpu-descriptor-types-0.1.1 \
 		grep-matcher-0.1.6 \
-		grep-regex-0.1.10 \
-		grep-searcher-0.1.10 \
-		grid-0.10.0 \
-		h2-0.3.21 \
-		half-2.2.1 \
-		hashbrown-0.12.3 \
-		hashbrown-0.13.2 \
-		hashbrown-0.14.2 \
-		hassle-rs-0.10.0 \
-		heck-0.3.3 \
-		heck-0.4.0 \
+		grep-regex-0.1.11 \
+		grep-searcher-0.1.11 \
+		grid-0.13.0 \
+		h2-0.3.26 \
+		half-1.8.2 \
+		hashbrown-0.14.5 \
+		hassle-rs-0.11.0 \
+		heck-0.4.1 \
 		hermit-abi-0.1.19 \
-		hermit-abi-0.3.2 \
+		hermit-abi-0.3.9 \
 		hex-0.4.3 \
 		hexf-parse-0.2.1 \
 		home-0.5.5 \
@@ -227,27 +239,29 @@ CARGO_CRATES=	Inflector-0.11.4 \
 		icrate-0.0.4 \
 		id-arena-2.2.1 \
 		ident_case-1.0.1 \
-		idna-0.3.0 \
-		ignore-0.4.18 \
+		idna-0.5.0 \
+		ignore-0.4.20 \
 		im-15.1.0 \
-		image-0.24.7 \
+		im-rc-15.1.0 \
+		image-0.25.1 \
+		image-webp-0.1.1 \
 		imagesize-0.12.0 \
 		include_dir-0.6.2 \
 		include_dir_impl-0.6.2 \
-		indexmap-1.9.3 \
-		indexmap-2.0.2 \
+		indexmap-2.2.6 \
 		inotify-0.9.6 \
 		inotify-sys-0.1.5 \
 		instant-0.1.12 \
 		interprocess-1.2.1 \
 		intmap-0.7.1 \
 		io-extras-0.18.0 \
-		io-lifetimes-1.0.11 \
 		io-lifetimes-2.0.2 \
 		ipnet-2.5.0 \
 		is-docker-0.2.0 \
+		is-terminal-0.4.12 \
 		is-wsl-0.4.0 \
 		itertools-0.10.5 \
+		itertools-0.12.1 \
 		itoa-1.0.3 \
 		ittapi-0.3.5 \
 		ittapi-sys-0.3.5 \
@@ -255,41 +269,38 @@ CARGO_CRATES=	Inflector-0.11.4 \
 		jni-sys-0.3.0 \
 		jobserver-0.1.25 \
 		jpeg-decoder-0.3.0 \
-		js-sys-0.3.64 \
+		js-sys-0.3.69 \
 		jsonrpc-lite-0.6.0 \
 		khronos-egl-6.0.0 \
 		khronos_api-3.1.0 \
 		kqueue-1.0.6 \
 		kqueue-sys-1.0.3 \
 		kurbo-0.9.5 \
-		kv-log-macro-1.0.7 \
+		kurbo-0.10.4 \
+		kurbo-0.11.0 \
 		lapce-xi-rope-0.3.2 \
 		lazy-bytes-cast-5.0.1 \
 		lazy_static-1.4.0 \
 		leb128-0.2.5 \
-		lebe-0.5.2 \
-		libc-0.2.149 \
-		libgit2-sys-0.16.1+1.7.1 \
-		libloading-0.7.3 \
+		libc-0.2.153 \
+		libgit2-sys-0.16.2+1.7.2 \
+		libloading-0.7.4 \
 		libloading-0.8.1 \
 		libm-0.2.7 \
 		libssh2-sys-0.3.0 \
 		libz-sys-1.1.8 \
-		line-wrap-0.1.1 \
-		linux-raw-sys-0.3.8 \
-		linux-raw-sys-0.4.10 \
+		line-wrap-0.2.0 \
+		linux-raw-sys-0.4.13 \
+		linux-raw-sys-0.6.4 \
 		locale_config-0.3.0 \
 		lock_api-0.4.9 \
-		log-0.4.17 \
-		lsp-types-0.93.1 \
+		log-0.4.20 \
 		mach-0.3.2 \
 		malloc_buf-0.0.6 \
 		maybe-owned-0.3.4 \
-		memchr-2.6.4 \
+		memchr-2.7.1 \
 		memfd-0.6.4 \
 		memmap2-0.5.10 \
-		memmap2-0.6.2 \
-		memmap2-0.7.1 \
 		memmap2-0.9.0 \
 		memoffset-0.6.5 \
 		memoffset-0.7.1 \
@@ -297,31 +308,26 @@ CARGO_CRATES=	Inflector-0.11.4 \
 		metal-0.27.0 \
 		mime-0.3.16 \
 		minimal-lexical-0.2.1 \
-		miniz_oxide-0.5.4 \
 		miniz_oxide-0.7.1 \
-		mio-0.8.9 \
+		mio-0.8.11 \
 		miow-0.6.0 \
-		naga-0.14.0 \
-		nanorand-0.7.0 \
+		naga-0.19.2 \
 		native-tls-0.2.10 \
 		ndk-0.8.0 \
 		ndk-context-0.1.1 \
 		ndk-sys-0.5.0+25.2.9519653 \
-		nix-0.24.2 \
 		nix-0.26.4 \
+		nix-0.27.1 \
 		nom-7.1.1 \
-		notify-5.0.0 \
+		notify-5.2.0 \
 		nu-ansi-term-0.46.0 \
-		nucleo-0.2.0 \
-		nucleo-matcher-0.2.0 \
-		num-bigint-0.4.3 \
-		num-integer-0.1.45 \
-		num-rational-0.4.1 \
+		nucleo-0.5.0 \
+		nucleo-matcher-0.3.1 \
+		num-conv-0.1.0 \
 		num-traits-0.2.15 \
 		num_cpus-1.13.1 \
 		num_enum-0.7.0 \
 		num_enum_derive-0.7.0 \
-		num_threads-0.1.6 \
 		objc-0.2.7 \
 		objc-foundation-0.1.1 \
 		objc-sys-0.3.1 \
@@ -330,52 +336,51 @@ CARGO_CRATES=	Inflector-0.11.4 \
 		objc_exception-0.1.2 \
 		objc_id-0.1.1 \
 		object-0.32.1 \
-		once_cell-1.18.0 \
-		open-5.0.0 \
-		openssl-0.10.42 \
+		once_cell-1.19.0 \
+		oorandom-11.1.3 \
+		open-5.1.2 \
+		openssl-0.10.63 \
 		openssl-macros-0.1.0 \
 		openssl-probe-0.1.5 \
-		openssl-sys-0.9.76 \
+		openssl-sys-0.9.99 \
 		orbclient-0.3.46 \
-		ordered-stream-0.0.1 \
-		os_str_bytes-6.3.0 \
-		ouroboros-0.15.6 \
-		ouroboros_macro-0.15.6 \
+		ordered-stream-0.2.0 \
+		ouroboros-0.18.3 \
+		ouroboros_macro-0.18.3 \
 		overload-0.1.1 \
 		owned_ttf_parser-0.19.0 \
-		parking-2.0.0 \
-		parking_lot-0.11.2 \
+		parking-2.2.0 \
 		parking_lot-0.12.1 \
-		parking_lot_core-0.8.5 \
 		parking_lot_core-0.9.3 \
 		paste-1.0.9 \
 		pathdiff-0.2.1 \
-		percent-encoding-2.2.0 \
-		petgraph-0.5.1 \
+		peniko-0.1.0 \
+		percent-encoding-2.3.1 \
 		pico-args-0.5.0 \
 		pin-project-lite-0.2.13 \
 		pin-utils-0.1.0 \
 		piper-0.2.1 \
 		pkg-config-0.3.25 \
-		plist-1.4.3 \
+		plist-1.6.1 \
+		plotters-0.3.5 \
+		plotters-backend-0.3.5 \
+		plotters-svg-0.3.5 \
 		png-0.17.10 \
-		polling-2.8.0 \
-		polling-3.2.0 \
+		polling-3.6.0 \
 		pollster-0.3.0 \
+		powerfmt-0.2.0 \
 		ppv-lite86-0.2.16 \
 		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-macro2-1.0.69 \
+		proc-macro2-1.0.79 \
+		proc-macro2-diagnostics-0.10.1 \
 		profiling-1.0.10 \
 		psm-0.1.21 \
-		pulldown-cmark-0.9.3 \
-		qoi-0.4.1 \
-		quick-xml-0.28.2 \
-		quick-xml-0.30.0 \
-		quote-1.0.33 \
+		pulldown-cmark-0.10.2 \
+		pulldown-cmark-escape-0.10.0 \
+		quick-xml-0.31.0 \
+		quote-1.0.35 \
 		rand-0.8.5 \
 		rand_chacha-0.3.1 \
 		rand_core-0.6.4 \
@@ -384,39 +389,35 @@ CARGO_CRATES=	Inflector-0.11.4 \
 		rangemap-1.3.0 \
 		raw-window-handle-0.5.2 \
 		raw-window-handle-0.6.0 \
-		rayon-1.8.0 \
-		rayon-core-1.12.0 \
-		rctree-0.5.0 \
+		rayon-1.10.0 \
+		rayon-core-1.12.1 \
+		read-fonts-0.19.0 \
 		rect_packer-0.2.1 \
 		redox_syscall-0.2.16 \
 		redox_syscall-0.3.5 \
+		redox_syscall-0.4.1 \
 		redox_users-0.4.3 \
-		regalloc2-0.9.3 \
-		regex-1.10.2 \
-		regex-automata-0.1.10 \
-		regex-automata-0.3.9 \
-		regex-automata-0.4.3 \
+		regex-1.10.4 \
+		regex-automata-0.4.6 \
 		regex-syntax-0.6.27 \
-		regex-syntax-0.7.5 \
 		regex-syntax-0.8.2 \
 		remove_dir_all-0.5.3 \
 		renderdoc-sys-1.0.0 \
-		reqwest-0.11.22 \
-		resvg-0.33.0 \
-		rfd-0.11.4 \
+		reqwest-0.11.27 \
+		resvg-0.40.0 \
+		rfd-0.14.1 \
 		rgb-0.8.36 \
-		rosvgtree-0.3.0 \
 		roxmltree-0.18.0 \
+		roxmltree-0.19.0 \
 		rustc-demangle-0.1.21 \
 		rustc-hash-1.1.0 \
 		rustc_version-0.4.0 \
-		rustix-0.37.23 \
-		rustix-0.38.20 \
+		rustix-0.38.32 \
 		rustix-openpty-0.1.1 \
-		rustybuzz-0.7.0 \
-		rustybuzz-0.8.0 \
+		rustls-pemfile-1.0.4 \
+		rustversion-1.0.14 \
+		rustybuzz-0.12.1 \
 		ryu-1.0.11 \
-		safemem-0.3.3 \
 		same-file-1.0.6 \
 		schannel-0.1.20 \
 		scoped-tls-1.0.1 \
@@ -426,16 +427,14 @@ CARGO_CRATES=	Inflector-0.11.4 \
 		security-framework-2.7.0 \
 		security-framework-sys-2.6.1 \
 		semver-1.0.20 \
-		serde-1.0.190 \
-		serde_derive-1.0.190 \
+		serde-1.0.197 \
+		serde_derive-1.0.197 \
 		serde_json-1.0.107 \
 		serde_repr-0.1.9 \
 		serde_spanned-0.6.3 \
 		serde_urlencoded-0.7.1 \
-		serde_yaml-0.9.25 \
-		sha1-0.6.1 \
-		sha1_smol-1.0.0 \
-		sha2-0.10.7 \
+		sha1-0.10.6 \
+		sha2-0.10.8 \
 		sharded-slab-0.1.4 \
 		shellexpand-2.1.2 \
 		signal-hook-0.3.14 \
@@ -445,66 +444,60 @@ CARGO_CRATES=	Inflector-0.11.4 \
 		siphasher-0.3.11 \
 		sized-chunks-0.6.5 \
 		slab-0.4.9 \
-		sled-0.34.7 \
 		slice-group-by-0.3.0 \
-		slotmap-1.0.6 \
-		smallvec-1.11.1 \
+		slotmap-1.0.7 \
+		smallvec-1.13.2 \
 		smithay-client-toolkit-0.18.0 \
 		smithay-clipboard-0.7.0 \
 		smol_str-0.2.0 \
 		socket2-0.4.7 \
 		socket2-0.5.5 \
-		softbuffer-0.3.1 \
-		spin-0.9.8 \
+		softbuffer-0.4.1 \
 		spinning-0.1.0 \
-		spirv-0.2.0+1.5.4 \
+		spirv-0.3.0+sdk-1.3.268.0 \
 		sptr-0.3.2 \
 		stable_deref_trait-1.2.0 \
 		static_assertions-1.1.0 \
 		stretto-0.8.1 \
 		strict-num-0.1.1 \
 		strsim-0.10.0 \
-		strum-0.21.0 \
-		strum_macros-0.21.1 \
-		svgfilters-0.4.0 \
-		svgtypes-0.11.0 \
-		swash-0.1.8 \
-		syn-1.0.101 \
-		syn-2.0.38 \
+		strum-0.26.2 \
+		strum_macros-0.26.2 \
+		svgtypes-0.14.0 \
+		swash-0.1.15 \
+		syn-1.0.109 \
+		syn-2.0.57 \
+		sync_wrapper-0.1.2 \
 		sys-locale-0.2.4 \
 		system-configuration-0.5.1 \
 		system-configuration-sys-0.5.0 \
 		system-interface-0.26.0 \
-		taffy-0.3.18 \
-		tar-0.4.38 \
+		taffy-0.4.3 \
+		tar-0.4.40 \
 		target-lexicon-0.12.11 \
 		tempfile-3.3.0 \
-		termcolor-1.1.3 \
-		textwrap-0.16.0 \
-		thiserror-1.0.50 \
-		thiserror-impl-1.0.50 \
-		thread-id-4.0.0 \
+		termcolor-1.4.1 \
+		thiserror-1.0.58 \
+		thiserror-impl-1.0.58 \
 		thread_local-1.1.4 \
-		tiff-0.9.0 \
-		time-0.1.44 \
-		time-0.3.14 \
-		tiny-skia-0.9.1 \
-		tiny-skia-0.11.1 \
-		tiny-skia-path-0.9.0 \
-		tiny-skia-path-0.11.1 \
+		time-0.3.34 \
+		time-core-0.1.2 \
+		time-macros-0.2.17 \
+		tiny-skia-0.11.4 \
+		tiny-skia-path-0.11.4 \
 		tiny-xlib-0.2.2 \
+		tinytemplate-1.2.1 \
 		tinyvec-1.6.0 \
 		tinyvec_macros-0.1.0 \
 		to_method-1.1.0 \
-		tokio-1.33.0 \
-		tokio-macros-2.1.0 \
+		tokio-1.36.0 \
+		tokio-macros-2.2.0 \
 		tokio-native-tls-0.3.0 \
 		tokio-socks-0.5.1 \
 		tokio-util-0.7.4 \
 		toml-0.5.9 \
-		toml-0.8.2 \
 		toml_datetime-0.6.3 \
-		toml_edit-0.19.14 \
+		toml_edit-0.19.15 \
 		toml_edit-0.20.2 \
 		tower-service-0.3.2 \
 		tracing-0.1.37 \
@@ -512,60 +505,52 @@ CARGO_CRATES=	Inflector-0.11.4 \
 		tracing-core-0.1.30 \
 		trash-3.0.6 \
 		tree-sitter-0.20.10 \
-		tree-sitter-c-0.20.6 \
-		tree-sitter-cpp-0.20.0 \
-		tree-sitter-javascript-0.20.1 \
+		tree-sitter-c-0.20.8 \
+		tree-sitter-cpp-0.20.5 \
+		tree-sitter-javascript-0.20.4 \
+		tree-sitter-json-0.20.2 \
 		tree-sitter-python-0.20.4 \
 		tree-sitter-rust-0.20.4 \
 		tree-sitter-toml-0.20.0 \
 		triomphe-0.1.9 \
 		try-lock-0.2.3 \
-		ttf-parser-0.15.2 \
-		ttf-parser-0.18.1 \
 		ttf-parser-0.19.1 \
 		ttf-parser-0.20.0 \
 		typenum-1.15.0 \
-		uds_windows-1.0.2 \
+		uds_windows-1.1.0 \
 		unicase-2.7.0 \
-		unicode-bidi-0.3.8 \
+		unicode-bidi-0.3.15 \
 		unicode-bidi-mirroring-0.1.0 \
 		unicode-ccc-0.1.2 \
-		unicode-general-category-0.6.0 \
 		unicode-ident-1.0.4 \
 		unicode-linebreak-0.1.5 \
 		unicode-normalization-0.1.22 \
+		unicode-properties-0.1.1 \
 		unicode-script-0.5.5 \
 		unicode-segmentation-1.10.0 \
 		unicode-vo-0.1.0 \
 		unicode-width-0.1.11 \
 		unicode-xid-0.2.4 \
-		unsafe-libyaml-0.2.9 \
-		url-2.3.1 \
+		url-2.5.0 \
 		urlencoding-2.1.3 \
-		usvg-0.33.0 \
-		usvg-parser-0.33.0 \
-		usvg-text-layout-0.33.0 \
-		usvg-tree-0.33.0 \
-		utf8parse-0.2.0 \
+		usvg-0.40.0 \
+		utf8parse-0.2.1 \
 		uuid-1.5.0 \
-		value-bag-1.0.0-alpha.9 \
 		vcpkg-0.2.15 \
 		version_check-0.9.4 \
-		vte-0.12.0 \
+		vte-0.13.0 \
 		vte_generate_state_changes-0.1.1 \
-		waker-fn-1.1.0 \
-		walkdir-2.3.2 \
+		walkdir-2.5.0 \
 		want-0.3.0 \
-		wasi-0.10.0+wasi-snapshot-preview1 \
 		wasi-0.11.0+wasi-snapshot-preview1 \
 		wasi-cap-std-sync-14.0.2 \
 		wasi-common-14.0.2 \
-		wasm-bindgen-0.2.87 \
-		wasm-bindgen-backend-0.2.87 \
-		wasm-bindgen-futures-0.4.34 \
-		wasm-bindgen-macro-0.2.87 \
-		wasm-bindgen-macro-support-0.2.87 \
-		wasm-bindgen-shared-0.2.87 \
+		wasm-bindgen-0.2.92 \
+		wasm-bindgen-backend-0.2.92 \
+		wasm-bindgen-futures-0.4.42 \
+		wasm-bindgen-macro-0.2.92 \
+		wasm-bindgen-macro-support-0.2.92 \
+		wasm-bindgen-shared-0.2.92 \
 		wasm-encoder-0.35.0 \
 		wasmparser-0.115.0 \
 		wasmprinter-0.2.70 \
@@ -591,27 +576,23 @@ CARGO_CRATES=	Inflector-0.11.4 \
 		wast-35.0.2 \
 		wast-66.0.2 \
 		wat-1.0.77 \
-		wayland-backend-0.1.2 \
 		wayland-backend-0.3.2 \
-		wayland-client-0.30.2 \
 		wayland-client-0.31.1 \
 		wayland-csd-frame-0.3.0 \
 		wayland-cursor-0.31.0 \
 		wayland-protocols-0.31.0 \
 		wayland-protocols-plasma-0.2.0 \
 		wayland-protocols-wlr-0.2.0 \
-		wayland-scanner-0.30.1 \
-		wayland-scanner-0.31.0 \
-		wayland-sys-0.30.1 \
+		wayland-scanner-0.31.1 \
 		wayland-sys-0.31.1 \
-		web-sys-0.3.64 \
+		web-sys-0.3.69 \
 		web-time-0.2.0 \
 		weezl-0.1.7 \
 		wg-0.3.2 \
-		wgpu-0.18.0 \
-		wgpu-core-0.18.0 \
-		wgpu-hal-0.18.0 \
-		wgpu-types-0.18.0 \
+		wgpu-0.19.3 \
+		wgpu-core-0.19.3 \
+		wgpu-hal-0.19.3 \
+		wgpu-types-0.19.2 \
 		widestring-1.0.2 \
 		wiggle-14.0.2 \
 		wiggle-generate-14.0.2 \
@@ -619,7 +600,6 @@ CARGO_CRATES=	Inflector-0.11.4 \
 		winapi-0.3.9 \
 		winapi-i686-pc-windows-gnu-0.4.0 \
 		winapi-util-0.1.5 \
-		winapi-wsapoll-0.1.1 \
 		winapi-x86_64-pc-windows-gnu-0.4.0 \
 		winch-codegen-0.12.2 \
 		windows-0.44.0 \
@@ -628,68 +608,78 @@ CARGO_CRATES=	Inflector-0.11.4 \
 		windows-sys-0.36.1 \
 		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 \
 		windows_aarch64_gnullvm-0.48.5 \
+		windows_aarch64_gnullvm-0.52.0 \
 		windows_aarch64_msvc-0.36.1 \
 		windows_aarch64_msvc-0.42.2 \
 		windows_aarch64_msvc-0.48.5 \
+		windows_aarch64_msvc-0.52.0 \
 		windows_i686_gnu-0.36.1 \
 		windows_i686_gnu-0.42.2 \
 		windows_i686_gnu-0.48.5 \
+		windows_i686_gnu-0.52.0 \
 		windows_i686_msvc-0.36.1 \
 		windows_i686_msvc-0.42.2 \
 		windows_i686_msvc-0.48.5 \
+		windows_i686_msvc-0.52.0 \
 		windows_x86_64_gnu-0.36.1 \
 		windows_x86_64_gnu-0.42.2 \
 		windows_x86_64_gnu-0.48.5 \
+		windows_x86_64_gnu-0.52.0 \
 		windows_x86_64_gnullvm-0.42.2 \
 		windows_x86_64_gnullvm-0.48.5 \
+		windows_x86_64_gnullvm-0.52.0 \
 		windows_x86_64_msvc-0.36.1 \
 		windows_x86_64_msvc-0.42.2 \
 		windows_x86_64_msvc-0.48.5 \
+		windows_x86_64_msvc-0.52.0 \
 		winnow-0.5.10 \
 		winreg-0.50.0 \
 		winx-0.36.2 \
 		wit-parser-0.12.1 \
 		witx-0.9.1 \
-		x11-clipboard-0.8.1 \
+		x11-clipboard-0.9.2 \
 		x11-dl-2.21.0 \
-		x11rb-0.12.0 \
-		x11rb-protocol-0.12.0 \
-		xattr-0.2.3 \
+		x11rb-0.13.0 \
+		x11rb-protocol-0.13.0 \
+		xattr-1.3.1 \
 		xcursor-0.3.4 \
+		xdg-home-1.1.0 \
 		xkbcommon-dl-0.4.1 \
 		xkeysym-0.2.0 \
 		xml-rs-0.8.19 \
 		xmlparser-0.13.5 \
 		xmlwriter-0.1.0 \
 		xxhash-rust-0.8.7 \
+		yansi-1.0.1 \
 		yazi-0.1.6 \
-		zbus-3.3.0 \
-		zbus_macros-3.3.0 \
-		zbus_names-2.2.0 \
+		zbus-4.0.1 \
+		zbus_macros-4.0.1 \
+		zbus_names-3.0.0 \
 		zeno-0.2.2 \
+		zerocopy-0.7.32 \
+		zerocopy-derive-0.7.32 \
 		zip-0.6.6 \
 		zstd-0.11.2+zstd.1.5.2 \
 		zstd-safe-5.0.2+zstd.1.5.2 \
 		zstd-sys-2.0.1+zstd.1.5.2 \
-		zune-inflate-0.2.54 \
-		zvariant-3.7.1 \
-		zvariant_derive-3.7.1 \
+		zune-core-0.4.12 \
+		zune-jpeg-0.4.11 \
+		zvariant-4.0.0 \
+		zvariant_derive-4.0.0 \
+		zvariant_utils-1.1.0 \
 		psp-types@git+https://github.com/lapce/psp-types?rev=f7fea28f59e7b2d6faa1034a21679ad49b3524ad\#f7fea28f59e7b2d6faa1034a21679ad49b3524ad \
 		tree-sitter-md@git+https://github.com/MDeiml/tree-sitter-markdown.git?rev=272e080bca0efd19a06a7f4252d746417224959e\#272e080bca0efd19a06a7f4252d746417224959e \
-		tracing,tracing-appender,tracing-attributes,tracing-core,tracing-log,tracing-subscriber@git+https://github.com/tokio-rs/tracing?rev=c14525e1610db88986f849d46bd3e9795878b012\#c14525e1610db88986f849d46bd3e9795878b012 \
 		wasi-experimental-http-wasmtime@git+https://github.com/lapce/wasi-experimental-http\#21419eb785cb583ead180f25a9685fa16de7f326 \
 		human-sort@git+https://github.com/dragazo/human-sort?rev=1e74db1e09e8194ba88ad983723cf6f8b0c365da\#1e74db1e09e8194ba88ad983723cf6f8b0c365da \
-		tree-sitter-json@git+https://github.com/tree-sitter/tree-sitter-json.git?rev=11e2cc12d9b267766fb11a06e52952792fd8e3f0\#11e2cc12d9b267766fb11a06e52952792fd8e3f0 \
-		tree-sitter-yaml@git+https://github.com/panekj/tree-sitter-yaml?rev=80c8d76847f03e772c5c524cf29bafb56858a8d1\#80c8d76847f03e772c5c524cf29bafb56858a8d1 \
-		winit@git+https://github.com/lapce/winit?rev=e8c26d691a20a96c4e9d841d31fc315dabd5a5a1\#e8c26d691a20a96c4e9d841d31fc315dabd5a5a1 \
+		floem,floem-editor-core,floem_reactive,floem_renderer,floem_tiny_skia_renderer,floem_vger_renderer@git+https://github.com/lapce/floem?rev=8f5a9c5c2bee1bb0355c7a058b6e39be42878534\#8f5a9c5c2bee1bb0355c7a058b6e39be42878534 \
+		structdesc@git+https://github.com/lapce/structdesc\#47d8201fb13240166f4d842c718d63c1e24f0236 \
+		tracing,tracing-appender,tracing-attributes,tracing-core,tracing-log,tracing-subscriber@git+https://github.com/tokio-rs/tracing?rev=908cc432a5994f6e17c8f36e13c217dc40085704\#908cc432a5994f6e17c8f36e13c217dc40085704 \
 		tree-sitter-bash@git+https://github.com/tree-sitter/tree-sitter-bash?rev=4488aa41406547e478636a4fcfd24f5bbc3f2f74\#4488aa41406547e478636a4fcfd24f5bbc3f2f74 \
-		alacritty_config,alacritty_config_derive,alacritty_terminal@git+https://github.com/alacritty/alacritty?rev=6071a7bf35cfd99be8ba70f479f188b7370cda6f\#6071a7bf35cfd99be8ba70f479f188b7370cda6f \
-		peniko@git+https://github.com/linebender/peniko?rev=cafdac9a211a0fb2fec5656bd663d1ac770bcc81\#cafdac9a211a0fb2fec5656bd663d1ac770bcc81 \
-		vger@git+https://github.com/lapce/vger-rs?rev=ed10537c72a732a03f782225a39da80e6f9acbbe\#ed10537c72a732a03f782225a39da80e6f9acbbe \
-		floem,floem_reactive,floem_renderer,floem_tiny_skia,floem_vger@git+https://github.com/lapce/floem?rev=0694f9672a10a49290af223cac3dc2ab53b1b1dd\#0694f9672a10a49290af223cac3dc2ab53b1b1dd \
-		structdesc@git+https://github.com/lapce/structdesc\#a6a2b8ab65d43475238f889736c4aa5dfff4500a \
*** 8612 LINES SKIPPED ***