git: 0eb8ae1442ef - main - sysutils/yazi: Update to 26.8.15

Nicola Vitale <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.ports
Message-ID <[email protected]>
The branch main has been updated by nivit:

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

commit 0eb8ae1442ef8032fb976bb59ba2c9d9c8d403ca
Author:     Nicola Vitale <[email protected]>
AuthorDate: 2026-08-18 07:48:56 +0000
Commit:     Nicola Vitale <[email protected]>
CommitDate: 2026-08-18 09:52:03 +0000

    sysutils/yazi: Update to 26.8.15
    
    - Define the environment variable VERGEN_GIT_SHA, otherwise the build stage
      fails with error:
    
    error: environment variable `VERGEN_GIT_SHA` not defined at compile time
     --> yazi-version/src/lib.rs:3:76
      |
    3 | pub fn version() -> &'static str { concat!(env!("CARGO_PKG_VERSION"), " ", env!("VERGEN_GIT_SHA")) }
      |                                                                            ^^^^^^^^^^^^^^^^^^^^^^
      |
      = help: use `std::env::var("VERGEN_GIT_SHA")` to read the variable at run time
    
    error: environment variable `VERGEN_GIT_SHA` not defined at compile time
     --> yazi-version/src/lib.rs:9:3
      |
    9 |         env!("VERGEN_GIT_SHA"),
      |         ^^^^^^^^^^^^^^^^^^^^^^
      |
      = help: use `std::env::var("VERGEN_GIT_SHA")` to read the variable at run time
    
    warning: [email protected]: not within a suitable 'git' worktree!
    warning: [email protected]: Unable to set VERGEN_GIT_SHA
    error: could not compile `yazi-version` (lib) due to 2 previous errors
    
    ChangeLog:      https://github.com/sxyazi/yazi/blob/main/CHANGELOG.md#v26815
    Reported by:    "github-actions[bot]" <[email protected]>
---
 sysutils/yazi/Makefile                             |    5 +-
 sysutils/yazi/Makefile.crates                      |  636 +++++-----
 sysutils/yazi/distinfo                             | 1274 +++++++++-----------
 ... => patch-yazi-fs_src_engine_local_casefold.rs} |   23 +-
 4 files changed, 875 insertions(+), 1063 deletions(-)

diff --git a/sysutils/yazi/Makefile b/sysutils/yazi/Makefile
index a0eacf4a42ef..f1c8dd853b57 100644
--- a/sysutils/yazi/Makefile
+++ b/sysutils/yazi/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	yazi
 DISTVERSIONPREFIX=	v
-DISTVERSION=	26.5.6
-PORTREVISION=	2
+DISTVERSION=	26.8.15
+PORTREVISION=	0
 CATEGORIES=	sysutils
 
 MAINTAINER=	[email protected]
@@ -25,6 +25,7 @@ USES=		cargo desktop-file-utils gmake
 USE_GITHUB=	yes
 GH_ACCOUNT=	sxyazi
 
+MAKE_ENV=	VERGEN_GIT_SHA=1f3588d6f4ef80122089db70e670a0eb757f20fe # git commit id for this version
 CARGO_INSTALL_PATH=	yazi-fm yazi-cli
 
 OPTIONS_DEFINE=	AUXTOOLS EXAMPLES
diff --git a/sysutils/yazi/Makefile.crates b/sysutils/yazi/Makefile.crates
index 33887bda7df0..ed0db6f97add 100644
--- a/sysutils/yazi/Makefile.crates
+++ b/sysutils/yazi/Makefile.crates
@@ -1,476 +1,424 @@
-CARGO_CRATES=	addr2line-0.25.1 \
-		adler2-2.0.1 \
-		aead-0.5.2 \
-		aead-0.6.0-rc.10 \
-		aes-0.8.4 \
-		aes-0.9.0 \
-		aes-gcm-0.10.3 \
-		aes-gcm-0.11.0-rc.3 \
-		aho-corasick-1.1.4 \
-		aligned-0.4.3 \
-		aligned-vec-0.6.4 \
+CARGO_CRATES=	adler2-2.0.1 \
+		aead-0.6.1 \
+		aes-0.9.2 \
+		aes-gcm-0.11.0 \
+		aho-corasick-1.1.5 \
 		allocator-api2-0.2.21 \
-		android_system_properties-0.1.5 \
+		android_system_properties-0.1.6 \
 		ansi-to-tui-8.0.1 \
 		anstream-1.0.0 \
 		anstyle-1.0.14 \
 		anstyle-parse-1.0.0 \
 		anstyle-query-1.1.5 \
 		anstyle-wincon-3.0.11 \
-		anyhow-1.0.102 \
-		arbitrary-1.4.2 \
-		arc-swap-1.9.1 \
-		arg_enum_proc_macro-0.3.4 \
-		argon2-0.5.3 \
-		arrayvec-0.7.6 \
-		as-slice-0.2.1 \
+		anyhow-1.0.104 \
+		approx-0.5.1 \
+		arc-swap-1.9.2 \
+		argon2-0.6.0-rc.8 \
+		array-init-2.1.0 \
 		async-priority-channel-0.2.0 \
-		atomic-0.6.1 \
-		autocfg-1.5.0 \
-		av-scenechange-0.14.1 \
-		av1-grain-0.2.5 \
-		avif-serialize-0.8.8 \
-		backtrace-0.3.76 \
+		atomic-waker-1.1.2 \
+		autocfg-1.5.1 \
 		base16ct-1.0.0 \
 		base64-0.22.1 \
+		base64-0.23.1 \
 		base64ct-1.8.3 \
