git: d98b8ace184f - main - misc/codex: Update to 0.96.0

From: Hiroki Tagato <tagattie_at_FreeBSD.org>
Date: Thu, 05 Feb 2026 08:54:42 UTC
The branch main has been updated by tagattie:

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

commit d98b8ace184f0d679a2649f7c271aa2111cc27ab
Author:     Hiroki Tagato <tagattie@FreeBSD.org>
AuthorDate: 2026-02-05 08:52:46 +0000
Commit:     Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2026-02-05 08:54:31 +0000

    misc/codex: Update to 0.96.0
    
    While here, mark as BROKEN on i386 architecture. It does not build due
    to out of memory error.
    
    Changelog:
    - https://github.com/openai/codex/releases/tag/rust-v0.90.0
    - https://github.com/openai/codex/releases/tag/rust-v0.91.0
    - https://github.com/openai/codex/releases/tag/rust-v0.92.0
    - https://github.com/openai/codex/releases/tag/rust-v0.93.0
    - https://github.com/openai/codex/releases/tag/rust-v0.94.0
    - https://github.com/openai/codex/releases/tag/rust-v0.95.0
    - https://github.com/openai/codex/releases/tag/rust-v0.96.0
    
    Reported by:    GitHub (watch releases)
---
 misc/codex/Makefile        |   19 +-
 misc/codex/Makefile.crates |  638 +++++++++++++---------
 misc/codex/distinfo        | 1282 +++++++++++++++++++++++++++-----------------
 3 files changed, 1212 insertions(+), 727 deletions(-)

diff --git a/misc/codex/Makefile b/misc/codex/Makefile
index df088d80fd8e..279576e1bf7f 100644
--- a/misc/codex/Makefile
+++ b/misc/codex/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	codex
 DISTVERSIONPREFIX=	rust-v
-DISTVERSION=	0.89.0
-PORTREVISION=	1
+DISTVERSION=	0.96.0
 CATEGORIES=	misc devel
 
 MAINTAINER=	tagattie@FreeBSD.org
@@ -12,6 +11,8 @@ WWW=		https://openai.com/codex \
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_i386=	fails to build: rustc-LLVM ERROR: out of memory
+
 LIB_DEPENDS=	libzstd.so:archivers/zstd \
 		libdbus-1.so:devel/dbus \
 		libonig.so:devel/oniguruma
@@ -24,14 +25,15 @@ USES=		cargo python:test shebangfix ssl
 USE_GITHUB=	yes
 GH_ACCOUNT=	openai
 
-SHEBANG_FILES=	codex-rs/core/src/skills/assets/samples/skill-creator/scripts/init_skill.py \
-		codex-rs/core/src/skills/assets/samples/skill-creator/scripts/package_skill.py \
+SHEBANG_FILES=	codex-rs/core/src/skills/assets/samples/skill-creator/scripts/generate_openai_yaml.py \
+		codex-rs/core/src/skills/assets/samples/skill-creator/scripts/init_skill.py \
 		codex-rs/core/src/skills/assets/samples/skill-creator/scripts/quick_validate.py \
 		codex-rs/core/src/skills/assets/samples/skill-installer/scripts/github_utils.py \
 		codex-rs/core/src/skills/assets/samples/skill-installer/scripts/install-skill-from-github.py \
-		codex-rs/core/src/skills/assets/samples/skill-installer/scripts/list-curated-skills.py \
-		codex-rs/mcp-types/check_lib_rs.py \
-		codex-rs/mcp-types/generate_mcp_types.py
+		codex-rs/core/src/skills/assets/samples/skill-installer/scripts/list-skills.py \
+		codex-rs/vendor/bubblewrap/demos/userns-block-fd.py \
+		codex-rs/vendor/bubblewrap/tests/test-seccomp.py \
+		codex-rs/vendor/bubblewrap/tests/use-as-subproject/assert-correct-rpath.py
 
 CARGO_CARGOTOML=	${BUILD_WRKSRC}/Cargo.toml
 CARGO_CARGOLOCK=	${BUILD_WRKSRC}/Cargo.lock
@@ -55,6 +57,8 @@ COMPLETIONS_PLIST_FILES=etc/bash_completion.d/${PORTNAME} \
 			share/zsh/site-functions/_${PORTNAME}
 
 post-patch:
+	@${REINPLACE_CMD} -e 's|ssh://git@github.com/JakkuSakura/tungstenite-rs.git|https://github.com/JakkuSakura/tungstenite-rs|' \
+		${WRKSRC_crate_tokio-tungstenite}/Cargo.toml
 	@${REINPLACE_CMD} -e 's|0\.0\.0|${DISTVERSION}|' \
 		${BUILD_WRKSRC}/app-server/tests/suite/user_agent.rs
 	@${REINPLACE_CMD} -e 's|/bin/bash|${LOCALBASE}&|' \
@@ -79,6 +83,7 @@ post-patch:
 		${BUILD_WRKSRC}/core/tests/suite/tools.rs \
 		${BUILD_WRKSRC}/core/tests/suite/unified_exec.rs \
 		${BUILD_WRKSRC}/exec/tests/suite/sandbox.rs \
