Date: Tue, 14 Apr 2026 19:40:47 +0000 From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: b9a578e672cd - main - databases/qdrant: update 1.17.=?utf-8?Q?0 =E2=86=92 1.?=17.1 Message-ID: <69de983f.423c7.4d41b8ed@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=b9a578e672cd982711168d8621426dfbda872038 commit b9a578e672cd982711168d8621426dfbda872038 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2026-04-14 18:16:59 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2026-04-14 19:40:41 +0000 databases/qdrant: update 1.17.0 → 1.17.1 --- databases/qdrant/Makefile | 5 +- databases/qdrant/Makefile.crates | 827 ++++++++++--------- databases/qdrant/distinfo | 1656 ++++++++++++++++++++------------------ 3 files changed, 1294 insertions(+), 1194 deletions(-) diff --git a/databases/qdrant/Makefile b/databases/qdrant/Makefile index 0474f0431903..75237066e672 100644 --- a/databases/qdrant/Makefile +++ b/databases/qdrant/Makefile @@ -1,7 +1,6 @@ PORTNAME= qdrant DISTVERSIONPREFIX= v -DISTVERSION= 1.17.0 -PORTREVISION= 1 +DISTVERSION= 1.17.1 PORTEPOCH= 1 CATEGORIES= databases @@ -26,6 +25,8 @@ USE_GITHUB= yes USE_PERL5= build USE_RC_SUBR= qdrant +MAKE_ENV= AWS_LC_SYS_NO_JITTER_ENTROPY=1 # workaround for https://github.com/aws/aws-lc-rs/issues/1097 + QDRANT_DBDIR?= /var/db/qdrant QDRANT_USER?= nobody QDRANT_GROUP?= nobody diff --git a/databases/qdrant/Makefile.crates b/databases/qdrant/Makefile.crates index 5ce7b97e54bd..93d3c6b5da9e 100644 --- a/databases/qdrant/Makefile.crates +++ b/databases/qdrant/Makefile.crates @@ -1,112 +1,127 @@ -CARGO_CRATES= actix-codec-0.5.0 \ +CARGO_CRATES= actix-codec-0.5.2 \ actix-cors-0.7.1 \ actix-files-0.6.10 \ - actix-http-3.11.2 \ - actix-macros-0.2.3 \ + actix-http-3.12.0 \ + actix-macros-0.2.4 \ actix-multipart-0.7.2 \ actix-multipart-derive-0.7.0 \ - actix-router-0.5.3 \ - actix-rt-2.10.0 \ + actix-router-0.5.4 \ + actix-rt-2.11.0 \ actix-server-2.6.0 \ - actix-service-2.0.2 \ - actix-tls-3.4.0 \ + actix-service-2.0.3 \ + actix-tls-3.5.0 \ actix-utils-3.0.1 \ - actix-web-4.12.1 \ + actix-web-4.13.0 \ actix-web-codegen-4.3.0 \ actix-web-extras-0.1.0 \ actix-web-validator-7.0.0 \ - addr2line-0.19.0 \ - adler-1.0.2 \ - adler2-2.0.0 \ + addr2line-0.25.1 \ + adler2-2.0.1 \ adler32-1.2.0 \ - ahash-0.8.11 \ - aho-corasick-1.1.3 \ - aligned-vec-0.6.1 \ + ahash-0.8.12 \ + aho-corasick-1.1.4 \ + aligned-vec-0.6.4 \ alloc-no-stdlib-2.0.4 \ alloc-stdlib-0.2.2 \ alloca-0.4.0 \ - allocator-api2-0.2.16 \ + allocator-api2-0.2.21 \ android_system_properties-0.1.5 \ anes-0.1.6 \ - anstream-0.6.11 \ - anstyle-1.0.8 \ - anstyle-parse-0.2.0 \ - anstyle-query-1.0.0 \ - anstyle-wincon-3.0.1 \ + anstream-1.0.0 \ + anstyle-1.0.13 \ + anstyle-parse-1.0.0 \ + anstyle-query-1.1.5 \ + anstyle-wincon-3.0.11 \ antidote-1.0.0 \ - anyhow-1.0.101 \ + anyhow-1.0.102 \ approx-0.5.1 \ - arc-swap-1.8.2 \ + arc-swap-1.9.0 \ arraydeque-0.5.1 \ arrayvec-0.4.12 \ arrayvec-0.7.6 \ ash-0.38.0+1.3.281 \ assert-json-diff-2.0.2 \ - async-stream-0.3.3 \ - async-stream-impl-0.3.3 \ + async-broadcast-0.7.2 \ + async-channel-2.5.0 \ + async-executor-1.14.0 \ + async-io-2.6.0 \ + async-lock-3.4.2 \ + async-process-2.5.0 \ + async-recursion-1.1.1 \ + async-signal-0.2.13 \ + async-stream-0.3.6 \ + async-stream-impl-0.3.6 \ + async-task-4.7.1 \ async-trait-0.1.89 \ + atomic-waker-1.1.2 \ atomic_refcell-0.1.13 \ atomicwrites-0.4.4 \ - autocfg-1.1.0 \ - axum-0.6.12 \ + autocfg-1.5.0 \ + aws-lc-rs-1.16.1 \ + aws-lc-sys-0.38.0 \ + axum-0.6.20 \ axum-0.8.8 \ - axum-core-0.3.3 \ + axum-core-0.3.4 \ axum-core-0.5.6 \ - backtrace-0.3.67 \ + backtrace-0.3.76 \ base16ct-0.2.0 \ - base64-0.13.1 \ - base64-0.21.0 \ + 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.72.1 \ - binout-0.2.1 \ + binout-0.3.1 \ + bit-vec-0.6.3 \ bitflags-1.3.2 \ - bitflags-2.10.0 \ - bitm-0.4.2 \ + bitflags-2.11.0 \ + bitm-0.4.3 \ bitpacking-0.9.3 \ bitvec-1.0.1 \ blake2-rfc-0.2.18 \ - block-buffer-0.10.3 \ - brotli-8.0.1 \ + block-buffer-0.10.4 \ + blocking-1.6.2 \ + brotli-8.0.2 \ brotli-decompressor-5.0.0 \ - bumpalo-3.11.1 \ + bumpalo-3.20.2 \ bustle-0.5.1 \ bytemuck-1.25.0 \ bytemuck_derive-1.10.2 \ byteorder-1.5.0 \ bytes-1.11.1 \ - bytestring-1.2.0 \ - bzip2-sys-0.1.11+1.0.8 \ + bytestring-1.5.0 \ + bzip2-sys-0.1.13+1.0.8 \ cap-0.1.2 \ cast-0.3.0 \ - cc-1.2.56 \ + cc-1.2.57 \ cedarwood-0.4.6 \ + cesu8-1.1.0 \ cexpr-0.6.0 \ - cfg-if-1.0.0 \ + cfg-if-1.0.4 \ cfg_aliases-0.2.1 \ - cgroups-rs-0.3.4 \ - charabia-0.9.7 \ - chrono-0.4.43 \ + cgroups-rs-0.5.0 \ + chacha20-0.10.0 \ + charabia-0.9.9 \ + chrono-0.4.44 \ ci_info-0.10.2 \ - ciborium-0.2.0 \ - ciborium-io-0.2.0 \ - ciborium-ll-0.2.0 \ - clang-sys-1.4.0 \ - clap-4.5.58 \ - clap_builder-4.5.58 \ - clap_derive-4.5.55 \ + ciborium-0.2.2 \ + ciborium-io-0.2.2 \ + ciborium-ll-0.2.2 \ + clang-sys-1.8.1 \ + clap-4.6.0 \ + clap_builder-4.6.0 \ + clap_derive-4.6.0 \ clap_lex-1.0.0 \ - cmake-0.1.51 \ + cmake-0.1.57 \ cmsketch-0.2.4 \ - codespan-reporting-0.11.1 \ - colorchoice-1.0.0 \ + colorchoice-1.0.4 \ colored-3.1.1 \ colorz-1.1.4 \ - config-0.15.19 \ - console-0.16.0 \ + combine-4.6.7 \ + concurrent-queue-2.5.0 \ + config-0.15.22 \ + console-0.16.2 \ console-api-0.9.0 \ console-subscriber-0.5.0 \ const-oid-0.9.6 \ @@ -115,85 +130,91 @@ CARGO_CRATES= actix-codec-0.5.0 \ convert_case-0.4.0 \ convert_case-0.10.0 \ cookie-0.16.2 \ - core-foundation-0.9.4 \ + core-foundation-0.10.1 \ core-foundation-sys-0.8.7 \ core2-0.4.0 \ core_affinity-0.8.3 \ count-min-sketch-0.1.8 \ - cpp_demangle-0.4.2 \ + cpp_demangle-0.5.1 \ cpufeatures-0.2.17 \ + cpufeatures-0.3.0 \ + crc-3.4.0 \ + crc-catalog-2.4.0 \ crc32c-0.6.8 \ - crc32fast-1.3.2 \ + crc32fast-1.5.0 \ criterion-0.8.2 \ criterion-plot-0.8.2 \ crossbeam-channel-0.5.15 \ - crossbeam-deque-0.8.2 \ - crossbeam-epoch-0.9.13 \ - crossbeam-utils-0.8.20 \ - crunchy-0.2.2 \ + crossbeam-deque-0.8.6 \ + crossbeam-epoch-0.9.18 \ + crossbeam-utils-0.8.21 \ + crunchy-0.2.4 \ crypto-bigint-0.5.5 \ crypto-common-0.1.6 \ csv-1.4.0 \ - csv-core-0.1.11 \ + csv-core-0.1.13 \ curve25519-dalek-4.1.3 \ curve25519-dalek-derive-0.1.1 \ - cxx-1.0.85 \ - cxx-build-1.0.85 \ - cxxbridge-flags-1.0.85 \ - cxxbridge-macro-1.0.85 \ daachorse-1.0.0 \ - darling-0.20.8 \ - darling-0.21.3 \ - darling_core-0.20.8 \ - darling_core-0.21.3 \ - darling_macro-0.20.8 \ - darling_macro-0.21.3 \ - dary_heap-0.3.7 \ + darling-0.20.11 \ + darling-0.23.0 \ + darling_core-0.20.11 \ + darling_core-0.23.0 \ + darling_macro-0.20.11 \ + darling_macro-0.23.0 \ + dary_heap-0.3.8 \ dashmap-6.1.0 \ data-encoding-2.10.0 \ debugid-0.8.0 \ delegate-0.13.5 \ der-0.7.10 \ - deranged-0.5.5 \ - derive_more-0.99.17 \ + deranged-0.5.8 \ + derive_more-0.99.20 \ derive_more-2.1.1 \ derive_more-impl-2.1.1 \ digest-0.10.7 \ displaydoc-0.2.5 \ docopt-1.1.1 \ + dunce-1.0.5 \ dyn-clone-1.0.20 \ - dyn_size_of-0.4.2 \ - earcutr-0.4.2 \ + dyn_size_of-0.4.5 \ + earcutr-0.4.3 \ ecdsa-0.16.9 \ ecow-0.2.6 \ ed25519-2.2.3 \ ed25519-dalek-2.2.0 \ - either-1.13.0 \ + either-1.15.0 \ elliptic-curve-0.13.8 \ encode_unicode-1.0.0 \ - encoding_rs-0.8.33 \ - env_filter-0.1.0 \ - env_logger-0.11.8 \ + encoding_rs-0.8.35 \ + endi-1.1.1 \ + enumflags2-0.7.12 \ + enumflags2_derive-0.7.12 \ + env_filter-1.0.0 \ + env_logger-0.11.10 \ envmnt-0.8.4 \ - equator-0.2.2 \ - equator-macro-0.2.1 \ - equivalent-1.0.1 \ + equator-0.4.2 \ + equator-macro-0.4.2 \ + equivalent-1.0.2 \ erased-serde-0.3.31 \ - erased-serde-0.4.2 \ - errno-0.3.10 \ + erased-serde-0.4.10 \ + errno-0.3.14 \ + event-listener-5.4.1 \ + event-listener-strategy-0.5.4 \ faccess-0.2.4 \ + fallible-iterator-0.3.0 \ fastant-0.1.11 \ - fastrand-2.2.0 \ + fastrand-2.3.0 \ ff-0.13.1 \ fiat-crypto-0.2.9 \ - filetime-0.2.19 \ + filetime-0.2.27 \ find-msvc-tools-0.1.9 \ findshlibs-0.10.2 \ fixedbitset-0.4.2 \ flate2-1.1.9 \ float_next_after-1.0.0 \ fnv-1.0.7 \ - foldhash-0.1.4 \ + foldhash-0.1.5 \ foldhash-0.2.0 \ foreign-types-0.5.0 \ foreign-types-macros-0.2.3 \ @@ -205,6 +226,7 @@ CARGO_CRATES= actix-codec-0.5.0 \ foyer-memory-0.22.3 \ foyer-storage-0.22.3 \ foyer-tokio-0.22.3 \ + framehop-0.13.3 \ fs-err-3.3.0 \ fs4-0.13.1 \ fs_extra-1.3.0 \ @@ -216,177 +238,180 @@ CARGO_CRATES= actix-codec-0.5.0 \ futures-core-0.3.32 \ futures-executor-0.3.32 \ futures-io-0.3.32 \ + futures-lite-2.6.1 \ futures-macro-0.3.32 \ futures-sink-0.3.32 \ futures-task-0.3.32 \ futures-util-0.3.32 \ fxhash-0.2.1 \ - generator-0.7.4 \ + generator-0.8.8 \ generic-array-0.14.9 \ generic-tests-0.1.3 \ geo-0.32.0 \ geo-types-0.7.18 \ - geographiclib-rs-0.2.3 \ + geographiclib-rs-0.2.7 \ geohash-0.13.1 \ - getopts-0.2.21 \ + getopts-0.2.24 \ getrandom-0.1.16 \ - getrandom-0.2.11 \ - getrandom-0.3.0 \ - getrandom-0.4.1 \ - getset-0.1.2 \ - gimli-0.27.0 \ - glob-0.3.1 \ + getrandom-0.2.17 \ + getrandom-0.3.4 \ + getrandom-0.4.2 \ + getset-0.1.6 \ + gimli-0.31.1 \ + gimli-0.32.3 \ + glob-0.3.3 \ glob-match-0.2.1 \ goblin-0.7.1 \ gpu-allocator-0.27.0 \ group-0.13.0 \ h2-0.3.27 \ - h2-0.4.4 \ - half-1.8.2 \ + h2-0.4.13 \ + half-1.8.3 \ half-2.7.1 \ hash32-0.3.1 \ hashbrown-0.12.3 \ hashbrown-0.13.2 \ - hashbrown-0.14.2 \ - hashbrown-0.15.2 \ + hashbrown-0.14.5 \ + hashbrown-0.15.5 \ hashbrown-0.16.1 \ hashlink-0.10.0 \ hashring-0.3.6 \ - hdrhistogram-7.5.2 \ + hdrhistogram-7.5.4 \ heapless-0.8.0 \ heck-0.4.1 \ heck-0.5.0 \ - hermit-abi-0.3.9 \ - hermit-abi-0.5.1 \ + hermit-abi-0.5.2 \ hex-0.4.3 \ hkdf-0.12.4 \ hmac-0.12.1 \ + home-0.5.12 \ http-0.2.12 \ - http-1.3.1 \ - http-body-0.4.5 \ - http-body-1.0.0 \ - http-body-util-0.1.2 \ + http-1.4.0 \ + http-body-0.4.6 \ + http-body-1.0.1 \ + http-body-util-0.1.3 \ http-range-0.1.5 \ http-serde-2.1.1 \ httparse-1.10.1 \ - httpdate-1.0.2 \ + httpdate-1.0.3 \ humantime-2.3.0 \ - hyper-1.6.0 \ - hyper-rustls-0.27.2 \ + hyper-1.8.1 \ + hyper-rustls-0.27.7 \ hyper-timeout-0.4.1 \ - hyper-timeout-0.5.1 \ - hyper-util-0.1.13 \ + hyper-timeout-0.5.2 \ + hyper-util-0.1.20 \ i_float-1.15.0 \ i_key_sort-0.6.0 \ - i_overlay-4.0.2 \ + i_overlay-4.0.7 \ i_shape-1.14.0 \ i_tree-0.16.0 \ - iana-time-zone-0.1.53 \ - iana-time-zone-haiku-0.1.1 \ - icu_collections-1.5.0 \ - icu_locid-1.5.0 \ - icu_locid_transform-1.5.0 \ - icu_locid_transform_data-1.5.0 \ - icu_normalizer-1.5.0 \ - icu_normalizer_data-1.5.0 \ - icu_properties-1.5.1 \ - icu_properties_data-1.5.0 \ - icu_provider-1.5.0 \ - icu_provider_macros-1.5.0 \ + iana-time-zone-0.1.65 \ + iana-time-zone-haiku-0.1.2 \ + 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 \ ident_case-1.0.1 \ idna-1.1.0 \ - idna_adapter-1.2.0 \ - impl-more-0.1.6 \ - include-flate-0.3.0 \ - include-flate-codegen-0.2.0 \ - indexmap-1.9.2 \ + 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-1.9.3 \ indexmap-2.13.0 \ indicatif-0.18.4 \ - inferno-0.11.18 \ + inferno-0.11.21 \ integer-encoding-4.1.0 \ - inventory-0.3.14 \ - io-lifetimes-1.0.11 \ + inventory-0.3.22 \ io-uring-0.7.11 \ - ipnet-2.11.0 \ + ipnet-2.12.0 \ irg-kvariants-0.1.1 \ - iri-string-0.7.8 \ - is-terminal-0.4.6 \ + iri-string-0.7.10 \ + is-terminal-0.4.17 \ is_ci-1.2.0 \ - is_sorted-0.1.1 \ + is_terminal_polyfill-1.70.2 \ itertools-0.10.5 \ + itertools-0.11.0 \ itertools-0.12.1 \ itertools-0.13.0 \ itertools-0.14.0 \ - itoa-1.0.5 \ - jieba-macros-0.7.1 \ - jieba-rs-0.7.3 \ - jiff-0.2.15 \ - jiff-static-0.2.15 \ - jobserver-0.1.31 \ - js-sys-0.3.77 \ + itoa-1.0.17 \ + jemalloc_pprof-0.8.2 \ + jieba-macros-0.8.1 \ + jieba-rs-0.8.1 \ + jiff-0.2.22 \ + jiff-static-0.2.22 \ + jni-0.21.1 \ + jni-sys-0.3.0 \ + jobserver-0.1.34 \ + js-sys-0.3.91 \ jsonwebtoken-10.3.0 \ language-tags-0.3.2 \ lazy_static-1.5.0 \ leb128fmt-0.1.0 \ - libc-0.2.180 \ - libflate-1.4.0 \ - libflate-2.1.0 \ - libflate_lz77-1.2.0 \ - libflate_lz77-2.1.0 \ - libloading-0.7.4 \ - libloading-0.8.5 \ - libm-0.2.6 \ + libc-0.2.182 \ + libflate-2.2.1 \ + libflate_lz77-2.2.0 \ + libloading-0.8.9 \ + libm-0.2.16 \ + libredox-0.1.14 \ librocksdb-sys-0.17.3+10.4.2 \ - libz-sys-1.1.8 \ - link-cplusplus-1.0.8 \ - linux-raw-sys-0.3.8 \ - linux-raw-sys-0.4.14 \ - linux-raw-sys-0.11.0 \ - litemap-0.7.3 \ - local-channel-0.1.3 \ - local-waker-0.1.3 \ + libz-sys-1.1.24 \ + link-cplusplus-1.0.12 \ + linux-raw-sys-0.4.15 \ + linux-raw-sys-0.12.1 \ + litemap-0.8.1 \ + local-channel-0.1.5 \ + local-waker-0.1.4 \ lock_api-0.4.14 \ log-0.4.29 \ - loom-0.7.1 \ + loom-0.7.2 \ + lru-slab-0.1.2 \ lz4-1.28.1 \ lz4-sys-1.11.1+lz4-1.10.0 \ - lz4_flex-0.12.0 \ + lz4_flex-0.13.0 \ + macho-unwind-info-0.5.0 \ macro_rules_attribute-0.2.2 \ macro_rules_attribute-proc_macro-0.2.2 \ + mappings-0.7.2 \ matchers-0.2.0 \ - matchit-0.7.0 \ + matchit-0.7.3 \ matchit-0.8.4 \ matrixmultiply-0.3.10 \ md-5-0.10.6 \ - mea-0.6.1 \ - memchr-2.7.4 \ - memmap2-0.9.9 \ - memoffset-0.7.1 \ + mea-0.6.3 \ + memchr-2.8.0 \ + memmap2-0.5.10 \ + memmap2-0.9.10 \ memoffset-0.9.1 \ - mime-0.3.16 \ - mime_guess-2.0.4 \ + mime-0.3.17 \ + mime_guess-2.0.5 \ minimal-lexical-0.2.1 \ - miniz_oxide-0.6.2 \ - miniz_oxide-0.8.5 \ - mio-1.0.1 \ + miniz_oxide-0.8.9 \ + mio-1.1.1 \ mixtrics-0.2.3 \ mockito-1.7.2 \ multimap-0.8.3 \ + multimap-0.10.1 \ names-0.14.0 \ ndarray-0.17.2 \ ndarray-npy-0.10.0 \ nias-0.5.0 \ nix-0.25.1 \ - nix-0.26.2 \ - nix-0.27.1 \ - nix-0.31.1 \ + nix-0.26.4 \ + nix-0.31.2 \ nodrop-0.1.14 \ nom-7.1.3 \ nom-8.0.0 \ - ntapi-0.4.1 \ - nu-ansi-term-0.50.1 \ - num-bigint-0.4.4 \ + ntapi-0.4.3 \ + nu-ansi-term-0.50.3 \ + num-0.4.3 \ + num-bigint-0.4.6 \ num-bigint-dig-0.8.6 \ num-cmp-0.1.0 \ num-complex-0.4.6 \ @@ -395,61 +420,73 @@ CARGO_CRATES= actix-codec-0.5.0 \ num-format-0.4.4 \ 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_threads-0.1.7 \ - objc2-core-foundation-0.3.1 \ - objc2-io-kit-0.3.1 \ - object-0.30.0 \ + objc2-core-foundation-0.3.2 \ + objc2-io-kit-0.3.2 \ + object-0.29.0 \ + object-0.37.3 \ object_store-0.13.1 \ once_cell-1.21.3 \ - oorandom-11.1.3 \ - openssl-probe-0.1.5 \ + once_cell_polyfill-1.70.2 \ + oorandom-11.1.5 \ + openssl-probe-0.2.1 \ ordered-float-2.10.1 \ ordered-float-5.1.0 \ + ordered-stream-0.2.0 \ p256-0.13.2 \ p384-0.13.1 \ page_size-0.6.0 \ + parking-2.2.1 \ parking_lot-0.12.5 \ parking_lot_core-0.9.12 \ - parse-size-1.0.0 \ - paste-1.0.11 \ + parse-size-1.1.0 \ + paste-1.0.15 \ path_facts-0.2.1 \ pathdiff-0.2.3 \ - pem-3.0.3 \ + pe-unwind-info-0.4.0 \ + pem-3.0.6 \ pem-rfc7468-0.7.0 \ percent-encoding-2.3.2 \ permutation_iterator-0.1.2 \ - pest-2.8.1 \ - pest_derive-2.8.1 \ - pest_generator-2.8.1 \ - pest_meta-2.8.1 \ - petgraph-0.6.2 \ + pest-2.8.6 \ + pest_derive-2.8.6 \ + pest_generator-2.8.6 \ + pest_meta-2.8.6 \ + petgraph-0.6.5 \ ph-0.8.5 \ - phf-0.11.2 \ - phf_codegen-0.11.2 \ - phf_generator-0.11.2 \ - phf_shared-0.11.2 \ - pin-project-1.0.12 \ - pin-project-internal-1.0.12 \ - pin-project-lite-0.2.12 \ + phf-0.13.1 \ + phf_codegen-0.13.1 \ + phf_generator-0.13.1 \ + phf_shared-0.13.1 \ + pin-project-1.1.11 \ + pin-project-internal-1.1.11 \ + pin-project-lite-0.2.17 \ + pin-utils-0.1.0 \ + piper-0.2.5 \ pkcs1-0.7.5 \ pkcs8-0.10.2 \ - pkg-config-0.3.26 \ + pkg-config-0.3.32 \ plain-0.2.3 \ - plotters-0.3.4 \ - plotters-backend-0.3.4 \ - plotters-svg-0.3.3 \ + plotters-0.3.7 \ + plotters-backend-0.3.7 \ + plotters-svg-0.3.7 \ + polling-3.11.0 \ portable-atomic-1.13.1 \ - portable-atomic-util-0.2.4 \ + portable-atomic-util-0.2.5 \ + potential_utf-0.1.4 \ powerfmt-0.2.0 \ pprof-0.15.0 \ - pprof2-0.13.1 \ - ppv-lite86-0.2.17 \ + pprof-pyroscope-fork-0.1500.2 \ + pprof_util-0.8.2 \ + ppv-lite86-0.2.21 \ presser-0.3.1 \ - prettyplease-0.1.22 \ + prettyplease-0.1.25 \ prettyplease-0.2.37 \ primeorder-0.13.6 \ + proc-macro-crate-3.4.0 \ proc-macro-error-1.0.4 \ proc-macro-error-attr-1.0.4 \ proc-macro-error-attr2-2.0.0 \ @@ -474,101 +511,104 @@ CARGO_CRATES= actix-codec-0.5.0 \ prost-wkt-build-0.5.1 \ prost-wkt-types-0.5.1 \ protobuf-2.28.0 \ - protobuf-build-0.14.0 \ - pulldown-cmark-0.9.3 \ + protobuf-build-0.14.1 \ + pulldown-cmark-0.9.6 \ pulldown-cmark-to-cmark-10.0.4 \ py_literal-0.4.0 \ - pyo3-0.28.1 \ - pyo3-build-config-0.28.1 \ - pyo3-ffi-0.28.1 \ - pyo3-macros-0.28.1 \ - pyo3-macros-backend-0.28.1 \ - pyroscope-0.5.8 \ - pyroscope_pprofrs-0.2.10 \ + pyo3-0.28.2 \ + pyo3-build-config-0.28.2 \ + pyo3-ffi-0.28.2 \ + pyo3-macros-0.28.2 \ + pyo3-macros-backend-0.28.2 \ + pyroscope-2.0.0 \ + qdrant-rust-stemmers-1.2.2 \ quick-error-1.2.3 \ quick-xml-0.26.0 \ - quick-xml-0.38.0 \ - quick_cache-0.6.18 \ - quinn-0.11.2 \ - quinn-proto-0.11.8 \ - quinn-udp-0.5.2 \ - quote-1.0.44 \ + quick-xml-0.38.4 \ + quick_cache-0.6.21 \ + quickcheck-1.1.0 \ + quinn-0.11.9 \ + quinn-proto-0.11.13 \ + quinn-udp-0.5.14 \ + quote-1.0.45 \ r-efi-5.3.0 \ + r-efi-6.0.0 \ radium-0.7.0 \ raft-0.7.0 \ raft-proto-0.7.0 \ rand-0.7.3 \ rand-0.8.5 \ rand-0.9.2 \ + rand-0.10.0 \ rand_chacha-0.2.2 \ rand_chacha-0.3.1 \ rand_chacha-0.9.0 \ rand_core-0.5.1 \ rand_core-0.6.4 \ - rand_core-0.9.0 \ - rand_distr-0.5.1 \ + rand_core-0.9.5 \ + rand_core-0.10.0 \ + rand_distr-0.6.0 \ rand_hc-0.2.0 \ rand_xorshift-0.4.0 \ rawpointer-0.2.1 \ rayon-1.11.0 \ rayon-core-1.13.0 \ - redox_syscall-0.2.16 \ - redox_syscall-0.5.12 \ + redox_syscall-0.5.18 \ + redox_syscall-0.7.3 \ ref-cast-1.0.25 \ ref-cast-impl-1.0.25 \ - regex-1.11.0 \ - regex-automata-0.4.8 \ - regex-lite-0.1.5 \ - regex-syntax-0.8.5 \ + regex-1.12.3 \ + regex-automata-0.4.14 \ + regex-lite-0.1.9 \ + regex-syntax-0.8.10 \ relative-path-1.9.3 \ reqwest-0.12.28 \ + reqwest-0.13.2 \ rfc6979-0.4.0 \ - rgb-0.8.50 \ - ring-0.17.13 \ + rgb-0.8.53 \ + ring-0.17.14 \ ringbuffer-0.16.0 \ rle-decode-fast-1.0.3 \ - rmp-0.8.14 \ + rmp-0.8.15 \ rmp-serde-1.3.1 \ roaring-0.11.3 \ - robust-1.1.0 \ + robust-1.2.0 \ rocksdb-0.24.0 \ roxmltree-0.20.0 \ rsa-0.9.10 \ rstack-0.3.3 \ rstack-self-0.3.0 \ - rstar-0.12.0 \ + rstar-0.12.2 \ rstest-0.26.1 \ rstest_macros-0.26.1 \ - rustc-demangle-0.1.21 \ - rustc-hash-1.1.0 \ + rustc-demangle-0.1.27 \ rustc-hash-2.1.1 \ rustc_version-0.4.1 \ - rustix-0.37.27 \ - rustix-0.38.40 \ - rustix-1.1.3 \ + rustix-0.38.44 \ + rustix-1.1.4 \ rustls-0.22.4 \ - rustls-0.23.36 \ - rustls-native-certs-0.7.0 \ - rustls-native-certs-0.8.0 \ + rustls-0.23.37 \ + rustls-native-certs-0.8.3 \ rustls-pemfile-2.2.0 \ rustls-pki-types-1.14.0 \ + rustls-platform-verifier-0.6.2 \ + rustls-platform-verifier-android-0.1.1 \ rustls-webpki-0.102.8 \ - rustls-webpki-0.103.6 \ - rustversion-1.0.11 \ + rustls-webpki-0.103.9 \ + rustversion-1.0.22 \ rusty-forkfork-0.4.0 \ rusty-hook-0.11.2 \ - ryu-1.0.12 \ + ryu-1.0.23 \ same-file-1.0.6 \ scc-2.4.0 \ - schannel-0.1.23 \ + schannel-0.1.28 \ schemars-0.8.22 \ schemars-0.9.0 \ - schemars-1.2.0 \ + schemars-1.2.1 \ schemars_derive-0.8.22 \ schnellru-0.2.4 \ scoped-tls-1.0.1 \ - scopeguard-1.1.0 \ - scratch-1.0.3 \ + scopeguard-1.2.0 \ scroll-0.11.0 \ scroll_derive-0.11.1 \ sdd-3.0.10 \ @@ -576,9 +616,9 @@ CARGO_CRATES= actix-codec-0.5.0 \ sealed_test-1.1.0 \ sealed_test_derive-1.1.0 \ sec1-0.7.3 \ - security-framework-2.10.0 \ - security-framework-sys-2.11.0 \ - seedable_hash-0.1.1 \ + security-framework-3.7.0 \ + security-framework-sys-2.17.0 \ + seedable_hash-0.1.7 \ self_cell-1.2.2 \ semver-1.0.27 \ serde-1.0.228 \ @@ -587,95 +627,98 @@ CARGO_CRATES= actix-codec-0.5.0 \ serde_cbor-0.11.2 \ serde_core-1.0.228 \ serde_derive-1.0.228 \ - serde_derive_internals-0.29.0 \ + serde_derive_internals-0.29.1 \ serde_json-1.0.149 \ - serde_plain-1.0.1 \ + serde_plain-1.0.2 \ serde_qs-0.13.0 \ + serde_repr-0.1.20 \ serde_urlencoded-0.7.1 \ serde_variant-0.1.3 \ - serde_with-3.16.1 \ - serde_with_macros-3.16.1 \ - serial_test-3.3.1 \ - serial_test_derive-3.3.1 \ - sha1-0.10.5 \ + serde_with-3.18.0 \ + serde_with_macros-3.18.0 \ + serial_test-3.4.0 \ + serial_test_derive-3.4.0 \ + sha1-0.10.6 \ sha2-0.10.9 \ shaderc-0.10.1 \ shaderc-sys-0.10.1 \ - sharded-slab-0.1.4 \ + sharded-slab-0.1.7 \ shlex-1.3.0 \ - sif-itree-0.4.0 \ - signal-hook-registry-1.4.0 \ + sif-itree-0.4.1 \ + signal-hook-registry-1.4.8 \ signature-2.2.0 \ - simd-adler32-0.3.7 \ + simd-adler32-0.3.8 \ similar-2.7.0 \ - simple_asn1-0.6.2 \ - siphasher-0.3.10 \ + simple_asn1-0.6.4 \ + siphasher-0.3.11 \ siphasher-1.0.2 \ - slab-0.4.11 \ + slab-0.4.12 \ slice-group-by-0.3.1 \ slog-2.8.2 \ - slog-scope-4.4.0 \ + slog-scope-4.4.1 \ slog-stdlog-4.1.1 \ small_ctor-0.1.2 \ smallvec-1.15.1 \ - socket2-0.4.9 \ + socket2-0.4.10 \ socket2-0.5.10 \ - socket2-0.6.0 \ - spade-2.12.1 \ + socket2-0.6.2 \ + spade-2.15.0 \ spin-0.9.8 \ spin-0.10.0 \ spki-0.7.3 \ - stable_deref_trait-1.2.0 \ + stable_deref_trait-1.2.1 \ static_assertions-1.1.0 \ str_stack-0.1.0 \ strsim-0.10.0 \ strsim-0.11.1 \ - strum-0.27.2 \ - strum_macros-0.27.1 \ - subtle-2.5.0 \ + strum-0.28.0 \ + strum_macros-0.28.0 \ + subtle-2.6.1 \ supports-color-3.0.2 \ - symbolic-common-12.12.3 \ - symbolic-demangle-12.12.3 \ - syn-1.0.107 \ - syn-2.0.116 \ + symbolic-common-12.17.2 \ + symbolic-demangle-12.17.2 \ + syn-1.0.109 \ + syn-2.0.117 \ sync_wrapper-0.1.2 \ sync_wrapper-1.0.2 \ - synstructure-0.13.1 \ + synstructure-0.13.2 \ sys-info-0.9.1 \ - sysinfo-0.38.1 \ - tango-bench-0.6.0 \ + sysinfo-0.38.4 \ *** 2716 LINES SKIPPED ***home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69de983f.423c7.4d41b8ed>