-		bcrypt-pbkdf-0.10.0 \
-		better-panic-0.3.0 \
+		bcrypt-pbkdf-0.11.0 \
 		bincode-1.3.3 \
-		bit-set-0.5.3 \
-		bit-vec-0.6.3 \
+		binrw-0.15.2 \
+		binrw_derive-0.15.2 \
 		bit_field-0.10.3 \
 		bitflags-1.3.2 \
-		bitflags-2.11.1 \
-		bitstream-io-4.10.0 \
-		bitvec-1.0.1 \
-		blake2-0.10.6 \
-		block-buffer-0.10.4 \
-		block-buffer-0.12.0 \
-		block-padding-0.3.3 \
+		bitflags-2.13.1 \
+		bitvec-1.1.1 \
+		blake2-0.11.0-rc.6 \
+		block-buffer-0.12.1 \
 		block-padding-0.4.2 \
-		blowfish-0.9.1 \
-		bstr-1.12.1 \
-		built-0.8.0 \
-		bumpalo-3.20.2 \
+		blowfish-0.10.0 \
+		bon-3.9.3 \
+		bon-macros-3.9.3 \
+		bs58-0.5.1 \
+		bstr-1.13.1 \
+		bumpalo-3.20.3 \
 		by_address-1.2.1 \
-		bytemuck-1.25.0 \
-		bytemuck_derive-1.10.2 \
+		bytemuck-1.25.2 \
+		bytemuck_derive-1.12.0 \
 		byteorder-1.5.0 \
 		byteorder-lite-0.1.0 \
-		bytes-1.11.1 \
+		bytes-1.12.1 \
 		castaway-0.2.4 \
-		cbc-0.1.2 \
-		cbc-0.2.0 \
-		cc-1.2.61 \
+		cbc-0.2.1 \
+		cc-1.4.3 \
 		cfg-if-1.0.4 \
-		cfg_aliases-0.2.1 \
-		chacha20-0.9.1 \
-		chacha20-0.10.0 \
-		chrono-0.4.44 \
-		cipher-0.4.4 \
-		cipher-0.5.1 \
-		clap-4.6.1 \
-		clap_builder-4.6.0 \
-		clap_complete-4.6.3 \
+		cfg_aliases-0.2.2 \
+		chacha20-0.10.1 \
+		chrono-0.4.45 \
+		cipher-0.5.2 \
+		clap-4.6.6 \
+		clap_builder-4.6.6 \
+		clap_complete-4.6.9 \
 		clap_complete_fig-4.5.2 \
-		clap_complete_nushell-4.6.0 \
-		clap_derive-4.6.1 \
+		clap_complete_nushell-4.6.2 \
+		clap_derive-4.6.4 \
 		clap_lex-1.1.0 \
 		clipboard-win-5.4.1 \
-		cmov-0.5.3 \
+		cmov-0.5.4 \
 		color_quant-1.1.0 \
 		colorchoice-1.0.5 \
-		compact_str-0.9.0 \
+		combine-4.6.7 \
+		compact_str-0.9.1 \
+		compact_str-0.10.0 \
 		concurrent-queue-2.5.0 \
-		console-0.15.11 \
-		const-oid-0.9.6 \
 		const-oid-0.10.2 \
-		convert_case-0.10.0 \
+		core-foundation-0.10.1 \
 		core-foundation-sys-0.8.7 \
 		cpubits-0.1.1 \
-		cpufeatures-0.2.17 \
 		cpufeatures-0.3.0 \
 		crc32fast-1.5.0 \
-		crossbeam-channel-0.5.15 \
-		crossbeam-deque-0.8.6 \
-		crossbeam-epoch-0.9.18 \
-		crossbeam-utils-0.8.21 \
-		crossterm-0.28.1 \
-		crossterm-0.29.0 \
-		crossterm_winapi-0.9.1 \
+		critical-section-1.2.0 \
+		crossbeam-channel-0.5.16 \
+		crossbeam-utils-0.8.22 \
 		crunchy-0.2.4 \
-		crypto-bigint-0.7.0-rc.28 \
-		crypto-common-0.1.7 \
-		crypto-common-0.2.1 \
-		crypto-primes-0.7.0-pre.9 \
-		csscolorparser-0.6.2 \
-		ctr-0.9.2 \
-		ctr-0.10.0 \
+		crypto-bigint-0.7.5 \
+		crypto-common-0.2.2 \
+		crypto-primes-0.7.2 \
+		ctr-0.10.1 \
 		ctutils-0.4.2 \
-		curve25519-dalek-5.0.0-pre.6 \
+		curve25519-dalek-5.0.0 \
 		curve25519-dalek-derive-0.1.1 \
-		darling-0.20.11 \
 		darling-0.23.0 \
-		darling_core-0.20.11 \
+		darling-0.24.0 \
 		darling_core-0.23.0 \
-		darling_macro-0.20.11 \
+		darling_core-0.24.0 \
 		darling_macro-0.23.0 \
-		data-encoding-2.11.0 \
+		darling_macro-0.24.0 \
+		data-encoding-2.11.1 \
 		deadpool-0.13.0 \
 		deadpool-runtime-0.3.1 \
+		defmt-1.1.1 \
+		defmt-macros-1.1.1 \
+		defmt-parser-1.0.0 \
 		delegate-0.13.5 \
-		deltae-0.3.2 \
-		der-0.8.0 \
+		der-0.8.1 \
 		deranged-0.5.8 \
