Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 05 Aug 2026 09:19:35 +0000
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9b3e128970f2 - main - games/anki: Update to 26.08
Message-ID:  <6a730027.3f26c.38115f33@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by kai:

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

commit 9b3e128970f2c53a39eed9b0157514459a5b131f
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2026-08-05 09:12:23 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2026-08-05 09:12:23 +0000

    games/anki: Update to 26.08
    
    * Switch to USES=npm and adjust/remove the relevant parts.
    
      Although Yarn v4 is already being used according to "package.json",
      stick with Yarn v1 for now to complete a 1:1 migration from the before
      to the after state with respect to the used tools during build.
    
    Changelog:
    
    https://github.com/ankitects/anki/releases/tag/26.08
---
 games/anki/Makefile                        |   31 +-
 games/anki/Makefile.crates                 |  265 +-
 games/anki/distinfo                        |  548 +--
 games/anki/files/packagejsons/package.json |  106 +
 games/anki/files/packagejsons/yarn.lock    | 5001 ++++++++++++++++++++++++++++
 games/anki/files/patch-package.json        |   21 -
 games/anki/pkg-plist                       |    4 +
 7 files changed, 5274 insertions(+), 702 deletions(-)

diff --git a/games/anki/Makefile b/games/anki/Makefile
index e5c29686f898..14f4af8c8cc3 100644
--- a/games/anki/Makefile
+++ b/games/anki/Makefile
@@ -1,10 +1,7 @@
 PORTNAME=	anki
-DISTVERSION=	26.05
-PORTREVISION=	1
+DISTVERSION=	26.08
 # Don't forget to update ${_MY_BUILDHASH} if DISTVERSION changes
 CATEGORIES=	games education python
-MASTER_SITES=	LOCAL/kai/:yarncache
-DISTFILES=	anki-yarn-cache-${DISTVERSION}${EXTRACT_SUFX}:yarncache
 
 MAINTAINER=	kai@FreeBSD.org
 COMMENT=	Flashcard trainer with spaced repetition
@@ -19,7 +16,6 @@ NOT_FOR_ARCHS_REASON=	the provided build system written in Rust (= runner) accep
 BUILD_DEPENDS=	protoc:devel/protobuf \
 		rsync:net/rsync \
 		uv:devel/uv \
-		yarn:www/yarn \
 		${PYTHON_PKGNAMEPREFIX}black>0:devel/py-black@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
@@ -43,13 +39,13 @@ RUN_DEPENDS=	lame:audio/lame \
 		${PYTHON_PKGNAMEPREFIX}waitress>=2.0.0:www/py-waitress@${PY_FLAVOR}
 
 # USES=ssl is required for the compilation of the Rust code
-USES=		cargo desktop-file-utils ninja nodejs:build pyqt:6 python \
-		shebangfix ssl
+USES=		cargo desktop-file-utils ninja nodejs:build npm:yarn1,build pyqt:6 \
+	        python shebangfix ssl
 USE_GITHUB=	yes
 GH_ACCOUNT=	ankitects
 # Translation files
-GH_TUPLE=	ankitects:anki-core-i18n:af7c60d:ftlrslib \
-		ankitects:anki-desktop-ftl:3a35d0a:ftlextra
+GH_TUPLE=	ankitects:anki-core-i18n:1eb7a27:ftlrslib \
+		ankitects:anki-desktop-ftl:b08fcc5:ftlextra
 
 USE_PYQT=	pyqt6 sip:build webengine
 
@@ -93,13 +89,13 @@ MPV_RUN_DEPENDS=	mpv:multimedia/mpv
 # Should contain the most recent commit that reflects ${DISTVERSION} and must
 # be exactly 8 digits otherwise the check for newer versions won't work as
 # expected.