+		${BUILD_WRKSRC}/execpolicy/tests/basic.rs \
 		${BUILD_WRKSRC}/mcp-server/tests/suite/codex_tool.rs \
 		${BUILD_WRKSRC}/utils/pty/src/tests.rs
 
diff --git a/misc/codex/Makefile.crates b/misc/codex/Makefile.crates
index d96be1b8d309..8206aed0b0c1 100644
--- a/misc/codex/Makefile.crates
+++ b/misc/codex/Makefile.crates
@@ -7,37 +7,41 @@ CARGO_CRATES=	Inflector-0.11.4 \
 		actix-service-2.0.3 \
 		actix-utils-3.0.1 \
 		actix-web-4.12.1 \
-		addr2line-0.24.2 \
+		addr2line-0.25.1 \
 		adler2-2.0.1 \
+		aead-0.5.2 \
 		aes-0.8.4 \
+		age-0.11.2 \
+		age-core-0.11.0 \
 		ahash-0.8.12 \
-		aho-corasick-1.1.3 \
+		aho-corasick-1.1.4 \
 		allocative-0.3.4 \
 		allocative_derive-0.3.3 \
 		allocator-api2-0.2.21 \
 		android_system_properties-0.1.5 \
 		annotate-snippets-0.9.2 \
 		ansi-to-tui-7.0.0 \
-		anstream-0.6.19 \
-		anstyle-1.0.11 \
+		anstream-0.6.21 \
+		anstyle-1.0.13 \
 		anstyle-parse-0.2.7 \
-		anstyle-query-1.1.3 \
-		anstyle-wincon-3.0.9 \
+		anstyle-query-1.1.5 \
+		anstyle-wincon-3.0.11 \
 		anyhow-1.0.100 \
+		arbitrary-1.4.2 \
 		arboard-3.6.1 \
 		arc-swap-1.8.0 \
 		arrayvec-0.7.6 \
 		ascii-1.1.0 \
 		ascii-canvas-3.0.0 \
 		assert-json-diff-2.0.2 \
-		assert_cmd-2.0.17 \
+		assert_cmd-2.1.2 \
 		assert_matches-1.5.0 \
 		async-broadcast-0.7.2 \
 		async-channel-2.5.0 \
 		async-executor-1.13.3 \
 		async-fs-2.2.0 \
 		async-io-2.6.0 \
-		async-lock-3.4.1 \
+		async-lock-3.4.2 \
 		async-process-2.5.0 \
 		async-recursion-1.1.1 \
 		async-signal-0.2.13 \
@@ -45,46 +49,61 @@ CARGO_CRATES=	Inflector-0.11.4 \
 		async-stream-impl-0.3.6 \
 		async-task-4.7.1 \
 		async-trait-0.1.89 \
+		asynk-strim-0.1.5 \
+		atoi-2.0.0 \
 		atomic-waker-1.1.2 \
 		autocfg-1.5.0 \
-		axum-0.8.4 \
-		axum-core-0.5.2 \
-		backtrace-0.3.75 \
+		axum-0.8.8 \
+		axum-core-0.5.6 \
+		backtrace-0.3.76 \
+		base64-0.21.7 \
 		base64-0.22.1 \
-		base64ct-1.8.1 \
+		base64ct-1.8.3 \
+		basic-toml-0.1.10 \
+		bech32-0.9.1 \
 		beef-0.5.2 \
+		bindgen-0.72.1 \
 		bit-set-0.5.3 \
 		bit-vec-0.6.3 \
 		bitflags-1.3.2 \
 		bitflags-2.10.0 \
 		block-buffer-0.10.4 \
 		block-padding-0.3.3 \
+		block2-0.6.2 \
 		blocking-1.6.2 \
-		bstr-1.12.0 \
-		bumpalo-3.19.0 \
-		bytemuck-1.23.1 \
+		borsh-1.6.0 \
+		bstr-1.12.1 \
+		bumpalo-3.19.1 \
+		bytemuck-1.25.0 \
 		byteorder-1.5.0 \
 		byteorder-lite-0.1.0 \
-		bytes-1.10.1 \
+		bytes-1.11.1 \
 		bytestring-1.5.0 \
+		bzip2-0.5.2 \
+		bzip2-sys-0.1.13+1.0.8 \
 		cassowary-0.3.0 \
 		castaway-0.2.4 \
 		cbc-0.1.2 \
-		cc-1.2.30 \
+		cc-1.2.55 \
 		cesu8-1.1.0 \
-		cfg-if-1.0.1 \
+		cexpr-0.6.0 \
+		cfg-if-1.0.4 \
 		cfg_aliases-0.1.1 \
 		cfg_aliases-0.2.1 \
+		chacha20-0.9.1 \
+		chacha20poly1305-0.10.1 \
 		chardetng-0.1.17 \
 		chrono-0.4.43 \
 		chunked_transfer-1.5.0 \
 		cipher-0.4.4 \
-		clap-4.5.54 \
-		clap_builder-4.5.54 \
-		clap_complete-4.5.64 \
-		clap_derive-4.5.49 \
-		clap_lex-0.7.5 \
+		clang-sys-1.8.1 \
+		clap-4.5.56 \
+		clap_builder-4.5.56 \
+		clap_complete-4.5.65 \
+		clap_derive-4.5.55 \
+		clap_lex-0.7.7 \
 		clipboard-win-5.4.1 \