-		derive_builder-0.20.2 \
-		derive_builder_core-0.20.2 \
-		derive_builder_macro-0.20.2 \
-		derive_more-2.1.1 \
-		derive_more-impl-2.1.1 \
-		digest-0.10.7 \
+		des-0.9.0 \
 		digest-0.11.3 \
 		dirs-6.0.0 \
 		dirs-sys-0.5.0 \
-		document-features-0.2.12 \
+		displaydoc-0.2.7 \
+		ds_parser-0.2.1 \
 		dyn-clone-1.0.20 \
-		ecdsa-0.17.0-rc.16 \
-		ed25519-3.0.0-rc.4 \
-		ed25519-dalek-3.0.0-pre.6 \
-		either-1.15.0 \
-		elliptic-curve-0.14.0-rc.28 \
-		encode_unicode-1.0.0 \
+		ecdsa-0.17.0 \
+		ed25519-3.0.0 \
+		ed25519-dalek-3.0.0 \
+		either-1.17.0 \
+		elliptic-curve-0.14.1 \
 		enum_dispatch-0.3.13 \
-		equator-0.4.2 \
-		equator-macro-0.4.2 \
 		equivalent-1.0.2 \
 		erased-serde-0.4.10 \
 		errno-0.3.14 \
 		error-code-3.3.2 \
-		euclid-0.22.14 \
 		event-listener-4.0.3 \
-		exr-1.74.0 \
-		fancy-regex-0.11.0 \
-		fast-srgb8-1.0.0 \
+		exr-1.74.2 \
+		fastrand-2.5.0 \
 		fax-0.2.7 \
 		fdeflate-0.3.7 \
 		fdlimit-0.3.0 \
+		ff-0.14.0 \
 		fiat-crypto-0.3.0 \
-		filedescriptor-0.8.3 \
-		find-msvc-tools-0.1.9 \
-		finl_unicode-1.4.0 \
-		fixedbitset-0.4.2 \
+		find-msvc-tools-0.1.11 \
 		flate2-1.1.9 \
 		fnv-1.0.7 \
-		foldhash-0.1.5 \
 		foldhash-0.2.0 \
+		form_urlencoded-1.2.2 \
 		fsevent-sys-4.1.0 \
 		funty-2.0.0 \
-		futures-0.3.32 \
-		futures-channel-0.3.32 \
-		futures-core-0.3.32 \
-		futures-executor-0.3.32 \
-		futures-io-0.3.32 \
-		futures-macro-0.3.32 \
-		futures-sink-0.3.32 \
-		futures-task-0.3.32 \
-		futures-util-0.3.32 \
-		generic-array-0.14.7 \
-		generic-array-1.4.1 \
+		futures-0.3.34 \
+		futures-channel-0.3.34 \
+		futures-core-0.3.34 \
+		futures-executor-0.3.34 \
+		futures-io-0.3.34 \
+		futures-macro-0.3.34 \
+		futures-sink-0.3.34 \
+		futures-task-0.3.34 \
+		futures-util-0.3.34 \
+		generic-array-0.14.9 \
+		generic-array-1.4.5 \
 		getrandom-0.2.17 \
-		getrandom-0.3.4 \
-		getrandom-0.4.2 \
-		ghash-0.5.1 \
+		getrandom-0.4.3 \
 		ghash-0.6.0 \
 		gif-0.14.2 \
-		gimli-0.32.3 \
-		globset-0.4.18 \
+		globset-0.4.20 \
+		group-0.14.0 \
 		half-2.7.1 \
 		hashbrown-0.12.3 \
-		hashbrown-0.15.5 \
 		hashbrown-0.16.1 \
-		hashbrown-0.17.0 \
+		hashbrown-0.17.1 \
 		heck-0.5.0 \
 		hermit-abi-0.5.2 \
 		hex-0.4.3 \
 		hex-literal-1.1.0 \
 		hkdf-0.13.0 \
-		hmac-0.12.1 \
 		hmac-0.13.0 \
-		hybrid-array-0.4.11 \
+		http-1.5.0 \
+		http-body-1.1.0 \
+		http-body-util-0.1.5 \
+		httparse-1.10.1 \
+		hybrid-array-0.4.14 \
+		hyper-1.11.0 \
+		hyper-rustls-0.27.9 \
+		hyper-util-0.1.20 \
 		iana-time-zone-0.1.65 \
 		iana-time-zone-haiku-0.1.2 \
-		id-arena-2.3.0 \
+		icu_collections-2.3.0 \
+		icu_locale_core-2.3.0 \
+		icu_normalizer-2.3.0 \
+		icu_normalizer_data-2.3.0 \
+		icu_properties-2.3.0 \
+		icu_properties_data-2.3.0 \
+		icu_provider-2.3.0 \
 		ident_case-1.0.1 \
+		idna-1.1.0 \
+		idna_adapter-1.2.2 \
 		image-0.25.10 \
 		image-webp-0.2.4 \
-		imgref-1.12.1 \
 		indexmap-1.9.3 \
 		indexmap-2.14.0 \
 		indoc-2.0.7 \
-		inotify-0.11.1 \
-		inotify-sys-0.1.5 \
-		inout-0.1.4 \
+		inotify-0.11.5 \
+		inotify-sys-0.1.8 \
 		inout-0.2.2 \
-		instability-0.3.12 \
-		internal-russh-forked-ssh-key-0.6.18+upstream-0.6.7 \
+		instability-0.3.13 \
 		internal-russh-num-bigint-0.5.0 \
-		interpolate_name-0.2.4 \
+		inventory-0.3.24 \
+		ipnet-2.12.1 \
 		is_terminal_polyfill-1.70.2 \
 		itertools-0.14.0 \
 		itoa-1.0.18 \
