git: efb8a72677a2 - main - textproc/meilisearch: Update to 1.31.0

From: Ashish SHUKLA <ashish_at_FreeBSD.org>
Date: Thu, 25 Dec 2025 00:32:22 UTC
The branch main has been updated by ashish:

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

commit efb8a72677a2f89037cb400e4f8a28a21ad71fa4
Author:     Ashish SHUKLA <ashish@FreeBSD.org>
AuthorDate: 2025-12-24 23:53:55 +0000
Commit:     Ashish SHUKLA <ashish@FreeBSD.org>
CommitDate: 2025-12-25 00:29:11 +0000

    textproc/meilisearch: Update to 1.31.0
---
 textproc/meilisearch/Makefile                      |   21 +-
 textproc/meilisearch/Makefile.crates               | 1037 ++++++----
 textproc/meilisearch/distinfo                      | 2090 +++++++++++---------
 ...-crates_lindera-dictionary-0.43.3_src_assets.rs |   46 +
 ...tch-cargo-crates_lindera-ipadic-0.31.0_build.rs |   11 -
 ...tch-cargo-crates_lindera-ko-dic-0.31.0_build.rs |   23 -
 ...tch-cargo-crates_lindera-unidic-0.31.0_build.rs |   11 -
 ...ime-0.3.34_src_format__description_parse_mod.rs |   19 -
 ..._build.rs => patch-crates_meilisearch_build.rs} |   14 +-
 textproc/meilisearch/files/patch-rust-1.92.0       |   10 -
 10 files changed, 1868 insertions(+), 1414 deletions(-)

diff --git a/textproc/meilisearch/Makefile b/textproc/meilisearch/Makefile
index c5854c691a00..2fa7aa46b97a 100644
--- a/textproc/meilisearch/Makefile
+++ b/textproc/meilisearch/Makefile
@@ -1,15 +1,15 @@
 PORTNAME=	meilisearch
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.9.0
-PORTREVISION=	15
+DISTVERSION=	1.31.0
 CATEGORIES=	textproc
 MASTER_SITES=	https://github.com/meilisearch/mini-dashboard/releases/download/v${DASHBOARD_VERSION}/build.zip?dummy=/:mini_dashboard_assets \
-		https://dlwqk3ibdg1xh.cloudfront.net/:dic_upstream \
+		https://Lindera.dev/:dic_upstream \
 		https://milli-benchmarks.fra1.digitaloceanspaces.com/datasets/:benchmark
 DISTFILES=	${MINIDASHBOARDFILE}:mini_dashboard_assets \
 		mecab-ipadic-2.7.0-20070801.tar.gz:dic_upstream \
 		unidic-mecab-2.1.2.tar.gz:dic_upstream \
 		mecab-ko-dic-2.1.1-20180720.tar.gz:dic_upstream \
+		mecab-ipadic-neologd-0.0.7-20200820.tar.gz:dic_upstream \
 		smol-songs.csv.gz:benchmark \
 		smol-songs-1_2.csv.gz:benchmark \
 		smol-songs-3_4.csv.gz:benchmark \
@@ -42,9 +42,9 @@ USES=		cargo pkgconfig
 USE_GITHUB=	yes
 
 #GH_TUPLE=		meilisearch:lmdb:6a01c0a:lmdb/../lmdb-rs-501aa34a1ab7f092e3ff54a6c22ff6c55931a2d8/lmdb-sys/lmdb
-DASHBOARD_VERSION=	0.2.14
+DASHBOARD_VERSION=	0.2.22
 MINIDASHBOARDFILE=	meilisearch-mini-dashboard-build-${DASHBOARD_VERSION}.zip
-CARGO_INSTALL_PATH=	meilisearch
+CARGO_INSTALL_PATH=	crates/meilisearch
 CARGO_ENV=		LIBGIT2_SYS_USE_PKG_CONFIG=1 \
 			MILLI_BENCH_DATASETS_PATH=${WRKDIR}
 PLIST_FILES=		bin/${PORTNAME}
@@ -56,12 +56,9 @@ post-extract:
 
 post-patch:
 	${REINPLACE_CMD} -e 's,%%MINIDASHBOARDFILE%%,${DISTDIR}/${MINIDASHBOARDFILE},'  \
-		${WRKSRC}/meilisearch/build.rs
-	${REINPLACE_CMD} -e 's,%%DISTDIR%%,${DISTDIR},'  \
-		${CARGO_VENDOR_DIR}/lindera-unidic-0.31.0/build.rs \
-		${CARGO_VENDOR_DIR}/lindera-ipadic-0.31.0/build.rs \
-		${CARGO_VENDOR_DIR}/lindera-ko-dic-0.31.0/build.rs
-	${GREP} -F -R -l %%WRKDIR%% ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \
-		's,%%WRKDIR%%,${WRKDIR},'
+		${WRKSRC}/crates/meilisearch/build.rs
+	${GREP} -E -R -l '%%(WRK|DIST)DIR%%' ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \
+		's,%%WRKDIR%%,${WRKDIR},' \
+		-e 's,%%DISTDIR%%,${DISTDIR},'
 
 .include <bsd.port.mk>
