Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Oct 2025 13:01:58 GMT
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: 8fa56a0ff551 - main - x11/ashell: update to 0.6.0
Message-ID:  <202510091301.599D1w97025674@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=8fa56a0ff551322565f55bd82c2bcbc65f8d5f68

commit 8fa56a0ff551322565f55bd82c2bcbc65f8d5f68
Author:     Hiroki Tagato <tagattie@FreeBSD.org>
AuthorDate: 2025-10-09 13:00:51 +0000
Commit:     Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2025-10-09 13:01:49 +0000

    x11/ashell: update to 0.6.0
    
    Changelog: https://github.com/MalpenZibo/ashell/blob/0.6.0/CHANGELOG.md
    
    Reported by:    GitHub (watch releases)
---
 x11/ashell/Makefile                                |  12 +-
 x11/ashell/Makefile.crates                         | 431 +++++-----
 x11/ashell/distinfo                                | 864 ++++++++++++---------
 x11/ashell/files/extra-patch-iced                  | 184 -----
 .../files/iced/patch-core_src_window_settings.rs   |  19 +
 x11/ashell/files/iced/patch-wgpu_src_window.rs     |  13 +
 x11/ashell/files/iced/patch-wgpu_src_window_x11.rs |  19 +
 x11/ashell/files/iced/patch-winit_Cargo.toml       |  11 +
 x11/ashell/files/iced/patch-winit_src_clipboard.rs |  11 +
 .../files/iced/patch-winit_src_conversion.rs       |  11 +
 .../iced/patch-winit_src_platform__specific_mod.rs |  89 +++
 x11/ashell/files/iced/patch-winit_src_program.rs   |  11 +
 12 files changed, 928 insertions(+), 747 deletions(-)

diff --git a/x11/ashell/Makefile b/x11/ashell/Makefile
index 58fb9dfb8ee2..5886647b7b88 100644
--- a/x11/ashell/Makefile
+++ b/x11/ashell/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	ashell
-DISTVERSION=	0.5.0
-PORTREVISION=	2
+DISTVERSION=	0.6.0
 CATEGORIES=	x11 wayland
 
 MAINTAINER=	tagattie@FreeBSD.org
@@ -31,12 +30,17 @@ PORTDOCS=	CHANGELOG.md README.md
 OPTIONS_DEFINE=	DOCS
 
 post-patch:
-	@${PATCH} -s -p0 -d ${WRKSRC_crate_iced} < \
-		${PATCHDIR}/extra-patch-iced
+	@${BSDMAKE} PATCHDIR=${PATCHDIR}/iced WRKSRC=${WRKSRC_crate_iced} \
+		do-patch
 # https://github.com/RazrFalcon/fontdb/issues/61
 	@${REINPLACE_CMD} -e 's|/etc|${LOCALBASE}&|g' \
 		${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"`
+	@${REINPLACE_CMD} -E '/redox_syscall =/s/0\.4(\.[0-9])?/0\.5/' \
+		${WRKSRC_crate_softbuffer}/Cargo.toml \
+		${WRKSRC_crate_winit}/Cargo.toml
 
 post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
diff --git a/x11/ashell/Makefile.crates b/x11/ashell/Makefile.crates
index 6c18f7aab288..6cc3aba0294d 100644
--- a/x11/ashell/Makefile.crates
+++ b/x11/ashell/Makefile.crates
@@ -1,20 +1,24 @@
-CARGO_CRATES=	ab_glyph-0.2.29 \
-		ab_glyph_rasterizer-0.1.8 \
-		addr2line-0.24.2 \
-		adler2-2.0.0 \
+CARGO_CRATES=	ab_glyph-0.2.31 \
+		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 \
 		aliasable-0.1.3 \
-		aligned-vec-0.5.0 \
+		aligned-vec-0.6.4 \
 		android-activity-0.6.0 \
 		android-properties-0.2.2 \
-		android-tzdata-0.1.1 \
 		android_system_properties-0.1.5 \
 		annotate-snippets-0.9.2 \
-		anyhow-1.0.98 \
+		anstream-0.6.20 \
+		anstyle-1.0.11 \
+		anstyle-parse-0.2.7 \
+		anstyle-query-1.1.4 \
+		anstyle-wincon-3.0.10 \
+		anyhow-1.0.100 \
 		approx-0.5.1 \
-		arbitrary-1.4.1 \
+		arbitrary-1.4.2 \
 		arg_enum_proc_macro-0.3.4 \
 		arrayref-0.3.9 \
 		arrayvec-0.7.6 \
@@ -22,63 +26,71 @@ CARGO_CRATES=	ab_glyph-0.2.29 \
 		ash-0.38.0+1.3.281 \
 		async-broadcast-0.5.1 \
 		async-broadcast-0.7.2 \
-		async-channel-2.3.1 \
+		async-channel-2.5.0 \
 		async-io-1.13.0 \
-		async-io-2.4.0 \
+		async-io-2.6.0 \
 		async-lock-2.8.0 \
-		async-lock-3.4.0 \
+		async-lock-3.4.1 \
 		async-process-1.8.1 \
 		async-recursion-1.1.1 \
-		async-signal-0.2.10 \
+		async-signal-0.2.13 \
 		async-stream-0.3.6 \
 		async-stream-impl-0.3.6 \
 		async-task-4.7.1 \
-		async-trait-0.1.88 \
+		async-trait-0.1.89 \
 		atomic-waker-1.1.2 \
 		atspi-0.19.0 \
 		atspi-common-0.3.0 \
 		atspi-connection-0.3.0 \
 		atspi-proxies-0.3.0 \
-		autocfg-1.4.0 \
+		autocfg-1.5.0 \
 		av1-grain-0.2.4 \
-		avif-serialize-0.8.3 \
-		backtrace-0.3.75 \
+		avif-serialize-0.8.6 \
+		backtrace-0.3.76 \
 		base64-0.22.1 \
 		bindgen-0.69.5 \
 		bit-set-0.6.0 \
 		bit-vec-0.7.0 \
-		bit_field-0.10.2 \
+		bit_field-0.10.3 \
 		bitflags-1.3.2 \
-		bitflags-2.9.1 \
+		bitflags-2.9.4 \
 		bitstream-io-2.6.0 \
 		block-0.1.6 \
 		block-buffer-0.10.4 \
 		block2-0.5.1 \
-		blocking-1.6.1 \
+		blocking-1.6.2 \
+		bstr-1.12.0 \
 		built-0.7.7 \
-		bumpalo-3.17.0 \
+		bumpalo-3.19.0 \
 		by_address-1.2.1 \
-		bytemuck-1.23.0 \
-		bytemuck_derive-1.9.3 \
+		bytemuck-1.23.2 \
+		bytemuck_derive-1.10.1 \
 		byteorder-1.5.0 \
 		byteorder-lite-0.1.0 \
 		bytes-1.10.1 \
 		calloop-0.13.0 \
+		calloop-0.14.3 \
 		calloop-wayland-source-0.3.0 \
-		cc-1.2.24 \
+		calloop-wayland-source-0.4.1 \
+		cc-1.2.39 \
 		cesu8-1.1.0 \
 		cexpr-0.6.0 \
 		cfg-expr-0.15.8 \
-		cfg-if-1.0.0 \
+		cfg-if-1.0.3 \
 		cfg_aliases-0.1.1 \
 		cfg_aliases-0.2.1 \
-		chrono-0.4.41 \
+		chrono-0.4.42 \
 		clang-sys-1.8.1 \
-		clipboard-win-5.4.0 \
+		clap-4.5.48 \
+		clap_builder-4.5.48 \
+		clap_derive-4.5.47 \
+		clap_lex-0.7.5 \
+		clipboard-win-5.4.1 \
 		cocoa-0.25.0 \
 		cocoa-foundation-0.1.2 \
 		codespan-reporting-0.11.1 \
 		color_quant-1.1.0 \
+		colorchoice-1.0.4 \
 		com-0.6.0 \
 		com_macros-0.6.0 \
 		com_macros_support-0.6.0 \
@@ -92,26 +104,28 @@ CARGO_CRATES=	ab_glyph-0.2.29 \
 		core-graphics-types-0.1.3 \
 		core_maths-0.1.1 \
 		cpufeatures-0.2.17 \
-		crc32fast-1.4.2 \
+		crc32fast-1.5.0 \
 		crossbeam-deque-0.8.6 \
 		crossbeam-epoch-0.9.18 \
 		crossbeam-utils-0.8.21 \
-		crunchy-0.2.3 \
+		crunchy-0.2.4 \
 		crypto-common-0.1.6 \
 		ctor-lite-0.1.0 \
-		cursor-icon-1.1.0 \
+		cursor-icon-1.2.0 \
 		d3d12-22.0.0 \
-		darling-0.20.11 \
-		darling_core-0.20.11 \
-		darling_macro-0.20.11 \
-		data-url-0.3.1 \
-		deranged-0.4.0 \
+		darling-0.21.3 \
+		darling_core-0.21.3 \
+		darling_macro-0.21.3 \
+		data-url-0.3.2 \
+		deranged-0.5.4 \
 		derivative-2.2.0 \
-		derive_more-1.0.0 \
-		derive_more-impl-1.0.0 \
+		derive_more-2.0.1 \
+		derive_more-impl-2.0.1 \
 		digest-0.10.7 \
 		dirs-5.0.1 \
+		dirs-6.0.0 \
 		dirs-sys-0.4.1 \
+		dirs-sys-0.5.0 \
 		dispatch-0.2.0 \
 		dlib-0.5.2 \
 		dlv-list-0.2.3 \
@@ -121,26 +135,32 @@ CARGO_CRATES=	ab_glyph-0.2.29 \
 		drm-ffi-0.7.1 \
 		drm-fourcc-2.2.0 \
 		drm-sys-0.6.1 \
+		dyn-clone-1.0.20 \
 		either-1.15.0 \
 		endi-1.1.0 \
-		enumflags2-0.7.11 \
-		enumflags2_derive-0.7.11 \
+		enumflags2-0.7.12 \
+		enumflags2_derive-0.7.12 \
+		equator-0.4.2 \
+		equator-macro-0.4.2 \
 		equivalent-1.0.2 \
-		errno-0.3.12 \
+		errno-0.3.14 \
 		error-code-3.3.2 \
 		etagere-0.2.15 \
 		euclid-0.22.11 \
 		event-listener-2.5.3 \
 		event-listener-3.1.0 \
-		event-listener-5.4.0 \
+		event-listener-5.4.1 \
 		event-listener-strategy-0.5.4 \
 		exr-1.73.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 \
-		flate2-1.1.1 \
-		flexi_logger-0.29.8 \
+		find-msvc-tools-0.1.2 \
+		flate2-1.1.2 \
+		flexi_logger-0.31.4 \
 		float-cmp-0.9.0 \
 		float_next_after-1.0.0 \
 		fnv-1.0.7 \
@@ -152,7 +172,7 @@ CARGO_CRATES=	ab_glyph-0.2.29 \
 		foreign-types-0.5.0 \
 		foreign-types-macros-0.2.3 \
 		foreign-types-shared-0.3.1 \
-		freedesktop-icons-0.3.1 \
+		freedesktop-icons-0.4.0 \
 		freedesktop_entry_parser-1.3.0 \
 		futures-0.3.31 \
 		futures-channel-0.3.31 \
@@ -160,20 +180,20 @@ CARGO_CRATES=	ab_glyph-0.2.29 \
 		futures-executor-0.3.31 \
 		futures-io-0.3.31 \
 		futures-lite-1.13.0 \
-		futures-lite-2.6.0 \
+		futures-lite-2.6.1 \
 		futures-macro-0.3.31 \
 		futures-sink-0.3.31 \
 		futures-task-0.3.31 \
 		futures-util-0.3.31 \
 		generic-array-0.14.7 \
-		gethostname-0.4.3 \
+		gethostname-1.0.2 \
 		getrandom-0.2.16 \
 		getrandom-0.3.3 \
-		gif-0.13.1 \
-		gimli-0.31.1 \
+		gif-0.13.3 \
+		gimli-0.32.3 \
 		gl_generator-0.14.0 \
 		glam-0.25.0 \
-		glob-0.3.2 \
+		glob-0.3.3 \
 		glow-0.13.1 \
 		glutin_wgl_sys-0.6.1 \
 		gpu-alloc-0.6.0 \
@@ -183,88 +203,94 @@ CARGO_CRATES=	ab_glyph-0.2.29 \
 		gpu-descriptor-types-0.2.0 \
 		guillotiere-0.6.2 \
 		half-2.6.0 \
+		harfrust-0.2.1 \
 		hashbrown-0.9.1 \
 		hashbrown-0.12.3 \
-		hashbrown-0.15.3 \
+		hashbrown-0.15.5 \
+		hashbrown-0.16.0 \
 		hassle-rs-0.11.0 \
 		heck-0.4.1 \
 		heck-0.5.0 \
 		hermit-abi-0.3.9 \
-		hermit-abi-0.4.0 \
+		hermit-abi-0.5.2 \
 		hex-0.4.3 \
 		hex_color-3.0.0 \
 		hexf-parse-0.2.1 \
-		hyprland-0.4.0-beta.2 \
-		hyprland-macros-0.4.0-beta.2 \
-		iana-time-zone-0.1.63 \
+		hyprland-0.4.0-beta.3 \
+		hyprland-macros-0.4.0-beta.3 \
+		iana-time-zone-0.1.64 \
 		iana-time-zone-haiku-0.1.2 \
 		ident_case-1.0.1 \
-		image-0.25.6 \
-		image-webp-0.2.1 \
+		image-0.25.8 \
+		image-webp-0.2.4 \
 		imagesize-0.12.0 \
-		imgref-1.11.0 \
-		immutable-chunkmap-2.0.6 \
+		imgref-1.12.0 \
+		immutable-chunkmap-2.1.2 \
 		indexmap-1.9.3 \
-		indexmap-2.9.0 \
+		indexmap-2.11.4 \
 		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 \
 		itertools-0.14.0 \
 		itoa-1.0.15 \
 		jni-0.21.1 \
 		jni-sys-0.3.0 \
-		jobserver-0.1.33 \
-		jpeg-decoder-0.3.1 \
-		js-sys-0.3.77 \
+		jobserver-0.1.34 \
+		jpeg-decoder-0.3.2 \
+		js-sys-0.3.81 \
 		kamadak-exif-0.5.5 \
 		khronos-egl-6.0.0 \
 		khronos_api-3.1.0 \
 		kurbo-0.10.4 \
-		kurbo-0.11.2 \
+		kurbo-0.11.3 \
 		lazy_static-1.5.0 \
 		lazycell-1.3.0 \
-		lebe-0.5.2 \
-		libc-0.2.172 \
-		libfuzzer-sys-0.4.9 \
-		libloading-0.8.7 \
+		lebe-0.5.3 \
+		libc-0.2.176 \
+		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.3 \
+		libredox-0.1.10 \
 		libspa-0.8.0 \
 		libspa-sys-0.8.0 \
 		libudev-sys-0.1.4 \
+		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.9.4 \
-		litrs-0.4.1 \
-		lock_api-0.4.12 \
-		log-0.4.27 \
+		linux-raw-sys-0.11.0 \
+		litrs-0.4.2 \
+		lock_api-0.4.13 \
+		log-0.4.28 \
 		loop9-0.1.5 \
 		lru-0.12.5 \
-		lyon-1.0.1 \
-		lyon_algorithms-1.0.5 \
-		lyon_geom-1.0.6 \
-		lyon_path-1.0.7 \
-		lyon_tessellation-1.0.15 \
+		lyon-1.0.16 \
+		lyon_algorithms-1.0.16 \
+		lyon_geom-1.0.17 \
+		lyon_path-1.0.16 \
+		lyon_tessellation-1.0.16 \
 		malloc_buf-0.0.6 \
 		maybe-rayon-0.1.1 \
-		memchr-2.7.4 \
+		memchr-2.7.6 \
 		memmap2-0.8.0 \
-		memmap2-0.9.5 \
+		memmap2-0.9.8 \
 		memoffset-0.7.1 \
 		memoffset-0.9.1 \
 		metal-0.29.0 \
 		minimal-lexical-0.2.1 \
-		miniz_oxide-0.8.8 \
+		miniz_oxide-0.8.9 \
 		mio-1.0.4 \
-		mutate_once-0.1.1 \
+		moxcms-0.7.5 \
+		mutate_once-0.1.2 \
 		naga-22.1.0 \
 		ndk-0.9.0 \
 		ndk-context-0.1.1 \
@@ -284,9 +310,9 @@ CARGO_CRATES=	ab_glyph-0.2.29 \
 		num-integer-0.1.46 \
 		num-rational-0.4.2 \
 		num-traits-0.2.19 \
-		num_cpus-1.16.0 \
-		num_enum-0.7.3 \
-		num_enum_derive-0.7.3 \
+		num_cpus-1.17.0 \
+		num_enum-0.7.4 \
+		num_enum_derive-0.7.4 \
 		objc-0.2.7 \
 		objc-foundation-0.1.1 \
 		objc-sys-0.3.5 \
@@ -295,10 +321,12 @@ CARGO_CRATES=	ab_glyph-0.2.29 \
 		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-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-link-presentation-0.2.2 \
 		objc2-metal-0.2.2 \
 		objc2-quartz-core-0.2.2 \
@@ -307,24 +335,27 @@ CARGO_CRATES=	ab_glyph-0.2.29 \
 		objc2-uniform-type-identifiers-0.2.2 \
 		objc2-user-notifications-0.2.2 \
 		objc_id-0.1.1 \
-		object-0.36.7 \
+		object-0.37.3 \
 		once_cell-1.21.3 \
+		once_cell_polyfill-1.70.1 \
 		option-ext-0.2.0 \
 		orbclient-0.3.48 \
 		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 \
-		owned_ttf_parser-0.25.0 \
+		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.3 \
+		parking_lot-0.12.4 \
 		parking_lot_core-0.8.6 \
-		parking_lot_core-0.9.10 \
+		parking_lot_core-0.9.11 \
 		paste-1.0.15 \
-		percent-encoding-2.3.1 \
+		pastey-0.1.1 \
+		percent-encoding-2.3.2 \
 		phf-0.11.3 \
 		phf_generator-0.11.3 \
 		phf_macros-0.11.3 \
@@ -339,81 +370,93 @@ CARGO_CRATES=	ab_glyph-0.2.29 \
 		pipewire-sys-0.8.0 \
 		pkg-config-0.3.32 \
 		png-0.17.16 \
+		png-0.18.0 \
 		polling-2.8.0 \
-		polling-3.7.4 \
+		polling-3.11.0 \
 		powerfmt-0.2.0 \
 		ppv-lite86-0.2.21 \
 		presser-0.3.1 \
 		proc-macro-crate-1.3.1 \
-		proc-macro-crate-3.3.0 \
-		proc-macro2-1.0.95 \
+		proc-macro-crate-3.4.0 \
+		proc-macro2-1.0.101 \
 		proc-macro2-diagnostics-0.10.1 \
-		profiling-1.0.16 \
-		profiling-procmacros-1.0.16 \
+		profiling-1.0.17 \
+		profiling-procmacros-1.0.17 \
+		pxfm-0.1.24 \
 		qoi-0.4.1 \
 		quick-error-2.0.1 \
 		quick-xml-0.37.5 \
 		quote-1.0.40 \
-		r-efi-5.2.0 \
+		r-efi-5.3.0 \
 		rand-0.8.5 \
 		rand_chacha-0.3.1 \
 		rand_core-0.6.4 \
 		range-alloc-0.1.4 \
-		rangemap-1.5.1 \
+		rangemap-1.6.0 \
 		rav1e-0.7.1 \
-		ravif-0.11.12 \
+		ravif-0.11.20 \
 		raw-window-handle-0.6.2 \
-		rayon-1.10.0 \
-		rayon-core-1.12.1 \
-		read-fonts-0.29.1 \
+		rayon-1.11.0 \
+		rayon-core-1.13.0 \
+		read-fonts-0.29.3 \
+		read-fonts-0.34.0 \
 		redox_syscall-0.2.16 \
-		redox_syscall-0.4.1 \
-		redox_syscall-0.5.12 \
+		redox_syscall-0.5.17 \
 		redox_users-0.4.6 \
-		regex-1.11.1 \
-		regex-automata-0.4.9 \
-		regex-syntax-0.8.5 \
+		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 \
 		renderdoc-sys-1.1.0 \
 		resvg-0.42.0 \
-		rgb-0.8.50 \
+		rgb-0.8.52 \
 		roxmltree-0.20.0 \
 		rust-ini-0.17.0 \
-		rustc-demangle-0.1.24 \
+		rustc-demangle-0.1.26 \
 		rustc-hash-1.1.0 \
 		rustc-hash-2.1.1 \
 		rustix-0.37.28 \
 		rustix-0.38.44 \
-		rustix-1.0.7 \
-		rustversion-1.0.21 \
+		rustix-1.1.2 \
+		rustversion-1.0.22 \
 		rustybuzz-0.14.1 \
 		ryu-1.0.20 \
 		same-file-1.0.6 \
+		schemars-0.9.0 \
+		schemars-1.0.4 \
 		scoped-tls-1.0.1 \
 		scopeguard-1.2.0 \
 		sctk-adwaita-0.10.1 \
 		self_cell-1.2.0 \
-		serde-1.0.219 \
-		serde_derive-1.0.219 \
-		serde_json-1.0.140 \
+		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.8 \
-		serde_with-3.12.0 \
-		serde_with_macros-3.12.0 \
+		serde_spanned-0.6.9 \
+		serde_spanned-1.0.2 \
+		serde_with-3.14.1 \
+		serde_with_macros-3.14.1 \
 		sha1-0.10.6 \
+		shellexpand-3.1.1 \
 		shlex-1.3.0 \
-		signal-hook-registry-1.4.5 \
+		signal-hook-registry-1.4.6 \
 		simd-adler32-0.3.7 \
 		simd_helpers-0.1.0 \
 		simplecss-0.2.2 \
 		siphasher-1.0.1 \
-		skrifa-0.31.1 \
-		slab-0.4.9 \
+		skrifa-0.31.3 \
+		skrifa-0.36.0 \
+		slab-0.4.11 \
 		slotmap-1.0.7 \
-		smallvec-1.15.0 \
+		smallvec-1.15.1 \
 		smithay-client-toolkit-0.19.2 \
+		smithay-client-toolkit-0.20.0 \
 		smol_str-0.2.2 \
 		socket2-0.4.10 \
-		socket2-0.5.9 \
+		socket2-0.6.0 \
 		spirv-0.3.0+sdk-1.3.268.0 \
 		static_assertions-1.1.0 \
 		strict-num-0.1.1 \
@@ -422,37 +465,41 @@ CARGO_CRATES=	ab_glyph-0.2.29 \
 		svgtypes-0.15.3 \
 		swash-0.2.5 \
 		syn-1.0.109 \
-		syn-2.0.101 \
+		syn-2.0.106 \
 		sys-locale-0.3.2 \
-		sysinfo-0.33.1 \
+		sysinfo-0.36.1 \
 		system-deps-6.2.2 \
 		target-lexicon-0.12.16 \
-		tempfile-3.20.0 \
+		tempfile-3.23.0 \
 		termcolor-1.4.1 \
 		thiserror-1.0.69 \
-		thiserror-2.0.12 \
+		thiserror-2.0.16 \
 		thiserror-impl-1.0.69 \
-		thiserror-impl-2.0.12 \
-		tiff-0.9.1 \
-		time-0.3.41 \
-		time-core-0.1.4 \
-		time-macros-0.2.22 \
+		thiserror-impl-2.0.16 \
+		tiff-0.10.3 \
+		time-0.3.44 \
+		time-core-0.1.6 \
+		time-macros-0.2.24 \
 		tiny-skia-0.11.4 \
 		tiny-skia-path-0.11.4 \
 		tiny-xlib-0.2.4 \
-		tinyvec-1.9.0 \
+		tinyvec-1.10.0 \
 		tinyvec_macros-0.1.1 \
-		tokio-1.45.1 \
+		tokio-1.47.1 \
 		tokio-macros-2.5.0 \
 		tokio-stream-0.1.17 \
-		toml-0.8.22 \
-		toml_datetime-0.6.9 \
+		toml-0.8.23 \
+		toml-0.9.7 \
+		toml_datetime-0.6.11 \
+		toml_datetime-0.7.2 \
 		toml_edit-0.19.15 \
-		toml_edit-0.22.26 \
-		toml_write-0.1.1 \
+		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.28 \
-		tracing-core-0.1.33 \
+		tracing-attributes-0.1.30 \
+		tracing-core-0.1.34 \
 		ttf-parser-0.21.1 \
 		ttf-parser-0.25.1 \
 		typenum-1.18.0 \
@@ -461,7 +508,7 @@ CARGO_CRATES=	ab_glyph-0.2.29 \
 		unicode-bidi-0.3.18 \
 		unicode-bidi-mirroring-0.2.0 \
 		unicode-ccc-0.2.0 \
-		unicode-ident-1.0.18 \
+		unicode-ident-1.0.19 \
 		unicode-linebreak-0.1.5 \
 		unicode-properties-0.1.3 \
 		unicode-script-0.5.7 \
@@ -470,32 +517,36 @@ CARGO_CRATES=	ab_glyph-0.2.29 \
 		unicode-width-0.1.14 \
 		unicode-xid-0.2.6 \
 		usvg-0.42.0 \
-		uuid-1.17.0 \
-		v_frame-0.3.8 \
+		utf8parse-0.2.2 \
+		uuid-1.18.1 \
+		v_frame-0.3.9 \
 		version-compare-0.2.0 \
 		version_check-0.9.5 \
 		waker-fn-1.2.0 \
 		walkdir-2.5.0 \
-		wasi-0.11.0+wasi-snapshot-preview1 \
-		wasi-0.14.2+wasi-0.2.4 \
-		wasm-bindgen-0.2.100 \
-		wasm-bindgen-backend-0.2.100 \
-		wasm-bindgen-futures-0.4.50 \
-		wasm-bindgen-macro-0.2.100 \
-		wasm-bindgen-macro-support-0.2.100 \
-		wasm-bindgen-shared-0.2.100 \
+		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-timer-0.2.5 \
-		wayland-backend-0.3.10 \
-		wayland-client-0.31.10 \
+		wayland-backend-0.3.11 \
+		wayland-client-0.31.11 \
 		wayland-csd-frame-0.3.0 \
-		wayland-cursor-0.31.10 \
-		wayland-protocols-0.32.8 \
-		wayland-protocols-plasma-0.3.8 \
-		wayland-protocols-wlr-0.3.8 \
-		wayland-scanner-0.31.6 \
-		wayland-server-0.31.9 \
-		wayland-sys-0.31.6 \
-		web-sys-0.3.77 \
+		wayland-cursor-0.31.11 \
+		wayland-protocols-0.32.9 \
+		wayland-protocols-experimental-20250721.0.1 \
+		wayland-protocols-misc-0.3.9 \
+		wayland-protocols-plasma-0.3.9 \
+		wayland-protocols-wlr-0.3.9 \
+		wayland-scanner-0.31.7 \
+		wayland-server-0.31.10 \
+		wayland-sys-0.31.7 \
+		web-sys-0.3.81 \
 		web-time-1.1.0 \
 		weezl-0.1.10 \
 		wgpu-22.1.0 \
@@ -505,33 +556,40 @@ CARGO_CRATES=	ab_glyph-0.2.29 \
 		widestring-1.2.0 \
 		winapi-0.3.9 \
 		winapi-i686-pc-windows-gnu-0.4.0 \
-		winapi-util-0.1.9 \
+		winapi-util-0.1.11 \
 		winapi-x86_64-pc-windows-gnu-0.4.0 \
 		windows-0.52.0 \
 		windows-0.54.0 \
-		windows-0.57.0 \
+		windows-0.61.3 \
+		windows-collections-0.2.0 \
 		windows-core-0.52.0 \
 		windows-core-0.54.0 \
-		windows-core-0.57.0 \
 		windows-core-0.61.2 \
+		windows-core-0.62.1 \
+		windows-future-0.2.1 \
 		windows-implement-0.53.0 \
-		windows-implement-0.57.0 \
-		windows-implement-0.60.0 \
+		windows-implement-0.60.1 \
 		windows-interface-0.53.0 \
-		windows-interface-0.57.0 \
-		windows-interface-0.59.1 \
-		windows-link-0.1.1 \
+		windows-interface-0.59.2 \
+		windows-link-0.1.3 \
+		windows-link-0.2.0 \
+		windows-numerics-0.2.0 \
 		windows-result-0.1.2 \
 		windows-result-0.3.4 \
+		windows-result-0.4.0 \
 		windows-strings-0.4.2 \
+		windows-strings-0.5.0 \
 		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-targets-0.42.2 \
 		windows-targets-0.48.5 \
 		windows-targets-0.52.6 \
-		windows-targets-0.53.0 \
+		windows-targets-0.53.4 \
+		windows-threading-0.1.0 \
 		windows_aarch64_gnullvm-0.42.2 \
 		windows_aarch64_gnullvm-0.48.5 \
 		windows_aarch64_gnullvm-0.52.6 \
@@ -563,46 +621,47 @@ CARGO_CRATES=	ab_glyph-0.2.29 \
 		windows_x86_64_msvc-0.52.6 \
 		windows_x86_64_msvc-0.53.0 \
 		winnow-0.5.40 \
-		winnow-0.7.10 \
-		wit-bindgen-rt-0.39.0 \
+		winnow-0.7.13 \
+		wit-bindgen-0.46.0 \
 		x11-dl-2.21.0 \
-		x11rb-0.13.1 \
-		x11rb-protocol-0.13.1 \
-		xcursor-0.3.8 \
+		x11rb-0.13.2 \
+		x11rb-protocol-0.13.2 \
+		xcursor-0.3.10 \
 		xdg-2.5.2 \
 		xdg-home-1.3.0 \
 		xkbcommon-0.7.0 \
+		xkbcommon-0.8.0 \
 		xkbcommon-dl-0.4.2 \
 		xkeysym-0.2.1 \
-		xml-rs-0.8.26 \
+		xml-rs-0.8.27 \
 		xmlwriter-0.1.0 \
 		yansi-1.0.1 \
 		yansi-term-0.1.2 \
 		yazi-0.2.1 \
 		zbus-3.15.2 \
-		zbus-5.7.1 \
+		zbus-5.11.0 \
 		zbus_macros-3.15.2 \
-		zbus_macros-5.7.1 \
+		zbus_macros-5.11.0 \
 		zbus_names-2.6.1 \
 		zbus_names-4.2.0 \
 		zeno-0.3.3 \
-		zerocopy-0.8.25 \
-		zerocopy-derive-0.8.25 \
+		zerocopy-0.8.27 \
+		zerocopy-derive-0.8.27 \
 		zune-core-0.4.12 \
 		zune-inflate-0.2.54 \
-		zune-jpeg-0.4.14 \
+		zune-jpeg-0.4.21 \
 		zvariant-3.15.2 \
-		zvariant-5.5.3 \
+		zvariant-5.7.0 \
 		zvariant_derive-3.15.2 \
-		zvariant_derive-5.5.3 \
+		zvariant_derive-5.7.0 \
 		zvariant_utils-1.0.1 \
-		zvariant_utils-3.2.0 \
-		dpi,winit@git+https://github.com/pop-os/winit.git?tag=iced-xdg-surface-0.13\#1cc02bdab141072eaabad639d74b032fd0fcc62e \
-		cosmic-client-toolkit,cosmic-protocols@git+https://github.com/pop-os/cosmic-protocols?rev=178eb0b\#178eb0b14a0e5c192f64f6dee6c40341a8e5ee51 \
+		zvariant_utils-3.2.1 \
+		cosmic-client-toolkit,cosmic-protocols@git+https://github.com/pop-os/cosmic-protocols?rev=6254f50\#6254f50abc6dbfccadc6939f80e20081ab5f9d51 \
 		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 \
-		softbuffer@git+https://github.com/pop-os/softbuffer?tag=cosmic-4.0\#6e75b1ad7e98397d37cb187886d05969bc480995 \
-		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\#b0beb3ff2ddc8ee80e4b894e0a239aabcd45ae60 \
-		cosmic-text@git+https://github.com/pop-os/cosmic-text.git\#987ff45ff20f3cee1322e2f2909ac4c2c26f8321 \
+		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 \
-		smithay-clipboard@git+https://github.com/pop-os/smithay-clipboard?tag=pop-dnd-5\#5a3007def49eb678d1144850c9ee04b80707c56a
+		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
diff --git a/x11/ashell/distinfo b/x11/ashell/distinfo
index c64e90764447..da41b00b7092 100644
--- a/x11/ashell/distinfo
+++ b/x11/ashell/distinfo
@@ -1,12 +1,12 @@
-TIMESTAMP = 1754943102
-SHA256 (rust/crates/ab_glyph-0.2.29.crate) = ec3672c180e71eeaaac3a541fbbc5f5ad4def8b747c595ad30d674e43049f7b0
-SIZE (rust/crates/ab_glyph-0.2.29.crate) = 20011
-SHA256 (rust/crates/ab_glyph_rasterizer-0.1.8.crate) = c71b1793ee61086797f5c80b6efa2b8ffa6d5dd703f118545808a7f2e27f7046
-SIZE (rust/crates/ab_glyph_rasterizer-0.1.8.crate) = 11010
-SHA256 (rust/crates/addr2line-0.24.2.crate) = dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1
-SIZE (rust/crates/addr2line-0.24.2.crate) = 39015
-SHA256 (rust/crates/adler2-2.0.0.crate) = 512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627
-SIZE (rust/crates/adler2-2.0.0.crate) = 13529
+TIMESTAMP = 1760009854
+SHA256 (rust/crates/ab_glyph-0.2.31.crate) = e074464580a518d16a7126262fffaaa47af89d4099d4cb403f8ed938ba12ee7d
+SIZE (rust/crates/ab_glyph-0.2.31.crate) = 20909
+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
@@ -15,24 +15,32 @@ SHA256 (rust/crates/aho-corasick-1.1.3.crate) = 8e60d3430d3a69478ad0993f19238d2d
 SIZE (rust/crates/aho-corasick-1.1.3.crate) = 183311
 SHA256 (rust/crates/aliasable-0.1.3.crate) = 250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd
 SIZE (rust/crates/aliasable-0.1.3.crate) = 6169
-SHA256 (rust/crates/aligned-vec-0.5.0.crate) = 4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1
-SIZE (rust/crates/aligned-vec-0.5.0.crate) = 8921
+SHA256 (rust/crates/aligned-vec-0.6.4.crate) = dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b
+SIZE (rust/crates/aligned-vec-0.6.4.crate) = 12609
 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-tzdata-0.1.1.crate) = e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0