-		jobserver-0.1.34 \
-		js-sys-0.3.97 \
+		jiff-0.2.35 \
+		jiff-core-0.1.0 \
+		jiff-static-0.2.35 \
+		jiff-tzdb-0.1.8 \
+		jiff-tzdb-platform-0.1.3 \
+		jni-0.22.4 \
+		jni-macros-0.22.4 \
+		jni-sys-0.4.1 \
+		jni-sys-macros-0.4.1 \
+		js-sys-0.3.104 \
 		kasuari-0.4.12 \
-		keccak-0.2.0 \
+		keccak-0.2.1 \
 		kem-0.3.0 \
-		kqueue-1.1.1 \
-		kqueue-sys-1.1.0 \
-		lab-0.11.0 \
+		kqueue-1.2.1 \
+		kqueue-sys-1.1.2 \
 		lazy_static-1.5.0 \
-		leb128fmt-0.1.0 \
 		lebe-0.5.3 \
-		libc-0.2.186 \
-		libfuzzer-sys-0.4.12 \
+		libc-0.2.189 \
 		libm-0.2.16 \
-		libredox-0.1.16 \
-		line-clipping-0.3.7 \
-		linux-raw-sys-0.4.15 \
+		libredox-0.1.20 \
+		line-clipping-0.3.8 \
 		linux-raw-sys-0.12.1 \
-		litrs-1.0.0 \
+		litemap-0.8.3 \
 		lock_api-0.4.14 \
-		log-0.4.29 \
-		loop9-0.1.5 \
-		lru-0.16.4 \
-		lru-0.18.0 \
-		lua-src-550.0.0 \
-		luajit-src-210.6.6+707c12b \
-		mac_address-1.1.8 \
+		log-0.4.33 \
+		lru-0.18.2 \
+		lua-src-550.1.1 \
+		luajit-src-210.7.2+b925b3e \
 		matchers-0.2.0 \
-		maybe-rayon-0.1.1 \
-		md5-0.7.0 \
-		memchr-2.8.0 \
-		memmem-0.1.1 \
+		md5-0.8.1 \
+		memchr-2.8.3 \
 		memoffset-0.9.1 \
-		minimal-lexical-0.2.1 \
 		miniz_oxide-0.8.9 \
-		mio-1.2.0 \
-		ml-kem-0.3.0-rc.1 \
-		mlua-0.11.6 \
-		mlua-sys-0.10.0 \
-		mlua_derive-0.11.0 \
-		module-lattice-0.2.2 \
+		mio-1.2.2 \
+		ml-kem-0.3.2 \
+		mlua-0.12.0 \
+		mlua-sys-0.11.0 \
+		mlua_derive-0.12.0 \
+		module-lattice-0.2.3 \
 		moxcms-0.8.1 \
-		new_debug_unreachable-1.0.6 \
-		nix-0.29.0 \
-		nix-0.31.2 \
-		no_std_io2-0.9.3 \
-		nom-7.1.3 \
+		moxcms-0.9.0 \
+		nix-0.31.3 \
 		nom-8.0.0 \
-		noop_proc_macro-0.3.0 \
 		notify-8.2.0 \
 		notify-types-2.1.0 \
 		nu-ansi-term-0.50.3 \
-		num-bigint-0.4.6 \
-		num-bigint-dig-0.8.6 \
-		num-conv-0.2.1 \
-		num-derive-0.4.2 \
-		num-integer-0.1.46 \
-		num-iter-0.1.45 \
-		num-rational-0.4.2 \
+		num-bigint-0.4.8 \
+		num-complex-0.4.6 \
+		num-conv-0.2.2 \
+		num-integer-0.1.47 \
 		num-traits-0.2.19 \
 		num_cpus-1.17.0 \
 		num_threads-0.1.7 \
-		numtoa-0.2.4 \
 		objc2-0.6.4 \
 		objc2-encode-4.1.0 \
 		objc2-foundation-0.3.2 \
-		object-0.37.3 \
 		once_cell-1.21.4 \
 		once_cell_polyfill-1.70.2 \
 		onig-6.5.3 \
 		onig_sys-69.9.3 \
-		opaque-debug-0.3.1 \
+		openssl-probe-0.2.1 \
 		option-ext-0.2.0 \
 		ordered-float-2.10.1 \
-		ordered-float-4.6.0 \
 		ordered-float-5.3.0 \
-		p256-0.14.0-rc.7 \
-		p384-0.14.0-rc.7 \
-		p521-0.14.0-rc.7 \
-		pageant-0.2.0 \
-		palette-0.7.6 \
-		palette_derive-0.7.6 \
+		owo-colors-4.3.0 \
+		p256-0.14.0 \
+		p384-0.14.0 \
+		p521-0.14.0 \
+		pageant-0.2.1 \
+		palette-0.7.7 \
+		palette_derive-0.7.7 \
+		palette_math-0.7.7 \
 		parking-2.2.1 \
 		parking_lot-0.12.5 \
 		parking_lot_core-0.9.12 \
-		password-hash-0.5.0 \
+		password-hash-0.6.1 \
 		paste-1.0.15 \
-		pastey-0.1.1 \
-		pbkdf2-0.12.2 \
 		pbkdf2-0.13.0 \
-		pem-rfc7468-0.7.0 \
 		pem-rfc7468-1.0.0 \
 		percent-encoding-2.3.2 \
-		pest-2.8.6 \
-		pest_derive-2.8.6 \
-		pest_generator-2.8.6 \
-		pest_meta-2.8.6 \
-		phf-0.11.3 \
-		phf_codegen-0.11.3 \
-		phf_generator-0.11.3 \
-		phf_macros-0.11.3 \
-		phf_shared-0.11.3 \
+		phc-0.6.1 \
 		pin-project-lite-0.2.17 \
 		pkcs1-0.8.0-rc.4 \
