Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 04 Jan 2026 14:38:44 +0000
From:      Hiroki Tagato <tagattie@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ed0ce5ba5a4a - main - x11/ashell: update to 0.7.0
Message-ID:  <695a7b74.9f2a.75b3161a@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by tagattie:

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

commit ed0ce5ba5a4a07e97948b2ff09795f94efb6f0a6
Author:     Hiroki Tagato <tagattie@FreeBSD.org>
AuthorDate: 2026-01-04 14:36:51 +0000
Commit:     Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2026-01-04 14:38:35 +0000

    x11/ashell: update to 0.7.0
    
    While here, adjust dependency so that libinotify is required only when
    system does not yet implement native inotify functions.
    
    Changelog: https://github.com/MalpenZibo/ashell/blob/0.7.0/CHANGELOG.md
    
    Reported by:    GitHub (watch releases)
---
 x11/ashell/Makefile                                |  19 +-
 x11/ashell/Makefile.crates                         | 343 +++++-----
 x11/ashell/distinfo                                | 688 +++++++++++----------
 x11/ashell/files/iced/patch-winit_src_clipboard.rs |   4 +-
 .../iced/patch-winit_src_platform__specific_mod.rs |  84 ++-
 x11/ashell/files/iced/patch-winit_src_program.rs   |   4 +-
 ...pipewire-sys-0.8.0 => patch-pipewire-sys-0.9.2} |  10 +-
 7 files changed, 624 insertions(+), 528 deletions(-)

diff --git a/x11/ashell/Makefile b/x11/ashell/Makefile
index c4ce88a135bb..e7a88ffc3130 100644
--- a/x11/ashell/Makefile
+++ b/x11/ashell/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	ashell
-DISTVERSION=	0.6.0
-PORTREVISION=	2
+DISTVERSION=	0.7.0
 CATEGORIES=	x11 wayland
 
 MAINTAINER=	tagattie@FreeBSD.org
@@ -11,18 +10,15 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libpulse.so:audio/pulseaudio \
-		libinotify.so:devel/libinotify \
 		libudev.so:devel/libudev-devd \
 		libpipewire-0.3.so:multimedia/pipewire \
 		libxkbcommon.so:x11/libxkbcommon
 
-USES=		cargo llvm localbase:ldflags
+USES=		cargo llvm
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	MalpenZibo
 
-LDFLAGS+=	-linotify
-
 PORTSCOUT=	limit:^[0-9]\.
 
 PLIST_FILES=	bin/${PORTNAME}
@@ -30,6 +26,12 @@ PORTDOCS=	CHANGELOG.md README.md
 
 OPTIONS_DEFINE=	DOCS
 
+.if !exists(/usr/include/sys/inotify.h)
+LIB_DEPENDS+=	libinotify.so:devel/libinotify
+USES+=		localbase:ldflags
+LDFLAGS+=	-linotify
+.endif
+
 post-patch:
 	@${BSDMAKE} PATCHDIR=${PATCHDIR}/iced WRKSRC=${WRKSRC_crate_iced} \
 		do-patch
@@ -38,10 +40,9 @@ post-patch:
 		${WRKSRC_crate_fontdb-0.18.0}/src/lib.rs \
 		${WRKSRC_crate_fontdb-0.23.0}/src/lib.rs
 # temporary hack to avoid the following error in configure phase
-# error: failed to select a version for the requirement `redox_syscall = "^0.4.1"`
+# error: failed to select a version for the requirement `redox_syscall = "^0.4"`
 	@${REINPLACE_CMD} -E '/redox_syscall =/s/0\.4(\.[0-9])?/0\.5/' \
-		${WRKSRC_crate_softbuffer}/Cargo.toml \
-		${WRKSRC_crate_winit}/Cargo.toml
+		${WRKSRC_crate_softbuffer}/Cargo.toml
 
 post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
diff --git a/x11/ashell/Makefile.crates b/x11/ashell/Makefile.crates
index 6cc3aba0294d..7581e130311d 100644
--- a/x11/ashell/Makefile.crates
+++ b/x11/ashell/Makefile.crates
@@ -1,21 +1,24 @@
-CARGO_CRATES=	ab_glyph-0.2.31 \
+CARGO_CRATES=	ab_glyph-0.2.32 \
 		ab_glyph_rasterizer-0.1.10 \
-		addr2line-0.25.1 \
 		adler2-2.0.1 \
 		ahash-0.4.8 \
 		ahash-0.8.12 \
-		aho-corasick-1.1.3 \
+		aho-corasick-1.1.4 \
 		aliasable-0.1.3 \
+		aligned-0.4.2 \
 		aligned-vec-0.6.4 \
+		alloc-no-stdlib-2.0.4 \
+		alloc-stdlib-0.2.2 \
+		allsorts-0.15.1 \
 		android-activity-0.6.0 \
 		android-properties-0.2.2 \
 		android_system_properties-0.1.5 \
-		annotate-snippets-0.9.2 \
-		anstream-0.6.20 \
-		anstyle-1.0.11 \
+		annotate-snippets-0.11.5 \
+		anstream-0.6.21 \
+		anstyle-1.0.13 \
 		anstyle-parse-0.2.7 \
-		anstyle-query-1.1.4 \
-		anstyle-wincon-3.0.10 \
+		anstyle-query-1.1.5 \
+		anstyle-wincon-3.0.11 \
 		anyhow-1.0.100 \
 		approx-0.5.1 \
 		arbitrary-1.4.2 \
@@ -23,6 +26,7 @@ CARGO_CRATES=	ab_glyph-0.2.31 \
 		arrayref-0.3.9 \
 		arrayvec-0.7.6 \
 		as-raw-xcb-connection-1.0.1 \
+		as-slice-0.2.1 \
 		ash-0.38.0+1.3.281 \
 		async-broadcast-0.5.1 \
 		async-broadcast-0.7.2 \
@@ -44,47 +48,49 @@ CARGO_CRATES=	ab_glyph-0.2.31 \
 		atspi-connection-0.3.0 \
 		atspi-proxies-0.3.0 \
 		autocfg-1.5.0 \
-		av1-grain-0.2.4 \
+		av-scenechange-0.14.1 \
+		av1-grain-0.2.5 \
 		avif-serialize-0.8.6 \
-		backtrace-0.3.76 \
 		base64-0.22.1 \
-		bindgen-0.69.5 \
+		bindgen-0.72.1 \
 		bit-set-0.6.0 \
 		bit-vec-0.7.0 \
 		bit_field-0.10.3 \
 		bitflags-1.3.2 \