+		cmake-0.1.57 \
 		cmp_any-0.8.1 \
 		color-eyre-0.6.5 \
 		color-spantrace-0.3.0 \
@@ -94,42 +113,54 @@ CARGO_CRATES=	Inflector-0.11.4 \
 		concurrent-queue-2.5.0 \
 		console-0.15.11 \
 		const-hex-1.17.0 \
+		const-oid-0.9.6 \
+		const_format-0.2.35 \
+		const_format_proc_macros-0.2.34 \
+		constant_time_eq-0.3.1 \
 		convert_case-0.6.0 \
 		convert_case-0.10.0 \
+		cookie-factory-0.3.3 \
 		core-foundation-0.9.4 \
 		core-foundation-0.10.1 \
 		core-foundation-sys-0.8.7 \
 		cpufeatures-0.2.17 \
+		crc-3.4.0 \
+		crc-catalog-2.4.0 \
 		crc32fast-1.5.0 \
+		critical-section-1.2.0 \
 		crossbeam-channel-0.5.15 \
 		crossbeam-deque-0.8.6 \
 		crossbeam-epoch-0.9.18 \
+		crossbeam-queue-0.3.12 \
 		crossbeam-utils-0.8.21 \
 		crossterm_winapi-0.9.1 \
 		crunchy-0.2.4 \
-		crypto-common-0.1.6 \
+		crypto-common-0.1.7 \
+		csv-1.4.0 \
+		csv-core-0.1.13 \
 		ctor-0.1.26 \
 		ctor-0.6.3 \
 		ctor-proc-macro-0.0.7 \
-		darling-0.20.11 \
+		curve25519-dalek-4.1.3 \
+		curve25519-dalek-derive-0.1.1 \
 		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 \
-		dbus-0.9.9 \
+		dbus-0.9.10 \
 		dbus-secret-service-4.1.0 \
 		deadpool-0.12.3 \
 		deadpool-runtime-0.1.4 \
 		debugid-0.8.0 \
 		debugserver-types-0.5.0 \
+		deflate64-0.1.10 \
 		der-0.7.10 \
-		deranged-0.5.4 \
+		deranged-0.5.5 \
 		derivative-2.2.0 \
+		derive_arbitrary-1.4.2 \
 		derive_more-1.0.0 \
 		derive_more-2.1.1 \
 		derive_more-impl-1.0.0 \
@@ -145,32 +176,34 @@ CARGO_CRATES=	Inflector-0.11.4 \
 		dispatch2-0.3.0 \
 		display_container-0.9.0 \
 		displaydoc-0.2.5 \
-		doc-comment-0.3.3 \
 		dotenvy-0.15.7 \
 		downcast-rs-1.2.1 \
-		dtor-0.1.0 \
+		dtor-0.1.1 \
 		dtor-proc-macro-0.0.6 \
 		dunce-1.0.5 \
 		dupe-0.9.1 \
 		dupe_derive-0.9.1 \
-		dyn-clone-1.0.19 \
+		dyn-clone-1.0.20 \
 		either-1.15.0 \
 		ena-0.14.3 \
 		encode_unicode-1.0.0 \
 		encoding_rs-0.8.35 \
-		endi-1.1.0 \
+		endi-1.1.1 \
 		endian-type-0.1.2 \
+		endian-type-0.2.0 \
+		enum-as-inner-0.6.1 \
 		enumflags2-0.7.12 \
 		enumflags2_derive-0.7.12 \
 		env-flags-0.1.1 \
-		env_filter-0.1.3 \
+		env_filter-0.1.4 \
 		env_home-0.1.0 \
 		env_logger-0.11.8 \
 		equivalent-1.0.2 \
 		erased-serde-0.3.31 \
-		errno-0.3.13 \
+		errno-0.3.14 \
 		error-code-3.3.2 \
-		event-listener-5.4.0 \
+		etcetera-0.8.0 \
+		event-listener-5.4.1 \
 		event-listener-strategy-0.5.4 \
 		eventsource-stream-0.2.3 \
 		eyre-0.6.12 \
@@ -179,23 +212,39 @@ CARGO_CRATES=	Inflector-0.11.4 \
 		fax_derive-0.2.0 \
 		fd-lock-4.0.4 \
 		fdeflate-0.3.7 \
+		fiat-crypto-0.2.9 \
 		filedescriptor-0.8.3 \
+		find-crate-0.6.3 \
+		find-msvc-tools-0.1.9 \
 		findshlibs-0.10.2 \
-		fixed_decimal-0.7.0 \
+		fixed_decimal-0.7.1 \
 		fixedbitset-0.4.2 \
-		flate2-1.1.2 \
+		fixedbitset-0.5.7 \
+		flate2-1.1.8 \
 		float-cmp-0.10.0 \
+		fluent-0.16.1 \
+		fluent-bundle-0.15.3 \
+		fluent-langneg-0.13.1 \
+		fluent-syntax-0.11.1 \
+		flume-0.11.1 \
+		flume-0.12.0 \
 		fnv-1.0.7 \
 		foldhash-0.1.5 \
 		foldhash-0.2.0 \
 		foreign-types-0.3.2 \
+		foreign-types-0.5.0 \
+		foreign-types-macros-0.2.3 \
 		foreign-types-shared-0.1.1 \