-		pkcs5-0.8.0-rc.13 \
-		pkcs8-0.11.0-rc.11 \
-		pkg-config-0.3.33 \
-		plist-1.9.0 \
+		pkcs5-0.8.1 \
+		pkcs8-0.11.0 \
+		pkg-config-0.3.34 \
+		plist-1.10.0 \
 		png-0.18.1 \
-		poly1305-0.8.0 \
-		polyval-0.6.2 \
-		polyval-0.7.1 \
-		portable-atomic-1.13.1 \
+		poly1305-0.9.1 \
+		polyval-0.7.3 \
+		portable-atomic-1.15.0 \
+		portable-atomic-util-0.2.7 \
+		potential_utf-0.1.6 \
 		powerfmt-0.2.0 \
-		ppv-lite86-0.2.21 \
 		prettyplease-0.2.37 \
-		primefield-0.14.0-rc.7 \
-		primeorder-0.14.0-rc.7 \
-		proc-macro-error-attr2-2.0.0 \
-		proc-macro-error2-2.0.1 \
-		proc-macro2-1.0.106 \
-		profiling-1.0.18 \
-		profiling-procmacros-1.0.18 \
-		pxfm-0.1.29 \
+		primefield-0.14.0 \
+		primeorder-0.14.0 \
+		proc-macro2-1.0.107 \
+		pulp-0.22.3 \
+		pulp-wasm-simd-flag-0.1.1 \
+		pxfm-0.1.30 \
 		qoi-0.4.1 \
-		quantette-0.5.1 \
+		quantette-0.6.0 \
 		quick-error-2.0.1 \
-		quick-xml-0.39.3 \
-		quote-1.0.45 \
-		r-efi-5.3.0 \
+		quick-xml-0.41.0 \
+		quote-1.0.47 \
 		r-efi-6.0.0 \
 		radium-0.7.0 \
-		rand-0.8.6 \
-		rand-0.9.4 \
-		rand-0.10.1 \
-		rand_chacha-0.3.1 \
-		rand_chacha-0.9.0 \
+		rand-0.8.7 \
+		rand-0.10.2 \
 		rand_core-0.6.4 \
-		rand_core-0.9.5 \
 		rand_core-0.10.1 \
-		ratatui-0.30.0 \
-		ratatui-core-0.1.0 \
-		ratatui-crossterm-0.1.0 \
-		ratatui-macros-0.7.0 \
-		ratatui-termion-0.1.0 \
-		ratatui-termwiz-0.1.0 \
-		ratatui-widgets-0.3.0 \
-		rav1e-0.8.1 \
-		ravif-0.13.0 \
-		rayon-1.12.0 \
-		rayon-core-1.13.0 \
+		ratatui-core-0.1.2 \
+		ratatui-widgets-0.3.2 \
+		raw-cpuid-11.6.0 \
+		reborrow-0.5.5 \
 		redox_syscall-0.5.18 \
 		redox_users-0.5.2 \
-		ref-cast-1.0.25 \
-		ref-cast-impl-1.0.25 \
-		regex-1.12.3 \
-		regex-automata-0.4.14 \
-		regex-syntax-0.8.10 \
-		rfc6979-0.5.0-rc.5 \
-		rgb-0.8.53 \
+		ref-cast-1.0.26 \
+		ref-cast-impl-1.0.26 \
+		regex-1.13.1 \
+		regex-automata-0.4.18 \
+		regex-syntax-0.8.11 \
+		reqwest-0.13.4 \
+		rfc6979-0.6.0 \
 		ring-0.17.14 \
-		rsa-0.10.0-rc.16 \
-		russh-0.60.2 \
-		russh-cryptovec-0.59.0 \
+		rsa-0.10.0-rc.18 \
+		russh-0.62.6 \
+		russh-cryptovec-0.62.0 \
 		russh-util-0.52.0 \
-		rustc-demangle-0.1.27 \
-		rustc-hash-2.1.2 \
+		rustc-hash-2.1.3 \
 		rustc_version-0.4.1 \
-		rustcrypto-ff-0.14.0-rc.1 \
-		rustcrypto-group-0.14.0-rc.1 \
-		rustix-0.38.44 \
 		rustix-1.1.4 \
-		rustversion-1.0.22 \
+		rustls-0.23.43 \
+		rustls-native-certs-0.8.4 \
+		rustls-pki-types-1.15.1 \
+		rustls-platform-verifier-0.7.0 \
+		rustls-platform-verifier-android-0.1.1 \
+		rustls-webpki-0.103.14 \
+		rustversion-1.0.23 \
 		ryu-1.0.23 \
-		safe_arch-0.9.3 \
+		safe_arch-1.2.0 \
 		salsa20-0.11.0 \
 		same-file-1.0.6 \
+		schannel-0.1.29 \
 		schemars-0.9.0 \
-		schemars-1.2.1 \
+		schemars-1.2.2 \
 		scopeguard-1.2.0 \
 		scrypt-0.12.0 \
 		sec1-0.8.1 \
+		security-framework-3.7.0 \
+		security-framework-sys-2.17.0 \
 		semver-1.0.28 \
-		serde-1.0.228 \
+		serde-1.0.229 \
 		serde-value-0.7.0 \
-		serde_core-1.0.228 \
-		serde_derive-1.0.228 \
-		serde_json-1.0.149 \
+		serde_core-1.0.229 \
+		serde_derive-1.0.229 \
+		serde_json-1.0.151 \
 		serde_spanned-1.1.1 \