-		bitflags-2.9.4 \
-		bitstream-io-2.6.0 \
+		bitflags-2.10.0 \
+		bitreader-0.3.11 \
+		bitstream-io-4.9.0 \
 		block-0.1.6 \
 		block-buffer-0.10.4 \
 		block2-0.5.1 \
 		blocking-1.6.2 \
-		bstr-1.12.0 \
-		built-0.7.7 \
+		brotli-decompressor-4.0.3 \
+		bstr-1.12.1 \
+		built-0.8.0 \
 		bumpalo-3.19.0 \
 		by_address-1.2.1 \
-		bytemuck-1.23.2 \
-		bytemuck_derive-1.10.1 \
+		bytemuck-1.24.0 \
+		bytemuck_derive-1.10.2 \
 		byteorder-1.5.0 \
 		byteorder-lite-0.1.0 \
-		bytes-1.10.1 \
+		bytes-1.11.0 \
 		calloop-0.13.0 \
 		calloop-0.14.3 \
 		calloop-wayland-source-0.3.0 \
 		calloop-wayland-source-0.4.1 \
-		cc-1.2.39 \
+		cc-1.2.48 \
 		cesu8-1.1.0 \
 		cexpr-0.6.0 \
-		cfg-expr-0.15.8 \
-		cfg-if-1.0.3 \
+		cfg-expr-0.20.4 \
+		cfg-if-1.0.4 \
 		cfg_aliases-0.1.1 \
 		cfg_aliases-0.2.1 \
 		chrono-0.4.42 \
 		clang-sys-1.8.1 \
-		clap-4.5.48 \
-		clap_builder-4.5.48 \
-		clap_derive-4.5.47 \
-		clap_lex-0.7.5 \
+		clap-4.5.53 \
+		clap_builder-4.5.53 \
+		clap_derive-4.5.49 \
+		clap_lex-0.7.6 \
 		clipboard-win-5.4.1 \
 		cocoa-0.25.0 \
 		cocoa-foundation-0.1.2 \
@@ -96,12 +102,13 @@ CARGO_CRATES=	ab_glyph-0.2.31 \
 		com_macros_support-0.6.0 \
 		combine-4.6.7 \
 		concurrent-queue-2.5.0 \
-		convert_case-0.6.0 \
+		convert_case-0.8.0 \
 		cookie-factory-0.3.3 \
 		core-foundation-0.9.4 \
 		core-foundation-sys-0.8.7 \
 		core-graphics-0.23.2 \
 		core-graphics-types-0.1.3 \
+		core2-0.4.0 \
 		core_maths-0.1.1 \
 		cpufeatures-0.2.17 \
 		crc32fast-1.5.0 \
@@ -109,7 +116,7 @@ CARGO_CRATES=	ab_glyph-0.2.31 \
 		crossbeam-epoch-0.9.18 \
 		crossbeam-utils-0.8.21 \
 		crunchy-0.2.4 \
-		crypto-common-0.1.6 \
+		crypto-common-0.1.7 \
 		ctor-lite-0.1.0 \
 		cursor-icon-1.2.0 \
 		d3d12-22.0.0 \
@@ -117,7 +124,7 @@ CARGO_CRATES=	ab_glyph-0.2.31 \
 		darling_core-0.21.3 \
 		darling_macro-0.21.3 \
 		data-url-0.3.2 \
-		deranged-0.5.4 \
+		deranged-0.5.5 \
 		derivative-2.2.0 \
 		derive_more-2.0.1 \
 		derive_more-impl-2.0.1 \
@@ -129,7 +136,7 @@ CARGO_CRATES=	ab_glyph-0.2.31 \
 		dispatch-0.2.0 \
 		dlib-0.5.2 \
 		dlv-list-0.2.3 \
-		document-features-0.2.11 \
+		document-features-0.2.12 \
 		downcast-rs-1.2.1 \
 		drm-0.11.1 \
 		drm-ffi-0.7.1 \
@@ -137,7 +144,8 @@ CARGO_CRATES=	ab_glyph-0.2.31 \
 		drm-sys-0.6.1 \
 		dyn-clone-1.0.20 \
 		either-1.15.0 \
-		endi-1.1.0 \
+		encoding_rs-0.8.35 \
+		endi-1.1.1 \
 		enumflags2-0.7.12 \
 		enumflags2_derive-0.7.12 \
 		equator-0.4.2 \
@@ -151,21 +159,21 @@ CARGO_CRATES=	ab_glyph-0.2.31 \
 		event-listener-3.1.0 \
 		event-listener-5.4.1 \
 		event-listener-strategy-0.5.4 \
-		exr-1.73.0 \
+		exr-1.74.0 \
 		fast-srgb8-1.0.0 \
 		fastrand-1.9.0 \
 		fastrand-2.3.0 \
 		fax-0.2.6 \
 		fax_derive-0.2.0 \
 		fdeflate-0.3.7 \
-		find-msvc-tools-0.1.2 \
-		flate2-1.1.2 \
-		flexi_logger-0.31.4 \
+		find-msvc-tools-0.1.5 \
+		flate2-1.0.35 \
+		flexi_logger-0.31.7 \
 		float-cmp-0.9.0 \
 		float_next_after-1.0.0 \
 		fnv-1.0.7 \
 		foldhash-0.1.5 \
-		font-types-0.9.0 \
+		font-types-0.10.1 \
 		fontconfig-parser-0.5.8 \
 		fontdb-0.18.0 \
 		fontdb-0.23.0 \
@@ -186,28 +194,29 @@ CARGO_CRATES=	ab_glyph-0.2.31 \
 		futures-task-0.3.31 \
 		futures-util-0.3.31 \
 		generic-array-0.14.7 \
-		gethostname-1.0.2 \
+		gethostname-1.1.0 \
 		getrandom-0.2.16 \
-		getrandom-0.3.3 \
+		getrandom-0.3.4 \
 		gif-0.13.3 \
-		gimli-0.32.3 \
+		gif-0.14.0 \
 		gl_generator-0.14.0 \
 		glam-0.25.0 \
 		glob-0.3.3 \
 		glow-0.13.1 \
 		glutin_wgl_sys-0.6.1 \
+		glyph-names-0.2.0 \
 		gpu-alloc-0.6.0 \
 		gpu-alloc-types-0.3.0 \
 		gpu-allocator-0.26.0 \
 		gpu-descriptor-0.3.2 \
 		gpu-descriptor-types-0.2.0 \
 		guillotiere-0.6.2 \