-		form_urlencoded-1.2.1 \
+		foreign-types-shared-0.3.1 \
+		form_urlencoded-1.2.2 \
+		fs_extra-1.3.0 \
 		fsevent-sys-4.1.0 \
+		fslock-0.2.1 \
 		futures-0.3.31 \
 		futures-channel-0.3.31 \
 		futures-core-0.3.31 \
 		futures-executor-0.3.31 \
+		futures-intrusive-0.5.0 \
 		futures-io-0.3.31 \
 		futures-lite-2.6.1 \
 		futures-macro-0.3.31 \
@@ -203,83 +252,97 @@ CARGO_CRATES=	Inflector-0.11.4 \
 		futures-task-0.3.31 \
 		futures-util-0.3.31 \
 		fxhash-0.2.1 \
+		generator-0.8.8 \
 		generic-array-0.14.7 \
-		gethostname-0.4.3 \
-		getopts-0.2.23 \
-		getrandom-0.2.16 \
-		getrandom-0.3.3 \
-		gimli-0.31.1 \
-		globset-0.4.16 \
-		h2-0.4.11 \
-		half-2.6.0 \
+		gethostname-1.1.0 \
+		getopts-0.2.24 \
+		getrandom-0.2.17 \
+		getrandom-0.3.4 \
+		gimli-0.32.3 \
+		glob-0.3.3 \
+		globset-0.4.18 \
+		h2-0.4.13 \
+		half-2.7.1 \
 		hashbrown-0.12.3 \
 		hashbrown-0.14.5 \
-		hashbrown-0.15.4 \
-		hashbrown-0.16.0 \
+		hashbrown-0.15.5 \
+		hashbrown-0.16.1 \
+		hashlink-0.10.0 \
 		heck-0.5.0 \
 		hermit-abi-0.5.2 \
 		hex-0.4.3 \
+		hickory-proto-0.25.2 \
+		hickory-resolver-0.25.2 \
 		hkdf-0.12.4 \
 		hmac-0.12.1 \
-		home-0.5.11 \
-		hostname-0.4.1 \
+		home-0.5.12 \
+		hostname-0.4.2 \
 		http-0.2.12 \
-		http-1.3.1 \
+		http-1.4.0 \
 		http-body-1.0.1 \
 		http-body-util-0.1.3 \
+		http-range-header-0.4.2 \
 		httparse-1.10.1 \
 		httpdate-1.0.3 \
-		hyper-1.7.0 \
+		hyper-1.8.1 \
 		hyper-rustls-0.27.7 \
 		hyper-timeout-0.5.2 \
 		hyper-tls-0.6.0 \
-		hyper-util-0.1.16 \
-		iana-time-zone-0.1.63 \
+		hyper-util-0.1.19 \
+		i18n-config-0.4.8 \
+		i18n-embed-0.15.4 \
+		i18n-embed-fl-0.9.4 \
+		i18n-embed-impl-0.8.4 \
+		iana-time-zone-0.1.65 \
 		iana-time-zone-haiku-0.1.2 \
 		icu_collections-2.1.1 \
 		icu_decimal-2.1.1 \
 		icu_decimal_data-2.1.1 \
 		icu_locale-2.1.1 \
 		icu_locale_core-2.1.1 \
-		icu_locale_data-2.1.1 \
+		icu_locale_data-2.1.2 \
 		icu_normalizer-2.1.1 \
 		icu_normalizer_data-2.1.1 \
-		icu_properties-2.1.1 \
-		icu_properties_data-2.1.1 \
+		icu_properties-2.1.2 \
+		icu_properties_data-2.1.2 \
 		icu_provider-2.1.1 \
 		ident_case-1.0.1 \
-		idna-1.0.3 \
+		idna-1.1.0 \
 		idna_adapter-1.2.1 \
-		ignore-0.4.23 \
+		ignore-0.4.25 \
 		image-0.25.9 \
 		impl-more-0.1.9 \
 		include_dir-0.7.4 \
 		include_dir_macros-0.7.4 \
-		indenter-0.3.3 \
+		indenter-0.3.4 \
 		indexmap-1.9.3 \
-		indexmap-2.12.0 \
-		indoc-2.0.6 \
+		indexmap-2.13.0 \
+		indoc-2.0.7 \
 		inotify-0.11.0 \
 		inotify-sys-0.1.5 \
 		inout-0.1.4 \
-		insta-1.46.0 \
-		instability-0.3.9 \
-		inventory-0.3.20 \
+		insta-1.46.2 \
+		instability-0.3.11 \
+		intl-memoizer-0.5.3 \
+		intl_pluralrules-7.0.2 \
+		inventory-0.3.21 \
+		io_tee-0.1.1 \
+		ipconfig-0.3.2 \
 		ipnet-2.11.0 \
-		iri-string-0.7.8 \
-		is-terminal-0.4.16 \
+		iri-string-0.7.10 \
+		is-terminal-0.4.17 \
 		is_ci-1.2.0 \
-		is_terminal_polyfill-1.70.1 \
+		is_terminal_polyfill-1.70.2 \
 		itertools-0.10.5 \
 		itertools-0.13.0 \
 		itertools-0.14.0 \