-_MY_BUILDHASH=	e64c6b1a
+_MY_BUILDHASH=	666c2c64
 # Remove ${CARGO_BUILD_TARGET} from ${CARGO_ENV} to avoid problems with
 # hardcoded paths as the "runner" build system expects its components
 # in ${WRKSRC}/out/rust/debug
 _MY_CARGO_ENV=	${CARGO_ENV:C/CARGO_BUILD_TARGET=.+//}
 # Path of the cache that is used by www/yarn
-_MY_YARNCACHE=	${WRKDIR}/.yarn
+_MY_YARNCACHE=	${WRKDIR}/.cache/yarn
 
 post-extract:
 # Some parts of the runner build system expects to be in a git repository
@@ -117,6 +113,8 @@ pre-configure:
 	# Create paths for the Python pseudo venv and link some binaries to it.
 	${MKDIR} ${WRKSRC}/out/pyenv/bin
 	${LN} -s ${PYTHON_CMD} ${WRKSRC}/out/pyenv/bin/python
+	# Also move NodeJS modules to the pseudo venv to save some build time
+	${MV} -i ${WRKSRC}/node_modules ${WRKSRC}/out/node_modules
 
 # Overview of the build process
 #
@@ -157,7 +155,7 @@ do-install:
 		&& ${COPYTREE_SHARE} _aqt ${STAGEDIR}${DATADIR} "! -name .gitignore" \
 		&& ${COPYTREE_SHARE} anki ${STAGEDIR}${DATADIR} "! -name .gitignore" \
 		&& ${COPYTREE_SHARE} aqt ${STAGEDIR}${DATADIR} "! -name .gitignore"
-	cd ${WRKSRC}/qt/launcher/lin \
+	cd ${WRKSRC}/qt/installer/linux-template/\{\{\ cookiecutter.format\ \}\}/\{\{\ cookiecutter.app_name\ \}\} \
 		&& ${INSTALL_DATA} anki.xpm anki.png ${STAGEDIR}${PREFIX}/share/pixmaps \
 		&& ${INSTALL_DATA} anki.desktop ${STAGEDIR}${PREFIX}/share/applications \
 		&& ${INSTALL_MAN} anki.1 ${STAGEDIR}${PREFIX}/share/man/man1
@@ -172,13 +170,4 @@ post-install:
 		${SORT} | ${SED} -e 's|${STAGEDIR}||' \
 		>> ${TMPPLIST}
 
-# Helper target to make the generation of the yarn cache easier
-make-yarn-cache: patch
-	@${RM} -r ${_MY_YARNCACHE}
-	@cd ${WRKSRC} \
-		&& ${LOCALBASE}/bin/yarn --cache-folder ${_MY_YARNCACHE} install --ignore-scripts
-	@cd ${WRKDIR} \
-		&& ${TAR} -czf ${PORTNAME}-yarn-cache-${DISTVERSION}${EXTRACT_SUFX} .yarn \
-		&& ${ECHO_CMD} "Please upload the file ${WRKDIR}/${PORTNAME}-yarn-cache-${DISTVERSION}${EXTRACT_SUFX}"
-
 .include <bsd.port.mk>
diff --git a/games/anki/Makefile.crates b/games/anki/Makefile.crates
index a69b9c0a5c41..c04be1d8d87f 100644
--- a/games/anki/Makefile.crates
+++ b/games/anki/Makefile.crates
@@ -1,9 +1,7 @@
 CARGO_CRATES=	addr2line-0.24.2 \
 		adler2-2.0.1 \
-		ahash-0.8.12 \
 		aho-corasick-1.1.3 \
-		allocator-api2-0.2.21 \
-		ammonia-4.1.2 \
+		ammonia-4.1.4 \
 		android-tzdata-0.1.1 \
 		android_system_properties-0.1.5 \
 		anes-0.1.6 \
@@ -12,19 +10,16 @@ CARGO_CRATES=	addr2line-0.24.2 \
 		anstyle-parse-0.2.7 \
 		anstyle-query-1.1.4 \
 		anstyle-wincon-3.0.10 \
-		anyhow-1.0.99 \
+		anyhow-1.0.103 \
 		arbitrary-1.4.2 \
 		arrayref-0.3.9 \
 		arrayvec-0.7.6 \
-		ash-0.38.0+1.3.281 \
 		assert-json-diff-2.0.2 \
-		async-channel-2.5.0 \
 		async-compression-0.4.30 \
 		async-stream-0.3.6 \
 		async-stream-impl-0.3.6 \
 		async-trait-0.1.89 \
 		atomic-waker-1.1.2 \
-		atomic_float-1.1.0 \
 		autocfg-1.5.0 \
 		axum-0.8.4 \
 		axum-client-ip-1.1.3 \
@@ -35,44 +30,20 @@ CARGO_CRATES=	addr2line-0.24.2 \
 		base64-0.21.7 \
 		base64-0.22.1 \
 		base64ct-1.8.0 \
-		bincode-2.0.1 \
-		bit-set-0.8.0 \
-		bit-vec-0.8.0 \
 		bitflags-1.3.2 \
 		bitflags-2.9.3 \
 		blake3-1.8.2 \
-		block-0.1.6 \
 		block-buffer-0.10.4 \
 		block-buffer-0.12.0 \
 		bstr-1.12.0 \
 		bumpalo-3.19.0 \
-		burn-0.17.1 \
-		burn-autodiff-0.17.1 \
-		burn-candle-0.17.1 \
-		burn-common-0.17.1 \
-		burn-core-0.17.1 \
-		burn-cubecl-0.17.1 \
-		burn-cuda-0.17.1 \
-		burn-dataset-0.17.1 \
-		burn-derive-0.17.1 \
-		burn-ir-0.17.1 \
-		burn-ndarray-0.17.1 \
-		burn-rocm-0.17.1 \
-		burn-router-0.17.1 \
-		burn-tensor-0.17.1 \
-		burn-train-0.17.1 \
-		burn-wgpu-0.17.1 \
-		bytemuck-1.23.2 \
-		bytemuck_derive-1.10.1 \
-		byteorder-1.5.0 \
 		bytes-1.11.1 \
-		bytesize-1.3.3 \
 		camino-1.1.12 \
-		candle-core-0.8.4 \
 		cast-0.3.0 \
 		cc-1.2.34 \
 		cfg-if-1.0.3 \
 		cfg_aliases-0.2.1 \
+		chacha20-0.10.0 \
 		chrono-0.4.41 \
 		ciborium-0.2.2 \
 		ciborium-io-0.2.2 \
@@ -86,19 +57,15 @@ CARGO_CRATES=	addr2line-0.24.2 \
 		coarsetime-0.1.36 \
 		codespan-0.11.1 \
 		codespan-reporting-0.11.1 \
-		codespan-reporting-0.12.0 \
 		colorchoice-1.0.4 \
-		colored-3.0.0 \
 		compression-codecs-0.4.30 \
 		compression-core-0.4.29 \
-		concurrent-queue-2.5.0 \
 		const-oid-0.10.2 \
 		constant_time_eq-0.3.1 \
 		convert_case-0.8.0 \
 		core-foundation-0.9.4 \
 		core-foundation-0.10.1 \
 		core-foundation-sys-0.8.7 \
-		core-graphics-types-0.1.3 \
 		cpufeatures-0.2.17 \
 		cpufeatures-0.3.0 \
 		crc32fast-1.5.0 \
@@ -106,31 +73,14 @@ CARGO_CRATES=	addr2line-0.24.2 \
 		criterion-plot-0.5.0 \
 		crossbeam-channel-0.5.15 \
 		crossbeam-deque-0.8.6 \
-		crossbeam-epoch-0.9.18 \
+		crossbeam-epoch-0.9.20 \
 		crossbeam-utils-0.8.21 \
 		crunchy-0.2.4 \
 		crypto-common-0.1.6 \
 		crypto-common-0.2.1 \
-		cssparser-0.35.0 \
-		cssparser-macros-0.6.1 \
+		cssparser-0.37.0 \
 		csv-1.3.1 \
 		csv-core-0.1.12 \
-		cubecl-0.5.0 \
-		cubecl-common-0.5.0 \
-		cubecl-core-0.5.0 \
-		cubecl-cpp-0.5.0 \
-		cubecl-cuda-0.5.0 \
-		cubecl-hip-0.5.0 \
-		cubecl-hip-sys-6.4.4348201 \
-		cubecl-ir-0.5.0 \
-		cubecl-linalg-0.5.0 \
-		cubecl-macros-0.5.0 \
-		cubecl-macros-internal-0.5.0 \
-		cubecl-reduce-0.5.0 \
-		cubecl-runtime-0.5.0 \
-		cubecl-std-0.5.0 \
-		cubecl-wgpu-0.5.0 \
-		cudarc-0.13.9 \
 		darling-0.20.11 \
 		darling_core-0.20.11 \
 		darling_macro-0.20.11 \
@@ -138,49 +88,35 @@ CARGO_CRATES=	addr2line-0.24.2 \
 		deadpool-0.12.2 \
 		deadpool-runtime-0.1.4 \
 		deranged-0.5.2 \
-		derive-new-0.6.0 \
-		derive-new-0.7.0 \
 		derive_arbitrary-1.4.2 \
 		derive_builder-0.20.2 \
 		derive_builder_core-0.20.2 \
 		derive_builder_macro-0.20.2 \
-		derive_more-1.0.0 \
-		derive_more-impl-1.0.0 \
 		difflib-0.4.0 \
 		digest-0.10.7 \
 		digest-0.11.2 \
-		dirs-5.0.1 \
 		dirs-6.0.0 \
-		dirs-sys-0.4.1 \
 		dirs-sys-0.5.0 \
 		displaydoc-0.2.5 \
-		document-features-0.2.11 \
 		dtoa-1.0.10 \
 		dtoa-short-0.3.5 \
 		dunce-1.0.5 \
-		dyn-stack-0.10.0 \
-		dyn-stack-0.13.0 \
 		either-1.15.0 \
 		elasticlunr-rs-3.0.2 \
-		embassy-futures-0.1.2 \
 		embed-resource-3.0.5 \
 		encoding_rs-0.8.35 \
-		enum-as-inner-0.6.1 \
 		env_filter-0.1.3 \
 		env_home-0.1.0 \
 		env_logger-0.11.8 \
 		envy-0.4.2 \
 		equivalent-1.0.2 \
 		errno-0.3.13 \
-		event-listener-5.4.1 \
-		event-listener-strategy-0.5.4 \
 		fallible-iterator-0.3.0 \
 		fallible-streaming-iterator-0.1.9 \
 		fastrand-2.3.0 \
 		filetime-0.2.26 \
 		fixedbitset-0.5.7 \
 		flate2-1.1.2 \
-		float-ord-0.3.2 \
 		fluent-0.17.0 \
 		fluent-bundle-0.16.0 \
 		fluent-langneg-0.13.0 \
@@ -188,60 +124,31 @@ CARGO_CRATES=	addr2line-0.24.2 \
 		fnv-1.0.7 \
 		foldhash-0.1.5 \
 		foreign-types-0.3.2 \
-		foreign-types-0.5.0 \
-		foreign-types-macros-0.2.3 \
 		foreign-types-shared-0.1.1 \
-		foreign-types-shared-0.3.1 \
 		form_urlencoded-1.2.2 \
 		fsevent-sys-4.1.0 \
-		fsrs-5.2.0 \
+		fsrs-6.6.1 \
 		futf-0.1.5 \
 		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-2.6.1 \
 		futures-macro-0.3.31 \
 		futures-sink-0.3.31 \
 		futures-task-0.3.31 \
-		futures-timer-3.0.3 \
 		futures-util-0.3.31 \
-		gemm-0.17.1 \
-		gemm-0.18.2 \
-		gemm-c32-0.17.1 \
-		gemm-c32-0.18.2 \
-		gemm-c64-0.17.1 \
-		gemm-c64-0.18.2 \
-		gemm-common-0.17.1 \
-		gemm-common-0.18.2 \
-		gemm-f16-0.17.1 \
-		gemm-f16-0.18.2 \
-		gemm-f32-0.17.1 \
-		gemm-f32-0.18.2 \
-		gemm-f64-0.17.1 \
-		gemm-f64-0.18.2 \
 		generic-array-0.14.7 \
 		getopts-0.2.24 \
 		getrandom-0.2.16 \
 		getrandom-0.3.3 \
+		getrandom-0.4.2 \
 		gimli-0.31.1 \
-		gl_generator-0.14.0 \
-		glob-0.3.3 \
 		globset-0.4.16 \
-		glow-0.16.0 \
-		glutin_wgl_sys-0.6.1 \
-		gpu-alloc-0.6.0 \
-		gpu-alloc-types-0.3.0 \
-		gpu-allocator-0.27.0 \
-		gpu-descriptor-0.3.2 \
-		gpu-descriptor-types-0.2.0 \
 		h2-0.3.27 \
 		h2-0.4.12 \
 		half-2.6.0 \
 		handlebars-6.3.2 \
-		hashbrown-0.13.2 \
-		hashbrown-0.14.5 \
 		hashbrown-0.15.5 \
 		hashlink-0.10.0 \
 		headers-0.4.1 \
@@ -249,10 +156,9 @@ CARGO_CRATES=	addr2line-0.24.2 \
 		heck-0.5.0 \
 		hermit-abi-0.5.2 \
 		hex-0.4.3 \
-		hexf-parse-0.2.1 \
 		hmac-0.12.1 \
 		html5ever-0.26.0 \
-		html5ever-0.35.0 \
+		html5ever-0.39.0 \
 		htmlescape-0.3.1 \
 		http-0.2.12 \
 		http-1.3.1 \
@@ -278,13 +184,13 @@ CARGO_CRATES=	addr2line-0.24.2 \
 		icu_properties-2.0.1 \
 		icu_properties_data-2.0.1 \
 		icu_provider-2.0.0 \
+		id-arena-2.3.0 \
 		id_tree-1.8.0 \
 		ident_case-1.0.1 \
 		idna-1.1.0 \
 		idna_adapter-1.2.1 \
 		ignore-0.4.23 \
 		indexmap-2.11.0 \
-		indoc-2.0.6 \
 		inflections-1.1.1 \
 		inotify-0.11.0 \
 		inotify-sys-0.1.5 \
@@ -300,90 +206,60 @@ CARGO_CRATES=	addr2line-0.24.2 \
 		itoa-1.0.15 \
 		jiff-0.2.15 \
 		jiff-static-0.2.15 \
-		jni-sys-0.3.0 \
 		jobserver-0.1.34 \
 		js-sys-0.3.77 \
 		junction-1.2.0 \
-		khronos-egl-6.0.0 \
-		khronos_api-3.1.0 \
 		kqueue-1.1.1 \
 		kqueue-sys-1.0.4 \
 		lazy_static-1.5.0 \
+		leb128fmt-0.1.0 \
 		libc-0.2.175 \
-		libc-stdhandle-0.1.0 \
-		libloading-0.8.8 \
-		libm-0.2.15 \
 		libredox-0.1.9 \
 		libsqlite3-sys-0.34.0 \
 		libz-rs-sys-0.5.1 \
 		linkify-0.7.0 \
 		linux-raw-sys-0.9.4 \
 		litemap-0.8.0 \
-		litrs-0.4.2 \
-		locale_config-0.3.0 \
 		lock_api-0.4.13 \
 		log-0.4.27 \
 		lru-slab-0.1.2 \
 		lzma-sys-0.1.20 \
 		mac-0.1.1 \
-		macerator-0.2.9 \
-		macerator-macros-0.1.3 \
-		malloc_buf-0.0.6 \
 		maplit-1.0.2 \
 		markup5ever-0.11.0 \
-		markup5ever-0.35.0 \
+		markup5ever-0.39.0 \
 		markup5ever_rcdom-0.2.0 \
-		match_token-0.35.0 \
 		matchers-0.2.0 \
 		matches-0.1.10 \
 		matchit-0.8.4 \
 		matrixmultiply-0.3.10 \
-		md5-0.7.0 \
 		mdbook-0.4.52 \
 		memchr-2.7.5 \
-		memmap2-0.9.8 \
-		memoffset-0.9.1 \
-		metal-0.31.0 \
 		mime-0.3.17 \
 		mime_guess-2.0.5 \
-		minimal-lexical-0.2.1 \
 		miniz_oxide-0.8.9 \
 		mio-1.0.4 \
-		moddef-0.3.0 \
 		multer-3.1.0 \
 		multimap-0.10.1 \
-		naga-25.0.1 \
 		native-tls-0.2.14 \
-		ndarray-0.16.1 \
-		ndk-sys-0.5.0+25.2.9519653 \
+		ndarray-0.17.2 \
 		new_debug_unreachable-1.0.6 \
-		nom-7.1.3 \
 		nom-8.0.0 \
 		normpath-1.3.0 \
 		notify-8.2.0 \
 		notify-debouncer-mini-0.6.0 \
 		notify-types-2.0.0 \
-		ntapi-0.4.1 \
 		nu-ansi-term-0.50.1 \
-		num-0.4.3 \
-		num-bigint-0.4.6 \
 		num-complex-0.4.6 \
 		num-conv-0.2.0 \
 		num-format-0.4.4 \
 		num-integer-0.1.46 \
-		num-iter-0.1.45 \
 		num-modular-0.6.1 \
 		num-order-1.2.0 \
-		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 \
-		nvml-wrapper-0.10.0 \
-		nvml-wrapper-sys-0.8.0 \
-		objc-0.2.7 \
-		objc-foundation-0.1.1 \
-		objc_id-0.1.1 \
 		object-0.36.7 \
 		once_cell-1.21.3 \
 		once_cell_polyfill-1.70.1 \
@@ -395,12 +271,9 @@ CARGO_CRATES=	addr2line-0.24.2 \
 		openssl-sys-0.9.116 \
 		option-ext-0.2.0 \
 		ordered-float-2.10.1 \
-		ordered-float-4.6.0 \
-		parking-2.2.1 \
 		parking_lot-0.12.4 \
 		parking_lot_core-0.9.11 \
 		password-hash-0.5.0 \
-		paste-1.0.15 \
 		pathdiff-0.2.3 \
 		pbkdf2-0.12.2 \
 		percent-encoding-2.3.2 \
@@ -412,13 +285,16 @@ CARGO_CRATES=	addr2line-0.24.2 \
 		petgraph-0.7.1 \
 		phf-0.10.1 \
 		phf-0.11.3 \
+		phf-0.13.1 \
 		phf_codegen-0.10.0 \
-		phf_codegen-0.11.3 \
+		phf_codegen-0.13.1 \
 		phf_generator-0.10.0 \
 		phf_generator-0.11.3 \
+		phf_generator-0.13.1 \
 		phf_macros-0.11.3 \
 		phf_shared-0.10.0 \
 		phf_shared-0.11.3 \
+		phf_shared-0.13.1 \
 		pin-project-1.1.10 \
 		pin-project-internal-1.1.10 \
 		pin-project-lite-0.2.16 \
@@ -433,13 +309,11 @@ CARGO_CRATES=	addr2line-0.24.2 \
 		powerfmt-0.2.0 \
 		ppv-lite86-0.2.21 \
 		precomputed-hash-0.1.1 \
-		presser-0.3.1 \
 		prettyplease-0.2.37 \
-		priority-queue-2.5.0 \
+		priority-queue-2.7.0 \
 		proc-macro-crate-3.3.0 \
 		proc-macro-hack-0.5.20+deprecated \
 		proc-macro2-1.0.101 \
-		profiling-1.0.17 \
 		prost-0.13.5 \
 		prost-build-0.13.5 \
 		prost-derive-0.13.5 \
@@ -450,51 +324,38 @@ CARGO_CRATES=	addr2line-0.24.2 \
 		pulldown-cmark-0.13.0 \
 		pulldown-cmark-escape-0.10.1 \
 		pulldown-cmark-escape-0.11.0 \
-		pulp-0.18.22 \
-		pulp-0.21.5 \
-		pyo3-0.25.1 \
-		pyo3-build-config-0.25.1 \
-		pyo3-ffi-0.25.1 \
-		pyo3-macros-0.25.1 \
-		pyo3-macros-backend-0.25.1 \
+		pyo3-0.29.0 \
+		pyo3-build-config-0.29.0 \
+		pyo3-ffi-0.29.0 \
+		pyo3-macros-0.29.0 \
+		pyo3-macros-backend-0.29.0 \
 		quinn-0.11.9 \
 		quinn-proto-0.11.14 \
 		quinn-udp-0.5.14 \
 		quote-1.0.40 \
 		r-efi-5.3.0 \
+		r-efi-6.0.0 \
 		rand-0.8.5 \
 		rand-0.9.4 \
+		rand-0.10.1 \
 		rand_chacha-0.3.1 \
 		rand_chacha-0.9.0 \
 		rand_core-0.6.4 \
 		rand_core-0.9.3 \
-		rand_distr-0.5.1 \
-		range-alloc-0.1.4 \
-		raw-cpuid-10.7.0 \
-		raw-cpuid-11.5.0 \
-		raw-window-handle-0.6.2 \
+		rand_core-0.10.1 \
 		rawpointer-0.2.1 \
-		rayon-1.11.0 \
+		rayon-1.12.0 \
 		rayon-core-1.13.0 \
-		reborrow-0.5.5 \
 		redox_syscall-0.5.17 \
-		redox_users-0.4.6 \
 		redox_users-0.5.2 \
 		regex-1.11.2 \
 		regex-automata-0.4.10 \
 		regex-syntax-0.8.6 \
-		relative-path-1.9.3 \
-		renderdoc-sys-1.1.0 \
 		reqwest-0.11.27 \
 		reqwest-0.12.23 \
 		ring-0.17.14 \
-		rmp-0.8.14 \
-		rmp-serde-1.3.0 \
-		rstest-0.25.0 \
-		rstest_macros-0.25.0 \
 		rusqlite-0.36.0 \
 		rustc-demangle-0.1.26 \
-		rustc-hash-1.1.0 \
 		rustc-hash-2.1.1 \
 		rustc_version-0.4.1 \
 		rustix-1.0.8 \
@@ -506,10 +367,7 @@ CARGO_CRATES=	addr2line-0.24.2 \
 		rustls-webpki-0.103.13 \
 		rustversion-1.0.22 \
 		ryu-1.0.20 \
-		safetensors-0.4.5 \
 		same-file-1.0.6 \
-		sanitize-filename-0.5.0 \
-		sanitize-filename-0.6.0 \
 		schannel-0.1.27 \
 		scopeguard-1.2.0 \
 		security-framework-2.11.1 \
@@ -517,11 +375,9 @@ CARGO_CRATES=	addr2line-0.24.2 \
 		security-framework-sys-2.14.0 \
 		self_cell-1.2.0 \
 		semver-1.0.26 \
-		seq-macro-0.3.6 \
 		serde-1.0.228 \
 		serde-aux-4.7.0 \
 		serde-value-0.7.0 \
-		serde_bytes-0.11.17 \
 		serde_core-1.0.228 \
 		serde_derive-1.0.228 \
 		serde_json-1.0.143 \
@@ -541,49 +397,44 @@ CARGO_CRATES=	addr2line-0.24.2 \
 		siphasher-0.3.11 \
 		siphasher-1.0.1 \
 		slab-0.4.11 \
-		slotmap-1.0.7 \
 		smallvec-1.15.1 \
 		snafu-0.8.8 \
+		snafu-0.9.1 \
 		snafu-derive-0.8.8 \
+		snafu-derive-0.9.1 \
 		snowflake-1.3.0 \
 		socket2-0.5.10 \
 		socket2-0.6.0 \
-		spin-0.9.8 \
-		spin-0.10.0 \
-		spirv-0.3.0+sdk-1.3.268.0 \
+		spin-0.9.9 \
 		stable_deref_trait-1.2.0 \
-		static_assertions-1.1.0 \
 		string_cache-0.8.9 \
+		string_cache-0.9.0 \
 		string_cache_codegen-0.5.4 \
+		string_cache_codegen-0.6.1 \
 		strsim-0.11.1 \
-		strum-0.26.3 \
 		strum-0.27.2 \
-		strum_macros-0.26.4 \
+		strum-0.28.0 \
 		strum_macros-0.27.2 \
+		strum_macros-0.28.0 \
 		subtle-2.6.1 \
 		syn-1.0.109 \
 		syn-2.0.106 \
 		sync_wrapper-0.1.2 \
 		sync_wrapper-1.0.2 \
 		synstructure-0.13.2 \
-		sysctl-0.5.5 \
-		sysctl-0.6.0 \
-		sysinfo-0.33.1 \
 		system-configuration-0.5.1 \
 		system-configuration-sys-0.5.0 \
-		systemstat-0.2.5 \
 		tar-0.4.46 \
-		target-lexicon-0.13.2 \
+		target-lexicon-0.13.5 \
 		tempfile-3.21.0 \
 		tendril-0.4.3 \
+		tendril-0.5.0 \
 		termcolor-1.4.1 \
 		terminal_size-0.4.3 \
-		text_placeholder-0.5.1 \
 		thiserror-1.0.69 \
 		thiserror-2.0.16 \
 		thiserror-impl-1.0.69 \
 		thiserror-impl-2.0.16 \
-		thread-tree-0.3.3 \
 		thread_local-1.1.9 \
 		time-0.3.47 \
 		time-core-0.1.8 \
@@ -621,7 +472,6 @@ CARGO_CRATES=	addr2line-0.24.2 \
 		type-map-0.5.1 \
 		typenum-1.20.0 \
 		ucd-trie-0.1.7 \
-		ug-0.1.0 \
 		unic-char-property-0.9.0 \
 		unic-char-range-0.9.0 \
 		unic-common-0.9.0 \
@@ -638,16 +488,12 @@ CARGO_CRATES=	addr2line-0.24.2 \
 		unicode-width-0.1.14 \
 		unicode-width-0.2.1 \
 		unicode-xid-0.2.6 \
-		unindent-0.2.4 \
 		untrusted-0.9.0 \
-		unty-0.0.4 \
 		url-2.5.7 \
 		utf-8-0.7.6 \
 		utf8_iter-1.0.4 \
 		utf8parse-0.2.2 \
-		uuid-1.18.0 \
 		valuable-0.1.1 \
-		variadics_please-1.1.0 \
 		vcpkg-0.2.15 \
 		version_check-0.9.5 \
 		vswhom-0.1.0 \
@@ -656,6 +502,8 @@ CARGO_CRATES=	addr2line-0.24.2 \
 		want-0.3.1 \
 		wasi-0.11.1+wasi-snapshot-preview1 \
 		wasi-0.14.3+wasi-0.2.4 \
+		wasip2-1.0.3+wasi-0.2.9 \
+		wasip3-0.4.0+wasi-0.3.0-rc-2026-01-06 \
 		wasix-0.12.21 \
 		wasm-bindgen-0.2.100 \
 		wasm-bindgen-backend-0.2.100 \
@@ -663,44 +511,25 @@ CARGO_CRATES=	addr2line-0.24.2 \
 		wasm-bindgen-macro-0.2.100 \
 		wasm-bindgen-macro-support-0.2.100 \
 		wasm-bindgen-shared-0.2.100 \
+		wasm-encoder-0.244.0 \
+		wasm-metadata-0.244.0 \
 		wasm-streams-0.4.2 \
+		wasmparser-0.244.0 \
 		web-sys-0.3.77 \
 		web-time-1.1.0 \
-		web_atoms-0.1.3 \
+		web_atoms-0.2.5 \
 		webpki-roots-1.0.2 \
-		wgpu-25.0.2 \
-		wgpu-core-25.0.2 \
-		wgpu-core-deps-apple-25.0.0 \
-		wgpu-core-deps-emscripten-25.0.0 \
-		wgpu-core-deps-windows-linux-android-25.0.0 \
-		wgpu-hal-25.0.2 \
-		wgpu-types-25.0.0 \
 		which-8.0.0 \
-		widestring-1.2.0 \
-		winapi-0.3.9 \
-		winapi-i686-pc-windows-gnu-0.4.0 \
 		winapi-util-0.1.10 \
-		winapi-x86_64-pc-windows-gnu-0.4.0 \
-		windows-0.57.0 \
-		windows-0.58.0 \
 		windows-0.61.3 \
 		windows-collections-0.2.0 \
-		windows-core-0.57.0 \
-		windows-core-0.58.0 \
 		windows-core-0.61.2 \
 		windows-future-0.2.1 \
-		windows-implement-0.57.0 \
-		windows-implement-0.58.0 \
 		windows-implement-0.60.0 \
-		windows-interface-0.57.0 \
-		windows-interface-0.58.0 \
 		windows-interface-0.59.1 \
 		windows-link-0.1.3 \
 		windows-numerics-0.2.0 \
-		windows-result-0.1.2 \
-		windows-result-0.2.0 \
 		windows-result-0.3.4 \
-		windows-strings-0.1.0 \
 		windows-strings-0.4.2 \
 		windows-sys-0.48.0 \
 		windows-sys-0.52.0 \
@@ -739,15 +568,18 @@ CARGO_CRATES=	addr2line-0.24.2 \
 		winsafe-0.0.19 \
 		wiremock-0.6.5 \
 		wit-bindgen-0.45.0 \
-		wrapcenum-derive-0.4.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.1 \
 		xattr-1.5.1 \
-		xml-rs-0.8.27 \
 		xml5ever-0.17.0 \
 		xz2-0.1.7 \
-		yoke-0.7.5 \
 		yoke-0.8.0 \
-		yoke-derive-0.7.5 \
 		yoke-derive-0.8.0 \
 		zerocopy-0.8.26 \
 		zerocopy-derive-0.8.26 \
@@ -757,7 +589,6 @@ CARGO_CRATES=	addr2line-0.24.2 \
 		zerotrie-0.2.2 \
 		zerovec-0.11.4 \
 		zerovec-derive-0.11.1 \
-		zip-1.1.4 \
 		zip-4.6.0 \
 		zlib-rs-0.5.1 \
 		zopfli-0.8.2 \
diff --git a/games/anki/distinfo b/games/anki/distinfo
index 7e780cc535f9..eb5fa0785d08 100644
--- a/games/anki/distinfo
+++ b/games/anki/distinfo
@@ -1,18 +1,12 @@
-TIMESTAMP = 1781648721
-SHA256 (anki-yarn-cache-26.05.tar.gz) = 985ac55ded1f76fd2c4546831561d6e4b49e90c05a15ccf8c637ec52169178ac
-SIZE (anki-yarn-cache-26.05.tar.gz) = 757151827
+TIMESTAMP = 1785606123
 SHA256 (rust/crates/addr2line-0.24.2.crate) = dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1
 SIZE (rust/crates/addr2line-0.24.2.crate) = 39015
 SHA256 (rust/crates/adler2-2.0.1.crate) = 320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa
 SIZE (rust/crates/adler2-2.0.1.crate) = 13366
-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/allocator-api2-0.2.21.crate) = 683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923
-SIZE (rust/crates/allocator-api2-0.2.21.crate) = 63622
-SHA256 (rust/crates/ammonia-4.1.2.crate) = 17e913097e1a2124b46746c980134e8c954bc17a6a59bb3fde96f088d126dde6
-SIZE (rust/crates/ammonia-4.1.2.crate) = 57453
+SHA256 (rust/crates/ammonia-4.1.4.crate) = dc6d763210e2eb7670d1a5183a08bebefa3f97db2a738a684f2ce00bd49f681d
+SIZE (rust/crates/ammonia-4.1.4.crate) = 63002
 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