-		half-2.6.0 \
-		harfrust-0.2.1 \
+		half-2.7.1 \
+		harfrust-0.3.2 \
 		hashbrown-0.9.1 \
 		hashbrown-0.12.3 \
 		hashbrown-0.15.5 \
-		hashbrown-0.16.0 \
+		hashbrown-0.16.1 \
 		hassle-rs-0.11.0 \
 		heck-0.4.1 \
 		heck-0.5.0 \
@@ -221,75 +230,75 @@ CARGO_CRATES=	ab_glyph-0.2.31 \
 		iana-time-zone-0.1.64 \
 		iana-time-zone-haiku-0.1.2 \
 		ident_case-1.0.1 \
-		image-0.25.8 \
+		image-0.25.9 \
 		image-webp-0.2.4 \
 		imagesize-0.12.0 \
 		imgref-1.12.0 \
 		immutable-chunkmap-2.1.2 \
 		indexmap-1.9.3 \
-		indexmap-2.11.4 \
+		indexmap-2.12.1 \
 		ini_core-0.2.0 \
 		inotify-0.11.0 \
 		inotify-sys-0.1.5 \
 		instant-0.1.13 \
 		interpolate_name-0.2.4 \
 		io-lifetimes-1.0.11 \
-		io-uring-0.7.10 \
-		is_terminal_polyfill-1.70.1 \
-		itertools-0.12.1 \
+		is_terminal_polyfill-1.70.2 \
+		itertools-0.10.5 \
+		itertools-0.13.0 \
 		itertools-0.14.0 \
 		itoa-1.0.15 \
 		jni-0.21.1 \
 		jni-sys-0.3.0 \
 		jobserver-0.1.34 \
 		jpeg-decoder-0.3.2 \
-		js-sys-0.3.81 \
+		js-sys-0.3.83 \
 		kamadak-exif-0.5.5 \
 		khronos-egl-6.0.0 \
 		khronos_api-3.1.0 \
 		kurbo-0.10.4 \
 		kurbo-0.11.3 \
 		lazy_static-1.5.0 \
-		lazycell-1.3.0 \
 		lebe-0.5.3 \
-		libc-0.2.176 \
+		libc-0.2.177 \
 		libfuzzer-sys-0.4.10 \
 		libloading-0.8.9 \
 		libm-0.2.15 \
 		libpulse-binding-2.30.1 \
 		libpulse-sys-1.23.0 \
 		libredox-0.1.10 \
-		libspa-0.8.0 \
-		libspa-sys-0.8.0 \
+		libspa-0.9.2 \
+		libspa-sys-0.9.2 \
 		libudev-sys-0.1.4 \
+		libz-sys-1.1.23 \
 		linebender_resource_handle-0.1.1 \
 		linicon-theme-1.2.0 \
 		linux-raw-sys-0.3.8 \
 		linux-raw-sys-0.4.15 \
 		linux-raw-sys-0.6.5 \
 		linux-raw-sys-0.11.0 \
-		litrs-0.4.2 \
-		lock_api-0.4.13 \
+		litrs-1.0.0 \
+		lock_api-0.4.14 \
 		log-0.4.28 \
 		loop9-0.1.5 \
 		lru-0.12.5 \
 		lyon-1.0.16 \
 		lyon_algorithms-1.0.16 \
-		lyon_geom-1.0.17 \
+		lyon_geom-1.0.18 \
 		lyon_path-1.0.16 \
 		lyon_tessellation-1.0.16 \
 		malloc_buf-0.0.6 \
 		maybe-rayon-0.1.1 \
 		memchr-2.7.6 \
 		memmap2-0.8.0 \
-		memmap2-0.9.8 \
+		memmap2-0.9.9 \
 		memoffset-0.7.1 \
 		memoffset-0.9.1 \
 		metal-0.29.0 \
 		minimal-lexical-0.2.1 \
 		miniz_oxide-0.8.9 \
-		mio-1.0.4 \
-		moxcms-0.7.5 \
+		mio-1.1.0 \
+		moxcms-0.7.10 \
 		mutate_once-0.1.2 \
 		naga-22.1.0 \
 		ndk-0.9.0 \
@@ -297,13 +306,14 @@ CARGO_CRATES=	ab_glyph-0.2.31 \
 		ndk-sys-0.5.0+25.2.9519653 \
 		ndk-sys-0.6.0+11769913 \
 		new_debug_unreachable-1.0.6 \
+		niri-ipc-25.11.0 \
 		nix-0.26.4 \
-		nix-0.27.1 \
 		nix-0.30.1 \
 		nom-7.1.3 \
+		nom-8.0.0 \
 		noop_proc_macro-0.3.0 \
 		ntapi-0.4.1 \
-		nu-ansi-term-0.50.1 \
+		nu-ansi-term-0.50.3 \
 		num-bigint-0.4.6 \
 		num-conv-0.1.0 \
 		num-derive-0.4.2 \
@@ -311,8 +321,8 @@ CARGO_CRATES=	ab_glyph-0.2.31 \
 		num-rational-0.4.2 \
 		num-traits-0.2.19 \
 		num_cpus-1.17.0 \
-		num_enum-0.7.4 \
-		num_enum_derive-0.7.4 \
+		num_enum-0.7.5 \
+		num_enum_derive-0.7.5 \
 		objc-0.2.7 \
 		objc-foundation-0.1.1 \
 		objc-sys-0.3.5 \
@@ -321,12 +331,12 @@ CARGO_CRATES=	ab_glyph-0.2.31 \
 		objc2-cloud-kit-0.2.2 \
 		objc2-contacts-0.2.2 \
 		objc2-core-data-0.2.2 \
-		objc2-core-foundation-0.3.1 \
+		objc2-core-foundation-0.3.2 \
 		objc2-core-image-0.2.2 \
 		objc2-core-location-0.2.2 \
 		objc2-encode-4.1.0 \
 		objc2-foundation-0.2.2 \
-		objc2-io-kit-0.3.1 \
+		objc2-io-kit-0.3.2 \
 		objc2-link-presentation-0.2.2 \
 		objc2-metal-0.2.2 \
 		objc2-quartz-core-0.2.2 \
@@ -335,26 +345,27 @@ CARGO_CRATES=	ab_glyph-0.2.31 \
 		objc2-uniform-type-identifiers-0.2.2 \
 		objc2-user-notifications-0.2.2 \
 		objc_id-0.1.1 \