diff --git a/textproc/meilisearch/Makefile.crates b/textproc/meilisearch/Makefile.crates
index 43ff31dca5ea..b10ce9e25cd0 100644
--- a/textproc/meilisearch/Makefile.crates
+++ b/textproc/meilisearch/Makefile.crates
@@ -1,152 +1,166 @@
-CARGO_CRATES=	actix-codec-0.5.1 \
-		actix-cors-0.7.0 \
-		actix-http-3.7.0 \
+CARGO_CRATES=	actix-codec-0.5.2 \
+		actix-cors-0.7.1 \
+		actix-http-3.11.2 \
 		actix-macros-0.2.4 \
 		actix-router-0.5.3 \
-		actix-rt-2.9.0 \
-		actix-server-2.2.0 \
-		actix-service-2.0.2 \
+		actix-rt-2.11.0 \
+		actix-server-2.6.0 \
+		actix-service-2.0.3 \
 		actix-tls-3.4.0 \
 		actix-utils-3.0.1 \
-		actix-web-4.6.0 \
-		actix-web-codegen-4.2.0 \
-		actix-web-static-files-4.0.1 \
-		addr2line-0.20.0 \
-		adler-1.0.2 \
+		actix-web-4.12.0 \
+		actix-web-codegen-4.3.0 \
+		actix-web-lab-0.24.3 \
+		addr2line-0.25.1 \
+		adler2-2.0.1 \
+		adler32-1.2.0 \
 		aes-0.8.4 \
-		ahash-0.8.11 \
-		aho-corasick-1.1.2 \
+		ahash-0.7.8 \
+		ahash-0.8.12 \
+		aho-corasick-1.1.4 \
 		alloc-no-stdlib-2.0.4 \
 		alloc-stdlib-0.2.2 \
-		allocator-api2-0.2.16 \
+		allocator-api2-0.2.21 \
 		anes-0.1.6 \
-		anstream-0.6.13 \
-		anstyle-1.0.6 \
-		anstyle-parse-0.2.1 \
-		anstyle-query-1.0.0 \
-		anstyle-wincon-3.0.1 \
-		anyhow-1.0.82 \
+		anstream-0.6.21 \
+		anstyle-1.0.13 \
+		anstyle-parse-0.2.7 \
+		anstyle-query-1.1.5 \
+		anstyle-wincon-3.0.10 \
+		anyhow-1.0.100 \
 		anymap2-0.13.0 \
-		arbitrary-1.3.2 \
-		arroy-0.4.0 \
+		approx-0.5.1 \
+		arbitrary-1.4.2 \
+		arc-swap-1.7.1 \
+		arrayvec-0.7.6 \
+		arroy-0.6.4-nested-rtxns \
 		assert-json-diff-2.0.2 \
-		async-stream-0.3.5 \
-		async-stream-impl-0.3.5 \
-		async-trait-0.1.77 \
-		atomic-0.5.3 \
-		atomic-polyfill-0.1.11 \
-		autocfg-1.2.0 \
-		backtrace-0.3.68 \
+		async-trait-0.1.89 \
+		atomic-waker-1.1.2 \
+		autocfg-1.5.0 \
+		backoff-0.4.0 \
+		backtrace-0.3.76 \
 		base64-0.13.1 \
-		base64-0.21.7 \
 		base64-0.22.1 \
-		base64ct-1.6.0 \
 		big_s-1.0.2 \
 		bimap-0.6.3 \
 		bincode-1.3.3 \
-		bindgen-0.68.1 \
+		bincode-2.0.1 \
+		bincode_derive-2.0.1 \
+		bindgen-0.72.1 \
 		bindgen_cuda-0.1.5 \
 		bit-set-0.5.3 \
 		bit-vec-0.6.3 \
 		bitflags-1.3.2 \
-		bitflags-2.5.0 \
+		bitflags-2.10.0 \
+		bitpacking-0.9.2 \
+		bitvec-1.0.1 \
 		block-buffer-0.10.4 \
-		brotli-6.0.0 \
-		brotli-decompressor-4.0.1 \
-		bstr-1.9.0 \
-		bumpalo-3.15.4 \
-		byte-unit-4.0.19 \
-		bytecount-0.6.3 \
-		bytemuck-1.16.1 \
-		bytemuck_derive-1.6.0 \
+		borsh-1.5.7 \
+		borsh-derive-1.5.7 \
+		brotli-8.0.2 \
+		brotli-decompressor-5.0.0 \
+		bstr-1.12.1 \
+		bumpalo-3.19.0 \
+		bumparaw-collections-0.1.4 \
+		byte-unit-5.1.6 \
+		bytecheck-0.6.12 \
+		bytecheck_derive-0.6.12 \
+		bytecount-0.6.9 \
+		bytemuck-1.24.0 \
+		bytemuck_derive-1.10.2 \
 		byteorder-1.5.0 \