@@ -29,20 +23,16 @@ SHA256 (rust/crates/anstyle-query-1.1.4.crate) = 9e231f6134f61b71076a3eab506c379
 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.99.crate) = b0674a1ddeecb70197781e945de4b3b8ffb61fa939a5597bcf48503737663100
-SIZE (rust/crates/anyhow-1.0.99.crate) = 53809
+SHA256 (rust/crates/anyhow-1.0.103.crate) = 2a4385e2e34eb35d6b3efe798b9eb88096925d87726c0798709bf56d9ed84af3
+SIZE (rust/crates/anyhow-1.0.103.crate) = 48746
 SHA256 (rust/crates/arbitrary-1.4.2.crate) = c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1
 SIZE (rust/crates/arbitrary-1.4.2.crate) = 38307
 SHA256 (rust/crates/arrayref-0.3.9.crate) = 76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb
 SIZE (rust/crates/arrayref-0.3.9.crate) = 9186
 SHA256 (rust/crates/arrayvec-0.7.6.crate) = 7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50
 SIZE (rust/crates/arrayvec-0.7.6.crate) = 31237
-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/assert-json-diff-2.0.2.crate) = 47e4f2b81832e72834d7518d8487a0396a28cc408186a2e8854c0f98011faf12
 SIZE (rust/crates/assert-json-diff-2.0.2.crate) = 10874