-		object-0.37.3 \
 		once_cell-1.21.3 \
-		once_cell_polyfill-1.70.1 \
+		once_cell_polyfill-1.70.2 \
 		option-ext-0.2.0 \
-		orbclient-0.3.48 \
+		orbclient-0.3.49 \
 		ordered-multimap-0.3.1 \
 		ordered-stream-0.2.0 \
 		os_str_bytes-6.6.1 \
-		ouroboros-0.18.5 \
-		ouroboros_macro-0.18.5 \
+		ouroboros-0.17.2 \
+		ouroboros_macro-0.17.2 \
 		owned_ttf_parser-0.25.1 \
 		palette-0.7.6 \
 		palette_derive-0.7.6 \
 		parking-2.2.1 \
 		parking_lot-0.11.2 \
-		parking_lot-0.12.4 \
+		parking_lot-0.12.5 \
 		parking_lot_core-0.8.6 \
-		parking_lot_core-0.9.11 \
+		parking_lot_core-0.9.12 \
 		paste-1.0.15 \
 		pastey-0.1.1 \
+		pathfinder_geometry-0.5.1 \
+		pathfinder_simd-0.5.5 \
 		percent-encoding-2.3.2 \
 		phf-0.11.3 \
 		phf_generator-0.11.3 \
@@ -366,8 +377,8 @@ CARGO_CRATES=	ab_glyph-0.2.31 \
 		pin-project-lite-0.2.16 \
 		pin-utils-0.1.0 \
 		piper-0.2.4 \
-		pipewire-0.8.0 \
-		pipewire-sys-0.8.0 \
+		pipewire-0.9.2 \
+		pipewire-sys-0.9.2 \
 		pkg-config-0.3.32 \
 		png-0.17.16 \
 		png-0.18.0 \
@@ -378,45 +389,48 @@ CARGO_CRATES=	ab_glyph-0.2.31 \
 		presser-0.3.1 \
 		proc-macro-crate-1.3.1 \
 		proc-macro-crate-3.4.0 \
-		proc-macro2-1.0.101 \
-		proc-macro2-diagnostics-0.10.1 \
+		proc-macro-error-1.0.4 \
+		proc-macro-error-attr-1.0.4 \
+		proc-macro2-1.0.103 \
 		profiling-1.0.17 \
 		profiling-procmacros-1.0.17 \
-		pxfm-0.1.24 \
+		pxfm-0.1.26 \
 		qoi-0.4.1 \
 		quick-error-2.0.1 \
 		quick-xml-0.37.5 \
-		quote-1.0.40 \
+		quote-1.0.42 \
 		r-efi-5.3.0 \
 		rand-0.8.5 \
+		rand-0.9.2 \
 		rand_chacha-0.3.1 \
+		rand_chacha-0.9.0 \
 		rand_core-0.6.4 \
+		rand_core-0.9.3 \
 		range-alloc-0.1.4 \
-		rangemap-1.6.0 \
-		rav1e-0.7.1 \
-		ravif-0.11.20 \
+		rangemap-1.7.0 \
+		rav1e-0.8.1 \
+		ravif-0.12.0 \
 		raw-window-handle-0.6.2 \
 		rayon-1.11.0 \
 		rayon-core-1.13.0 \
-		read-fonts-0.29.3 \
-		read-fonts-0.34.0 \
+		read-fonts-0.35.0 \
 		redox_syscall-0.2.16 \
-		redox_syscall-0.5.17 \
+		redox_syscall-0.5.18 \
 		redox_users-0.4.6 \
 		redox_users-0.5.2 \
-		ref-cast-1.0.24 \
-		ref-cast-impl-1.0.24 \
-		regex-1.11.3 \
-		regex-automata-0.4.11 \
-		regex-syntax-0.8.6 \
+		ref-cast-1.0.25 \
+		ref-cast-impl-1.0.25 \
+		regex-1.12.2 \
+		regex-automata-0.4.13 \
+		regex-syntax-0.8.8 \
 		renderdoc-sys-1.1.0 \
 		resvg-0.42.0 \
 		rgb-0.8.52 \
 		roxmltree-0.20.0 \
 		rust-ini-0.17.0 \
-		rustc-demangle-0.1.26 \
 		rustc-hash-1.1.0 \
 		rustc-hash-2.1.1 \
+		rustc_version-0.4.1 \
 		rustix-0.37.28 \
 		rustix-0.38.44 \
 		rustix-1.1.2 \
@@ -425,30 +439,29 @@ CARGO_CRATES=	ab_glyph-0.2.31 \
 		ryu-1.0.20 \
 		same-file-1.0.6 \
 		schemars-0.9.0 \
-		schemars-1.0.4 \
+		schemars-1.1.0 \
 		scoped-tls-1.0.1 \
 		scopeguard-1.2.0 \
 		sctk-adwaita-0.10.1 \
-		self_cell-1.2.0 \
+		self_cell-1.2.1 \
+		semver-1.0.27 \
 		serde-1.0.228 \
 		serde_core-1.0.228 \
 		serde_derive-1.0.228 \
 		serde_json-1.0.145 \
 		serde_repr-0.1.20 \
-		serde_spanned-0.6.9 \
-		serde_spanned-1.0.2 \
-		serde_with-3.14.1 \
-		serde_with_macros-3.14.1 \
+		serde_spanned-1.0.3 \
+		serde_with-3.16.1 \
+		serde_with_macros-3.16.1 \
 		sha1-0.10.6 \
 		shellexpand-3.1.1 \
 		shlex-1.3.0 \
-		signal-hook-registry-1.4.6 \
+		signal-hook-registry-1.4.7 \
 		simd-adler32-0.3.7 \
 		simd_helpers-0.1.0 \
 		simplecss-0.2.2 \
 		siphasher-1.0.1 \
-		skrifa-0.31.3 \
-		skrifa-0.36.0 \
+		skrifa-0.37.0 \
 		slab-0.4.11 \
 		slotmap-1.0.7 \
 		smallvec-1.15.1 \
@@ -456,26 +469,27 @@ CARGO_CRATES=	ab_glyph-0.2.31 \
 		smithay-client-toolkit-0.20.0 \
 		smol_str-0.2.2 \
 		socket2-0.4.10 \
-		socket2-0.6.0 \
+		socket2-0.6.1 \
 		spirv-0.3.0+sdk-1.3.268.0 \
