Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Apr 2026 09:16:54 +0000
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6a5753cd05f5 - main - audio/shortwave: Update to 5.1.0
Message-ID:  <69e5ef06.22ee7.1b165446@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by decke:

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

commit 6a5753cd05f55a80267109af23e492af598a3f1c
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2026-04-20 08:22:57 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2026-04-20 08:22:57 +0000

    audio/shortwave: Update to 5.1.0
---
 audio/shortwave/Makefile                           |    6 +-
 audio/shortwave/Makefile.crates                    |  643 +++++-----
 audio/shortwave/distinfo                           | 1292 ++++++++++----------
 audio/shortwave/files/patch-Cargo.toml             |   36 +-
 audio/shortwave/files/patch-meson.build            |   11 +-
 .../shortwave/files/patch-src_api_cover__loader.rs |   54 +-
 audio/shortwave/pkg-plist                          |    1 +
 7 files changed, 1065 insertions(+), 978 deletions(-)

diff --git a/audio/shortwave/Makefile b/audio/shortwave/Makefile
index bfc592d1b104..541230eade48 100644
--- a/audio/shortwave/Makefile
+++ b/audio/shortwave/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	shortwave
-DISTVERSION=	5.0.0
-PORTREVISION=	8
+DISTVERSION=	5.1.0
 CATEGORIES=	audio
 
 MAINTAINER=	decke@FreeBSD.org
@@ -11,11 +10,12 @@ LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING.md
 
 LIB_DEPENDS=	libdbus-1.so:devel/dbus \
+		libgraphene-1.0.so:graphics/graphene \
 		libshumate-1.0.so:x11-toolkits/libshumate
 
 USES=		cargo desktop-file-utils gettext gnome gstreamer meson pkgconfig sqlite ssl
 USE_GITLAB=	yes
-USE_GNOME=	gdkpixbuf gtk40 libadwaita
+USE_GNOME=	gtk40 libadwaita
 USE_GSTREAMER=	good libav soup vorbis
 GL_SITE=	https://gitlab.gnome.org
 GL_ACCOUNT=	World
diff --git a/audio/shortwave/Makefile.crates b/audio/shortwave/Makefile.crates
index 6b81ce5c8043..b5e4ef3315a5 100644
--- a/audio/shortwave/Makefile.crates
+++ b/audio/shortwave/Makefile.crates
@@ -1,430 +1,445 @@
-CARGO_CRATES=	Inflector-0.11.4 \
-		addr2line-0.24.2 \
-		adler2-2.0.0 \
-		aho-corasick-1.1.3 \
-		android-tzdata-0.1.1 \
+CARGO_CRATES=	aho-corasick-1.1.4 \
 		android_system_properties-0.1.5 \
-		anyhow-1.0.95 \
-		ashpd-0.10.2 \
+		anyhow-1.0.102 \
+		ashpd-0.12.3 \
 		async-broadcast-0.7.2 \
 		async-channel-1.9.0 \
-		async-channel-2.3.1 \
-		async-compat-0.2.4 \
-		async-executor-1.13.1 \
-		async-fs-2.1.2 \
+		async-channel-2.5.0 \
+		async-compat-0.2.5 \
+		async-executor-1.14.0 \
+		async-fs-2.2.0 \
 		async-global-executor-2.4.1 \
-		async-io-1.13.0 \
-		async-io-2.4.0 \
-		async-lock-2.8.0 \
-		async-lock-3.4.0 \
+		async-io-2.6.0 \
+		async-lock-3.4.2 \
 		async-native-tls-0.5.0 \
 		async-net-2.0.0 \
-		async-process-2.3.0 \
+		async-process-2.5.0 \
 		async-recursion-1.1.1 \
-		async-signal-0.2.10 \
-		async-std-1.13.0 \
-		async-std-resolver-0.24.2 \
+		async-signal-0.2.14 \
+		async-std-1.13.2 \
 		async-task-4.7.1 \
-		async-trait-0.1.84 \
+		async-trait-0.1.89 \
 		atomic-waker-1.1.2 \
 		atomic_refcell-0.1.13 \
-		autocfg-1.4.0 \
-		backtrace-0.3.74 \
+		autocfg-1.5.0 \
 		base64-0.21.7 \
 		base64-0.22.1 \
-		bitflags-1.3.2 \
-		bitflags-2.6.0 \
+		bitflags-2.11.1 \
 		block-0.1.6 \
 		block-buffer-0.10.4 \
-		blocking-1.6.1 \
-		bumpalo-3.16.0 \
-		byteorder-1.5.0 \
-		bytes-1.9.0 \
+		blocking-1.6.2 \
+		bumpalo-3.20.2 \
+		bytes-1.11.1 \
 		cacache-13.1.0 \
-		cairo-rs-0.20.7 \
-		cairo-sys-rs-0.20.7 \
-		cast-sender-0.2.0 \
-		cc-1.2.7 \
-		cfg-expr-0.17.2 \
-		cfg-if-1.0.0 \
-		cfg_aliases-0.2.1 \
-		chrono-0.4.39 \
+		cairo-rs-0.21.5 \
+		cairo-sys-rs-0.21.5 \
+		cast-sender-0.3.0 \
+		cc-1.2.60 \
+		cfg-expr-0.20.7 \
+		cfg-if-1.0.4 \
+		chrono-0.4.44 \
 		concurrent-queue-2.5.0 \
 		core-foundation-0.9.4 \
+		core-foundation-0.10.1 \
 		core-foundation-sys-0.8.7 \
-		cpufeatures-0.2.16 \
+		cpufeatures-0.2.17 \
+		critical-section-1.2.0 \
+		crossbeam-channel-0.5.15 \
+		crossbeam-epoch-0.9.18 \
 		crossbeam-utils-0.8.21 \