-		bytes-1.5.0 \
-		bytestring-1.3.0 \
-		bzip2-0.4.4 \
-		bzip2-sys-0.1.11+1.0.8 \
-		camino-1.1.6 \
-		candle-core-0.4.1 \
-		candle-kernels-0.4.1 \
-		candle-nn-0.4.1 \
-		candle-transformers-0.4.1 \
-		cargo-platform-0.1.6 \
-		cargo_metadata-0.18.1 \
-		cargo_toml-0.18.0 \
+		bytes-1.11.0 \
+		bytestring-1.5.0 \
+		bzip2-0.6.0 \
+		camino-1.2.1 \
+		candle-core-0.9.1 \
+		candle-kernels-0.9.1 \
+		candle-nn-0.9.1 \
+		candle-transformers-0.9.1 \
+		cargo-platform-0.3.1 \
+		cargo_metadata-0.23.1 \
+		cargo_toml-0.22.3 \
 		cast-0.3.0 \
-		cc-1.0.94 \
+		castaway-0.2.4 \
+		cc-1.2.46 \
 		cedarwood-0.4.6 \
+		cellulite-0.3.1-nested-rtxns-2 \
 		cexpr-0.6.0 \
-		cfg-if-1.0.0 \
+		cfg-if-1.0.4 \
+		cfg_aliases-0.2.1 \
 		change-detection-1.2.0 \
-		charabia-0.8.11 \
-		ciborium-0.2.1 \
-		ciborium-io-0.2.1 \
-		ciborium-ll-0.2.1 \
+		charabia-0.9.9 \
+		ciborium-0.2.2 \
+		ciborium-io-0.2.2 \
+		ciborium-ll-0.2.2 \
 		cipher-0.4.4 \
-		clang-sys-1.7.0 \
-		clap-4.4.17 \
-		clap_builder-4.4.17 \
-		clap_derive-4.4.7 \
-		clap_lex-0.6.0 \
-		color-spantrace-0.2.1 \
-		colorchoice-1.0.0 \
+		clang-sys-1.8.1 \
+		clap-4.5.52 \
+		clap_builder-4.5.52 \
+		clap_derive-4.5.49 \
+		clap_lex-0.7.6 \
+		color-spantrace-0.3.0 \
+		colorchoice-1.0.4 \
+		compact_str-0.9.0 \
 		concat-arrays-0.1.2 \
-		console-0.15.7 \
-		constant_time_eq-0.1.5 \
-		convert_case-0.4.0 \
+		console-0.15.11 \
+		const-random-0.1.18 \
+		const-random-macro-0.1.16 \
+		constant_time_eq-0.3.1 \
 		convert_case-0.6.0 \
+		convert_case-0.8.0 \
+		convert_case-0.9.0 \
 		cookie-0.16.2 \
-		core-foundation-0.9.3 \
-		core-foundation-sys-0.8.4 \
-		cow-utils-0.1.2 \
-		cpufeatures-0.2.12 \
-		crc32fast-1.4.0 \
-		criterion-0.5.1 \
-		criterion-plot-0.5.0 \
-		critical-section-1.1.1 \
+		core-foundation-0.10.1 \
+		core-foundation-sys-0.8.7 \
+		core2-0.4.0 \
+		cpufeatures-0.2.17 \
+		crc-3.3.0 \
+		crc-catalog-2.4.0 \
+		crc32fast-1.5.0 \
+		criterion-0.7.0 \
+		criterion-plot-0.6.0 \
 		crossbeam-0.8.4 \
-		crossbeam-channel-0.5.11 \
-		crossbeam-deque-0.8.5 \
+		crossbeam-channel-0.5.15 \
+		crossbeam-deque-0.8.6 \
 		crossbeam-epoch-0.9.18 \
-		crossbeam-queue-0.3.11 \
-		crossbeam-utils-0.8.19 \
-		crunchy-0.2.2 \
-		crypto-common-0.1.6 \
-		csv-1.3.0 \
-		csv-core-0.1.11 \
-		cudarc-0.10.0 \
-		darling-0.14.4 \
-		darling-0.20.9 \
-		darling_core-0.14.4 \
-		darling_core-0.20.9 \
-		darling_macro-0.14.4 \
-		darling_macro-0.20.9 \
+		crossbeam-queue-0.3.12 \
+		crossbeam-utils-0.8.21 \
+		crunchy-0.2.4 \
+		crypto-common-0.1.7 \
+		csv-1.4.0 \
+		csv-core-0.1.12 \
+		cudarc-0.16.6 \
+		darling-0.20.11 \
+		darling_core-0.20.11 \
+		darling_macro-0.20.11 \
+		dary_heap-0.3.7 \
+		deadpool-0.12.3 \
+		deadpool-runtime-0.1.4 \
 		debugid-0.8.0 \