-SIZE (rust/crates/android-tzdata-0.1.1.crate) = 7674
 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/anyhow-1.0.98.crate) = e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487
-SIZE (rust/crates/anyhow-1.0.98.crate) = 53334
+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/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/anyhow-1.0.100.crate) = a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61
+SIZE (rust/crates/anyhow-1.0.100.crate) = 54059
 SHA256 (rust/crates/approx-0.5.1.crate) = cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6
 SIZE (rust/crates/approx-0.5.1.crate) = 15100
-SHA256 (rust/crates/arbitrary-1.4.1.crate) = dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223
-SIZE (rust/crates/arbitrary-1.4.1.crate) = 36816
+SHA256 (rust/crates/arbitrary-1.4.2.crate) = c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1
+SIZE (rust/crates/arbitrary-1.4.2.crate) = 38307
 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/arrayref-0.3.9.crate) = 76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb
@@ -47,30 +55,30 @@ SHA256 (rust/crates/async-broadcast-0.5.1.crate) = 7c48ccdbf6ca6b121e0f586cbc0e7
 SIZE (rust/crates/async-broadcast-0.5.1.crate) = 20134
 SHA256 (rust/crates/async-broadcast-0.7.2.crate) = 435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532
 SIZE (rust/crates/async-broadcast-0.7.2.crate) = 22746