-		crypto-common-0.1.6 \
-		darling-0.20.10 \
-		darling_core-0.20.10 \
-		darling_macro-0.20.10 \
-		data-encoding-2.6.0 \
-		deranged-0.3.11 \
+		cruet-0.15.0 \
+		crypto-common-0.1.7 \
+		darling-0.20.11 \
+		darling-0.21.3 \
+		darling-0.23.0 \
+		darling_core-0.20.11 \
+		darling_core-0.21.3 \
+		darling_core-0.23.0 \
+		darling_macro-0.20.11 \
+		darling_macro-0.21.3 \
+		darling_macro-0.23.0 \
+		data-encoding-2.10.0 \
+		deranged-0.5.8 \
 		derive_builder-0.20.2 \
 		derive_builder_core-0.20.2 \
 		derive_builder_macro-0.20.2 \
-		diesel-2.2.6 \
-		diesel_derives-2.2.3 \
-		diesel_migrations-2.2.0 \
-		diesel_table_macro_syntax-0.2.0 \
+		diesel-2.3.7 \
+		diesel_derives-2.3.7 \
+		diesel_migrations-2.3.1 \
+		diesel_table_macro_syntax-0.3.0 \
 		digest-0.10.7 \
 		displaydoc-0.2.5 \
-		dsl_auto_type-0.1.2 \
-		either-1.13.0 \
+		downcast-rs-2.0.2 \
+		dsl_auto_type-0.2.0 \
+		dyn-clone-1.0.20 \
+		either-1.15.0 \
 		encoding_rs-0.8.35 \
-		endi-1.1.0 \
+		endi-1.1.1 \
 		enum-as-inner-0.6.1 \
-		enumflags2-0.7.10 \
-		enumflags2_derive-0.7.10 \
+		enumflags2-0.7.12 \
+		enumflags2_derive-0.7.12 \
 		env_logger-0.10.2 \
-		equivalent-1.0.1 \
-		errno-0.3.10 \
+		equivalent-1.0.2 \
+		errno-0.3.14 \
 		event-listener-2.5.3 \
-		event-listener-5.3.1 \
-		event-listener-strategy-0.5.3 \
-		fastrand-1.9.0 \
-		fastrand-2.3.0 \
+		event-listener-5.4.1 \
+		event-listener-strategy-0.5.4 \
+		fastrand-2.4.1 \
 		field-offset-0.3.6 \
+		find-msvc-tools-0.1.9 \
 		flume-0.11.1 \
 		fnv-1.0.7 \
+		foldhash-0.1.5 \
+		foldhash-0.2.0 \
 		foreign-types-0.3.2 \
 		foreign-types-shared-0.1.1 \
-		form_urlencoded-1.2.1 \
-		futures-0.3.31 \
-		futures-channel-0.3.31 \
-		futures-core-0.3.31 \
-		futures-executor-0.3.31 \
-		futures-io-0.3.31 \
-		futures-lite-1.13.0 \
-		futures-lite-2.5.0 \
-		futures-macro-0.3.31 \
-		futures-sink-0.3.31 \
-		futures-task-0.3.31 \
-		futures-util-0.3.31 \
-		gdk-pixbuf-0.20.7 \
-		gdk-pixbuf-sys-0.20.7 \
-		gdk4-0.9.5 \
-		gdk4-sys-0.9.5 \
-		gdk4-wayland-0.9.1 \
-		gdk4-wayland-sys-0.9.0 \
-		gdk4-x11-0.9.0 \
-		gdk4-x11-sys-0.9.0 \
+		form_urlencoded-1.2.2 \
+		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-lite-2.6.1 \
+		futures-macro-0.3.32 \
+		futures-sink-0.3.32 \
+		futures-task-0.3.32 \
+		futures-util-0.3.32 \
+		gdk-pixbuf-0.21.5 \
+		gdk-pixbuf-sys-0.21.5 \
+		gdk4-0.10.3 \
+		gdk4-sys-0.10.3 \
+		gdk4-wayland-0.10.3 \
+		gdk4-wayland-sys-0.10.3 \
+		gdk4-x11-0.10.3 \
+		gdk4-x11-sys-0.10.3 \
 		generic-array-0.14.7 \
-		getrandom-0.2.15 \
-		gettext-rs-0.7.2 \
-		gettext-sys-0.22.5 \
-		gimli-0.31.1 \
-		gio-0.20.7 \
-		gio-sys-0.20.8 \
-		glib-0.20.7 \
-		glib-macros-0.20.7 \
-		glib-sys-0.20.7 \
+		getrandom-0.2.17 \
+		getrandom-0.3.4 \
+		getrandom-0.4.2 \
+		gettext-rs-0.7.7 \
+		gettext-sys-0.26.0 \
+		gio-0.21.5 \
+		gio-sys-0.21.5 \
+		glib-0.21.5 \
+		glib-macros-0.21.5 \
+		glib-sys-0.21.5 \
 		gloo-timers-0.3.0 \
-		gobject-sys-0.20.7 \
-		graphene-rs-0.20.7 \
-		graphene-sys-0.20.7 \
-		gsk4-0.9.5 \
-		gsk4-sys-0.9.5 \
-		gstreamer-0.23.4 \
-		gstreamer-audio-0.23.4 \
-		gstreamer-audio-sys-0.23.4 \
-		gstreamer-base-0.23.4 \
-		gstreamer-base-sys-0.23.4 \
-		gstreamer-sys-0.23.4 \
-		gtk4-0.9.5 \
-		gtk4-macros-0.9.5 \
-		gtk4-sys-0.9.5 \
-		h2-0.4.7 \
+		gobject-sys-0.21.5 \
+		graphene-rs-0.21.5 \
+		graphene-sys-0.21.5 \
+		gsk4-0.10.3 \
+		gsk4-sys-0.10.3 \
+		gstreamer-0.24.5 \
+		gstreamer-audio-0.24.5 \
+		gstreamer-audio-sys-0.24.5 \
+		gstreamer-base-0.24.5 \
+		gstreamer-base-sys-0.24.5 \
+		gstreamer-sys-0.24.5 \
+		gtk4-0.10.3 \
+		gtk4-macros-0.10.3 \
+		gtk4-sys-0.10.3 \
+		h2-0.4.13 \
 		hashbrown-0.12.3 \