+		stable_deref_trait-1.2.1 \
 		static_assertions-1.1.0 \
 		strict-num-0.1.1 \
 		strsim-0.11.1 \
 		svg_fmt-0.4.5 \
 		svgtypes-0.15.3 \
-		swash-0.2.5 \
+		swash-0.2.6 \
 		syn-1.0.109 \
-		syn-2.0.106 \
+		syn-2.0.111 \
 		sys-locale-0.3.2 \
-		sysinfo-0.36.1 \
-		system-deps-6.2.2 \
-		target-lexicon-0.12.16 \
+		sysinfo-0.37.2 \
+		system-deps-7.0.7 \
+		target-lexicon-0.13.3 \
 		tempfile-3.23.0 \
 		termcolor-1.4.1 \
 		thiserror-1.0.69 \
-		thiserror-2.0.16 \
+		thiserror-2.0.17 \
 		thiserror-impl-1.0.69 \
-		thiserror-impl-2.0.16 \
+		thiserror-impl-2.0.17 \
 		tiff-0.10.3 \
 		time-0.3.44 \
 		time-core-0.1.6 \
@@ -485,54 +499,56 @@ CARGO_CRATES=	ab_glyph-0.2.31 \
 		tiny-xlib-0.2.4 \
 		tinyvec-1.10.0 \
 		tinyvec_macros-0.1.1 \
-		tokio-1.47.1 \
-		tokio-macros-2.5.0 \
+		tokio-1.48.0 \
+		tokio-macros-2.6.0 \
 		tokio-stream-0.1.17 \
-		toml-0.8.23 \
-		toml-0.9.7 \
+		toml-0.9.8 \
 		toml_datetime-0.6.11 \
-		toml_datetime-0.7.2 \
+		toml_datetime-0.7.3 \
 		toml_edit-0.19.15 \
-		toml_edit-0.22.27 \
-		toml_edit-0.23.6 \
-		toml_parser-1.0.3 \
-		toml_writer-1.0.3 \
-		tracing-0.1.41 \
-		tracing-attributes-0.1.30 \
-		tracing-core-0.1.34 \
+		toml_edit-0.23.7 \
+		toml_parser-1.0.4 \
+		toml_writer-1.0.4 \
+		tracing-0.1.43 \
+		tracing-attributes-0.1.31 \
+		tracing-core-0.1.35 \
 		ttf-parser-0.21.1 \
 		ttf-parser-0.25.1 \
-		typenum-1.18.0 \
+		typenum-1.19.0 \
+		ucd-trie-0.1.7 \
 		udev-0.9.3 \
 		uds_windows-1.1.0 \
 		unicode-bidi-0.3.18 \
 		unicode-bidi-mirroring-0.2.0 \
+		unicode-canonical-combining-class-0.5.0 \
 		unicode-ccc-0.2.0 \
-		unicode-ident-1.0.19 \
+		unicode-general-category-0.6.0 \
+		unicode-ident-1.0.22 \
+		unicode-joining-type-0.7.0 \
 		unicode-linebreak-0.1.5 \
-		unicode-properties-0.1.3 \
+		unicode-properties-0.1.4 \
 		unicode-script-0.5.7 \
 		unicode-segmentation-1.12.0 \
 		unicode-vo-0.1.0 \
 		unicode-width-0.1.14 \
+		unicode-width-0.2.2 \
 		unicode-xid-0.2.6 \
 		usvg-0.42.0 \
 		utf8parse-0.2.2 \
 		uuid-1.18.1 \
 		v_frame-0.3.9 \
-		version-compare-0.2.0 \
+		vcpkg-0.2.15 \
+		version-compare-0.2.1 \
 		version_check-0.9.5 \
 		waker-fn-1.2.0 \
 		walkdir-2.5.0 \
 		wasi-0.11.1+wasi-snapshot-preview1 \
-		wasi-0.14.7+wasi-0.2.4 \
 		wasip2-1.0.1+wasi-0.2.4 \
-		wasm-bindgen-0.2.104 \
-		wasm-bindgen-backend-0.2.104 \
-		wasm-bindgen-futures-0.4.54 \
-		wasm-bindgen-macro-0.2.104 \
-		wasm-bindgen-macro-support-0.2.104 \
-		wasm-bindgen-shared-0.2.104 \
+		wasm-bindgen-0.2.106 \
+		wasm-bindgen-futures-0.4.56 \
+		wasm-bindgen-macro-0.2.106 \
+		wasm-bindgen-macro-support-0.2.106 \
+		wasm-bindgen-shared-0.2.106 \
 		wasm-timer-0.2.5 \
 		wayland-backend-0.3.11 \
 		wayland-client-0.31.11 \
@@ -546,14 +562,14 @@ CARGO_CRATES=	ab_glyph-0.2.31 \
 		wayland-scanner-0.31.7 \
 		wayland-server-0.31.10 \
 		wayland-sys-0.31.7 \
-		web-sys-0.3.81 \
+		web-sys-0.3.83 \
 		web-time-1.1.0 \
-		weezl-0.1.10 \
+		weezl-0.1.12 \
 		wgpu-22.1.0 \
 		wgpu-core-22.1.0 \
 		wgpu-hal-22.0.0 \
 		wgpu-types-22.0.0 \
-		widestring-1.2.0 \
+		widestring-1.2.1 \
 		winapi-0.3.9 \
 		winapi-i686-pc-windows-gnu-0.4.0 \
 		winapi-util-0.1.11 \
@@ -565,63 +581,63 @@ CARGO_CRATES=	ab_glyph-0.2.31 \
 		windows-core-0.52.0 \
 		windows-core-0.54.0 \
 		windows-core-0.61.2 \
-		windows-core-0.62.1 \
+		windows-core-0.62.2 \
 		windows-future-0.2.1 \
 		windows-implement-0.53.0 \
-		windows-implement-0.60.1 \
+		windows-implement-0.60.2 \
 		windows-interface-0.53.0 \
-		windows-interface-0.59.2 \
+		windows-interface-0.59.3 \
 		windows-link-0.1.3 \
-		windows-link-0.2.0 \
+		windows-link-0.2.1 \
 		windows-numerics-0.2.0 \
 		windows-result-0.1.2 \
 		windows-result-0.3.4 \
-		windows-result-0.4.0 \
+		windows-result-0.4.1 \
 		windows-strings-0.4.2 \