-SHA256 (rust/crates/async-channel-2.3.1.crate) = 89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a
-SIZE (rust/crates/async-channel-2.3.1.crate) = 14576
+SHA256 (rust/crates/async-channel-2.5.0.crate) = 924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2
+SIZE (rust/crates/async-channel-2.5.0.crate) = 18624
 SHA256 (rust/crates/async-io-1.13.0.crate) = 0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af
 SIZE (rust/crates/async-io-1.13.0.crate) = 37191
-SHA256 (rust/crates/async-io-2.4.0.crate) = 43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059
-SIZE (rust/crates/async-io-2.4.0.crate) = 49252
+SHA256 (rust/crates/async-io-2.6.0.crate) = 456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc
+SIZE (rust/crates/async-io-2.6.0.crate) = 51062
 SHA256 (rust/crates/async-lock-2.8.0.crate) = 287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b
 SIZE (rust/crates/async-lock-2.8.0.crate) = 29944
-SHA256 (rust/crates/async-lock-3.4.0.crate) = ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18
-SIZE (rust/crates/async-lock-3.4.0.crate) = 34446
+SHA256 (rust/crates/async-lock-3.4.1.crate) = 5fd03604047cee9b6ce9de9f70c6cd540a0520c813cbd49bae61f33ab80ed1dc
+SIZE (rust/crates/async-lock-3.4.1.crate) = 40981
 SHA256 (rust/crates/async-process-1.8.1.crate) = ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88
 SIZE (rust/crates/async-process-1.8.1.crate) = 22758
 SHA256 (rust/crates/async-recursion-1.1.1.crate) = 3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11
 SIZE (rust/crates/async-recursion-1.1.1.crate) = 14874