-		hashbrown-0.15.2 \
+		hashbrown-0.15.5 \
+		hashbrown-0.16.1 \
+		hashbrown-0.17.0 \
 		heck-0.5.0 \
-		hermit-abi-0.3.9 \
-		hermit-abi-0.4.0 \
+		hermit-abi-0.5.2 \
 		hex-0.4.3 \
-		hickory-proto-0.24.2 \
-		hickory-resolver-0.24.2 \
-		hostname-0.3.1 \
-		http-1.2.0 \
+		hickory-proto-0.25.2 \
+		hickory-resolver-0.25.2 \
+		http-1.4.0 \
 		http-body-1.0.1 \
-		http-body-util-0.1.2 \
-		httparse-1.10.0 \
-		humantime-2.1.0 \
-		hyper-1.6.0 \
-		hyper-rustls-0.27.5 \
+		http-body-util-0.1.3 \
+		httparse-1.10.1 \
+		humantime-2.3.0 \
+		hyper-1.9.0 \
+		hyper-rustls-0.27.9 \
 		hyper-tls-0.6.0 \
-		hyper-util-0.1.10 \
-		iana-time-zone-0.1.61 \
+		hyper-util-0.1.20 \
+		iana-time-zone-0.1.65 \
 		iana-time-zone-haiku-0.1.2 \
-		icu_collections-1.5.0 \
-		icu_locid-1.5.0 \
-		icu_locid_transform-1.5.0 \
-		icu_locid_transform_data-1.5.0 \
-		icu_normalizer-1.5.0 \
-		icu_normalizer_data-1.5.0 \
-		icu_properties-1.5.1 \
-		icu_properties_data-1.5.0 \
-		icu_provider-1.5.0 \
-		icu_provider_macros-1.5.0 \
+		icu_collections-2.2.0 \
+		icu_locale_core-2.2.0 \
+		icu_normalizer-2.2.0 \
+		icu_normalizer_data-2.2.0 \
+		icu_properties-2.2.0 \
+		icu_properties_data-2.2.0 \
+		icu_provider-2.2.0 \
+		id-arena-2.3.0 \
 		ident_case-1.0.1 \
-		idna-1.0.3 \
-		idna_adapter-1.2.0 \
-		if-addrs-0.13.3 \
+		idna-1.1.0 \
+		idna_adapter-1.2.1 \
+		if-addrs-0.13.4 \
 		indexmap-1.9.3 \
-		indexmap-2.7.0 \
-		instant-0.1.13 \
-		io-lifetimes-1.0.11 \
-		ipconfig-0.3.2 \
-		ipnet-2.10.1 \
-		is-terminal-0.4.13 \
-		itertools-0.13.0 \
-		itoa-1.0.14 \
-		js-sys-0.3.76 \
+		indexmap-2.14.0 \
+		ipconfig-0.3.4 \
+		ipnet-2.12.0 \
+		iri-string-0.7.12 \
+		is-terminal-0.4.17 \
+		itertools-0.14.0 \
+		itoa-1.0.18 \
+		js-sys-0.3.95 \
+		kstring-2.0.2 \
 		kv-log-macro-1.0.7 \
 		language-tags-0.3.2 \
 		lazy_static-1.5.0 \
-		libadwaita-0.7.1 \
-		libadwaita-sys-0.7.1 \
-		libc-0.2.169 \
-		libshumate-0.6.0 \
-		libshumate-sys-0.6.0 \
-		libsqlite3-sys-0.30.1 \
-		linked-hash-map-0.5.6 \
-		linux-raw-sys-0.3.8 \
-		linux-raw-sys-0.4.14 \
-		litemap-0.7.4 \
+		leb128fmt-0.1.0 \
+		libadwaita-0.8.1 \
+		libadwaita-sys-0.8.1 \
+		libc-0.2.185 \
+		libglycin-gtk4-rebind-0.0.1 \
+		libglycin-gtk4-rebind-sys-0.0.1 \
+		libglycin-rebind-0.0.1 \
+		libglycin-rebind-sys-0.0.1 \
+		libshumate-0.7.0 \
+		libshumate-sys-0.7.0 \
+		libsqlite3-sys-0.36.0 \
+		linux-raw-sys-0.12.1 \
+		litemap-0.8.2 \
 		locale_config-0.3.0 \
-		lock_api-0.4.12 \
-		log-0.4.22 \
-		lru-cache-0.1.2 \
+		lock_api-0.4.14 \
+		log-0.4.29 \
 		malloc_buf-0.0.6 \
-		match_cfg-0.1.0 \
-		mdns-sd-0.13.1 \
-		memchr-2.7.4 \
+		mdns-sd-0.13.11 \
+		memchr-2.8.0 \
 		memmap2-0.5.10 \
 		memoffset-0.9.1 \
 		miette-5.10.0 \
 		miette-derive-5.10.0 \
-		migrations_internals-2.2.0 \
-		migrations_macros-2.2.0 \
+		migrations_internals-2.3.0 \
+		migrations_macros-2.3.0 \
 		mime-0.3.17 \