-SHA256 (rust/crates/async-channel-2.5.0.crate) = 924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2
-SIZE (rust/crates/async-channel-2.5.0.crate) = 18624
 SHA256 (rust/crates/async-compression-0.4.30.crate) = 977eb15ea9efd848bb8a4a1a2500347ed7f0bf794edf0dc3ddcf439f43d36b23
 SIZE (rust/crates/async-compression-0.4.30.crate) = 98817
 SHA256 (rust/crates/async-stream-0.3.6.crate) = 0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476
@@ -53,8 +43,6 @@ SHA256 (rust/crates/async-trait-0.1.89.crate) = 9035ad2d096bed7955a320ee7e223057
 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_float-1.1.0.crate) = 628d228f918ac3b82fe590352cc719d30664a0c13ca3a60266fe02c7132d480a
-SIZE (rust/crates/atomic_float-1.1.0.crate) = 16232
 SHA256 (rust/crates/autocfg-1.5.0.crate) = c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8
 SIZE (rust/crates/autocfg-1.5.0.crate) = 18729
 SHA256 (rust/crates/axum-0.8.4.crate) = 021e862c184ae977658b36c4500f7feac3221ca5da43e3f25bd04ab6c79a29b5
@@ -75,20 +63,12 @@ SHA256 (rust/crates/base64-0.22.1.crate) = 72b3254f16251a8381aa12e40e3c4d2f0199f
 SIZE (rust/crates/base64-0.22.1.crate) = 81597
 SHA256 (rust/crates/base64ct-1.8.0.crate) = 55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba
 SIZE (rust/crates/base64ct-1.8.0.crate) = 31211