-		deranged-0.3.11 \
-		derive_arbitrary-1.3.2 \
-		derive_builder-0.12.0 \
-		derive_builder-0.13.1 \
-		derive_builder-0.20.0 \
-		derive_builder_core-0.12.0 \
-		derive_builder_core-0.13.1 \
-		derive_builder_core-0.20.0 \
-		derive_builder_macro-0.12.0 \
-		derive_builder_macro-0.13.1 \
-		derive_builder_macro-0.20.0 \
-		derive_more-0.99.17 \
-		deserr-0.6.1 \
-		deserr-internal-0.7.0 \
-		deunicode-1.4.2 \
+		deflate64-0.1.10 \
+		deranged-0.5.5 \
+		derive_arbitrary-1.4.2 \
+		derive_builder-0.20.2 \
+		derive_builder_core-0.20.2 \
+		derive_builder_macro-0.20.2 \
+		derive_more-2.0.1 \
+		derive_more-impl-2.0.1 \
+		deserr-0.6.4 \
+		deserr-internal-0.6.4 \
 		digest-0.10.7 \
 		dirs-5.0.1 \
 		dirs-next-1.0.2 \
 		dirs-sys-0.4.1 \
 		dirs-sys-next-0.1.2 \
-		doc-comment-0.3.3 \
+		displaydoc-0.2.5 \
 		doxygen-rs-0.4.2 \
 		dyn-stack-0.10.0 \
-		either-1.10.0 \
-		encode_unicode-0.3.6 \
+		dyn-stack-0.13.0 \
+		earcutr-0.4.3 \
+		either-1.15.0 \
+		encode_unicode-1.0.0 \
 		encoding-0.2.33 \
 		encoding-index-japanese-1.20141219.5 \
 		encoding-index-korean-1.20141219.5 \
@@ -154,421 +168,568 @@ CARGO_CRATES=	actix-codec-0.5.1 \
 		encoding-index-singlebyte-1.20141219.5 \
 		encoding-index-tradchinese-1.20141219.5 \
 		encoding_index_tests-0.1.4 \
-		encoding_rs-0.8.33 \
+		encoding_rs-0.8.35 \
 		encoding_rs_io-0.1.7 \
-		enum-as-inner-0.6.0 \
-		enum-iterator-1.5.0 \
-		enum-iterator-derive-1.3.0 \
-		equivalent-1.0.1 \
-		errno-0.3.8 \
+		enum-as-inner-0.6.1 \
+		enum-iterator-2.3.0 \
+		enum-iterator-derive-1.5.0 \
+		equivalent-1.0.2 \
+		errno-0.3.14 \
 		esaxx-rs-0.1.10 \
-		fancy-regex-0.12.0 \
-		fastrand-2.0.1 \
-		faux-0.1.10 \
-		faux_macros-0.1.10 \
-		filetime-0.2.22 \
-		flate2-1.0.28 \
+		eventsource-stream-0.2.3 \
+		fancy-regex-0.13.0 \
+		fastrand-2.3.0 \
+		filetime-0.2.26 \
+		find-msvc-tools-0.1.5 \
+		flate2-1.1.5 \
+		float_eq-1.0.1 \
+		float_next_after-1.0.0 \
+		flume-0.11.1 \
 		fnv-1.0.7 \
-		form_urlencoded-1.2.1 \
+		foldhash-0.1.5 \
+		foldhash-0.2.0 \
+		form_urlencoded-1.2.2 \
 		fst-0.4.7 \
-		futures-0.3.30 \
-		futures-channel-0.3.30 \
-		futures-core-0.3.30 \
-		futures-executor-0.3.30 \
-		futures-io-0.3.30 \
-		futures-macro-0.3.30 \
-		futures-sink-0.3.30 \
-		futures-task-0.3.30 \
-		futures-util-0.3.30 \
+		funty-2.0.0 \
+		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-macro-0.3.31 \
+		futures-sink-0.3.31 \
+		futures-task-0.3.31 \
+		futures-timer-3.0.3 \
+		futures-util-0.3.31 \
 		fxhash-0.2.1 \
-		fxprof-processed-profile-0.6.0 \
+		fxprof-processed-profile-0.7.0 \
 		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 \
+		geo-0.30.0 \
+		geo-types-0.7.17 \
+		geographiclib-rs-0.2.5 \
+		geojson-0.24.2 \
 		geoutils-0.5.1 \
-		getrandom-0.2.14 \
-		getset-0.1.2 \
-		gimli-0.27.3 \
-		git2-0.18.2 \
-		glob-0.3.1 \
-		grenad-0.4.6 \
-		h2-0.3.26 \
-		half-1.8.2 \
-		half-2.4.0 \
-		hash32-0.2.1 \
-		hashbrown-0.14.3 \
-		heapless-0.7.16 \
-		heck-0.4.1 \
-		heed-0.20.2 \
+		getrandom-0.2.16 \
+		getrandom-0.3.4 \
+		gimli-0.32.3 \
+		glob-0.3.3 \
+		grenad-0.5.0 \
+		h2-0.3.27 \
+		h2-0.4.12 \
+		h3o-0.9.0 \
+		h3o-bit-0.1.2 \
+		half-2.7.1 \
+		hannoy-0.1.2-nested-rtxns \
+		hash32-0.3.1 \
+		hashbrown-0.12.3 \
+		hashbrown-0.14.5 \
+		hashbrown-0.15.5 \
+		hashbrown-0.16.0 \
+		heapless-0.8.0 \
+		heck-0.5.0 \
+		heed-0.22.1-nested-rtxns-6 \
 		heed-traits-0.20.0 \