-SHA256 (rust/crates/async-signal-0.2.10.crate) = 637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3
-SIZE (rust/crates/async-signal-0.2.10.crate) = 16970
+SHA256 (rust/crates/async-signal-0.2.13.crate) = 43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c
+SIZE (rust/crates/async-signal-0.2.13.crate) = 17015
 SHA256 (rust/crates/async-stream-0.3.6.crate) = 0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476
 SIZE (rust/crates/async-stream-0.3.6.crate) = 13823
 SHA256 (rust/crates/async-stream-impl-0.3.6.crate) = c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d
 SIZE (rust/crates/async-stream-impl-0.3.6.crate) = 4312
 SHA256 (rust/crates/async-task-4.7.1.crate) = 8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de
 SIZE (rust/crates/async-task-4.7.1.crate) = 38077
-SHA256 (rust/crates/async-trait-0.1.88.crate) = e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5
-SIZE (rust/crates/async-trait-0.1.88.crate) = 32084
+SHA256 (rust/crates/async-trait-0.1.89.crate) = 9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb
+SIZE (rust/crates/async-trait-0.1.89.crate) = 32171
 SHA256 (rust/crates/atomic-waker-1.1.2.crate) = 1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0
 SIZE (rust/crates/atomic-waker-1.1.2.crate) = 12422
 SHA256 (rust/crates/atspi-0.19.0.crate) = 6059f350ab6f593ea00727b334265c4dfc7fd442ee32d264794bd9bdc68e87ca