-		miniz_oxide-0.8.3 \
-		mio-1.0.3 \
-		mpris-server-0.8.1 \
+		mio-1.2.0 \
+		moka-0.12.15 \
+		mpris-server-0.9.0 \
 		muldiv-1.0.1 \
-		native-tls-0.2.12 \
-		nix-0.29.0 \
-		num-conv-0.1.0 \
+		native-tls-0.2.18 \
+		num-conv-0.2.1 \
 		num-integer-0.1.46 \
 		num-rational-0.4.2 \
 		num-traits-0.2.19 \
 		objc-0.2.7 \
 		objc-foundation-0.1.1 \
 		objc_id-0.1.1 \
-		object-0.36.7 \
-		once_cell-1.20.2 \
-		openssl-0.10.68 \
+		once_cell-1.21.4 \
+		openssl-0.10.77 \
 		openssl-macros-0.1.1 \
-		openssl-probe-0.1.5 \
-		openssl-sys-0.9.104 \
-		option-operations-0.5.0 \
+		openssl-probe-0.2.1 \
+		openssl-sys-0.9.113 \
+		option-operations-0.6.1 \
 		ordered-stream-0.2.0 \
-		pango-0.20.7 \
-		pango-sys-0.20.7 \
+		pango-0.21.5 \
+		pango-sys-0.21.5 \
 		parking-2.2.1 \
-		parking_lot-0.12.3 \
-		parking_lot_core-0.9.10 \
-		paste-1.0.15 \
-		percent-encoding-2.3.1 \
-		pin-project-lite-0.1.12 \
-		pin-project-lite-0.2.15 \
+		parking_lot-0.12.5 \
+		parking_lot_core-0.9.12 \
+		pastey-0.2.1 \
+		percent-encoding-2.3.2 \
+		pin-project-lite-0.2.17 \
 		pin-utils-0.1.0 \
-		piper-0.2.4 \
-		pkg-config-0.3.31 \
-		polling-2.8.0 \
-		polling-3.7.4 \
+		piper-0.2.5 \
+		pkg-config-0.3.33 \
+		polling-3.11.0 \
+		portable-atomic-1.13.1 \
+		potential_utf-0.1.5 \
 		powerfmt-0.2.0 \
-		ppv-lite86-0.2.20 \
+		ppv-lite86-0.2.21 \
 		pretty_env_logger-0.5.0 \
-		proc-macro-crate-3.2.0 \
-		proc-macro2-1.0.92 \
-		prost-0.13.4 \
-		prost-derive-0.13.4 \
-		quick-error-1.2.3 \
-		quote-1.0.38 \
+		prettyplease-0.2.37 \
+		proc-macro-crate-3.5.0 \
+		proc-macro2-1.0.106 \
+		prost-0.14.3 \
+		prost-derive-0.14.3 \
+		quote-1.0.45 \
+		r-efi-5.3.0 \
+		r-efi-6.0.0 \
 		r2d2-0.8.10 \
-		rand-0.8.5 \
-		rand_chacha-0.3.1 \
-		rand_core-0.6.4 \
-		redox_syscall-0.5.8 \
-		reflink-copy-0.1.20 \
-		regex-1.11.1 \
-		regex-automata-0.4.9 \
-		regex-syntax-0.8.5 \
-		reqwest-0.12.12 \
-		resolv-conf-0.7.0 \
-		ring-0.17.8 \
-		rustc-demangle-0.1.24 \
+		rand-0.9.4 \
+		rand_chacha-0.9.0 \
+		rand_core-0.9.5 \
+		redox_syscall-0.5.18 \
+		ref-cast-1.0.25 \
+		ref-cast-impl-1.0.25 \
+		reflink-copy-0.1.29 \
+		regex-1.12.3 \
+		regex-automata-0.4.14 \
+		regex-syntax-0.8.10 \
+		reqwest-0.12.28 \
+		resolv-conf-0.7.6 \
+		ring-0.17.14 \
+		rsqlite-vfs-0.1.0 \
 		rustc_version-0.4.1 \
-		rustix-0.37.27 \
-		rustix-0.38.42 \
-		rustls-0.23.22 \
-		rustls-pemfile-2.2.0 \
-		rustls-pki-types-1.11.0 \
-		rustls-webpki-0.102.8 \
-		rustversion-1.0.19 \
-		ryu-1.0.18 \
+		rustix-1.1.4 \
+		rustls-0.23.38 \
+		rustls-pki-types-1.14.0 \
+		rustls-webpki-0.103.12 \
+		rustversion-1.0.22 \
+		ryu-1.0.23 \
 		same-file-1.0.6 \
 		sanitize-filename-0.6.0 \
-		schannel-0.1.27 \
+		schannel-0.1.29 \
 		scheduled-thread-pool-0.2.7 \
+		schemars-0.9.0 \
+		schemars-1.2.1 \
 		scopeguard-1.2.0 \
-		security-framework-2.11.1 \
-		security-framework-sys-2.13.0 \
-		semver-1.0.24 \
-		serde-1.0.217 \
-		serde_derive-1.0.217 \
-		serde_json-1.0.134 \
-		serde_repr-0.1.19 \
-		serde_spanned-0.6.8 \
+		security-framework-3.7.0 \
+		security-framework-sys-2.17.0 \
+		semver-1.0.28 \
+		serde-1.0.228 \
+		serde_core-1.0.228 \
+		serde_derive-1.0.228 \
+		serde_json-1.0.149 \
+		serde_repr-0.1.20 \
+		serde_spanned-1.1.1 \
 		serde_urlencoded-0.7.1 \
-		serde_with-3.12.0 \
-		serde_with_macros-3.12.0 \
+		serde_with-3.18.0 \
+		serde_with_macros-3.18.0 \
 		sha-1-0.10.1 \
 		sha1-0.10.6 \