-		heed-types-0.20.0 \
-		hermit-abi-0.3.9 \
+		heed-types-0.21.0 \
+		hermit-abi-0.5.2 \
 		hex-0.4.3 \
 		hmac-0.12.1 \
-		http-0.2.11 \
-		http-1.0.0 \
-		http-body-0.4.5 \
-		httparse-1.8.0 \
-		httpdate-1.0.2 \
-		hyper-0.14.27 \
-		hyper-rustls-0.24.1 \
+		http-0.2.12 \
+		http-1.3.1 \
+		http-body-1.0.1 \
+		http-body-util-0.1.3 \
+		httparse-1.10.1 \
+		httpdate-1.0.3 \
+		humantime-2.3.0 \
+		hyper-1.8.1 \
+		hyper-rustls-0.27.7 \
+		hyper-util-0.1.18 \
+		i_float-1.7.0 \
+		i_key_sort-0.2.0 \
+		i_overlay-2.0.5 \
+		i_shape-1.7.0 \
+		i_tree-0.8.3 \
+		icu_collections-2.1.1 \
+		icu_locale_core-2.1.1 \
+		icu_normalizer-2.1.1 \
+		icu_normalizer_data-2.1.1 \
+		icu_properties-2.1.1 \
+		icu_properties_data-2.1.1 \
+		icu_provider-2.1.1 \
 		ident_case-1.0.1 \
-		idna-0.5.0 \
-		impl-more-0.1.6 \
-		indexmap-2.2.6 \
-		indicatif-0.17.7 \
-		inout-0.1.3 \
-		insta-1.34.0 \
-		instant-0.1.12 \
-		io-lifetimes-1.0.11 \
-		ipnet-2.8.0 \
-		irg-kvariants-0.1.0 \
-		is-terminal-0.4.10 \
+		idna-1.1.0 \
+		idna_adapter-1.2.1 \
+		impl-more-0.1.9 \
+		include-flate-0.3.1 \
+		include-flate-codegen-0.3.1 \
+		include-flate-compress-0.3.1 \
+		indexmap-2.12.0 \
+		indicatif-0.17.11 \
+		inout-0.1.4 \
+		insta-1.39.0 \
+		instant-0.1.13 \
+		intmap-3.1.2 \
+		ipnet-2.11.0 \
+		irg-kvariants-0.1.1 \
+		iri-string-0.7.9 \
+		is-terminal-0.4.17 \
+		is_terminal_polyfill-1.70.2 \
 		itertools-0.10.5 \
 		itertools-0.11.0 \
-		itertools-0.12.1 \
-		itoa-1.0.11 \
-		jieba-rs-0.6.8 \
-		jobserver-0.1.28 \
-		js-sys-0.3.69 \
-		jsonwebtoken-9.2.0 \
+		itertools-0.13.0 \
+		itertools-0.14.0 \
+		itoa-1.0.15 \
+		jieba-macros-0.8.1 \
+		jieba-rs-0.8.1 \
+		jiff-0.2.15 \
+		jiff-static-0.2.15 \
+		jobserver-0.1.34 \
+		js-sys-0.3.81 \
+		jsonwebtoken-9.3.1 \
 		kanaria-0.2.0 \
-		kstring-2.0.0 \
+		kstring-2.0.2 \
 		language-tags-0.3.2 \
-		lazy_static-1.4.0 \
-		lazycell-1.3.0 \
+		lazy_static-1.5.0 \
 		levenshtein_automata-0.2.1 \
-		libc-0.2.153 \
-		libgit2-sys-0.16.2+1.7.2 \
-		libloading-0.8.1 \
-		libm-0.2.8 \
-		libmimalloc-sys-0.1.35 \
-		libproc-0.14.2 \
-		libz-sys-1.1.15 \
-		lindera-0.31.0 \
-		lindera-analyzer-0.31.0 \
-		lindera-cc-cedict-0.31.0 \
-		lindera-cc-cedict-builder-0.31.0 \
-		lindera-compress-0.31.0 \
-		lindera-core-0.31.0 \
-		lindera-decompress-0.31.0 \
-		lindera-dictionary-0.31.0 \
-		lindera-dictionary-builder-0.31.0 \
-		lindera-filter-0.31.0 \
-		lindera-ipadic-0.31.0 \
-		lindera-ipadic-builder-0.31.0 \
-		lindera-ipadic-neologd-0.31.0 \
-		lindera-ipadic-neologd-builder-0.31.0 \
-		lindera-ko-dic-0.31.0 \
-		lindera-ko-dic-builder-0.31.0 \
-		lindera-tokenizer-0.31.0 \
-		lindera-unidic-0.31.0 \
-		lindera-unidic-builder-0.31.0 \
+		libbz2-rs-sys-0.2.2 \
+		libc-0.2.177 \
+		libflate-2.1.0 \
+		libflate_lz77-2.1.0 \
+		libloading-0.8.9 \
+		libm-0.2.15 \
+		libmimalloc-sys-0.1.44 \
+		libproc-0.14.11 \
+		libredox-0.1.10 \
+		libz-rs-sys-0.5.2 \
+		lindera-0.43.3 \
+		lindera-cc-cedict-0.43.3 \
+		lindera-dictionary-0.43.3 \
+		lindera-ipadic-0.43.3 \
+		lindera-ipadic-neologd-0.43.3 \
+		lindera-ko-dic-0.43.3 \
+		lindera-unidic-0.43.3 \
 		linked-hash-map-0.5.6 \
