Date: Tue, 03 Mar 2026 00:15:09 +0000 From: Mark Felder <feld@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 61feef153897 - main - mail/stalwart: Update to 0.15.5 Message-ID: <69a6280d.42381.68106694@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by feld: URL: https://cgit.FreeBSD.org/ports/commit/?id=61feef1538971887a52e58e5eab2c1da0926c712 commit 61feef1538971887a52e58e5eab2c1da0926c712 Author: Mark Felder <feld@FreeBSD.org> AuthorDate: 2026-03-03 00:13:45 +0000 Commit: Mark Felder <feld@FreeBSD.org> CommitDate: 2026-03-03 00:14:39 +0000 mail/stalwart: Update to 0.15.5 PR: 290995 --- mail/stalwart/Makefile | 7 +- mail/stalwart/Makefile.crates | 597 ++++++++++---------- mail/stalwart/distinfo | 1200 ++++++++++++++++++++--------------------- mail/stalwart/pkg-message | 1 + 4 files changed, 873 insertions(+), 932 deletions(-) diff --git a/mail/stalwart/Makefile b/mail/stalwart/Makefile index 423e85077d2a..2212c293a35b 100644 --- a/mail/stalwart/Makefile +++ b/mail/stalwart/Makefile @@ -1,6 +1,6 @@ PORTNAME= stalwart DISTVERSIONPREFIX= v -DISTVERSION= 0.13.4 +DISTVERSION= 0.15.5 CATEGORIES= mail MAINTAINER= orville@anislet.dev @@ -14,9 +14,6 @@ LICENSE_FILE_AGPLv3= ${WRKSRC}/LICENSES/AGPL-3.0-only.txt LICENSE_FILE_SELv1= ${WRKSRC}/LICENSES/LicenseRef-SEL.txt LICENSE_PERMS_SELv1= pkg-mirror auto-accept -NOT_FOR_ARCHS= powerpc powerpc64 powerpc64le riscv64 -NOT_FOR_ARCHS_REASON= ring-v0.16.20 does not support this arch. - LIB_DEPENDS= libzstd.so:archivers/zstd USES= cpe cargo @@ -41,7 +38,7 @@ OPTIONS_EXCLUDE_armv6= ROCKSDB OPTIONS_EXCLUDE_armv7= ROCKSDB OPTIONS_EXCLUDE_i386= ROCKSDB -BACKEND_DESC= Database and storage backends +BACKENDS_DESC= Database and storage backends AZURE_DESC= Enable Azure storage backend ELASTIC_DESC= Enable ElasticSearch backend ENTERPRISE_DESC= Enable Enterprise features (require license) diff --git a/mail/stalwart/Makefile.crates b/mail/stalwart/Makefile.crates index cf57f4f67b26..f9dc15ea87c2 100644 --- a/mail/stalwart/Makefile.crates +++ b/mail/stalwart/Makefile.crates @@ -7,34 +7,28 @@ CARGO_CRATES= RustyXML-0.3.0 \ aes-gcm-0.10.3 \ aes-gcm-siv-0.11.1 \ ahash-0.8.12 \ - aho-corasick-1.1.3 \ + aho-corasick-1.1.4 \ allocator-api2-0.2.21 \ android_system_properties-0.1.5 \ - anstream-0.6.20 \ - anstyle-1.0.12 \ + anstream-0.6.21 \ + anstyle-1.0.13 \ anstyle-parse-0.2.7 \ - anstyle-query-1.1.4 \ - anstyle-wincon-3.0.10 \ - anyhow-1.0.100 \ + anstyle-query-1.1.5 \ + anstyle-wincon-3.0.11 \ + anyhow-1.0.101 \ arbitrary-1.4.2 \ - arc-swap-1.7.1 \ + arc-swap-1.8.2 \ argon2-0.5.3 \ array-init-2.1.0 \ arrayref-0.3.9 \ arrayvec-0.7.6 \ - ascii-canvas-3.0.0 \ - asn1-rs-0.5.2 \ - asn1-rs-0.6.2 \ + ascii-canvas-4.0.0 \ asn1-rs-0.7.1 \ - asn1-rs-derive-0.4.0 \ - asn1-rs-derive-0.5.1 \ asn1-rs-derive-0.6.0 \ - asn1-rs-impl-0.1.0 \ asn1-rs-impl-0.2.0 \ async-channel-1.9.0 \ - async-compression-0.4.32 \ - async-lock-3.4.1 \ - async-nats-0.42.0 \ + async-lock-3.4.2 \ + async-nats-0.44.2 \ async-recursion-1.1.1 \ async-stream-0.3.6 \ async-stream-impl-0.3.6 \ @@ -51,28 +45,24 @@ CARGO_CRATES= RustyXML-0.3.0 \ backtrace-0.3.76 \ base16ct-0.2.0 \ base32-0.5.1 \ - base64-0.11.0 \ base64-0.13.1 \ base64-0.21.7 \ base64-0.22.1 \ - base64ct-1.8.0 \ + base64ct-1.8.3 \ bincode-1.3.3 \ bincode-2.0.1 \ bincode_derive-2.0.1 \ bindgen-0.70.1 \ bindgen-0.72.1 \ biscuit-0.7.0 \ - bit-set-0.5.3 \ bit-set-0.8.0 \ - bit-vec-0.6.3 \ bit-vec-0.8.0 \ - bitflags-1.3.2 \ - bitflags-2.9.4 \ - bitpacking-0.9.2 \ + bitflags-2.11.0 \ + bitpacking-0.9.3 \ bitvec-1.0.1 \ bitvec-nom2-0.2.1 \ blake2-0.10.6 \ - blake3-1.8.2 \ + blake3-1.8.3 \ block-buffer-0.9.0 \ block-buffer-0.10.4 \ block-padding-0.3.3 \ @@ -80,58 +70,58 @@ CARGO_CRATES= RustyXML-0.3.0 \ blowfish-0.9.1 \ btoi-0.4.3 \ buffered-reader-1.4.0 \ - bumpalo-3.19.0 \ + bumpalo-3.19.1 \ bytecheck-0.8.2 \ bytecheck_derive-0.8.2 \ - bytemuck-1.23.2 \ + bytemuck-1.25.0 \ byteorder-1.5.0 \ - bytes-1.10.1 \ - bzip2-0.6.0 \ + bytes-1.11.1 \ + bzip2-0.6.1 \ bzip2-sys-0.1.13+1.0.8 \ calcard-0.1.3 \ + calcard-0.3.2 \ camellia-0.1.0 \ cast5-0.11.1 \ castaway-0.2.4 \ cbc-0.1.2 \ - cc-1.2.39 \ + cc-1.2.56 \ cedarwood-0.4.6 \ cesu8-1.1.0 \ cexpr-0.6.0 \ cfb-0.7.3 \ cfb-mode-0.8.2 \ - cfg-if-1.0.3 \ + cfg-if-1.0.4 \ cfg_aliases-0.2.1 \ - chrono-0.4.42 \ + chrono-0.4.43 \ chrono-tz-0.10.4 \ cipher-0.2.5 \ cipher-0.4.4 \ clang-sys-1.8.1 \ - clap-4.5.48 \ - clap_builder-4.5.48 \ - clap_derive-4.5.47 \ - clap_lex-0.7.5 \ + clap-4.5.58 \ + clap_builder-4.5.58 \ + clap_derive-4.5.55 \ + clap_lex-1.0.0 \ cmac-0.7.2 \ - cmake-0.1.54 \ + cmake-0.1.57 \ colorchoice-1.0.4 \ combine-4.6.7 \ compact_str-0.9.0 \ - compression-codecs-0.4.31 \ - compression-core-0.4.29 \ concurrent-queue-2.5.0 \ console-0.15.11 \ const-oid-0.9.6 \ const-random-0.1.18 \ const-random-macro-0.1.16 \ - const_format-0.2.34 \ + const_format-0.2.35 \ const_format_proc_macros-0.2.34 \ const_panic-0.2.15 \ constant_time_eq-0.3.1 \ + constant_time_eq-0.4.2 \ core-foundation-0.9.4 \ core-foundation-0.10.1 \ core-foundation-sys-0.8.7 \ core2-0.4.0 \ cpufeatures-0.2.17 \ - crc-3.3.0 \ + crc-3.4.0 \ crc-catalog-2.4.0 \ crc16-0.4.0 \ crc32fast-1.5.0 \ @@ -144,36 +134,31 @@ CARGO_CRATES= RustyXML-0.3.0 \ crossbeam-utils-0.8.21 \ crunchy-0.2.4 \ crypto-bigint-0.5.5 \ - crypto-common-0.1.6 \ + crypto-common-0.1.7 \ crypto-mac-0.10.0 \ - csv-1.3.1 \ - csv-core-0.1.12 \ + csv-1.4.0 \ + csv-core-0.1.13 \ ctr-0.9.2 \ curve25519-dalek-4.1.3 \ curve25519-dalek-derive-0.1.1 \ - darling-0.13.4 \ darling-0.20.11 \ darling-0.21.3 \ - darling_core-0.13.4 \ darling_core-0.20.11 \ darling_core-0.21.3 \ - darling_macro-0.13.4 \ darling_macro-0.20.11 \ darling_macro-0.21.3 \ dary_heap-0.3.8 \ - data-encoding-2.9.0 \ + data-encoding-2.10.0 \ dbl-0.3.2 \ deadpool-0.10.0 \ deadpool-0.12.3 \ deadpool-postgres-0.14.1 \ deadpool-runtime-0.1.4 \ decancer-3.3.3 \ - deflate64-0.1.9 \ + deflate64-0.1.10 \ der-0.7.10 \ - der-parser-8.2.0 \ - der-parser-9.0.0 \ der-parser-10.0.0 \ - deranged-0.5.4 \ + deranged-0.5.6 \ derive_arbitrary-1.4.2 \ des-0.8.1 \ digest-0.9.0 \ @@ -184,8 +169,8 @@ CARGO_CRATES= RustyXML-0.3.0 \ dirs-sys-next-0.1.2 \ displaydoc-0.2.5 \ dlv-list-0.5.2 \ - dns-update-0.1.5 \ - doc-comment-0.3.3 \ + dns-update-0.1.6 \ + doc-comment-0.3.4 \ dsa-0.6.3 \ dyn-clone-1.0.20 \ eax-0.5.0 \ @@ -195,9 +180,8 @@ CARGO_CRATES= RustyXML-0.3.0 \ ed25519-2.2.3 \ ed25519-dalek-2.2.0 \ either-1.15.0 \ - elasticsearch-8.5.0-alpha.1 \ elliptic-curve-0.13.8 \ - ena-0.14.3 \ + ena-0.14.4 \ encode_unicode-1.0.0 \ encoding_rs-0.8.35 \ endian-type-0.1.2 \ @@ -210,27 +194,28 @@ CARGO_CRATES= RustyXML-0.3.0 \ fallible-iterator-0.2.0 \ fallible-iterator-0.3.0 \ fallible-streaming-iterator-0.1.9 \ - fancy-regex-0.14.0 \ + fancy-regex-0.17.0 \ farmhash-1.1.5 \ fast-float-0.2.0 \ - fastbloom-0.14.0 \ + fastbloom-0.14.1 \ fastrand-1.9.0 \ fastrand-2.3.0 \ ff-0.13.1 \ fiat-crypto-0.2.9 \ - find-msvc-tools-0.1.2 \ - fixedbitset-0.4.2 \ - flate2-1.1.2 \ + find-msvc-tools-0.1.9 \ + fixedbitset-0.5.7 \ + flate2-1.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-data-0.6.0 \ form_urlencoded-1.2.2 \ foundationdb-0.9.2 \ foundationdb-gen-0.9.2 \ - foundationdb-macros-0.3.2 \ + foundationdb-macros-0.3.3 \ foundationdb-sys-0.9.1 \ foundationdb-tuple-0.9.1 \ funty-2.0.0 \ @@ -245,11 +230,12 @@ CARGO_CRATES= RustyXML-0.3.0 \ futures-task-0.3.31 \ futures-util-0.3.31 \ generic-array-0.14.7 \ - generic-array-1.2.0 \ - gethostname-1.0.2 \ + generic-array-1.3.5 \ + gethostname-1.1.0 \ getrandom-0.1.16 \ - getrandom-0.2.16 \ - getrandom-0.3.3 \ + getrandom-0.2.17 \ + getrandom-0.3.4 \ + getrandom-0.4.1 \ ghash-0.5.1 \ gimli-0.32.3 \ git-version-0.3.9 \ @@ -257,11 +243,11 @@ CARGO_CRATES= RustyXML-0.3.0 \ glob-0.3.3 \ group-0.13.0 \ h2-0.3.27 \ - h2-0.4.12 \ + h2-0.4.13 \ hashbrown-0.12.3 \ hashbrown-0.14.5 \ hashbrown-0.15.5 \ - hashbrown-0.16.0 \ + hashbrown-0.16.1 \ hashify-0.2.7 \ hashlink-0.10.0 \ heck-0.4.1 \ @@ -275,10 +261,10 @@ CARGO_CRATES= RustyXML-0.3.0 \ hkdf-0.12.4 \ hmac-0.10.1 \ 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-0.4.6 \ http-body-1.0.1 \ http-body-util-0.1.3 \ @@ -288,20 +274,21 @@ CARGO_CRATES= RustyXML-0.3.0 \ human-size-0.4.3 \ humantime-2.3.0 \ hyper-0.14.32 \ - hyper-1.7.0 \ + hyper-1.8.1 \ hyper-rustls-0.24.2 \ hyper-rustls-0.27.7 \ hyper-timeout-0.5.2 \ - hyper-util-0.1.17 \ - iana-time-zone-0.1.64 \ + hyper-util-0.1.20 \ + iana-time-zone-0.1.65 \ iana-time-zone-haiku-0.1.2 \ - icu_collections-2.0.0 \ - icu_locale_core-2.0.0 \ - icu_normalizer-2.0.0 \ - icu_normalizer_data-2.0.0 \ - icu_properties-2.0.1 \ - icu_properties_data-2.0.1 \ - icu_provider-2.0.0 \ + 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.2 \ + icu_properties_data-2.1.2 \ + icu_provider-2.1.1 \ + id-arena-2.3.0 \ idea-0.5.1 \ ident_case-1.0.1 \ idna-1.1.0 \ @@ -311,72 +298,70 @@ CARGO_CRATES= RustyXML-0.3.0 \ include-flate-codegen-0.3.1 \ include-flate-compress-0.3.1 \ indexmap-1.9.3 \ - indexmap-2.11.4 \ + indexmap-2.13.0 \ indicatif-0.17.11 \ infer-0.2.3 \ infer-0.19.0 \ inout-0.1.4 \ instant-0.1.13 \ - io-uring-0.7.10 \ ipconfig-0.3.2 \ ipnet-2.11.0 \ ipnetwork-0.20.0 \ - iri-string-0.7.8 \ - is-terminal-0.4.16 \ - is_terminal_polyfill-1.70.1 \ + iri-string-0.7.10 \ + is-terminal-0.4.17 \ + is_terminal_polyfill-1.70.2 \ itertools-0.10.5 \ - itertools-0.11.0 \ itertools-0.13.0 \ itertools-0.14.0 \ - itoa-1.0.15 \ + itoa-1.0.17 \ jemalloc-sys-0.5.4+5.3.0-patched \ jemallocator-0.5.4 \ jieba-macros-0.8.1 \ jieba-rs-0.8.1 \ jmap-client-0.3.3 \ - jmap-tools-0.1.2 \ + jmap-client-0.4.0 \ + jmap-tools-0.1.3 \ jni-0.21.1 \ jni-sys-0.3.0 \ jobserver-0.1.34 \ - js-sys-0.3.81 \ + js-sys-0.3.85 \ json5-0.4.1 \ - keccak-0.1.5 \ + keccak-0.1.6 \ keyed-set-1.1.0 \ keyed_priority_queue-0.4.2 \ konst-0.3.16 \ konst_kernel-0.3.15 \ - lalrpop-0.20.2 \ - lalrpop-util-0.20.2 \ + lalrpop-0.22.2 \ + lalrpop-util-0.22.2 \ lazy_static-1.5.0 \ - lber-0.4.2 \ - ldap3-0.11.5 \ + lber-0.5.1 \ + ldap3-0.12.1 \ + leb128fmt-0.1.0 \ libbz2-rs-sys-0.2.2 \ - libc-0.2.176 \ - libflate-2.1.0 \ - libflate_lz77-2.1.0 \ + libc-0.2.182 \ + libflate-2.2.1 \ + libflate_lz77-2.2.0 \ libloading-0.8.9 \ - liblzma-0.4.5 \ - liblzma-sys-0.4.4 \ - libm-0.2.15 \ - libredox-0.1.10 \ + libm-0.2.16 \ + libredox-0.1.12 \ librocksdb-sys-0.17.3+10.4.2 \ libsqlite3-sys-0.35.0 \ - libz-rs-sys-0.5.2 \ - libz-sys-1.1.22 \ + libz-sys-1.1.23 \ linked-hash-map-0.5.6 \ linux-raw-sys-0.11.0 \ - litemap-0.8.0 \ - lock_api-0.4.13 \ - log-0.4.28 \ + litemap-0.8.1 \ + lock_api-0.4.14 \ + log-0.4.29 \ lru-0.14.0 \ lru-cache-0.1.2 \ lru-slab-0.1.2 \ lz4-sys-1.11.1+lz4-1.10.0 \ lz4_flex-0.11.5 \ + lz4_flex-0.12.0 \ lzma-rust2-0.13.0 \ - mail-auth-0.7.2 \ + mail-auth-0.7.5 \ mail-builder-0.4.4 \ - mail-parser-0.11.1 \ + mail-parser-0.11.2 \ mail-send-0.5.2 \ maplit-1.0.2 \ matchers-0.2.0 \ @@ -385,15 +370,15 @@ CARGO_CRATES= RustyXML-0.3.0 \ md-5-0.10.6 \ md5-0.7.0 \ md5-0.8.0 \ - memchr-2.7.6 \ + memchr-2.8.0 \ memory-stats-1.2.0 \ memsec-0.7.0 \ mime-0.3.17 \ mime_guess-2.0.5 \ minimal-lexical-0.2.1 \ miniz_oxide-0.8.9 \ - mio-1.0.4 \ - moka-0.12.11 \ + mio-1.1.1 \ + moka-0.12.13 \ munge-0.4.7 \ munge_macro-0.4.7 \ mysql-common-derive-0.32.1 \ @@ -406,32 +391,34 @@ CARGO_CRATES= RustyXML-0.3.0 \ nkeys-0.4.5 \ no-std-net-0.6.0 \ nohash-0.2.0 \ + nohash-hasher-0.2.0 \ nom-7.1.3 \ nonempty-collections-0.3.1 \ - nu-ansi-term-0.50.1 \ + nu-ansi-term-0.50.3 \ nuid-0.5.0 \ num-bigint-0.4.6 \ - num-bigint-dig-0.8.4 \ - num-conv-0.1.0 \ + num-bigint-dig-0.8.6 \ + num-conv-0.2.0 \ num-integer-0.1.46 \ num-iter-0.1.45 \ num-traits-0.2.19 \ num_cpus-1.17.0 \ - num_enum-0.7.4 \ - num_enum_derive-0.7.4 \ + num_enum-0.7.5 \ + num_enum_derive-0.7.5 \ number_prefix-0.4.0 \ + objc2-core-foundation-0.3.2 \ + objc2-system-configuration-0.3.2 \ object-0.37.3 \ ocb3-0.1.0 \ - oid-registry-0.6.1 \ - oid-registry-0.7.1 \ oid-registry-0.8.1 \ once_cell-1.21.3 \ - once_cell_polyfill-1.70.1 \ + once_cell_polyfill-1.70.2 \ opaque-debug-0.3.1 \ - openssl-0.10.73 \ + openssl-0.10.75 \ openssl-macros-0.1.1 \ openssl-probe-0.1.6 \ - openssl-sys-0.9.109 \ + openssl-probe-0.2.1 \ + openssl-sys-0.9.111 \ opentelemetry-0.29.1 \ opentelemetry-http-0.29.0 \ opentelemetry-otlp-0.29.0 \ @@ -444,26 +431,25 @@ CARGO_CRATES= RustyXML-0.3.0 \ p384-0.13.1 \ p521-0.13.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 \ password-hash-0.5.0 \ paste-1.0.15 \ pbkdf2-0.12.2 \ - pem-3.0.5 \ + pem-3.0.6 \ pem-rfc7468-0.7.0 \ percent-encoding-2.3.2 \ - pest-2.8.2 \ - pest_derive-2.8.2 \ - pest_generator-2.8.2 \ - pest_meta-2.8.2 \ - petgraph-0.6.5 \ - phf-0.11.3 \ + pest-2.8.6 \ + pest_derive-2.8.6 \ + pest_generator-2.8.6 \ + pest_meta-2.8.6 \ + petgraph-0.7.1 \ + petgraph-0.8.3 \ phf-0.12.1 \ 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_macros-0.13.1 \ phf_shared-0.11.3 \ phf_shared-0.12.1 \ phf_shared-0.13.1 \ @@ -478,12 +464,12 @@ CARGO_CRATES= RustyXML-0.3.0 \ pnet_datalink-0.35.0 \ pnet_sys-0.35.0 \ polyval-0.6.2 \ - portable-atomic-1.11.1 \ - postgres-protocol-0.6.9 \ - postgres-types-0.2.10 \ - potential_utf-0.1.3 \ + portable-atomic-1.13.1 \ + postgres-protocol-0.6.10 \ + postgres-types-0.2.12 \ + potential_utf-0.1.4 \ powerfmt-0.2.0 \ - ppmd-rust-1.2.1 \ + ppmd-rust-1.4.0 \ ppv-lite86-0.2.21 \ precomputed-hash-0.1.1 \ prettyplease-0.2.37 \ @@ -495,25 +481,25 @@ CARGO_CRATES= RustyXML-0.3.0 \ proc-macro-error-attr-1.0.4 \ proc-macro-error-attr2-2.0.0 \ proc-macro-error2-2.0.1 \ - proc-macro2-1.0.101 \ + proc-macro2-1.0.106 \ prometheus-0.14.0 \ prost-0.13.5 \ prost-derive-0.13.5 \ proxy-header-0.1.2 \ - psl-2.1.145 \ + psl-2.1.190 \ psl-types-2.0.11 \ ptr_meta-0.3.1 \ ptr_meta_derive-0.3.1 \ - pure-rust-locales-0.8.1 \ + pure-rust-locales-0.8.2 \ pwhash-1.0.0 \ quick-xml-0.31.0 \ quick-xml-0.32.0 \ - quick-xml-0.38.3 \ - quick_cache-0.6.16 \ + quick-xml-0.38.4 \ + quick_cache-0.6.18 \ quinn-0.11.9 \ quinn-proto-0.11.13 \ quinn-udp-0.5.14 \ - quote-1.0.41 \ + quote-1.0.44 \ r-efi-5.3.0 \ r2d2-0.8.10 \ radium-0.7.0 \ @@ -527,7 +513,7 @@ CARGO_CRATES= RustyXML-0.3.0 \ rand_chacha-0.9.0 \ rand_core-0.5.1 \ rand_core-0.6.4 \ - rand_core-0.9.3 \ + rand_core-0.9.5 \ rand_hc-0.2.0 \ rasn-0.10.6 \ rasn-cms-0.10.6 \ @@ -536,74 +522,70 @@ CARGO_CRATES= RustyXML-0.3.0 \ rayon-1.11.0 \ rayon-core-1.13.0 \ rcgen-0.12.1 \ - rcgen-0.13.2 \ + rcgen-0.14.7 \ rdkafka-0.38.0 \ - rdkafka-sys-4.9.0+2.10.0 \ - redis-0.32.6 \ - redox_syscall-0.5.17 \ + rdkafka-sys-4.10.0+2.12.1 \ + redis-0.32.7 \ + redox_syscall-0.5.18 \ redox_users-0.4.6 \ redox_users-0.5.2 \ ref-cast-1.0.25 \ ref-cast-impl-1.0.25 \ - regex-1.11.3 \ - regex-automata-0.4.11 \ - regex-syntax-0.8.6 \ + regex-1.12.3 \ + regex-automata-0.4.14 \ + regex-syntax-0.8.9 \ rend-0.5.3 \ - reqwest-0.11.27 \ - reqwest-0.12.23 \ - resolv-conf-0.7.5 \ + reqwest-0.12.28 \ + resolv-conf-0.7.6 \ rev_lines-0.3.0 \ rfc6979-0.4.0 \ - ring-0.16.20 \ ring-0.17.14 \ ringbuffer-spsc-0.1.15 \ ripemd-0.1.3 \ - rkyv-0.8.12 \ - rkyv_derive-0.8.12 \ + rkyv-0.8.15 \ + rkyv_derive-0.8.15 \ rle-decode-fast-1.0.3 \ - roaring-0.11.2 \ + roaring-0.11.3 \ rocksdb-0.24.0 \ - ron-0.8.1 \ + ron-0.12.0 \ rpassword-7.4.0 \ - rsa-0.9.8 \ + rsa-0.9.10 \ rtoolbox-0.0.3 \ rtrb-0.3.2 \ rusqlite-0.37.0 \ rust-ini-0.21.3 \ rust-s3-0.35.1 \ rust-stemmers-1.2.0 \ - rustc-demangle-0.1.26 \ + rustc-demangle-0.1.27 \ rustc-hash-1.1.0 \ rustc-hash-2.1.1 \ - rustc_version-0.2.3 \ rustc_version-0.4.1 \ rusticata-macros-4.1.0 \ - rustix-1.1.2 \ + rustix-1.1.3 \ rustls-0.21.12 \ - rustls-0.23.32 \ + rustls-0.23.36 \ rustls-native-certs-0.6.3 \ rustls-native-certs-0.7.3 \ - rustls-native-certs-0.8.1 \ + rustls-native-certs-0.8.3 \ rustls-pemfile-1.0.4 \ rustls-pemfile-2.2.0 \ - rustls-pki-types-1.12.0 \ - rustls-platform-verifier-0.6.1 \ + rustls-pki-types-1.14.0 \ + rustls-platform-verifier-0.6.2 \ rustls-platform-verifier-android-0.1.1 \ rustls-webpki-0.101.7 \ rustls-webpki-0.102.8 \ - rustls-webpki-0.103.6 \ + rustls-webpki-0.103.9 \ rustversion-1.0.22 \ - ryu-1.0.20 \ + ryu-1.0.23 \ salsa20-0.10.2 \ same-file-1.0.6 \ saturating-0.1.0 \ scc-2.4.0 \ schannel-0.1.28 \ scheduled-thread-pool-0.2.7 \ - schemars-0.8.22 \ schemars-0.9.0 \ - schemars-1.0.4 \ - schemars_derive-0.8.22 \ + schemars-1.2.1 \ + schemars_derive-1.2.1 \ scopeguard-1.2.0 \ scrypt-0.11.0 \ sct-0.7.1 \ @@ -611,148 +593,144 @@ CARGO_CRATES= RustyXML-0.3.0 \ sec1-0.7.3 \ secrecy-0.8.0 \ security-framework-2.11.1 \ - security-framework-3.5.1 \ - security-framework-sys-2.15.0 \ - semver-0.9.0 \ + security-framework-3.6.0 \ + security-framework-sys-2.16.0 \ semver-1.0.27 \ - semver-parser-0.7.0 \ - sequoia-openpgp-2.0.0 \ + sequoia-openpgp-2.2.0 \ serde-1.0.228 \ serde_bytes-0.11.19 \ serde_core-1.0.228 \ serde_derive-1.0.228 \ serde_derive_internals-0.29.1 \ - serde_json-1.0.145 \ + serde_json-1.0.149 \ serde_nanos-0.1.4 \ serde_qs-0.8.5 \ serde_repr-0.1.20 \ serde_urlencoded-0.7.1 \ - serde_with-1.14.0 \ - serde_with-3.14.1 \ - serde_with_macros-1.5.2 \ - serde_with_macros-3.14.1 \ + serde_with-3.16.1 \ + serde_with_macros-3.16.1 \ serde_yaml-0.9.34+deprecated \ - serial_test-3.2.0 \ - serial_test_derive-3.2.0 \ + serial_test-3.3.1 \ + serial_test_derive-3.3.1 \ sha-1-0.9.8 \ sha1-0.10.6 \ sha1_smol-1.0.1 \ sha1collisiondetection-0.3.4 \ sha2-0.9.9 \ sha2-0.10.9 \ + sha2-const-stable-0.1.0 \ sha3-0.10.8 \ sharded-slab-0.1.7 \ shellexpand-3.1.1 \ shlex-1.3.0 \ - sieve-rs-0.7.0 \ - signal-hook-registry-1.4.6 \ + sieve-rs-0.7.1 \ + signal-hook-registry-1.4.8 \ signatory-0.27.1 \ signature-2.2.0 \ - simd-adler32-0.3.7 \ + simd-adler32-0.3.8 \ simdutf8-0.1.5 \ - siphasher-1.0.1 \ - slab-0.4.11 \ + siphasher-1.0.2 \ + slab-0.4.12 \ smallvec-1.15.1 \ smtp-proto-0.2.0 \ snafu-0.7.5 \ snafu-derive-0.7.5 \ socket2-0.5.10 \ - socket2-0.6.0 \ - spin-0.5.2 \ + socket2-0.6.2 \ spin-0.9.8 \ spin-0.10.0 \ spki-0.7.3 \ - stable_deref_trait-1.2.0 \ + stabby-72.1.1 \ + stabby-abi-72.1.1 \ + stabby-macros-72.1.1 \ + stable_deref_trait-1.2.1 \ static_assertions-1.1.0 \ string_cache-0.8.9 \ stringprep-0.1.5 \ - strsim-0.10.0 \ strsim-0.11.1 \ subtle-2.6.1 \ syn-1.0.109 \ - syn-2.0.106 \ - sync_wrapper-0.1.2 \ + syn-2.0.115 \ sync_wrapper-1.0.2 \ - synstructure-0.12.6 \ synstructure-0.13.2 \ - system-configuration-0.5.1 \ - system-configuration-sys-0.5.0 \ tagptr-0.2.0 \ tap-1.0.1 \ term-0.7.0 \ + term-1.2.1 \ termcolor-1.4.1 \ 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 \ - time-0.3.44 \ - time-core-0.1.6 \ - time-macros-0.2.24 \ + time-0.3.47 \ + time-core-0.1.8 \ + time-macros-0.2.27 \ tiny-keccak-2.0.2 \ - tinystr-0.8.1 \ + tinystr-0.8.2 \ tinyvec-1.10.0 \ tinyvec_macros-0.1.1 \ - tls-listener-0.11.0 \ - token-cell-2.0.0 \ - tokio-1.47.1 \ - tokio-macros-2.5.0 \ - tokio-postgres-0.7.14 \ + tls-listener-0.11.2 \ + token-cell-2.1.1 \ + tokio-1.49.0 \ + tokio-macros-2.6.0 \ + tokio-postgres-0.7.16 \ tokio-rustls-0.24.1 \ tokio-rustls-0.26.4 \ - tokio-stream-0.1.17 \ + tokio-stream-0.1.18 \ tokio-tungstenite-0.28.0 \ - tokio-util-0.7.16 \ + tokio-util-0.7.18 \ tokio-websockets-0.10.1 \ - toml_datetime-0.7.2 \ - toml_edit-0.23.6 \ - toml_parser-1.0.3 \ + toml_datetime-0.7.5+spec-1.1.0 \ + toml_edit-0.23.10+spec-1.0.0 \ + toml_parser-1.0.8+spec-1.1.0 \ tonic-0.12.3 \ totp-rs-5.7.0 \ tower-0.4.13 \ - tower-0.5.2 \ - tower-http-0.6.6 \ + 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.30 \ - tracing-core-0.1.34 \ + tracing-0.1.44 \ + tracing-attributes-0.1.31 \ + tracing-core-0.1.36 \ tracing-log-0.2.0 \ tracing-serde-0.2.0 \ - tracing-subscriber-0.3.20 \ + tracing-subscriber-0.3.22 \ try-lock-0.2.5 \ try_map-0.3.1 \ tryhard-0.5.2 \ tungstenite-0.28.0 \ twofish-0.7.1 \ twox-hash-2.1.2 \ - typenum-1.18.0 \ + typeid-1.0.3 \ + typenum-1.19.0 \ typewit-1.14.2 \ typewit_proc_macros-1.8.1 \ ucd-trie-0.1.7 \ - uhlc-0.8.1 \ - unicase-2.8.1 \ + uhlc-0.8.2 \ + unicase-2.9.0 \ unicode-bidi-0.3.18 \ - unicode-ident-1.0.19 \ - unicode-normalization-0.1.24 \ - unicode-properties-0.1.3 \ - unicode-script-0.5.7 \ + unicode-general-category-1.1.0 \ + unicode-ident-1.0.23 \ + unicode-normalization-0.1.25 \ + unicode-properties-0.1.4 \ + unicode-script-0.5.8 \ unicode-security-0.1.2 \ unicode-width-0.1.14 \ - unicode-width-0.2.1 \ + unicode-width-0.2.2 \ unicode-xid-0.2.6 \ universal-hash-0.5.1 \ unsafe-libyaml-0.2.11 \ - untrusted-0.7.1 \ untrusted-0.9.0 \ unty-0.0.4 \ - unzip-n-0.1.2 \ - url-2.5.7 \ + unzip-n-0.1.4 \ + url-2.5.8 \ urlencoding-2.1.3 \ utf-8-0.7.6 \ utf8_iter-1.0.4 \ utf8parse-0.2.2 \ - uuid-1.18.1 \ + uuid-1.21.0 \ validated_struct-2.2.0 \ validated_struct_macros-2.2.0 \ valuable-0.1.1 \ @@ -760,132 +738,135 @@ CARGO_CRATES= RustyXML-0.3.0 \ vec_map-0.8.2 \ version_check-0.9.5 \ virtue-0.0.18 \ - void-1.0.2 \ waker-fn-1.2.0 \ walkdir-2.5.0 \ want-0.3.1 \ wasi-0.9.0+wasi-snapshot-preview1 \ wasi-0.11.1+wasi-snapshot-preview1 \ wasi-0.14.7+wasi-0.2.4 \ - wasip2-1.0.1+wasi-0.2.4 \ - wasite-0.1.0 \ - wasm-bindgen-0.2.104 \ - wasm-bindgen-backend-0.2.104 \ - wasm-bindgen-futures-0.4.54 \ - wasm-bindgen-macro-0.2.104 \ - wasm-bindgen-macro-support-0.2.104 \ - wasm-bindgen-shared-0.2.104 \ + wasip2-1.0.2+wasi-0.2.9 \ + wasip3-0.4.0+wasi-0.3.0-rc-2026-01-06 \ + wasite-1.0.2 \ + wasm-bindgen-0.2.108 \ + wasm-bindgen-futures-0.4.58 \ + wasm-bindgen-macro-0.2.108 \ + wasm-bindgen-macro-support-0.2.108 \ + wasm-bindgen-shared-0.2.108 \ + wasm-encoder-0.244.0 \ + wasm-metadata-0.244.0 \ wasm-streams-0.4.2 \ - web-sys-0.3.81 \ + wasmparser-0.244.0 \ + web-sys-0.3.85 \ web-time-1.1.0 \ - webpki-root-certs-1.0.2 \ - webpki-roots-0.25.4 \ + webpki-root-certs-1.0.6 \ webpki-roots-0.26.11 \ - webpki-roots-1.0.2 \ *** 2180 LINES SKIPPED ***home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69a6280d.42381.68106694>