-		serde_with-3.19.0 \
-		serde_with_macros-3.19.0 \
+		serde_with-3.22.0 \
+		serde_with_macros-3.22.0 \
 		serdect-0.4.3 \
-		sha1-0.10.6 \
 		sha1-0.11.0 \
-		sha2-0.10.9 \
 		sha2-0.11.0 \
 		sha3-0.11.0 \
+		sha3-0.12.0 \
 		sharded-slab-0.1.7 \
-		shlex-1.3.0 \
-		signal-hook-0.3.18 \
+		shlex-2.0.1 \
 		signal-hook-0.4.4 \
-		signal-hook-mio-0.2.5 \
 		signal-hook-registry-1.4.8 \
 		signal-hook-tokio-0.4.0 \
 		signature-3.0.0 \
-		simd-adler32-0.3.9 \
-		simd_helpers-0.1.0 \
+		simd-adler32-0.3.10 \
+		simd_cesu8-1.2.0 \
 		simdutf8-0.1.5 \
-		siphasher-1.0.3 \
 		slab-0.4.12 \
-		smallvec-1.15.1 \
-		socket2-0.6.3 \
-		spin-0.9.8 \
-		spki-0.8.0-rc.4 \
-		ssh-cipher-0.2.0 \
-		ssh-encoding-0.2.0 \
+		smallvec-1.15.2 \
+		socket2-0.6.5 \
+		spki-0.8.0 \
+		sponge-cursor-0.1.0 \
+		ssh-cipher-0.3.0 \
+		ssh-encoding-0.3.0 \
+		ssh-key-0.7.0-rc.11 \
 		stable_deref_trait-1.2.1 \
 		static_assertions-1.1.0 \
 		strsim-0.11.1 \
-		strum-0.27.2 \
 		strum-0.28.0 \
-		strum_macros-0.27.2 \
 		strum_macros-0.28.0 \
 		subtle-2.6.1 \
 		symlink-0.1.0 \
-		syn-1.0.109 \
-		syn-2.0.117 \
+		syn-2.0.119 \
+		syn-3.0.3 \
+		sync_wrapper-1.0.2 \
+		synstructure-0.13.2 \
 		syntect-5.3.0 \
 		tap-1.0.1 \
-		terminfo-0.9.0 \
-		termion-4.0.6 \
-		termios-0.3.3 \
-		termwiz-0.23.3 \
+		tempfile-3.27.0 \
 		thiserror-1.0.69 \
-		thiserror-2.0.18 \
+		thiserror-2.0.20 \
 		thiserror-impl-1.0.69 \
-		thiserror-impl-2.0.18 \
-		thread_local-1.1.9 \
+		thiserror-impl-2.0.20 \
+		thread_local-1.1.10 \
 		tiff-0.11.3 \
-		tikv-jemalloc-sys-0.6.1+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7 \
-		tikv-jemallocator-0.6.1 \
-		time-0.3.47 \
-		time-core-0.1.8 \
-		time-macros-0.2.27 \
-		tokio-1.52.2 \
-		tokio-macros-2.7.0 \
-		tokio-stream-0.1.18 \
-		tokio-util-0.7.18 \
-		toml-1.1.2+spec-1.1.0 \
+		tikv-jemalloc-sys-0.7.1+5.3.1-0-g81034ce1f1373e37dc865038e1bc8eeecf559ce8 \
+		tikv-jemallocator-0.7.0 \
+		time-0.3.55 \
+		time-core-0.1.9 \
+		time-macros-0.2.32 \
+		tinystr-0.8.4 \
+		tinyvec-1.12.0 \
+		tinyvec_macros-0.1.1 \
+		tokio-1.53.1 \
+		tokio-macros-2.7.2 \
+		tokio-rustls-0.26.4 \
+		tokio-stream-0.1.19 \
+		tokio-util-0.7.19 \
+		toml-1.1.4+spec-1.1.0 \
 		toml_datetime-1.1.1+spec-1.1.0 \
-		toml_parser-1.1.2+spec-1.1.0 \
-		toml_writer-1.1.1+spec-1.1.0 \
+		toml_parser-1.1.3+spec-1.1.0 \
+		toml_writer-1.1.2+spec-1.1.0 \
+		tower-0.5.3 \
+		tower-http-0.6.11 \
+		tower-layer-0.3.3 \
+		tower-service-0.3.3 \
 		tracing-0.1.44 \
 		tracing-appender-0.2.5 \
 		tracing-attributes-0.1.31 \
@@ -478,55 +426,43 @@ CARGO_CRATES=	addr2line-0.25.1 \
 		tracing-log-0.2.0 \
 		tracing-subscriber-0.3.23 \
 		trash-5.2.6 \
-		twox-hash-2.1.2 \
+		try-lock-0.2.5 \
+		twox-hash-2.1.3 \
 		typed-path-0.12.3 \
 		typeid-1.0.3 \
-		typenum-1.20.0 \
-		ucd-trie-0.1.7 \
+		typenum-1.20.1 \
+		uds_windows-1.2.1 \
 		unicode-ident-1.0.24 \
-		unicode-segmentation-1.13.2 \
+		unicode-normalization-0.1.25 \
+		unicode-segmentation-1.13.3 \
 		unicode-truncate-2.0.1 \
 		unicode-width-0.2.2 \
-		unicode-xid-0.2.6 \
-		universal-hash-0.5.1 \
 		universal-hash-0.6.1 \
 		untrusted-0.9.0 \
+		url-2.5.8 \
 		urlencoding-2.1.3 \