-		linux-raw-sys-0.1.4 \
-		linux-raw-sys-0.4.12 \
-		liquid-0.26.4 \
-		liquid-core-0.26.4 \
-		liquid-derive-0.26.4 \
-		liquid-lib-0.26.4 \
-		litemap-0.7.2 \
-		lmdb-master-sys-0.2.1 \
-		local-channel-0.1.3 \
-		local-waker-0.1.3 \
-		lock_api-0.4.11 \
-		log-0.4.21 \
-		macro_rules_attribute-0.2.0 \
-		macro_rules_attribute-proc_macro-0.2.0 \
+		linux-raw-sys-0.4.15 \
+		linux-raw-sys-0.11.0 \
+		liquid-0.26.11 \
+		liquid-core-0.26.11 \
+		liquid-derive-0.26.10 \
+		liquid-lib-0.26.11 \
+		litemap-0.8.1 \
+		lmdb-master-sys-0.2.6-nested-rtxns-6 \
+		local-channel-0.1.5 \
+		local-waker-0.1.4 \
+		lock_api-0.4.14 \
+		log-0.4.28 \
+		lru-0.16.2 \
+		lru-slab-0.1.2 \
+		lzma-rust2-0.13.0 \
+		macro_rules_attribute-0.2.2 \
+		macro_rules_attribute-proc_macro-0.2.2 \
+		madvise-0.1.0 \
 		manifest-dir-macros-0.1.18 \
 		maplit-1.0.2 \
+		md-5-0.10.6 \
 		md5-0.7.0 \
-		memchr-2.7.1 \
-		memmap2-0.7.1 \
-		memmap2-0.9.4 \
-		mimalloc-0.1.39 \
+		md5-0.8.0 \
+		memchr-2.7.6 \
+		memmap2-0.9.9 \
+		mimalloc-0.1.48 \
 		mime-0.3.17 \
-		mime_guess-2.0.4 \
+		mime_guess-2.0.5 \
+		min-max-heap-1.3.0 \
 		minimal-lexical-0.2.1 \
-		miniz_oxide-0.7.2 \
-		mio-0.8.11 \
-		monostate-0.1.9 \
-		monostate-impl-0.1.9 \
-		mutually_exclusive_features-0.0.3 \
+		miniz_oxide-0.8.9 \
+		mio-1.1.0 \
+		monostate-0.1.16 \
+		monostate-impl-0.1.16 \
+		mopa-maintained-0.2.3 \
+		mutually_exclusive_features-0.1.0 \
+		no-std-compat-0.4.1 \
+		nohash-0.2.0 \
 		nom-7.1.3 \
 		nom_locate-4.2.0 \
 		ntapi-0.4.1 \
-		nu-ansi-term-0.46.0 \
-		num-bigint-0.4.3 \
-		num-complex-0.4.5 \
+		nu-ansi-term-0.50.1 \
+		num-0.4.3 \
+		num-bigint-0.4.6 \
+		num-complex-0.4.6 \
 		num-conv-0.1.0 \
-		num-integer-0.1.45 \
-		num-traits-0.2.18 \
-		num_cpus-1.16.0 \
+		num-integer-0.1.46 \
+		num-iter-0.1.45 \
+		num-rational-0.4.2 \
+		num-traits-0.2.19 \
+		num_cpus-1.17.0 \
+		num_enum-0.7.4 \
+		num_enum_derive-0.7.4 \
 		num_threads-0.1.7 \
 		number_prefix-0.4.0 \
-		object-0.31.1 \
-		obkv-0.2.1 \
-		once_cell-1.19.0 \
-		onig-6.4.0 \
-		onig_sys-69.8.1 \
-		oorandom-11.1.3 \
+		objc2-core-foundation-0.3.1 \
+		objc2-io-kit-0.3.1 \
+		object-0.37.3 \
+		obkv-0.3.0 \
+		once_cell-1.21.3 \
+		once_cell_polyfill-1.70.1 \
+		onig-6.5.1 \
+		onig_sys-69.9.1 \
+		oorandom-11.1.5 \
+		openssl-probe-0.1.6 \
 		option-ext-0.2.0 \
-		ordered-float-4.2.0 \
-		overload-0.1.1 \
-		owo-colors-3.5.0 \
-		page_size-0.5.0 \
+		ordered-float-4.6.0 \
+		ordered-float-5.1.0 \
+		owo-colors-4.2.2 \
 		page_size-0.6.0 \
-		parking_lot-0.12.1 \
-		parking_lot_core-0.9.8 \
-		password-hash-0.4.2 \
-		paste-1.0.14 \
+		papaya-0.2.3 \
+		parking_lot-0.12.5 \
+		parking_lot_core-0.9.12 \
+		paste-1.0.15 \
 		path-matchers-1.0.2 \
 		path-slash-0.1.5 \