-		windows-strings-0.5.0 \
+		windows-strings-0.5.1 \
 		windows-sys-0.45.0 \
 		windows-sys-0.48.0 \
 		windows-sys-0.52.0 \
 		windows-sys-0.59.0 \
 		windows-sys-0.60.2 \
-		windows-sys-0.61.1 \
+		windows-sys-0.61.2 \
 		windows-targets-0.42.2 \
 		windows-targets-0.48.5 \
 		windows-targets-0.52.6 \
-		windows-targets-0.53.4 \
+		windows-targets-0.53.5 \
 		windows-threading-0.1.0 \
 		windows_aarch64_gnullvm-0.42.2 \
 		windows_aarch64_gnullvm-0.48.5 \
 		windows_aarch64_gnullvm-0.52.6 \
-		windows_aarch64_gnullvm-0.53.0 \
+		windows_aarch64_gnullvm-0.53.1 \
 		windows_aarch64_msvc-0.42.2 \
 		windows_aarch64_msvc-0.48.5 \
 		windows_aarch64_msvc-0.52.6 \
-		windows_aarch64_msvc-0.53.0 \
+		windows_aarch64_msvc-0.53.1 \
 		windows_i686_gnu-0.42.2 \
 		windows_i686_gnu-0.48.5 \
 		windows_i686_gnu-0.52.6 \
-		windows_i686_gnu-0.53.0 \
+		windows_i686_gnu-0.53.1 \
 		windows_i686_gnullvm-0.52.6 \
-		windows_i686_gnullvm-0.53.0 \
+		windows_i686_gnullvm-0.53.1 \
 		windows_i686_msvc-0.42.2 \
 		windows_i686_msvc-0.48.5 \
 		windows_i686_msvc-0.52.6 \
-		windows_i686_msvc-0.53.0 \
+		windows_i686_msvc-0.53.1 \
 		windows_x86_64_gnu-0.42.2 \
 		windows_x86_64_gnu-0.48.5 \
 		windows_x86_64_gnu-0.52.6 \
-		windows_x86_64_gnu-0.53.0 \
+		windows_x86_64_gnu-0.53.1 \
 		windows_x86_64_gnullvm-0.42.2 \
 		windows_x86_64_gnullvm-0.48.5 \
 		windows_x86_64_gnullvm-0.52.6 \
-		windows_x86_64_gnullvm-0.53.0 \
+		windows_x86_64_gnullvm-0.53.1 \
 		windows_x86_64_msvc-0.42.2 \
 		windows_x86_64_msvc-0.48.5 \
 		windows_x86_64_msvc-0.52.6 \
-		windows_x86_64_msvc-0.53.0 \
+		windows_x86_64_msvc-0.53.1 \
 		winnow-0.5.40 \
-		winnow-0.7.13 \
+		winnow-0.7.14 \
 		wit-bindgen-0.46.0 \
 		x11-dl-2.21.0 \
 		x11rb-0.13.2 \
@@ -633,35 +649,36 @@ CARGO_CRATES=	ab_glyph-0.2.31 \
 		xkbcommon-0.8.0 \
 		xkbcommon-dl-0.4.2 \
 		xkeysym-0.2.1 \
-		xml-rs-0.8.27 \
+		xml-rs-0.8.28 \
 		xmlwriter-0.1.0 \
-		yansi-1.0.1 \
-		yansi-term-0.1.2 \
+		y4m-0.8.0 \
 		yazi-0.2.1 \
 		zbus-3.15.2 \
-		zbus-5.11.0 \
+		zbus-5.12.0 \
 		zbus_macros-3.15.2 \
-		zbus_macros-5.11.0 \
+		zbus_macros-5.12.0 \
 		zbus_names-2.6.1 \
 		zbus_names-4.2.0 \
 		zeno-0.3.3 \
-		zerocopy-0.8.27 \
-		zerocopy-derive-0.8.27 \
+		zerocopy-0.8.31 \
+		zerocopy-derive-0.8.31 \
 		zune-core-0.4.12 \
+		zune-core-0.5.0 \
 		zune-inflate-0.2.54 \
 		zune-jpeg-0.4.21 \
+		zune-jpeg-0.5.5 \
 		zvariant-3.15.2 \
-		zvariant-5.7.0 \
+		zvariant-5.8.0 \
 		zvariant_derive-3.15.2 \
-		zvariant_derive-5.7.0 \
+		zvariant_derive-5.8.0 \
 		zvariant_utils-1.0.1 \
 		zvariant_utils-3.2.1 \
-		cosmic-client-toolkit,cosmic-protocols@git+https://github.com/pop-os/cosmic-protocols?rev=6254f50\#6254f50abc6dbfccadc6939f80e20081ab5f9d51 \
+		cosmic-client-toolkit,cosmic-protocols@git+https://github.com/pop-os/cosmic-protocols?rev=d0e95be\#d0e95be25e423cfe523b11111a3666ed7aaf0dc4 \
+		cosmic-text@git+https://github.com/pop-os/cosmic-text.git\#9339446cfa9b7f0110094a97764dccc09cfa98a2 \
 		iced_glyphon@git+https://github.com/pop-os/glyphon.git?tag=iced-0.14-dev\#6ef9d12a20cfd0f7bdf38136a26ded9f7459ec8b \
 		clipboard_macos,clipboard_wayland,clipboard_x11,dnd,mime,window_clipboard@git+https://github.com/pop-os/window_clipboard.git?tag=pop-0.13-2\#6b9faab87bea9cebec6ae036906fd67fed254f5f \
-		iced,iced_accessibility,iced_core,iced_futures,iced_graphics,iced_renderer,iced_runtime,iced_tiny_skia,iced_wgpu,iced_widget,iced_winit@git+https://github.com/MalpenZibo/iced\#83580c088b61ea68d5b5f4f52675348cb78632ad \
-		dpi,winit@git+https://github.com/pop-os/winit.git?tag=iced-xdg-surface-0.13\#dbe91fcc363c101f1d6ed5301d49911b01a26f61 \
-		accesskit,accesskit_atspi_common,accesskit_consumer,accesskit_macos,accesskit_unix,accesskit_windows,accesskit_winit@git+https://github.com/wash2/accesskit?tag=iced-xdg-surface-0.13\#956955342dadab7e588e21be726817fca39510f3 \
+		accesskit,accesskit_atspi_common,accesskit_consumer,accesskit_macos,accesskit_unix,accesskit_windows,accesskit_winit@git+https://github.com/wash2/accesskit?tag=iced-xdg-surface-0.13-rc\#c46afc041b1968a5af0186fa6aba3ea9cf24c8c3 \
+		dpi,winit@git+https://github.com/pop-os/winit.git?tag=iced-xdg-surface-0.13-rc\#8dfaba290f9a00d3e13be71f1e6f438889cf5546 \
 		smithay-clipboard@git+https://github.com/pop-os/smithay-clipboard?tag=pop-dnd-5\#5a3007def49eb678d1144850c9ee04b80707c56a \