-		sha2-0.10.8 \
+		sha2-0.10.9 \
 		shlex-1.3.0 \
-		signal-hook-registry-1.4.2 \
-		slab-0.4.9 \
-		smallvec-1.13.2 \
+		signal-hook-registry-1.4.8 \
+		slab-0.4.12 \
+		smallvec-1.15.1 \
 		smol-2.0.2 \
-		smol-timeout-0.6.0 \
-		socket2-0.4.10 \
-		socket2-0.5.8 \
+		smol-timeout-0.6.1 \
+		socket2-0.5.10 \
+		socket2-0.6.3 \
 		spin-0.9.8 \
+		sqlite-wasm-rs-0.5.3 \
 		ssri-9.2.0 \
-		stable_deref_trait-1.2.0 \
+		stable_deref_trait-1.2.1 \
 		static_assertions-1.1.0 \
 		strsim-0.11.1 \
-		strum-0.26.3 \
-		strum_macros-0.26.4 \
+		strum-0.27.2 \
+		strum_macros-0.27.2 \
 		subtle-2.6.1 \
-		syn-2.0.94 \
+		syn-2.0.117 \
 		sync_wrapper-1.0.2 \
-		synstructure-0.13.1 \
+		synstructure-0.13.2 \
 		sys-locale-0.3.2 \
-		system-configuration-0.6.1 \
+		system-configuration-0.7.0 \
 		system-configuration-sys-0.6.0 \
-		system-deps-7.0.3 \
-		target-lexicon-0.12.16 \
-		temp-dir-0.1.14 \
-		tempfile-3.15.0 \
+		system-deps-7.0.8 \
+		tagptr-0.2.0 \
+		target-lexicon-0.13.3 \
+		temp-dir-0.1.16 \
+		tempfile-3.27.0 \
 		termcolor-1.4.1 \
 		thiserror-1.0.69 \
-		thiserror-2.0.9 \
+		thiserror-2.0.18 \
 		thiserror-impl-1.0.69 \
-		thiserror-impl-2.0.9 \
-		time-0.3.37 \
-		time-core-0.1.2 \
-		time-macros-0.2.19 \
-		tinystr-0.7.6 \
-		tinyvec-1.8.1 \
+		thiserror-impl-2.0.18 \
+		time-0.3.47 \
+		time-core-0.1.8 \
+		time-macros-0.2.27 \
+		tinystr-0.8.3 \
+		tinyvec-1.11.0 \
 		tinyvec_macros-0.1.1 \
-		tokio-1.43.0 \
+		tokio-1.52.1 \
+		tokio-macros-2.7.0 \
 		tokio-native-tls-0.3.1 \
-		tokio-rustls-0.26.1 \
-		tokio-util-0.7.13 \
-		toml-0.8.19 \
-		toml_datetime-0.6.8 \
-		toml_edit-0.22.22 \
-		tower-0.5.2 \
+		tokio-rustls-0.26.4 \
+		tokio-util-0.7.18 \
+		toml-0.9.12+spec-1.1.0 \
+		toml-1.1.2+spec-1.1.0 \
+		toml_datetime-0.7.5+spec-1.1.0 \
+		toml_datetime-1.1.1+spec-1.1.0 \
+		toml_edit-0.25.11+spec-1.1.0 \
+		toml_parser-1.1.2+spec-1.1.0 \
+		toml_writer-1.1.1+spec-1.1.0 \
+		tower-0.5.3 \
+		tower-http-0.6.8 \
 		tower-layer-0.3.3 \
 		tower-service-0.3.3 \
-		tracing-0.1.41 \
-		tracing-attributes-0.1.28 \
-		tracing-core-0.1.33 \
+		tracing-0.1.44 \
+		tracing-attributes-0.1.31 \
+		tracing-core-0.1.36 \
 		trait-variant-0.1.2 \
 		try-lock-0.2.5 \
-		typenum-1.17.0 \
-		uds_windows-1.1.0 \
-		unicode-ident-1.0.14 \
+		typenum-1.20.0 \
+		uds_windows-1.2.1 \
+		unicode-ident-1.0.24 \
 		unicode-width-0.1.14 \
+		unicode-xid-0.2.6 \
 		untrusted-0.9.0 \
-		url-2.5.4 \
-		utf16_iter-1.0.5 \
+		url-2.5.8 \
 		utf8_iter-1.0.4 \
-		uuid-1.11.0 \
-		value-bag-1.10.0 \
+		uuid-1.23.1 \
+		value-bag-1.12.0 \
 		vcpkg-0.2.15 \
-		version-compare-0.2.0 \
+		version-compare-0.2.1 \
 		version_check-0.9.5 \
-		waker-fn-1.2.0 \
 		walkdir-2.5.0 \
 		want-0.3.1 \
-		wasi-0.11.0+wasi-snapshot-preview1 \
-		wasm-bindgen-0.2.99 \
-		wasm-bindgen-backend-0.2.99 \
-		wasm-bindgen-futures-0.4.49 \
-		wasm-bindgen-macro-0.2.99 \
-		wasm-bindgen-macro-support-0.2.99 \
-		wasm-bindgen-shared-0.2.99 \
-		web-sys-0.3.76 \
-		widestring-1.1.0 \
+		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.118 \
+		wasm-bindgen-futures-0.4.68 \
+		wasm-bindgen-macro-0.2.118 \
+		wasm-bindgen-macro-support-0.2.118 \
+		wasm-bindgen-shared-0.2.118 \
+		wasm-encoder-0.244.0 \
+		wasm-metadata-0.244.0 \
+		wasmparser-0.244.0 \
+		web-sys-0.3.95 \
+		widestring-1.2.1 \
 		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.58.0 \