-SHA256 (rust/crates/bincode-2.0.1.crate) = 36eaf5d7b090263e8150820482d5d93cd964a81e4019913c972f4edcc6edb740
-SIZE (rust/crates/bincode-2.0.1.crate) = 70469
-SHA256 (rust/crates/bit-set-0.8.0.crate) = 08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3
-SIZE (rust/crates/bit-set-0.8.0.crate) = 16289
-SHA256 (rust/crates/bit-vec-0.8.0.crate) = 5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7
-SIZE (rust/crates/bit-vec-0.8.0.crate) = 24132
 SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a
 SIZE (rust/crates/bitflags-1.3.2.crate) = 23021
 SHA256 (rust/crates/bitflags-2.9.3.crate) = 34efbcccd345379ca2868b2b2c9d3782e9cc58ba87bc7d79d5b53d9c9ae6f25d
 SIZE (rust/crates/bitflags-2.9.3.crate) = 47777
 SHA256 (rust/crates/blake3-1.8.2.crate) = 3888aaa89e4b2a40fca9848e400f6a658a5a3978de7be858e209cafa8be9a4a0
 SIZE (rust/crates/blake3-1.8.2.crate) = 205967
-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/block-buffer-0.12.0.crate) = cdd35008169921d80bc60d3d0ab416eecb028c4cd653352907921d95084790be
@@ -97,52 +77,10 @@ SHA256 (rust/crates/bstr-1.12.0.crate) = 234113d19d0d7d613b40e86fb654acf95891080
 SIZE (rust/crates/bstr-1.12.0.crate) = 351557
 SHA256 (rust/crates/bumpalo-3.19.0.crate) = 46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43
 SIZE (rust/crates/bumpalo-3.19.0.crate) = 96414