-		pbkdf2-0.11.0 \
-		peeking_take_while-0.1.2 \
-		pem-3.0.3 \
-		percent-encoding-2.3.1 \
-		pest-2.7.2 \
-		pest_derive-2.7.2 \
-		pest_generator-2.7.2 \
-		pest_meta-2.7.2 \
-		phf-0.11.2 \
-		phf_codegen-0.11.2 \
-		phf_generator-0.11.2 \
-		phf_macros-0.11.2 \
-		phf_shared-0.11.2 \
-		pin-project-1.1.4 \
-		pin-project-internal-1.1.4 \
-		pin-project-lite-0.2.13 \
+		path-slash-0.2.1 \
+		pbkdf2-0.12.2 \
+		pem-3.0.5 \
+		percent-encoding-2.3.2 \
+		pest-2.8.2 \
+		pest_derive-2.8.2 \
+		pest_generator-2.8.2 \
+		pest_meta-2.8.2 \
+		phf-0.11.3 \
+		phf-0.13.1 \
+		phf_codegen-0.13.1 \
+		phf_generator-0.11.3 \
+		phf_generator-0.13.1 \
+		phf_macros-0.11.3 \
+		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 \
 		pin-utils-0.1.0 \
 		pinyin-0.10.0 \
-		pkg-config-0.3.30 \
+		pkg-config-0.3.32 \
 		platform-dirs-0.3.0 \
-		plotters-0.3.5 \
-		plotters-backend-0.3.5 \
-		plotters-svg-0.3.5 \
-		portable-atomic-1.5.1 \
+		plotters-0.3.7 \
+		plotters-backend-0.3.7 \
+		plotters-svg-0.3.7 \
+		portable-atomic-1.11.1 \
+		portable-atomic-util-0.2.4 \
+		potential_utf-0.1.4 \
 		powerfmt-0.2.0 \
-		ppv-lite86-0.2.17 \
+		ppmd-rust-1.2.1 \
+		ppv-lite86-0.2.21 \
+		proc-macro-crate-3.4.0 \
 		proc-macro-error-1.0.4 \
 		proc-macro-error-attr-1.0.4 \
-		proc-macro2-1.0.81 \
-		procfs-0.14.2 \
-		prometheus-0.13.3 \
-		protobuf-2.28.0 \
-		pulp-0.18.9 \
-		quote-1.0.36 \
+		proc-macro2-1.0.103 \
+		procfs-0.17.0 \
+		procfs-core-0.17.0 \
+		prometheus-0.14.0 \
+		protobuf-3.7.2 \
+		protobuf-support-3.7.2 \
+		ptr_meta-0.1.4 \
+		ptr_meta_derive-0.1.4 \
+		pulp-0.18.22 \
+		pulp-0.21.5 \
+		quick-xml-0.38.3 \
+		quinn-0.11.9 \
+		quinn-proto-0.11.13 \
+		quinn-udp-0.5.14 \
+		quote-1.0.42 \
+		r-efi-5.3.0 \
+		radium-0.7.0 \
 		rand-0.8.5 \
+		rand-0.9.2 \
 		rand_chacha-0.3.1 \
+		rand_chacha-0.9.0 \
 		rand_core-0.6.4 \
-		rand_distr-0.4.3 \
-		rand_pcg-0.3.1 \
+		rand_core-0.9.3 \
+		rand_distr-0.5.1 \
 		raw-cpuid-10.7.0 \
-		rayon-1.10.0 \
-		rayon-cond-0.3.0 \
-		rayon-core-1.12.1 \
+		raw-cpuid-11.6.0 \
+		rayon-1.11.0 \
+		rayon-cond-0.4.0 \
+		rayon-core-1.13.0 \
 		reborrow-0.5.5 \
-		redox_syscall-0.2.16 \
-		redox_syscall-0.3.5 \
-		redox_users-0.4.3 \
-		regex-1.10.4 \
-		regex-automata-0.4.6 \
-		regex-lite-0.1.5 \
-		regex-syntax-0.8.2 \
-		reqwest-0.11.23 \
-		ring-0.17.8 \
-		roaring-0.10.5 \
-		rstar-0.11.0 \
-		rustc-demangle-0.1.23 \
+		redox_syscall-0.5.17 \
+		redox_users-0.4.6 \
+		regex-1.12.2 \
+		regex-automata-0.4.13 \
+		regex-lite-0.1.8 \
+		regex-syntax-0.8.8 \
+		rend-0.4.2 \
+		reqwest-0.12.24 \
+		reqwest-eventsource-0.6.0 \
+		rhai-1.23.6 \
+		rhai_codegen-3.1.0 \
+		ring-0.17.14 \
+		rkyv-0.7.45 \
+		rkyv_derive-0.7.45 \
+		rle-decode-fast-1.0.3 \
+		roaring-0.10.12 \
+		roaring-0.11.2 \
+		robust-1.2.0 \
+		rstar-0.12.2 \
+		rust_decimal-1.38.0 \
+		rustc-demangle-0.1.26 \
 		rustc-hash-1.1.0 \