-		windows-core-0.52.0 \
-		windows-core-0.58.0 \
-		windows-implement-0.58.0 \
-		windows-interface-0.58.0 \
-		windows-registry-0.2.0 \
-		windows-result-0.2.0 \
-		windows-strings-0.1.0 \
-		windows-sys-0.48.0 \
+		windows-0.62.2 \
+		windows-collections-0.3.2 \
+		windows-core-0.62.2 \
+		windows-future-0.3.2 \
+		windows-implement-0.60.2 \
+		windows-interface-0.59.3 \
+		windows-link-0.2.1 \
+		windows-numerics-0.3.1 \
+		windows-registry-0.6.1 \
+		windows-result-0.4.1 \
+		windows-strings-0.5.1 \
 		windows-sys-0.52.0 \
 		windows-sys-0.59.0 \
-		windows-targets-0.48.5 \
+		windows-sys-0.61.2 \
 		windows-targets-0.52.6 \
-		windows_aarch64_gnullvm-0.48.5 \
+		windows-threading-0.2.1 \
 		windows_aarch64_gnullvm-0.52.6 \
-		windows_aarch64_msvc-0.48.5 \
 		windows_aarch64_msvc-0.52.6 \
-		windows_i686_gnu-0.48.5 \
 		windows_i686_gnu-0.52.6 \
 		windows_i686_gnullvm-0.52.6 \
-		windows_i686_msvc-0.48.5 \
 		windows_i686_msvc-0.52.6 \
-		windows_x86_64_gnu-0.48.5 \
 		windows_x86_64_gnu-0.52.6 \
-		windows_x86_64_gnullvm-0.48.5 \
 		windows_x86_64_gnullvm-0.52.6 \
-		windows_x86_64_msvc-0.48.5 \
 		windows_x86_64_msvc-0.52.6 \
-		winnow-0.6.21 \
-		winreg-0.50.0 \
-		write16-1.0.0 \
-		writeable-0.5.5 \
-		xdg-home-1.3.0 \
+		winnow-0.7.15 \
+		winnow-1.0.1 \
+		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 \
+		writeable-0.6.3 \
+		x11-2.21.0 \
 		xxhash-rust-0.8.15 \
-		yoke-0.7.5 \
-		yoke-derive-0.7.5 \
-		zbus-4.4.0 \
-		zbus-5.2.0 \
-		zbus_macros-4.4.0 \
-		zbus_macros-5.2.0 \
-		zbus_names-3.0.0 \
-		zbus_names-4.1.0 \
-		zerocopy-0.7.35 \
-		zerocopy-derive-0.7.35 \
-		zerofrom-0.1.5 \
-		zerofrom-derive-0.1.5 \
-		zeroize-1.8.1 \
-		zerovec-0.10.4 \
-		zerovec-derive-0.10.3 \
-		zvariant-4.2.0 \
-		zvariant-5.1.0 \
-		zvariant_derive-4.2.0 \
-		zvariant_derive-5.1.0 \
-		zvariant_utils-2.1.0 \
-		zvariant_utils-3.0.2
+		yoke-0.8.2 \
+		yoke-derive-0.8.2 \
+		zbus-5.14.0 \
+		zbus_macros-5.14.0 \
+		zbus_names-4.3.1 \
+		zerocopy-0.8.48 \
+		zerocopy-derive-0.8.48 \
+		zerofrom-0.1.7 \
+		zerofrom-derive-0.1.7 \
+		zeroize-1.8.2 \
+		zerotrie-0.2.4 \
+		zerovec-0.11.6 \
+		zerovec-derive-0.11.3 \
+		zmij-1.0.21 \
+		zvariant-5.10.0 \
+		zvariant_derive-5.10.0 \
+		zvariant_utils-3.3.0
diff --git a/audio/shortwave/distinfo b/audio/shortwave/distinfo
index 50183f469b89..af224b440f9f 100644
--- a/audio/shortwave/distinfo
+++ b/audio/shortwave/distinfo
@@ -1,408 +1,414 @@
-TIMESTAMP = 1744548452
-SHA256 (rust/crates/Inflector-0.11.4.crate) = fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3
-SIZE (rust/crates/Inflector-0.11.4.crate) = 17438
-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
-SHA256 (rust/crates/aho-corasick-1.1.3.crate) = 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916
-SIZE (rust/crates/aho-corasick-1.1.3.crate) = 183311
-SHA256 (rust/crates/android-tzdata-0.1.1.crate) = e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0
-SIZE (rust/crates/android-tzdata-0.1.1.crate) = 7674
+TIMESTAMP = 1776607369
+SHA256 (rust/crates/aho-corasick-1.1.4.crate) = ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301
+SIZE (rust/crates/aho-corasick-1.1.4.crate) = 184015
 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/anyhow-1.0.95.crate) = 34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04
-SIZE (rust/crates/anyhow-1.0.95.crate) = 52155
-SHA256 (rust/crates/ashpd-0.10.2.crate) = e9c39d707614dbcc6bed00015539f488d8e3fe3e66ed60961efc0c90f4b380b3
-SIZE (rust/crates/ashpd-0.10.2.crate) = 94756
+SHA256 (rust/crates/anyhow-1.0.102.crate) = 7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c
+SIZE (rust/crates/anyhow-1.0.102.crate) = 48658
+SHA256 (rust/crates/ashpd-0.12.3.crate) = 33a3c86f3fd70c0ffa500ed189abfa90b5a52398a45d5dc372fcc38ebeb7a645
+SIZE (rust/crates/ashpd-0.12.3.crate) = 123754
 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-1.9.0.crate) = 81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35
 SIZE (rust/crates/async-channel-1.9.0.crate) = 13664