-		cosmic-text@git+https://github.com/pop-os/cosmic-text.git\#e04bfd098f58958b09f0cf5e14a67f87e49dbaec \
-		softbuffer@git+https://github.com/pop-os/softbuffer?tag=cosmic-4.0\#a3f77e251e7422803f693df6e3fc313c010c4dcb
+		softbuffer@git+https://github.com/pop-os/softbuffer?tag=cosmic-4.0\#a3f77e251e7422803f693df6e3fc313c010c4dcb \
+		iced,iced_accessibility,iced_core,iced_futures,iced_graphics,iced_renderer,iced_runtime,iced_tiny_skia,iced_wgpu,iced_widget,iced_winit@git+https://github.com/MalpenZibo/iced?rev=237116726a405b326bf6f61f2b9105b38a938490\#237116726a405b326bf6f61f2b9105b38a938490
diff --git a/x11/ashell/distinfo b/x11/ashell/distinfo
index da41b00b7092..5b105b3f6b56 100644
--- a/x11/ashell/distinfo
+++ b/x11/ashell/distinfo
@@ -1,40 +1,46 @@
-TIMESTAMP = 1760009854
-SHA256 (rust/crates/ab_glyph-0.2.31.crate) = e074464580a518d16a7126262fffaaa47af89d4099d4cb403f8ed938ba12ee7d
-SIZE (rust/crates/ab_glyph-0.2.31.crate) = 20909
+TIMESTAMP = 1766790515
+SHA256 (rust/crates/ab_glyph-0.2.32.crate) = 01c0457472c38ea5bd1c3b5ada5e368271cb550be7a4ca4a0b4634e9913f6cc2
+SIZE (rust/crates/ab_glyph-0.2.32.crate) = 20967
 SHA256 (rust/crates/ab_glyph_rasterizer-0.1.10.crate) = 366ffbaa4442f4684d91e2cd7c5ea7c4ed8add41959a31447066e279e432b618
 SIZE (rust/crates/ab_glyph_rasterizer-0.1.10.crate) = 11206
-SHA256 (rust/crates/addr2line-0.25.1.crate) = 1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b
-SIZE (rust/crates/addr2line-0.25.1.crate) = 43134
 SHA256 (rust/crates/adler2-2.0.1.crate) = 320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa
 SIZE (rust/crates/adler2-2.0.1.crate) = 13366
 SHA256 (rust/crates/ahash-0.4.8.crate) = 0453232ace82dee0dd0b4c87a59bd90f7b53b314f3e0f61fe2ee7c8a16482289
 SIZE (rust/crates/ahash-0.4.8.crate) = 51510
 SHA256 (rust/crates/ahash-0.8.12.crate) = 5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75
 SIZE (rust/crates/ahash-0.8.12.crate) = 43413
-SHA256 (rust/crates/aho-corasick-1.1.3.crate) = 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916
-SIZE (rust/crates/aho-corasick-1.1.3.crate) = 183311
+SHA256 (rust/crates/aho-corasick-1.1.4.crate) = ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301
+SIZE (rust/crates/aho-corasick-1.1.4.crate) = 184015
 SHA256 (rust/crates/aliasable-0.1.3.crate) = 250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd
 SIZE (rust/crates/aliasable-0.1.3.crate) = 6169
+SHA256 (rust/crates/aligned-0.4.2.crate) = 377e4c0ba83e4431b10df45c1d4666f178ea9c552cac93e60c3a88bf32785923
+SIZE (rust/crates/aligned-0.4.2.crate) = 8519
 SHA256 (rust/crates/aligned-vec-0.6.4.crate) = dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b
 SIZE (rust/crates/aligned-vec-0.6.4.crate) = 12609
+SHA256 (rust/crates/alloc-no-stdlib-2.0.4.crate) = cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3
+SIZE (rust/crates/alloc-no-stdlib-2.0.4.crate) = 10105
+SHA256 (rust/crates/alloc-stdlib-0.2.2.crate) = 94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece
+SIZE (rust/crates/alloc-stdlib-0.2.2.crate) = 6693
+SHA256 (rust/crates/allsorts-0.15.1.crate) = 3ec6442ceba5ea9d0201cd0afe96ecac4e8253e5f5be725e074747e6f4238735
+SIZE (rust/crates/allsorts-0.15.1.crate) = 339792
 SHA256 (rust/crates/android-activity-0.6.0.crate) = ef6978589202a00cd7e118380c448a08b6ed394c3a8df3a430d0898e3a42d046
 SIZE (rust/crates/android-activity-0.6.0.crate) = 258597
 SHA256 (rust/crates/android-properties-0.2.2.crate) = fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04
 SIZE (rust/crates/android-properties-0.2.2.crate) = 4563
 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/annotate-snippets-0.9.2.crate) = ccaf7e9dfbb6ab22c82e473cd1a8a7bd313c19a5b7e40970f3d89ef5a5c9e81e
-SIZE (rust/crates/annotate-snippets-0.9.2.crate) = 32065
-SHA256 (rust/crates/anstream-0.6.20.crate) = 3ae563653d1938f79b1ab1b5e668c87c76a9930414574a6583a7b7e11a8e6192
-SIZE (rust/crates/anstream-0.6.20.crate) = 28797
-SHA256 (rust/crates/anstyle-1.0.11.crate) = 862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd
-SIZE (rust/crates/anstyle-1.0.11.crate) = 15880
+SHA256 (rust/crates/annotate-snippets-0.11.5.crate) = 710e8eae58854cdc1790fcb56cca04d712a17be849eeb81da2a724bf4bae2bc4
+SIZE (rust/crates/annotate-snippets-0.11.5.crate) = 34687
+SHA256 (rust/crates/anstream-0.6.21.crate) = 43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a
+SIZE (rust/crates/anstream-0.6.21.crate) = 29516
+SHA256 (rust/crates/anstyle-1.0.13.crate) = 5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78
+SIZE (rust/crates/anstyle-1.0.13.crate) = 17651
 SHA256 (rust/crates/anstyle-parse-0.2.7.crate) = 4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2
 SIZE (rust/crates/anstyle-parse-0.2.7.crate) = 21707