-		itoa-1.0.15 \
-		jiff-0.2.15 \
-		jiff-static-0.2.15 \
+		itoa-1.0.17 \
+		jiff-0.2.18 \
+		jiff-static-0.2.18 \
 		jni-0.21.1 \
 		jni-sys-0.3.0 \
 		jobserver-0.1.34 \
-		js-sys-0.3.77 \
+		js-sys-0.3.85 \
 		keyring-3.6.3 \
 		kqueue-1.1.1 \
 		kqueue-sys-1.0.4 \
@@ -288,34 +351,44 @@ CARGO_CRATES=	Inflector-0.11.4 \
 		landlock-0.4.4 \
 		language-tags-0.3.2 \
 		lazy_static-1.5.0 \
-		libc-0.2.177 \
-		libdbus-sys-0.2.6 \
-		libredox-0.1.6 \
+		libc-0.2.180 \
+		libdbus-sys-0.2.7 \
+		libloading-0.8.9 \
+		libm-0.2.16 \
+		libredox-0.1.12 \
+		libsqlite3-sys-0.30.1 \
 		linux-keyutils-0.2.4 \
 		linux-raw-sys-0.4.15 \
-		linux-raw-sys-0.9.4 \
-		litemap-0.8.0 \
+		linux-raw-sys-0.11.0 \
+		litemap-0.8.1 \
 		local-waker-0.1.4 \
-		lock_api-0.4.13 \
+		lock_api-0.4.14 \
 		log-0.4.29 \
 		logos-0.12.1 \
 		logos-derive-0.12.1 \
+		loom-0.7.2 \
 		lru-0.12.5 \
 		lru-0.16.3 \
 		lru-slab-0.1.2 \
 		lsp-types-0.94.1 \
+		lzma-rs-0.3.0 \
+		lzma-sys-0.1.20 \
 		maplit-1.0.2 \
 		matchers-0.2.0 \
 		matchit-0.8.4 \
-		memchr-2.7.5 \
+		matchit-0.9.1 \
+		md-5-0.10.6 \
+		md5-0.8.0 \
+		memchr-2.7.6 \
 		memoffset-0.6.5 \
 		memoffset-0.9.1 \
 		mime-0.3.17 \
 		mime_guess-2.0.5 \
 		minimal-lexical-0.2.1 \
 		miniz_oxide-0.8.9 \
-		mio-1.0.4 \
-		moxcms-0.7.5 \
+		mio-1.1.1 \
+		moka-0.12.13 \
+		moxcms-0.7.11 \
 		multimap-0.10.1 \
 		native-tls-0.2.14 \
 		ndk-context-0.1.1 \
@@ -325,15 +398,16 @@ CARGO_CRATES=	Inflector-0.11.4 \
 		nix-0.29.0 \
 		nix-0.30.1 \
 		nom-7.1.3 \
+		nom-8.0.0 \
 		normalize-line-endings-0.3.0 \
 		notify-8.2.0 \
-		notify-types-2.0.0 \
-		nu-ansi-term-0.50.1 \
-		nucleo-matcher-0.3.1 \
+		notify-types-2.1.0 \
+		nu-ansi-term-0.50.3 \
 		num-0.4.3 \
 		num-bigint-0.4.6 \
+		num-bigint-dig-0.8.6 \
 		num-complex-0.4.6 \
-		num-conv-0.1.0 \
+		num-conv-0.2.0 \
 		num-integer-0.1.46 \
 		num-iter-0.1.45 \
 		num-rational-0.4.2 \
@@ -341,20 +415,30 @@ CARGO_CRATES=	Inflector-0.11.4 \
 		num_cpus-1.17.0 \
 		num_threads-0.1.7 \
 		oauth2-5.0.0 \
-		objc2-0.6.2 \
-		objc2-app-kit-0.3.1 \
-		objc2-core-foundation-0.3.1 \
-		objc2-core-graphics-0.3.1 \
+		objc2-0.6.3 \
+		objc2-app-kit-0.3.2 \
+		objc2-cloud-kit-0.3.2 \
+		objc2-core-data-0.3.2 \
+		objc2-core-foundation-0.3.2 \
+		objc2-core-graphics-0.3.2 \
+		objc2-core-image-0.3.2 \
+		objc2-core-location-0.3.2 \
+		objc2-core-text-0.3.2 \
 		objc2-encode-4.1.0 \
-		objc2-foundation-0.3.1 \
-		objc2-io-surface-0.3.1 \
-		object-0.36.7 \
+		objc2-foundation-0.3.2 \
+		objc2-io-surface-0.3.2 \
+		objc2-quartz-core-0.3.2 \
+		objc2-ui-kit-0.3.2 \
+		objc2-user-notifications-0.3.2 \
+		object-0.37.3 \
 		once_cell-1.21.3 \
-		once_cell_polyfill-1.70.1 \
-		openssl-0.10.73 \
+		once_cell_polyfill-1.70.2 \
+		opaque-debug-0.3.1 \
+		openssl-0.10.75 \
 		openssl-macros-0.1.1 \
 		openssl-probe-0.1.6 \
-		openssl-src-300.5.1+3.5.1 \
+		openssl-probe-0.2.1 \
+		openssl-src-300.5.5+3.5.5 \
 		openssl-sys-0.9.111 \
 		opentelemetry-0.31.0 \
 		opentelemetry-appender-tracing-0.31.1 \