+		utf8_iter-1.0.4 \
 		utf8parse-0.2.2 \
-		uuid-1.23.1 \
 		uzers-0.12.2 \
-		v_frame-0.3.9 \
 		valuable-0.1.1 \
-		vergen-9.1.0 \
-		vergen-gitcl-9.1.0 \
-		vergen-lib-9.1.0 \
+		vergen-10.0.1 \
+		vergen-gitcl-10.0.1 \
+		vergen-lib-10.0.1 \
 		version_check-0.9.5 \
-		vtparse-0.6.2 \
 		walkdir-2.5.0 \
+		want-0.3.1 \
 		wasi-0.11.1+wasi-snapshot-preview1 \
-		wasip2-1.0.3+wasi-0.2.9 \
-		wasip3-0.4.0+wasi-0.3.0-rc-2026-01-06 \
-		wasm-bindgen-0.2.120 \
-		wasm-bindgen-futures-0.4.70 \
-		wasm-bindgen-macro-0.2.120 \
-		wasm-bindgen-macro-support-0.2.120 \
-		wasm-bindgen-shared-0.2.120 \
-		wasm-encoder-0.244.0 \
-		wasm-metadata-0.244.0 \
-		wasmparser-0.244.0 \
+		wasm-bindgen-0.2.127 \
+		wasm-bindgen-futures-0.4.77 \
+		wasm-bindgen-macro-0.2.127 \
+		wasm-bindgen-macro-support-0.2.127 \
+		wasm-bindgen-shared-0.2.127 \
+		web-sys-0.3.104 \
+		webpki-root-certs-1.0.9 \
 		weezl-0.1.12 \
-		wezterm-bidi-0.2.3 \
-		wezterm-blob-leases-0.1.1 \
-		wezterm-color-types-0.3.0 \
-		wezterm-dynamic-0.2.1 \
-		wezterm-dynamic-derive-0.1.1 \
-		wezterm-input-types-0.1.0 \
-		which-8.0.2 \
-		wide-0.8.3 \
-		winapi-0.3.9 \
-		winapi-i686-pc-windows-gnu-0.4.0 \
+		which-8.0.5 \
+		wide-1.6.1 \
 		winapi-util-0.1.11 \
-		winapi-x86_64-pc-windows-gnu-0.4.0 \
 		windows-0.56.0 \
 		windows-0.62.2 \
 		windows-collections-0.3.2 \
@@ -543,7 +479,6 @@ CARGO_CRATES=	addr2line-0.25.1 \
 		windows-result-0.4.1 \
 		windows-strings-0.5.1 \
 		windows-sys-0.52.0 \
-		windows-sys-0.59.0 \
 		windows-sys-0.60.2 \
 		windows-sys-0.61.2 \
 		windows-targets-0.52.6 \
@@ -565,21 +500,22 @@ CARGO_CRATES=	addr2line-0.25.1 \
 		windows_x86_64_gnullvm-0.53.1 \
 		windows_x86_64_msvc-0.52.6 \
 		windows_x86_64_msvc-0.53.1 \
-		winnow-1.0.2 \
-		wit-bindgen-0.51.0 \
-		wit-bindgen-0.57.1 \
-		wit-bindgen-core-0.51.0 \
-		wit-bindgen-rust-0.51.0 \
-		wit-bindgen-rust-macro-0.51.0 \
-		wit-component-0.244.0 \
-		wit-parser-0.244.0 \
+		winnow-1.0.4 \
+		wnaf-0.14.0 \
+		writeable-0.6.4 \
 		wyz-0.5.1 \
-		y4m-0.8.0 \
 		yazi-prebuilt-0.1.0 \
-		zerocopy-0.8.48 \
-		zerocopy-derive-0.8.48 \
-		zeroize-1.8.2 \
-		zmij-1.0.21 \
-		zune-core-0.5.1 \
+		yoke-0.8.3 \
+		yoke-derive-0.8.2 \
+		zerocopy-0.8.56 \
+		zerocopy-derive-0.8.56 \
+		zerofrom-0.1.8 \
+		zerofrom-derive-0.1.7 \
+		zeroize-1.9.0 \
+		zerotrie-0.2.5 \
+		zerovec-0.11.7 \
+		zerovec-derive-0.11.4 \
+		zmij-1.0.23 \
+		zune-core-0.5.3 \
 		zune-inflate-0.2.54 \
 		zune-jpeg-0.5.15
diff --git a/sysutils/yazi/distinfo b/sysutils/yazi/distinfo
index 81a815c6bc2b..f3cd5f7aa439 100644
--- a/sysutils/yazi/distinfo
+++ b/sysutils/yazi/distinfo
@@ -1,30 +1,18 @@
-TIMESTAMP = 1778248235
-SHA256 (rust/crates/addr2line-0.25.1.crate) = 1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b
-SIZE (rust/crates/addr2line-0.25.1.crate) = 43134
+TIMESTAMP = 1786783796
 SHA256 (rust/crates/adler2-2.0.1.crate) = 320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa
 SIZE (rust/crates/adler2-2.0.1.crate) = 13366