-SHA256 (rust/crates/burn-0.17.1.crate) = ec639306f45bd663957465e840cfb07bcd2ae18f7c045dd9aba8cb7a69c0654a
-SIZE (rust/crates/burn-0.17.1.crate) = 57454
-SHA256 (rust/crates/burn-autodiff-0.17.1.crate) = a178966322ab7ce71405f1324cdc14f79256d85a47138bbd2c8c4f0056148601
-SIZE (rust/crates/burn-autodiff-0.17.1.crate) = 84494
-SHA256 (rust/crates/burn-candle-0.17.1.crate) = 9ed0981b3c1d07e9df0f5bef1042921b6db6e88b5d91916fa5dbdd7f0ca921c3
-SIZE (rust/crates/burn-candle-0.17.1.crate) = 35082
-SHA256 (rust/crates/burn-common-0.17.1.crate) = 1c3fae76798ea4dd14e6290b6753eb6235ac28c6ceaf6da35ff8396775d5494d
-SIZE (rust/crates/burn-common-0.17.1.crate) = 20753
-SHA256 (rust/crates/burn-core-0.17.1.crate) = 2afa81c868c1a9b3fad25c31176945d0cc5181ba7b77c0456bc05cf57fca975c
-SIZE (rust/crates/burn-core-0.17.1.crate) = 159553
-SHA256 (rust/crates/burn-cubecl-0.17.1.crate) = c547cbe414274ab4022abcc85993e1e41aa7cdccc92395ba5658acfdac285e07
-SIZE (rust/crates/burn-cubecl-0.17.1.crate) = 93900
-SHA256 (rust/crates/burn-cuda-0.17.1.crate) = 995bd0b3f52a4cfe0cfe47c16b40b3fd33285d17a086dd583e5b432074857e02
-SIZE (rust/crates/burn-cuda-0.17.1.crate) = 17773
-SHA256 (rust/crates/burn-dataset-0.17.1.crate) = 136c784dfc474c822f34d69e865f88a5675e9de9803ef38cee4ce14cdba34d54
-SIZE (rust/crates/burn-dataset-0.17.1.crate) = 70775
-SHA256 (rust/crates/burn-derive-0.17.1.crate) = 12e9f07ccc658ef072bce2e996f0c38c80ee4c241598b6557afe1877dd87ae98
-SIZE (rust/crates/burn-derive-0.17.1.crate) = 17345
-SHA256 (rust/crates/burn-ir-0.17.1.crate) = d63629f2c8b82ee52dbb9c18becded5117c2faf57365dc271a55c16d139cd91a
-SIZE (rust/crates/burn-ir-0.17.1.crate) = 15828
-SHA256 (rust/crates/burn-ndarray-0.17.1.crate) = 7e883846578e6915e1dbaeeb5bce32cc04cff03e7cb79c5836e1e888bbce974f
-SIZE (rust/crates/burn-ndarray-0.17.1.crate) = 66972
-SHA256 (rust/crates/burn-rocm-0.17.1.crate) = bd39d58202558b65b575921b57bff933845e6171296e2b8faf6a9d3610a344c5
-SIZE (rust/crates/burn-rocm-0.17.1.crate) = 17613
-SHA256 (rust/crates/burn-router-0.17.1.crate) = 22ed8614e180f7a58f77e658bd52e206d2f4a1ee37fcb4665c635ea9da90ea8b
-SIZE (rust/crates/burn-router-0.17.1.crate) = 37399
-SHA256 (rust/crates/burn-tensor-0.17.1.crate) = 2a70d1562c0d00083939e34daad61dabebb0f8bc8c250d1ef2f5efc31eb93aaf
-SIZE (rust/crates/burn-tensor-0.17.1.crate) = 205068
-SHA256 (rust/crates/burn-train-0.17.1.crate) = 140182cf5f1255d60e1d8c677fa45c6f71018c3c3c66aad093a9e4c3c222cf1c
-SIZE (rust/crates/burn-train-0.17.1.crate) = 72267
-SHA256 (rust/crates/burn-wgpu-0.17.1.crate) = 215bf0e641a27e17bcd3941a11867dcda411c9cb009488c6b6650c8206437c30
-SIZE (rust/crates/burn-wgpu-0.17.1.crate) = 24880
-SHA256 (rust/crates/bytemuck-1.23.2.crate) = 3995eaeebcdf32f91f980d360f78732ddc061097ab4e39991ae7a6ace9194677
-SIZE (rust/crates/bytemuck-1.23.2.crate) = 53021
-SHA256 (rust/crates/bytemuck_derive-1.10.1.crate) = 4f154e572231cb6ba2bd1176980827e3d5dc04cc183a75dea38109fbdd672d29
-SIZE (rust/crates/bytemuck_derive-1.10.1.crate) = 25122
-SHA256 (rust/crates/byteorder-1.5.0.crate) = 1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b
-SIZE (rust/crates/byteorder-1.5.0.crate) = 23288
 SHA256 (rust/crates/bytes-1.11.1.crate) = 1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33
 SIZE (rust/crates/bytes-1.11.1.crate) = 78584