@@ -365,32 +449,36 @@ CARGO_CRATES=	Inflector-0.11.4 \
 		opentelemetry_sdk-0.31.0 \
 		option-ext-0.2.0 \
 		ordered-stream-0.2.0 \
-		os_info-3.12.0 \
-		os_pipe-1.2.2 \
-		owo-colors-4.2.2 \
+		os_info-3.14.0 \
+		os_pipe-1.2.3 \
+		owo-colors-4.2.3 \
 		parking-2.2.1 \
-		parking_lot-0.12.4 \
-		parking_lot_core-0.9.11 \
+		parking_lot-0.12.5 \
+		parking_lot_core-0.9.12 \
 		paste-1.0.15 \
-		pastey-0.2.0 \
+		pastey-0.2.1 \
 		path-absolutize-3.1.1 \
 		path-dedot-3.1.1 \
 		pathdiff-0.2.3 \
+		pbkdf2-0.12.2 \
 		pem-rfc7468-0.7.0 \
-		percent-encoding-2.3.1 \
+		percent-encoding-2.3.2 \
 		petgraph-0.6.5 \
+		petgraph-0.8.3 \
 		phf_shared-0.11.3 \
 		pin-project-1.1.10 \
 		pin-project-internal-1.1.10 \
 		pin-project-lite-0.2.16 \
 		pin-utils-0.1.0 \
 		piper-0.2.4 \
+		pkcs1-0.7.5 \
+		pkcs8-0.10.2 \
 		pkg-config-0.3.32 \
-		plist-1.7.4 \
 		png-0.18.0 \
 		polling-3.11.0 \
-		portable-atomic-1.11.1 \
-		portable-atomic-util-0.2.4 \
+		poly1305-0.8.0 \
+		portable-atomic-1.13.1 \
+		portable-atomic-util-0.2.5 \
 		portable-pty-0.9.0 \
 		potential_utf-0.1.4 \
 		powerfmt-0.2.0 \
@@ -401,57 +489,90 @@ CARGO_CRATES=	Inflector-0.11.4 \
 		predicates-tree-1.0.12 \
 		pretty_assertions-1.4.1 \
 		proc-macro-crate-3.4.0 \
-		proc-macro2-1.0.95 \
-		process-wrap-9.0.0 \
+		proc-macro-error-attr2-2.0.0 \
+		proc-macro-error2-2.0.1 \
+		proc-macro2-1.0.106 \
+		process-wrap-9.0.1 \
 		proptest-1.9.0 \
-		prost-0.14.1 \
-		prost-derive-0.14.1 \
+		prost-0.14.3 \
+		prost-derive-0.14.3 \
+		psl-2.1.184 \
+		psl-types-2.0.11 \
 		pulldown-cmark-0.10.3 \
 		pulldown-cmark-escape-0.10.1 \
-		pxfm-0.1.23 \
+		pxfm-0.1.27 \
 		quick-error-2.0.1 \
-		quick-xml-0.37.5 \
-		quick-xml-0.38.0 \
+		quick-xml-0.38.4 \
 		quinn-0.11.9 \
 		quinn-proto-0.11.13 \
 		quinn-udp-0.5.14 \
-		quote-1.0.40 \
+		quote-1.0.44 \
 		r-efi-5.3.0 \
 		radix_trie-0.2.1 \
+		radix_trie-0.3.0 \
+		rama-boring-0.5.10 \
+		rama-boring-sys-0.5.10 \
+		rama-boring-tokio-0.5.10 \
+		rama-core-0.3.0-alpha.4 \
+		rama-dns-0.3.0-alpha.4 \
+		rama-error-0.3.0-alpha.4 \
+		rama-http-0.3.0-alpha.4 \
+		rama-http-backend-0.3.0-alpha.4 \
+		rama-http-core-0.3.0-alpha.4 \
+		rama-http-headers-0.3.0-alpha.4 \
+		rama-http-types-0.3.0-alpha.4 \
+		rama-macros-0.3.0-alpha.4 \
+		rama-net-0.3.0-alpha.4 \
+		rama-socks5-0.3.0-alpha.4 \
+		rama-tcp-0.3.0-alpha.4 \
+		rama-tls-boring-0.3.0-alpha.4 \
+		rama-udp-0.3.0-alpha.4 \
+		rama-unix-0.3.0-alpha.4 \
+		rama-utils-0.3.0-alpha.4 \
 		rand-0.8.5 \
 		rand-0.9.2 \
 		rand_chacha-0.3.1 \
 		rand_chacha-0.9.0 \
 		rand_core-0.6.4 \
-		rand_core-0.9.3 \
+		rand_core-0.9.5 \
 		rand_xorshift-0.4.0 \
 		ratatui-macros-0.6.0 \
-		redox_syscall-0.5.15 \
+		rayon-1.11.0 \
+		rayon-core-1.13.0 \
+		redox_syscall-0.5.18 \
+		redox_syscall-0.7.0 \
 		redox_users-0.4.6 \
-		redox_users-0.5.0 \
-		ref-cast-1.0.24 \
-		ref-cast-impl-1.0.24 \
+		redox_users-0.5.2 \
+		ref-cast-1.0.25 \
+		ref-cast-impl-1.0.25 \
 		regex-1.12.2 \
 		regex-automata-0.4.13 \
 		regex-lite-0.1.8 \
 		regex-syntax-0.6.29 \