-SHA256 (rust/crates/async-channel-2.3.1.crate) = 89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a
-SIZE (rust/crates/async-channel-2.3.1.crate) = 14576
-SHA256 (rust/crates/async-compat-0.2.4.crate) = 7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0
-SIZE (rust/crates/async-compat-0.2.4.crate) = 11279
-SHA256 (rust/crates/async-executor-1.13.1.crate) = 30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec
-SIZE (rust/crates/async-executor-1.13.1.crate) = 27991
-SHA256 (rust/crates/async-fs-2.1.2.crate) = ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a
-SIZE (rust/crates/async-fs-2.1.2.crate) = 17071
+SHA256 (rust/crates/async-channel-2.5.0.crate) = 924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2
+SIZE (rust/crates/async-channel-2.5.0.crate) = 18624
+SHA256 (rust/crates/async-compat-0.2.5.crate) = a1ba85bc55464dcbf728b56d97e119d673f4cf9062be330a9a26f3acf504a590
+SIZE (rust/crates/async-compat-0.2.5.crate) = 26008
+SHA256 (rust/crates/async-executor-1.14.0.crate) = c96bf972d85afc50bf5ab8fe2d54d1586b4e0b46c97c50a0c9e71e2f7bcd812a
+SIZE (rust/crates/async-executor-1.14.0.crate) = 28804
+SHA256 (rust/crates/async-fs-2.2.0.crate) = 8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5
+SIZE (rust/crates/async-fs-2.2.0.crate) = 18824
 SHA256 (rust/crates/async-global-executor-2.4.1.crate) = 05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c
 SIZE (rust/crates/async-global-executor-2.4.1.crate) = 11844
-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-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-io-2.6.0.crate) = 456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc
+SIZE (rust/crates/async-io-2.6.0.crate) = 51062
+SHA256 (rust/crates/async-lock-3.4.2.crate) = 290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311
+SIZE (rust/crates/async-lock-3.4.2.crate) = 39826
 SHA256 (rust/crates/async-native-tls-0.5.0.crate) = 9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec
 SIZE (rust/crates/async-native-tls-0.5.0.crate) = 24719
 SHA256 (rust/crates/async-net-2.0.0.crate) = b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7
 SIZE (rust/crates/async-net-2.0.0.crate) = 17787
-SHA256 (rust/crates/async-process-2.3.0.crate) = 63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb
-SIZE (rust/crates/async-process-2.3.0.crate) = 26766
+SHA256 (rust/crates/async-process-2.5.0.crate) = fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75
+SIZE (rust/crates/async-process-2.5.0.crate) = 27552
 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-std-1.13.0.crate) = c634475f29802fde2b8f0b505b1bd00dfe4df7d4a000f0b36f7671197d5c3615
-SIZE (rust/crates/async-std-1.13.0.crate) = 221584
-SHA256 (rust/crates/async-std-resolver-0.24.2.crate) = fa5ee46ec0c518414838d2fdc7dd18f6ba7d934b6e728005c958621da450682d
-SIZE (rust/crates/async-std-resolver-0.24.2.crate) = 12387
+SHA256 (rust/crates/async-signal-0.2.14.crate) = 52b5aaafa020cf5053a01f2a60e8ff5dccf550f0f77ec54a4e47285ac2bab485
+SIZE (rust/crates/async-signal-0.2.14.crate) = 16447
+SHA256 (rust/crates/async-std-1.13.2.crate) = 2c8e079a4ab67ae52b7403632e4618815d6db36d2a010cfe41b02c1b1578f93b
+SIZE (rust/crates/async-std-1.13.2.crate) = 220177
 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.84.crate) = 1b1244b10dcd56c92219da4e14caa97e312079e185f04ba3eea25061561dc0a0
-SIZE (rust/crates/async-trait-0.1.84.crate) = 33207
+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/atomic_refcell-0.1.13.crate) = 41e67cd8309bbd06cd603a9e693a784ac2e5d1e955f11286e355089fcab3047c
 SIZE (rust/crates/atomic_refcell-0.1.13.crate) = 11760
-SHA256 (rust/crates/autocfg-1.4.0.crate) = ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26
-SIZE (rust/crates/autocfg-1.4.0.crate) = 17712
-SHA256 (rust/crates/backtrace-0.3.74.crate) = 8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a
-SIZE (rust/crates/backtrace-0.3.74.crate) = 88516
+SHA256 (rust/crates/autocfg-1.5.0.crate) = c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8
+SIZE (rust/crates/autocfg-1.5.0.crate) = 18729
 SHA256 (rust/crates/base64-0.21.7.crate) = 9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567
 SIZE (rust/crates/base64-0.21.7.crate) = 82576
 SHA256 (rust/crates/base64-0.22.1.crate) = 72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6
 SIZE (rust/crates/base64-0.22.1.crate) = 81597
-SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a
-SIZE (rust/crates/bitflags-1.3.2.crate) = 23021
-SHA256 (rust/crates/bitflags-2.6.0.crate) = b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de
-SIZE (rust/crates/bitflags-2.6.0.crate) = 45357
+SHA256 (rust/crates/bitflags-2.11.1.crate) = c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3
+SIZE (rust/crates/bitflags-2.11.1.crate) = 49082
 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
 SIZE (rust/crates/block-buffer-0.10.4.crate) = 10538