-SHA256 (rust/crates/aead-0.5.2.crate) = d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0
-SIZE (rust/crates/aead-0.5.2.crate) = 15509
-SHA256 (rust/crates/aead-0.6.0-rc.10.crate) = 6b657e772794c6b04730ea897b66a058ccd866c16d1967da05eeeecec39043fe
-SIZE (rust/crates/aead-0.6.0-rc.10.crate) = 18058
-SHA256 (rust/crates/aes-0.8.4.crate) = b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0
-SIZE (rust/crates/aes-0.8.4.crate) = 124812
-SHA256 (rust/crates/aes-0.9.0.crate) = 66bd29a732b644c0431c6140f370d097879203d79b80c94a6747ba0872adaef8
-SIZE (rust/crates/aes-0.9.0.crate) = 134882
-SHA256 (rust/crates/aes-gcm-0.10.3.crate) = 831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1
-SIZE (rust/crates/aes-gcm-0.10.3.crate) = 148991
-SHA256 (rust/crates/aes-gcm-0.11.0-rc.3.crate) = e22c0c90bbe8d4f77c3ca9ddabe41a1f8382d6fc1f7cea89459d0f320371f972
-SIZE (rust/crates/aes-gcm-0.11.0-rc.3.crate) = 156964
-SHA256 (rust/crates/aho-corasick-1.1.4.crate) = ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301
-SIZE (rust/crates/aho-corasick-1.1.4.crate) = 184015
-SHA256 (rust/crates/aligned-0.4.3.crate) = ee4508988c62edf04abd8d92897fca0c2995d907ce1dfeaf369dac3716a40685
-SIZE (rust/crates/aligned-0.4.3.crate) = 10452
-SHA256 (rust/crates/aligned-vec-0.6.4.crate) = dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b
-SIZE (rust/crates/aligned-vec-0.6.4.crate) = 12609
+SHA256 (rust/crates/aead-0.6.1.crate) = 1973cfbc1a2daf9cf550e74e1f088c28e7f7d8c1e1418fb6c9dc5184b7e84c99
+SIZE (rust/crates/aead-0.6.1.crate) = 18672
+SHA256 (rust/crates/aes-0.9.2.crate) = f8eb277bec05f56a0e0591f155a484cbd0f4f07ff2905051a48c72f004f7ed58
+SIZE (rust/crates/aes-0.9.2.crate) = 112494
+SHA256 (rust/crates/aes-gcm-0.11.0.crate) = fdf011db2e21ce0d575593d749db5554b47fed37aff429e4dc50bc91ac93a028
+SIZE (rust/crates/aes-gcm-0.11.0.crate) = 155879
+SHA256 (rust/crates/aho-corasick-1.1.5.crate) = c982642fa9e8606056828ee9a8505737230110bb1099153c79efe865c59d12ba
+SIZE (rust/crates/aho-corasick-1.1.5.crate) = 184315
 SHA256 (rust/crates/allocator-api2-0.2.21.crate) = 683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923
 SIZE (rust/crates/allocator-api2-0.2.21.crate) = 63622
-SHA256 (rust/crates/android_system_properties-0.1.5.crate) = 819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311
-SIZE (rust/crates/android_system_properties-0.1.5.crate) = 5243
+SHA256 (rust/crates/android_system_properties-0.1.6.crate) = ae221649c9976a6f6c56ae1facf410f3ddb33cc661c4b7b61020a912d4237fbc
+SIZE (rust/crates/android_system_properties-0.1.6.crate) = 5625
 SHA256 (rust/crates/ansi-to-tui-8.0.1.crate) = e42366bb9d958f042bf58f0a85e1b2d091997c1257ca49bddd7e4827aadc65fd
 SIZE (rust/crates/ansi-to-tui-8.0.1.crate) = 38814
 SHA256 (rust/crates/anstream-1.0.0.crate) = 824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d
@@ -37,258 +25,212 @@ SHA256 (rust/crates/anstyle-query-1.1.5.crate) = 40c48f72fd53cd289104fc64099abca
 SIZE (rust/crates/anstyle-query-1.1.5.crate) = 10264
 SHA256 (rust/crates/anstyle-wincon-3.0.11.crate) = 291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d
 SIZE (rust/crates/anstyle-wincon-3.0.11.crate) = 12638
-SHA256 (rust/crates/anyhow-1.0.102.crate) = 7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c
-SIZE (rust/crates/anyhow-1.0.102.crate) = 48658
-SHA256 (rust/crates/arbitrary-1.4.2.crate) = c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1
-SIZE (rust/crates/arbitrary-1.4.2.crate) = 38307
-SHA256 (rust/crates/arc-swap-1.9.1.crate) = 6a3a1fd6f75306b68087b831f025c712524bcb19aad54e557b1129cfa0a2b207
-SIZE (rust/crates/arc-swap-1.9.1.crate) = 81367
-SHA256 (rust/crates/arg_enum_proc_macro-0.3.4.crate) = 0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea
-SIZE (rust/crates/arg_enum_proc_macro-0.3.4.crate) = 5102
-SHA256 (rust/crates/argon2-0.5.3.crate) = 3c3610892ee6e0cbce8ae2700349fcf8f98adb0dbfbee85aec3c9179d29cc072
-SIZE (rust/crates/argon2-0.5.3.crate) = 28795
-SHA256 (rust/crates/arrayvec-0.7.6.crate) = 7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50
-SIZE (rust/crates/arrayvec-0.7.6.crate) = 31237
-SHA256 (rust/crates/as-slice-0.2.1.crate) = 516b6b4f0e40d50dcda9365d53964ec74560ad4284da2e7fc97122cd83174516
-SIZE (rust/crates/as-slice-0.2.1.crate) = 6942
+SHA256 (rust/crates/anyhow-1.0.104.crate) = 330a5ed07fa54e4702c9d6c4174f74427fc0ef6e214bbd677ae50a5099946470
+SIZE (rust/crates/anyhow-1.0.104.crate) = 48819
+SHA256 (rust/crates/approx-0.5.1.crate) = cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6
+SIZE (rust/crates/approx-0.5.1.crate) = 15100
*** 1653 LINES SKIPPED ***
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.