-		regex-syntax-0.8.5 \
-		reqwest-0.12.24 \
+		regex-syntax-0.8.8 \
+		reqwest-0.12.28 \
+		resolv-conf-0.7.6 \
 		ring-0.17.14 \
 		rmcp-0.12.0 \
 		rmcp-macros-0.12.0 \
-		rustc-demangle-0.1.25 \
+		rsa-0.9.10 \
+		rust-embed-8.11.0 \
+		rust-embed-impl-8.11.0 \
+		rust-embed-utils-8.11.0 \
+		rustc-demangle-0.1.27 \
+		rustc-hash-1.1.0 \
 		rustc-hash-2.1.1 \
 		rustc_version-0.4.1 \
 		rustix-0.38.44 \
-		rustix-1.0.8 \
-		rustls-0.23.29 \
-		rustls-native-certs-0.8.1 \
-		rustls-pki-types-1.12.0 \
-		rustls-webpki-0.103.4 \
-		rustversion-1.0.21 \
+		rustix-1.1.3 \
+		rustls-0.23.36 \
+		rustls-native-certs-0.8.3 \
+		rustls-pki-types-1.14.0 \
+		rustls-webpki-0.103.9 \
+		rustversion-1.0.22 \
 		rustyline-14.0.0 \
-		ryu-1.0.20 \
+		ryu-1.0.22 \
+		salsa20-0.10.2 \
 		same-file-1.0.6 \
 		scc-2.4.0 \
 		schannel-0.1.28 \
@@ -460,62 +581,79 @@ CARGO_CRATES=	Inflector-0.11.4 \
 		schemafy_lib-0.5.2 \
 		schemars-0.8.22 \
 		schemars-0.9.0 \
-		schemars-1.0.4 \
+		schemars-1.2.1 \
 		schemars_derive-0.8.22 \
-		schemars_derive-1.0.4 \
+		schemars_derive-1.2.1 \
+		scoped-tls-1.0.1 \
 		scopeguard-1.2.0 \
+		scrypt-0.11.0 \
 		sdd-3.0.10 \
 		seccompiler-0.5.0 \
+		secrecy-0.10.3 \
 		secret-service-4.0.0 \
 		security-framework-2.11.1 \
 		security-framework-3.5.1 \
 		security-framework-sys-2.15.0 \
+		self_cell-0.10.3 \
+		self_cell-1.2.2 \
 		semver-1.0.27 \
-		sentry-0.46.0 \
-		sentry-actix-0.46.0 \
-		sentry-backtrace-0.46.0 \
-		sentry-contexts-0.46.0 \
-		sentry-core-0.46.0 \
-		sentry-debug-images-0.46.0 \
-		sentry-panic-0.46.0 \
-		sentry-tracing-0.46.0 \
-		sentry-types-0.46.0 \
+		sentry-0.46.1 \
+		sentry-actix-0.46.1 \
+		sentry-backtrace-0.46.1 \
+		sentry-contexts-0.46.1 \
+		sentry-core-0.46.1 \
+		sentry-debug-images-0.46.1 \
+		sentry-panic-0.46.1 \
+		sentry-tracing-0.46.1 \
+		sentry-types-0.46.1 \
 		serde-1.0.228 \
 		serde_core-1.0.228 \
 		serde_derive-1.0.228 \
 		serde_derive_internals-0.29.1 \
-		serde_json-1.0.145 \
+		serde_html_form-0.3.2 \
+		serde_json-1.0.149 \
 		serde_path_to_error-0.1.20 \
 		serde_repr-0.1.20 \
-		serde_spanned-1.0.0 \
+		serde_spanned-1.0.4 \
 		serde_urlencoded-0.7.1 \
 		serde_with-3.16.1 \
 		serde_with_macros-3.16.1 \
 		serde_yaml-0.9.34+deprecated \
-		serial2-0.2.31 \
-		serial_test-3.2.0 \
-		serial_test_derive-3.2.0 \
+		serial2-0.2.33 \
+		serial_test-3.3.1 \
+		serial_test_derive-3.3.1 \
 		sha1-0.10.6 \
 		sha1_smol-1.0.1 \
 		sha2-0.10.9 \
 		sharded-slab-0.1.7 \
 		shared_library-0.1.9 \
-		shell-words-1.1.0 \
+		shell-words-1.1.1 \
 		shlex-1.3.0 \
 		signal-hook-0.3.18 \
-		signal-hook-mio-0.2.4 \
-		signal-hook-registry-1.4.5 \
-		simd-adler32-0.3.7 \
+		signal-hook-mio-0.2.5 \
+		signal-hook-registry-1.4.8 \
+		signature-2.2.0 \
+		simd-adler32-0.3.8 \
 		simdutf8-0.1.5 \
 		similar-2.7.0 \
-		siphasher-1.0.1 \
-		slab-0.4.11 \
+		siphasher-1.0.2 \
+		slab-0.4.12 \
 		smallvec-1.15.1 \
 		smawk-0.3.2 \
+		smol_str-0.3.5 \
 		socket2-0.5.10 \