@@ -81,14 +89,14 @@ SHA256 (rust/crates/atspi-connection-0.3.0.crate) = a0c65e7d70f86d4c0e3b2d585d9b
 SIZE (rust/crates/atspi-connection-0.3.0.crate) = 9355
 SHA256 (rust/crates/atspi-proxies-0.3.0.crate) = 6495661273703e7a229356dcbe8c8f38223d697aacfaf0e13590a9ac9977bb52
 SIZE (rust/crates/atspi-proxies-0.3.0.crate) = 26272
-SHA256 (rust/crates/autocfg-1.4.0.crate) = ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26
-SIZE (rust/crates/autocfg-1.4.0.crate) = 17712
+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/avif-serialize-0.8.3.crate) = 98922d6a4cfbcb08820c69d8eeccc05bb1f29bfa06b4f5b1dbfe9a868bd7608e
-SIZE (rust/crates/avif-serialize-0.8.3.crate) = 12696
-SHA256 (rust/crates/backtrace-0.3.75.crate) = 6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002
-SIZE (rust/crates/backtrace-0.3.75.crate) = 92665
+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
@@ -97,12 +105,12 @@ SHA256 (rust/crates/bit-set-0.6.0.crate) = f0481a0e032742109b1133a095184ee93d88f
 SIZE (rust/crates/bit-set-0.6.0.crate) = 15557
*** 1730 LINES SKIPPED ***


home | help

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