-SHA256 (rust/crates/anstyle-query-1.1.4.crate) = 9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2
-SIZE (rust/crates/anstyle-query-1.1.4.crate) = 10192
-SHA256 (rust/crates/anstyle-wincon-3.0.10.crate) = 3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a
-SIZE (rust/crates/anstyle-wincon-3.0.10.crate) = 12558
+SHA256 (rust/crates/anstyle-query-1.1.5.crate) = 40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc
+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.100.crate) = a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61
 SIZE (rust/crates/anyhow-1.0.100.crate) = 54059
 SHA256 (rust/crates/approx-0.5.1.crate) = cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6
@@ -49,6 +55,8 @@ SHA256 (rust/crates/arrayvec-0.7.6.crate) = 7c02d123df017efcdfbd739ef81735b36c5b
 SIZE (rust/crates/arrayvec-0.7.6.crate) = 31237
 SHA256 (rust/crates/as-raw-xcb-connection-1.0.1.crate) = 175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b
 SIZE (rust/crates/as-raw-xcb-connection-1.0.1.crate) = 6460
+SHA256 (rust/crates/as-slice-0.2.1.crate) = 516b6b4f0e40d50dcda9365d53964ec74560ad4284da2e7fc97122cd83174516
+SIZE (rust/crates/as-slice-0.2.1.crate) = 6942
 SHA256 (rust/crates/ash-0.38.0+1.3.281.crate) = 0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f
 SIZE (rust/crates/ash-0.38.0+1.3.281.crate) = 457775
 SHA256 (rust/crates/async-broadcast-0.5.1.crate) = 7c48ccdbf6ca6b121e0f586cbc0e73ae440e56c67c30fa0873b4e110d9c26d2b
@@ -91,16 +99,16 @@ SHA256 (rust/crates/atspi-proxies-0.3.0.crate) = 6495661273703e7a229356dcbe8c8f3
 SIZE (rust/crates/atspi-proxies-0.3.0.crate) = 26272
 SHA256 (rust/crates/autocfg-1.5.0.crate) = c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8
 SIZE (rust/crates/autocfg-1.5.0.crate) = 18729
-SHA256 (rust/crates/av1-grain-0.2.4.crate) = 4f3efb2ca85bc610acfa917b5aaa36f3fcbebed5b3182d7f877b02531c4b80c8
-SIZE (rust/crates/av1-grain-0.2.4.crate) = 37050
+SHA256 (rust/crates/av-scenechange-0.14.1.crate) = 0f321d77c20e19b92c39e7471cf986812cbb46659d2af674adc4331ef3f18394
+SIZE (rust/crates/av-scenechange-0.14.1.crate) = 462353
+SHA256 (rust/crates/av1-grain-0.2.5.crate) = 8cfddb07216410377231960af4fcab838eaa12e013417781b78bd95ee22077f8
+SIZE (rust/crates/av1-grain-0.2.5.crate) = 37997
 SHA256 (rust/crates/avif-serialize-0.8.6.crate) = 47c8fbc0f831f4519fe8b810b6a7a91410ec83031b8233f730a0480029f6a23f
 SIZE (rust/crates/avif-serialize-0.8.6.crate) = 14185
-SHA256 (rust/crates/backtrace-0.3.76.crate) = bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6
-SIZE (rust/crates/backtrace-0.3.76.crate) = 89458
 SHA256 (rust/crates/base64-0.22.1.crate) = 72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6
 SIZE (rust/crates/base64-0.22.1.crate) = 81597
-SHA256 (rust/crates/bindgen-0.69.5.crate) = 271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088
-SIZE (rust/crates/bindgen-0.69.5.crate) = 221128
+SHA256 (rust/crates/bindgen-0.72.1.crate) = 993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895
+SIZE (rust/crates/bindgen-0.72.1.crate) = 246071
 SHA256 (rust/crates/bit-set-0.6.0.crate) = f0481a0e032742109b1133a095184ee93d88f3dc9e0d28a5d033dc77a073f44f
 SIZE (rust/crates/bit-set-0.6.0.crate) = 15557
 SHA256 (rust/crates/bit-vec-0.7.0.crate) = d2c54ff287cfc0a34f38a6b832ea1bd8e448a330b3e40a50859e6488bee07f22
@@ -109,10 +117,12 @@ SHA256 (rust/crates/bit_field-0.10.3.crate) = 1e4b40c7323adcfc0a41c4b88143ed5834
 SIZE (rust/crates/bit_field-0.10.3.crate) = 11173
 SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a
 SIZE (rust/crates/bitflags-1.3.2.crate) = 23021
-SHA256 (rust/crates/bitflags-2.9.4.crate) = 2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394
-SIZE (rust/crates/bitflags-2.9.4.crate) = 47950
-SHA256 (rust/crates/bitstream-io-2.6.0.crate) = 6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2
-SIZE (rust/crates/bitstream-io-2.6.0.crate) = 38256
+SHA256 (rust/crates/bitflags-2.10.0.crate) = 812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3
+SIZE (rust/crates/bitflags-2.10.0.crate) = 48427
+SHA256 (rust/crates/bitreader-0.3.11.crate) = 886559b1e163d56c765bc3a985febb4eee8009f625244511d8ee3c432e08c066
+SIZE (rust/crates/bitreader-0.3.11.crate) = 12077
+SHA256 (rust/crates/bitstream-io-4.9.0.crate) = 60d4bd9d1db2c6bdf285e223a7fa369d5ce98ec767dec949c6ca62863ce61757
+SIZE (rust/crates/bitstream-io-4.9.0.crate) = 65217
 SHA256 (rust/crates/block-0.1.6.crate) = 0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a
 SIZE (rust/crates/block-0.1.6.crate) = 4077
 SHA256 (rust/crates/block-buffer-0.10.4.crate) = 3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71
@@ -121,24 +131,26 @@ SHA256 (rust/crates/block2-0.5.1.crate) = 2c132eebf10f5cad5289222520a4a058514204
 SIZE (rust/crates/block2-0.5.1.crate) = 24191
 SHA256 (rust/crates/blocking-1.6.2.crate) = e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21
 SIZE (rust/crates/blocking-1.6.2.crate) = 17754
-SHA256 (rust/crates/bstr-1.12.0.crate) = 234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4
*** 1411 LINES SKIPPED ***


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?695a7b74.9f2a.75b3161a>