-SHA256 (rust/crates/bytesize-1.3.3.crate) = 2e93abca9e28e0a1b9877922aacb20576e05d4679ffa78c3d6dc22a26a216659
-SIZE (rust/crates/bytesize-1.3.3.crate) = 11594
 SHA256 (rust/crates/camino-1.1.12.crate) = dd0b03af37dad7a14518b7691d81acb0f8222604ad3d1b02f6b4bed5188c0cd5
 SIZE (rust/crates/camino-1.1.12.crate) = 44284
-SHA256 (rust/crates/candle-core-0.8.4.crate) = 06ccf5ee3532e66868516d9b315f73aec9f34ea1a37ae98514534d458915dbf1
-SIZE (rust/crates/candle-core-0.8.4.crate) = 232912
 SHA256 (rust/crates/cast-0.3.0.crate) = 37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5
 SIZE (rust/crates/cast-0.3.0.crate) = 11452
 SHA256 (rust/crates/cc-1.2.34.crate) = 42bc4aea80032b7bf409b0bc7ccad88853858911b7713a8062fdc0623867bedc
@@ -151,6 +89,8 @@ SHA256 (rust/crates/cfg-if-1.0.3.crate) = 2fd1289c04a9ea8cb22300a459a72a385d7c73
 SIZE (rust/crates/cfg-if-1.0.3.crate) = 8719
 SHA256 (rust/crates/cfg_aliases-0.2.1.crate) = 613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724
 SIZE (rust/crates/cfg_aliases-0.2.1.crate) = 6355