-SHA256 (rust/crates/blocking-1.6.1.crate) = 703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea
-SIZE (rust/crates/blocking-1.6.1.crate) = 17788
-SHA256 (rust/crates/bumpalo-3.16.0.crate) = 79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c
-SIZE (rust/crates/bumpalo-3.16.0.crate) = 85677
-SHA256 (rust/crates/byteorder-1.5.0.crate) = 1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b
-SIZE (rust/crates/byteorder-1.5.0.crate) = 23288
-SHA256 (rust/crates/bytes-1.9.0.crate) = 325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b
-SIZE (rust/crates/bytes-1.9.0.crate) = 67320
+SHA256 (rust/crates/blocking-1.6.2.crate) = e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21
+SIZE (rust/crates/blocking-1.6.2.crate) = 17754
+SHA256 (rust/crates/bumpalo-3.20.2.crate) = 5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb
+SIZE (rust/crates/bumpalo-3.20.2.crate) = 97696
+SHA256 (rust/crates/bytes-1.11.1.crate) = 1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33
+SIZE (rust/crates/bytes-1.11.1.crate) = 78584
 SHA256 (rust/crates/cacache-13.1.0.crate) = 5c5063741c7b2e260bbede781cf4679632dd90e2718e99f7715e46824b65670b
 SIZE (rust/crates/cacache-13.1.0.crate) = 47996
-SHA256 (rust/crates/cairo-rs-0.20.7.crate) = ae50b5510d86cf96ac2370e66d8dc960882f3df179d6a5a1e52bd94a1416c0f7
-SIZE (rust/crates/cairo-rs-0.20.7.crate) = 52722
-SHA256 (rust/crates/cairo-sys-rs-0.20.7.crate) = f18b6bb8e43c7eb0f2aac7976afe0c61b6f5fc2ab7bc4c139537ea56c92290df
-SIZE (rust/crates/cairo-sys-rs-0.20.7.crate) = 11934
-SHA256 (rust/crates/cast-sender-0.2.0.crate) = 97835eabb47a494de770139f77aae9df414e6dfbba5ea0213bf4b527fd077781
-SIZE (rust/crates/cast-sender-0.2.0.crate) = 29289
-SHA256 (rust/crates/cc-1.2.7.crate) = a012a0df96dd6d06ba9a1b29d6402d1a5d77c6befd2566afdc26e10603dc93d7
-SIZE (rust/crates/cc-1.2.7.crate) = 100283
-SHA256 (rust/crates/cfg-expr-0.17.2.crate) = 8d4ba6e40bd1184518716a6e1a781bf9160e286d219ccdb8ab2612e74cfe4789
-SIZE (rust/crates/cfg-expr-0.17.2.crate) = 44034
-SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd
-SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934
-SHA256 (rust/crates/cfg_aliases-0.2.1.crate) = 613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724
-SIZE (rust/crates/cfg_aliases-0.2.1.crate) = 6355
-SHA256 (rust/crates/chrono-0.4.39.crate) = 7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825
-SIZE (rust/crates/chrono-0.4.39.crate) = 222248
+SHA256 (rust/crates/cairo-rs-0.21.5.crate) = b01fe135c0bd16afe262b6dea349bd5ea30e6de50708cec639aae7c5c14cc7e4
+SIZE (rust/crates/cairo-rs-0.21.5.crate) = 58086
+SHA256 (rust/crates/cairo-sys-rs-0.21.5.crate) = 06c28280c6b12055b5e39e4554271ae4e6630b27c0da9148c4cf6485fc6d245c
+SIZE (rust/crates/cairo-sys-rs-0.21.5.crate) = 14448
+SHA256 (rust/crates/cast-sender-0.3.0.crate) = f3a39425252bf9ed86985754d287536a75662ea06e349990ae51a694bf2add82
+SIZE (rust/crates/cast-sender-0.3.0.crate) = 31548
+SHA256 (rust/crates/cc-1.2.60.crate) = 43c5703da9466b66a946814e1adf53ea2c90f10063b86290cc9eb67ce3478a20
+SIZE (rust/crates/cc-1.2.60.crate) = 97051
+SHA256 (rust/crates/cfg-expr-0.20.7.crate) = 3c6b04e07d8080154ed4ac03546d9a2b303cc2fe1901ba0b35b301516e289368
+SIZE (rust/crates/cfg-expr-0.20.7.crate) = 45355
+SHA256 (rust/crates/cfg-if-1.0.4.crate) = 9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801
+SIZE (rust/crates/cfg-if-1.0.4.crate) = 9360
+SHA256 (rust/crates/chrono-0.4.44.crate) = c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0
+SIZE (rust/crates/chrono-0.4.44.crate) = 240549
 SHA256 (rust/crates/concurrent-queue-2.5.0.crate) = 4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973
 SIZE (rust/crates/concurrent-queue-2.5.0.crate) = 22654
 SHA256 (rust/crates/core-foundation-0.9.4.crate) = 91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f
 SIZE (rust/crates/core-foundation-0.9.4.crate) = 27743
+SHA256 (rust/crates/core-foundation-0.10.1.crate) = b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6
+SIZE (rust/crates/core-foundation-0.10.1.crate) = 28886
 SHA256 (rust/crates/core-foundation-sys-0.8.7.crate) = 773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b
 SIZE (rust/crates/core-foundation-sys-0.8.7.crate) = 37712
-SHA256 (rust/crates/cpufeatures-0.2.16.crate) = 16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3
-SIZE (rust/crates/cpufeatures-0.2.16.crate) = 13405
+SHA256 (rust/crates/cpufeatures-0.2.17.crate) = 59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280
+SIZE (rust/crates/cpufeatures-0.2.17.crate) = 13466
+SHA256 (rust/crates/critical-section-1.2.0.crate) = 790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b
+SIZE (rust/crates/critical-section-1.2.0.crate) = 19133
+SHA256 (rust/crates/crossbeam-channel-0.5.15.crate) = 82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2
+SIZE (rust/crates/crossbeam-channel-0.5.15.crate) = 92716
+SHA256 (rust/crates/crossbeam-epoch-0.9.18.crate) = 5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e
*** 1505 LINES SKIPPED ***


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e5ef06.22ee7.1b165446>