-		rustc_version-0.4.0 \
-		rustix-0.36.16 \
-		rustix-0.38.31 \
-		rustls-0.21.12 \
-		rustls-0.22.4 \
-		rustls-pemfile-1.0.4 \
-		rustls-pki-types-1.4.1 \
-		rustls-webpki-0.101.7 \
-		rustls-webpki-0.102.2 \
-		rustversion-1.0.14 \
-		ryu-1.0.17 \
-		safetensors-0.4.2 \
+		rustc-hash-2.1.1 \
+		rustix-0.38.44 \
+		rustix-1.1.2 \
+		rustls-0.23.35 \
+		rustls-native-certs-0.8.2 \
+		rustls-pemfile-2.2.0 \
+		rustls-pki-types-1.13.0 \
+		rustls-webpki-0.103.8 \
+		rustversion-1.0.22 \
+		rusty-s3-0.8.1 \
+		ryu-1.0.20 \
+		safetensors-0.4.5 \
+		safetensors-0.6.2 \
 		same-file-1.0.6 \
+		schannel-0.1.28 \
 		scopeguard-1.2.0 \
-		sct-0.7.1 \
-		segment-0.2.3 \
-		semver-1.0.18 \
-		seq-macro-0.3.5 \
-		serde-1.0.198 \
+		seahash-4.1.0 \
+		secrecy-0.10.3 \
+		security-framework-3.5.1 \
+		security-framework-sys-2.15.0 \
+		segment-0.2.6 \
+		seize-0.5.1 \
+		semver-1.0.27 \
+		seq-macro-0.3.6 \
+		serde-1.0.228 \
 		serde-cs-0.2.4 \
-		serde_derive-1.0.198 \
-		serde_json-1.0.116 \
+		serde_core-1.0.228 \
+		serde_derive-1.0.228 \
+		serde_html_form-0.2.8 \
+		serde_json-1.0.145 \
+		serde_path_to_error-0.1.20 \
 		serde_plain-1.0.2 \
-		serde_spanned-0.6.5 \
+		serde_spanned-1.0.3 \
 		serde_urlencoded-0.7.1 \
+		serde_yaml-0.9.34+deprecated \
 		sha-1-0.10.1 \
 		sha1-0.10.6 \
-		sha2-0.10.8 \
+		sha2-0.10.9 \
 		sharded-slab-0.1.7 \
 		shlex-1.3.0 \
-		signal-hook-registry-1.4.1 \
-		similar-2.2.1 \
-		simple_asn1-0.6.2 \
-		siphasher-0.3.11 \
-		siphasher-1.0.0 \
-		slab-0.4.8 \
+		signal-hook-registry-1.4.6 \
+		simd-adler32-0.3.7 \
+		simdutf8-0.1.5 \
+		similar-2.7.0 \
+		similar-asserts-1.7.0 \
+		simple_asn1-0.6.3 \
+		siphasher-1.0.1 \
+		slab-0.4.11 \
 		slice-group-by-0.3.1 \
-		smallstr-0.3.0 \
-		smallvec-1.12.0 \
+		smallstr-0.3.1 \
+		smallvec-1.15.1 \
 		smartstring-1.0.1 \
-		socket2-0.4.9 \
-		socket2-0.5.5 \
+		socket2-0.5.10 \
+		socket2-0.6.1 \
 		socks-0.3.4 \
+		spin-0.5.2 \
 		spin-0.9.8 \
 		spm_precompiled-0.1.4 \
-		stable_deref_trait-1.2.0 \
-		static-files-0.2.3 \
+		stable_deref_trait-1.2.1 \
+		static-files-0.3.1 \
 		static_assertions-1.1.0 \
-		strsim-0.10.0 \
+		steppe-0.4.1 \
 		strsim-0.11.1 \
-		strum-0.26.2 \
-		strum_macros-0.26.2 \
-		subtle-2.5.0 \
+		strum-0.27.2 \
+		strum_macros-0.27.2 \
+		subtle-2.6.1 \
 		syn-1.0.109 \
-		syn-2.0.60 \
+		syn-2.0.110 \
+		sync_wrapper-1.0.2 \
 		synchronoise-1.0.1 \
-		synstructure-0.13.1 \
+		synstructure-0.13.2 \
 		sysctl-0.5.5 \
-		sysinfo-0.30.5 \
-		system-configuration-0.5.1 \
-		system-configuration-sys-0.5.0 \
-		tar-0.4.40 \
+		sysctl-0.6.0 \
+		sysinfo-0.37.2 \
+		tap-1.0.1 \
+		tar-0.4.44 \
 		temp-env-0.3.6 \
-		tempfile-3.10.1 \
+		tempfile-3.23.0 \
 		termcolor-1.4.1 \
-		thiserror-1.0.61 \
-		thiserror-impl-1.0.61 \
-		thread_local-1.1.7 \
-		tiktoken-rs-0.5.8 \
-		time-0.3.34 \
*** 2833 LINES SKIPPED ***