+SHA256 (rust/crates/chacha20-0.10.0.crate) = 6f8d983286843e49675a4b7a2d174efe136dc93a18d69130dd18198a6c167601
+SIZE (rust/crates/chacha20-0.10.0.crate) = 38763
 SHA256 (rust/crates/chrono-0.4.41.crate) = c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d
 SIZE (rust/crates/chrono-0.4.41.crate) = 234621
 SHA256 (rust/crates/ciborium-0.2.2.crate) = 42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e
@@ -177,18 +117,12 @@ SHA256 (rust/crates/codespan-0.11.1.crate) = 3362992a0d9f1dd7c3d0e89e0ab2bb540b7
 SIZE (rust/crates/codespan-0.11.1.crate) = 8895
 SHA256 (rust/crates/codespan-reporting-0.11.1.crate) = 3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e
 SIZE (rust/crates/codespan-reporting-0.11.1.crate) = 48963
-SHA256 (rust/crates/codespan-reporting-0.12.0.crate) = fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81
-SIZE (rust/crates/codespan-reporting-0.12.0.crate) = 55796
 SHA256 (rust/crates/colorchoice-1.0.4.crate) = b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75
 SIZE (rust/crates/colorchoice-1.0.4.crate) = 8196
-SHA256 (rust/crates/colored-3.0.0.crate) = fde0e0ec90c9dfb3b4b1a0891a7dcd0e2bffde2f7efed5fe7c9bb00e5bfb915e
-SIZE (rust/crates/colored-3.0.0.crate) = 34497
 SHA256 (rust/crates/compression-codecs-0.4.30.crate) = 485abf41ac0c8047c07c87c72c8fb3eb5197f6e9d7ded615dfd1a00ae00a0f64
 SIZE (rust/crates/compression-codecs-0.4.30.crate) = 22516
 SHA256 (rust/crates/compression-core-0.4.29.crate) = e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb
 SIZE (rust/crates/compression-core-0.4.29.crate) = 4321
-SHA256 (rust/crates/concurrent-queue-2.5.0.crate) = 4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973
-SIZE (rust/crates/concurrent-queue-2.5.0.crate) = 22654
 SHA256 (rust/crates/const-oid-0.10.2.crate) = a6ef517f0926dd24a1582492c791b6a4818a4d94e789a334894aa15b0d12f55c
 SIZE (rust/crates/const-oid-0.10.2.crate) = 61449
 SHA256 (rust/crates/constant_time_eq-0.3.1.crate) = 7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6
@@ -201,8 +135,6 @@ SHA256 (rust/crates/core-foundation-0.10.1.crate) = b2a6cd9ae233e7f62ba4e9353e81
 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/core-graphics-types-0.1.3.crate) = 45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf
-SIZE (rust/crates/core-graphics-types-0.1.3.crate) = 7063
 SHA256 (rust/crates/cpufeatures-0.2.17.crate) = 59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280
 SIZE (rust/crates/cpufeatures-0.2.17.crate) = 13466
 SHA256 (rust/crates/cpufeatures-0.3.0.crate) = 8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201
@@ -217,8 +149,8 @@ SHA256 (rust/crates/crossbeam-channel-0.5.15.crate) = 82b8f8f868b36967f9606790d1
 SIZE (rust/crates/crossbeam-channel-0.5.15.crate) = 92716
 SHA256 (rust/crates/crossbeam-deque-0.8.6.crate) = 9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51
 SIZE (rust/crates/crossbeam-deque-0.8.6.crate) = 22471
-SHA256 (rust/crates/crossbeam-epoch-0.9.18.crate) = 5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e
-SIZE (rust/crates/crossbeam-epoch-0.9.18.crate) = 46875
+SHA256 (rust/crates/crossbeam-epoch-0.9.20.crate) = 2d6914041f254d6e9176c01941b21115dcfb7089e55135a35411081bd106ef3f
+SIZE (rust/crates/crossbeam-epoch-0.9.20.crate) = 47545
 SHA256 (rust/crates/crossbeam-utils-0.8.21.crate) = d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28
 SIZE (rust/crates/crossbeam-utils-0.8.21.crate) = 42691
 SHA256 (rust/crates/crunchy-0.2.4.crate) = 460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5
@@ -227,46 +159,12 @@ SHA256 (rust/crates/crypto-common-0.1.6.crate) = 1bfb12502f3fc46cca1bb51ac28df9d
 SIZE (rust/crates/crypto-common-0.1.6.crate) = 8760
 SHA256 (rust/crates/crypto-common-0.2.1.crate) = 77727bb15fa921304124b128af125e7e3b968275d1b108b379190264f4423710
 SIZE (rust/crates/crypto-common-0.2.1.crate) = 15165
-SHA256 (rust/crates/cssparser-0.35.0.crate) = 4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa
-SIZE (rust/crates/cssparser-0.35.0.crate) = 54145
-SHA256 (rust/crates/cssparser-macros-0.6.1.crate) = 13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331
-SIZE (rust/crates/cssparser-macros-0.6.1.crate) = 7914
+SHA256 (rust/crates/cssparser-0.37.0.crate) = 8c9cdaae01d5ed7882b04d795e7f752f46ff52d2fa3b50a20d28c464510bba98
+SIZE (rust/crates/cssparser-0.37.0.crate) = 56860
 SHA256 (rust/crates/csv-1.3.1.crate) = acdc4883a9c96732e4733212c01447ebd805833b7275a73ca3ee080fd77afdaf
 SIZE (rust/crates/csv-1.3.1.crate) = 888542
 SHA256 (rust/crates/csv-core-0.1.12.crate) = 7d02f3b0da4c6504f86e9cd789d8dbafab48c2321be74e9987593de5a894d93d
*** 6129 LINES SKIPPED ***


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a730027.3f26c.38115f33>