-		socket2-0.6.1 \
+		socket2-0.6.2 \
+		spin-0.9.8 \
+		spki-0.7.3 \
+		sqlx-0.8.6 \
+		sqlx-core-0.8.6 \
+		sqlx-macros-0.8.6 \
+		sqlx-macros-core-0.8.6 \
+		sqlx-mysql-0.8.6 \
+		sqlx-postgres-0.8.6 \
+		sqlx-sqlite-0.8.6 \
 		sse-stream-0.2.1 \
-		stable_deref_trait-1.2.0 \
+		stable_deref_trait-1.2.1 \
 		starlark-0.13.0 \
 		starlark_derive-0.13.0 \
 		starlark_map-0.13.0 \
@@ -523,6 +661,7 @@ CARGO_CRATES=	Inflector-0.11.4 \
 		static_assertions-1.1.0 \
 		streaming-iterator-0.1.9 \
 		string_cache-0.8.9 \
+		stringprep-0.1.5 \
 		strsim-0.10.0 \
 		strsim-0.11.1 \
 		strum-0.26.3 \
@@ -533,16 +672,17 @@ CARGO_CRATES=	Inflector-0.11.4 \
 		supports-color-2.1.0 \
 		supports-color-3.0.2 \
 		syn-1.0.109 \
-		syn-2.0.104 \
+		syn-2.0.114 \
 		sync_wrapper-1.0.2 \
 		synstructure-0.13.2 \
 		sys-locale-0.3.2 \
 		system-configuration-0.6.1 \
 		system-configuration-sys-0.6.0 \
-		tempfile-3.23.0 \
+		tagptr-0.2.0 \
+		tempfile-3.24.0 \
 		term-0.7.0 \
 		termcolor-1.4.1 \
-		terminal_size-0.4.2 \
+		terminal_size-0.4.3 \
 		termtree-0.5.1 \
 		test-case-3.3.1 \
 		test-case-core-3.3.1 \
@@ -552,81 +692,87 @@ CARGO_CRATES=	Inflector-0.11.4 \
 		textwrap-0.11.0 \
 		textwrap-0.16.2 \
 		thiserror-1.0.69 \
-		thiserror-2.0.17 \
+		thiserror-2.0.18 \
 		thiserror-impl-1.0.69 \
-		thiserror-impl-2.0.17 \
+		thiserror-impl-2.0.18 \
 		thread_local-1.1.9 \
 		tiff-0.10.3 \
-		time-0.3.44 \
-		time-core-0.1.6 \
-		time-macros-0.2.24 \
+		time-0.3.46 \
+		time-core-0.1.8 \
+		time-macros-0.2.26 \
 		tiny-keccak-2.0.2 \
 		tiny_http-0.12.0 \
-		tinystr-0.8.1 \
+		tinystr-0.8.2 \
 		tinyvec-1.10.0 \
 		tinyvec_macros-0.1.1 \
 		tokio-1.49.0 \
+		tokio-graceful-0.2.2 \
 		tokio-macros-2.6.0 \
 		tokio-native-tls-0.3.1 \
-		tokio-rustls-0.26.2 \
+		tokio-rustls-0.26.4 \
 		tokio-stream-0.1.18 \
-		tokio-test-0.4.4 \
-		tokio-tungstenite-0.21.0 \
+		tokio-test-0.4.5 \
 		tokio-util-0.7.18 \
 		toml-0.5.11 \
-		toml-0.9.5 \
+		toml-0.9.11+spec-1.1.0 \
 		toml_datetime-0.7.5+spec-1.1.0 \
 		toml_edit-0.23.10+spec-1.0.0 \
 		toml_edit-0.24.0+spec-1.1.0 \
 		toml_parser-1.0.6+spec-1.1.0 \
 		toml_writer-1.0.6+spec-1.1.0 \
-		tonic-0.14.2 \
-		tonic-prost-0.14.2 \
-		tower-0.5.2 \
-		tower-http-0.6.6 \
+		tonic-0.14.3 \
+		tonic-prost-0.14.3 \
+		tower-0.5.3 \
+		tower-http-0.6.8 \
 		tower-layer-0.3.3 \
 		tower-service-0.3.3 \
-		tracing-0.1.43 \
-		tracing-appender-0.2.3 \
+		tracing-0.1.44 \
+		tracing-appender-0.2.4 \
 		tracing-attributes-0.1.31 \
-		tracing-core-0.1.35 \
+		tracing-core-0.1.36 \
 		tracing-error-0.2.1 \
 		tracing-log-0.2.0 \
-		tracing-opentelemetry-0.32.0 \
+		tracing-opentelemetry-0.32.1 \
 		tracing-subscriber-0.3.22 \
 		tracing-test-0.2.5 \
 		tracing-test-macro-0.2.5 \
 		tree-sitter-0.25.10 \
-		tree-sitter-bash-0.25.0 \
+		tree-sitter-bash-0.25.1 \
 		tree-sitter-highlight-0.25.10 \
-		tree-sitter-language-0.1.5 \
-		tree_magic_mini-3.2.0 \
+		tree-sitter-language-0.1.7 \
+		tree_magic_mini-3.2.2 \
 		try-lock-0.2.5 \
 		ts-rs-11.1.0 \
 		ts-rs-macros-11.1.0 \
*** 2322 LINES SKIPPED ***