git: 40f76ef771f7 - main - audio/maolan: Update to 0.2.4
Hiroki Tagato <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by tagattie: URL: https://cgit.FreeBSD.org/ports/commit/?id=40f76ef771f748591d85759a3cb597fb6c7f7c5a commit 40f76ef771f748591d85759a3cb597fb6c7f7c5a Author: Goran Mekić <[email protected]> AuthorDate: 2026-07-30 22:41:49 +0000 Commit: Hiroki Tagato <[email protected]> CommitDate: 2026-07-31 09:07:04 +0000 audio/maolan: Update to 0.2.4 Changelog: https://github.com/maolan/maolan/releases/tag/0.2.2 https://github.com/maolan/maolan/releases/tag/0.2.3 https://github.com/maolan/maolan/releases/tag/0.2.4 PR: 296653 Reported by: Goran Mekić <[email protected]> (maintainer) Reviewed by: fgorter <[email protected]> --- audio/maolan/Makefile | 22 +- audio/maolan/Makefile.crates | 444 ++++++++++----------- audio/maolan/distinfo | 894 ++++++++++++++++++++++--------------------- 3 files changed, 697 insertions(+), 663 deletions(-) diff --git a/audio/maolan/Makefile b/audio/maolan/Makefile index 4b8370dacacd..7f8ebbe8cacc 100644 --- a/audio/maolan/Makefile +++ b/audio/maolan/Makefile @@ -1,6 +1,5 @@ PORTNAME= maolan -DISTVERSION= 0.2.1 -PORTREVISION= 1 +DISTVERSION= 0.2.4 CATEGORIES= audio MAINTAINER= [email protected] @@ -12,32 +11,25 @@ LICENSE_FILE= ${WRKSRC}/LICENSE ONLY_FOR_ARCHS= amd64 powerpc64 powerpc64le -LIB_DEPENDS= libavutil.so:multimedia/ffmpeg \ - libjack.so:audio/jack \ - liblilv-0.so:audio/lilv \ - libonig.so:devel/oniguruma \ - librubberband.so:audio/rubberband \ - libsentencepiece.so:textproc/sentencepiece \ - libsuil-0.so:audio/suil +LIB_DEPENDS= libjack.so:audio/jack -USES= cargo gnome llvm:build pkgconfig xorg +USES= cargo localbase:ldflags pkgconfig xorg USE_GITHUB= yes GH_ACCOUNT= maolan -GH_TAGNAME= ${DISTVERSION} -USE_GNOME= glib20 gtk20 USE_XORG= x11 CARGO_BUILD_ARGS+= --workspace CARGO_INSTALL_PATH= . plugin-host -MAKE_ENV= LIBCLANG_PATH="${LOCALBASE}/llvm${LLVM_VERSION}/lib" +CARGO_TEST_AFTER_ARGS= --skip \ + gui::tests::session_save_and_load_roundtrip_preserves_plugin_positions post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/share/applications - ${INSTALL_DATA} ${WRKSRC}/desktop/maolan-bsd.desktop \ + ${INSTALL_DATA} ${WRKSRC}/assets/desktop/maolan-bsd.desktop \ ${STAGEDIR}${PREFIX}/share/applications/maolan.desktop ${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps - ${INSTALL_DATA} ${WRKSRC}/images/maolan.svg \ + ${INSTALL_DATA} ${WRKSRC}/assets/images/maolan.svg \ ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps .include <bsd.port.mk> diff --git a/audio/maolan/Makefile.crates b/audio/maolan/Makefile.crates index 4a8918c9af95..365e7b0c6660 100644 --- a/audio/maolan/Makefile.crates +++ b/audio/maolan/Makefile.crates @@ -15,11 +15,13 @@ CARGO_CRATES= ab_glyph-0.2.32 \ android-build-0.1.4 \ android-properties-0.2.2 \ android_system_properties-0.1.5 \ - anyhow-1.0.102 \ + anyhow-1.0.104 \ + approx-0.5.1 \ arbitrary-1.4.2 \ + arc-swap-1.9.2 \ arg_enum_proc_macro-0.3.4 \ arrayref-0.3.9 \ - arrayvec-0.7.6 \ + arrayvec-0.7.8 \ as-raw-xcb-connection-1.0.1 \ as-slice-0.2.1 \ ash-0.38.0+1.3.281 \ @@ -32,7 +34,7 @@ CARGO_CRATES= ab_glyph-0.2.32 \ async-recursion-1.1.1 \ async-signal-0.2.14 \ async-task-4.7.1 \ - async-trait-0.1.89 \ + async-trait-0.1.91 \ atomic-0.6.1 \ atomic-waker-1.1.2 \ atomic_float-1.1.0 \ @@ -48,9 +50,9 @@ CARGO_CRATES= ab_glyph-0.2.32 \ base64-0.13.1 \ base64-0.22.1 \ base64ct-1.8.3 \ + basedrop-0.1.3 \ bincode-2.0.1 \ bindgen-0.71.1 \ - bindgen-0.72.1 \ bit-set-0.5.3 \ bit-set-0.8.0 \ bit-set-0.9.1 \ @@ -59,16 +61,15 @@ CARGO_CRATES= ab_glyph-0.2.32 \ bit-vec-0.9.1 \ bit_field-0.10.3 \ bitflags-1.3.2 \ - bitflags-2.12.1 \ + bitflags-2.13.1 \ bitstream-io-4.10.0 \ block-0.1.6 \ block-buffer-0.10.4 \ block2-0.5.1 \ block2-0.6.2 \ blocking-1.6.2 \ - bon-3.9.1 \ - bon-macros-3.9.1 \ - built-0.7.7 \ + bon-3.9.3 \ + bon-macros-3.9.3 \ built-0.8.1 \ bumpalo-3.20.3 \ burn-0.21.0 \ @@ -96,11 +97,12 @@ CARGO_CRATES= ab_glyph-0.2.32 \ burn-tensor-0.21.0 \ burn-vision-0.21.0 \ burn-wgpu-0.21.0 \ - bytemuck-1.25.0 \ - bytemuck_derive-1.10.2 \ + by_address-1.2.1 \ + bytemuck-1.25.2 \ + bytemuck_derive-1.11.0 \ byteorder-1.5.0 \ byteorder-lite-0.1.0 \ - bytes-1.11.1 \ + bytes-1.12.1 \ bzip2-0.4.4 \ bzip2-sys-0.1.13+1.0.8 \ calloop-0.13.0 \ @@ -110,13 +112,14 @@ CARGO_CRATES= ab_glyph-0.2.32 \ candle-core-0.10.2 \ caseless-0.2.2 \ castaway-0.2.4 \ - cc-1.2.63 \ + cc-1.3.0 \ cesu8-1.1.0 \ cexpr-0.6.0 \ cfg-if-1.0.4 \ - cfg_aliases-0.2.1 \ - chacha20-0.10.0 \ + cfg_aliases-0.2.2 \ + chacha20-0.10.1 \ chrono-0.4.45 \ + chunk-0.9.2 \ ciborium-0.2.2 \ ciborium-io-0.2.2 \ ciborium-ll-0.2.2 \ @@ -126,7 +129,6 @@ CARGO_CRATES= ab_glyph-0.2.32 \ clipboard_macos-0.1.1 \ clipboard_wayland-0.2.2 \ clipboard_x11-0.4.3 \ - cmake-0.1.58 \ codespan-reporting-0.12.0 \ codespan-reporting-0.13.1 \ color_quant-1.1.0 \ @@ -134,10 +136,10 @@ CARGO_CRATES= ab_glyph-0.2.32 \ com-scrape-types-0.1.1 \ combine-4.6.7 \ compact_str-0.9.1 \ + compcol-0.6.8 \ comrak-0.39.1 \ concurrent-queue-2.5.0 \ - console-0.15.11 \ - console-0.16.3 \ + console-0.16.4 \ const-random-0.1.18 \ const-random-macro-0.1.16 \ constant_time_eq-0.1.5 \ @@ -154,21 +156,18 @@ CARGO_CRATES= ab_glyph-0.2.32 \ core-graphics-types-0.2.0 \ core_maths-0.1.1 \ coreaudio-rs-0.14.2 \ - coreaudio-sys-0.2.18 \ - coremidi-0.9.0 \ + coremidi-0.9.1 \ coremidi-sys-3.2.0 \ cosmic-text-0.15.0 \ cpal-0.17.3 \ cpufeatures-0.2.17 \ cpufeatures-0.3.0 \ - crc-3.4.0 \ - crc-catalog-2.5.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-utils-0.8.21 \ + crossbeam-channel-0.5.16 \ + crossbeam-deque-0.8.7 \ + crossbeam-epoch-0.9.20 \ + crossbeam-utils-0.8.22 \ crossterm-0.29.0 \ crossterm_winapi-0.9.1 \ crunchy-0.2.4 \ @@ -183,7 +182,7 @@ CARGO_CRATES= ab_glyph-0.2.32 \ cubecl-cpu-0.10.0 \ cubecl-cuda-0.10.0 \ cubecl-hip-0.10.0 \ - cubecl-hip-sys-7.1.5280200 \ + cubecl-hip-sys-7.2.5321100 \ cubecl-ir-0.10.0 \ cubecl-macros-0.10.0 \ cubecl-macros-internal-0.10.0 \ @@ -201,8 +200,9 @@ CARGO_CRATES= ab_glyph-0.2.32 \ cubek-random-0.2.0 \ cubek-reduce-0.2.0 \ cubek-std-0.2.0 \ - cudarc-0.19.7 \ + cudarc-0.19.8 \ cursor-icon-1.2.0 \ + daggrs-0.1.1 \ darling-0.20.11 \ darling-0.21.3 \ darling-0.23.0 \ @@ -253,31 +253,31 @@ CARGO_CRATES= ab_glyph-0.2.32 \ enum-as-inner-0.6.1 \ enumflags2-0.7.12 \ enumflags2_derive-0.7.12 \ - enumset-1.1.13 \ + enumset-1.1.14 \ enumset_derive-0.15.0 \ equator-0.4.2 \ equator-macro-0.4.2 \ equivalent-1.0.2 \ errno-0.3.14 \ error-code-3.3.2 \ + esaxx-rs-0.1.10 \ etagere-0.2.15 \ euclid-0.22.14 \ event-listener-5.4.1 \ event-listener-strategy-0.5.4 \ - exr-1.74.0 \ + exr-1.74.2 \ + extended-0.1.0 \ fancy-regex-0.11.0 \ - fastrand-2.4.1 \ + fast-srgb8-1.0.0 \ + fastrand-2.5.0 \ fax-0.2.7 \ fdeflate-0.3.7 \ - ffmpeg-next-8.1.0 \ - ffmpeg-sys-next-8.1.0 \ filedescriptor-0.8.3 \ filetime-0.2.29 \ find-msvc-tools-0.1.9 \ finl_unicode-1.4.0 \ fixedbitset-0.4.2 \ fixedbitset-0.5.7 \ - flacenc-0.5.1 \ flate2-1.1.9 \ float-ord-0.3.2 \ float4-0.2.0 \ @@ -287,23 +287,23 @@ CARGO_CRATES= ab_glyph-0.2.32 \ foldhash-0.1.5 \ foldhash-0.2.0 \ font-types-0.10.1 \ - font-types-0.11.3 \ + font-types-0.12.1 \ fontconfig-parser-0.5.8 \ fontdb-0.23.0 \ foreign-types-0.5.0 \ foreign-types-macros-0.2.3 \ foreign-types-shared-0.3.1 \ form_urlencoded-1.2.2 \ - futures-0.3.32 \ - futures-channel-0.3.32 \ - futures-core-0.3.32 \ - futures-executor-0.3.32 \ - futures-io-0.3.32 \ + futures-0.3.33 \ + futures-channel-0.3.33 \ + futures-core-0.3.33 \ + futures-executor-0.3.33 \ + futures-io-0.3.33 \ 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 \ + futures-macro-0.3.33 \ + futures-sink-0.3.33 \ + futures-task-0.3.33 \ + futures-util-0.3.33 \ gemm-0.19.0 \ gemm-c32-0.19.0 \ gemm-c64-0.19.0 \ @@ -315,31 +315,29 @@ CARGO_CRATES= ab_glyph-0.2.32 \ gethostname-1.1.0 \ getrandom-0.2.17 \ getrandom-0.3.4 \ - getrandom-0.4.2 \ + getrandom-0.4.3 \ gif-0.14.2 \ gimli-0.32.3 \ gl_generator-0.14.0 \ glam-0.25.0 \ - glob-0.3.3 \ + glob-0.3.4 \ glow-0.16.0 \ glow-0.17.0 \ glutin_wgl_sys-0.6.1 \ - gpu-alloc-0.6.0 \ - gpu-alloc-types-0.3.0 \ + gpu-alloc-0.6.2 \ + gpu-alloc-types-0.3.1 \ gpu-allocator-0.27.0 \ gpu-allocator-0.28.0 \ gpu-descriptor-0.3.2 \ gpu-descriptor-types-0.2.0 \ guillotiere-0.6.2 \ - h2-0.4.14 \ + h2-0.4.15 \ half-2.7.1 \ harfrust-0.3.2 \ - hash32-0.3.1 \ hashbrown-0.13.2 \ hashbrown-0.15.5 \ hashbrown-0.16.1 \ hashbrown-0.17.1 \ - heapless-0.8.0 \ heck-0.4.1 \ heck-0.5.0 \ hermit-abi-0.5.2 \ @@ -348,22 +346,22 @@ CARGO_CRATES= ab_glyph-0.2.32 \ hf-hub-0.5.0 \ hmac-0.12.1 \ hound-3.5.1 \ - http-1.4.1 \ - http-body-1.0.1 \ - http-body-util-0.1.3 \ + http-1.4.2 \ + http-body-1.1.0 \ + http-body-util-0.1.4 \ httparse-1.10.1 \ - hyper-1.10.1 \ + hyper-1.11.0 \ hyper-rustls-0.27.9 \ hyper-util-0.1.20 \ i24-1.0.1 \ - i24-2.3.3 \ + i24-2.3.5 \ iana-time-zone-0.1.65 \ iana-time-zone-haiku-0.1.2 \ iced-0.14.0 \ iced_aw-0.14.1 \ iced_core-0.14.0 \ iced_debug-0.14.0 \ - iced_drop-0.2.29 \ + iced_drop-0.2.38 \ iced_fonts-0.3.0 \ iced_fonts_macros-0.3.0 \ iced_futures-0.14.0 \ @@ -375,32 +373,37 @@ CARGO_CRATES= ab_glyph-0.2.32 \ iced_wgpu-0.14.0 \ iced_widget-0.14.2 \ iced_winit-0.14.0 \ + icu_collections-1.5.0 \ icu_collections-2.2.0 \ icu_locale_core-2.2.0 \ + icu_locid-1.5.0 \ + icu_locid_transform-1.5.0 \ + icu_locid_transform_data-1.5.1 \ + icu_normalizer-1.5.0 \ icu_normalizer-2.2.0 \ + icu_normalizer_data-1.5.1 \ icu_normalizer_data-2.2.0 \ + icu_properties-1.5.1 \ icu_properties-2.2.0 \ + icu_properties_data-1.5.1 \ icu_properties_data-2.2.0 \ + icu_provider-1.5.0 \ icu_provider-2.2.0 \ - id-arena-2.3.0 \ + icu_provider_macros-1.5.0 \ ident_case-1.0.1 \ idna-1.1.0 \ idna_adapter-1.2.2 \ image-0.25.10 \ image-webp-0.2.4 \ - imgref-1.12.1 \ + imgref-1.12.2 \ indexmap-2.14.0 \ - indicatif-0.17.11 \ - indicatif-0.18.4 \ + indicatif-0.18.6 \ indoc-2.0.7 \ inflections-1.1.1 \ inout-0.1.4 \ instability-0.3.12 \ - instant-0.1.13 \ interpolate_name-0.2.4 \ ipnet-2.12.0 \ - itertools-0.11.0 \ - itertools-0.12.1 \ itertools-0.13.0 \ itertools-0.14.0 \ itoa-1.0.18 \ @@ -410,12 +413,12 @@ CARGO_CRATES= ab_glyph-0.2.32 \ jni-0.21.1 \ jni-0.22.4 \ jni-macros-0.22.4 \ - jni-min-helper-0.3.2 \ + jni-min-helper-0.3.3 \ jni-sys-0.3.1 \ jni-sys-0.4.1 \ jni-sys-macros-0.4.1 \ - jobserver-0.1.34 \ - js-sys-0.3.99 \ + jobserver-0.1.35 \ + js-sys-0.3.103 \ kamadak-exif-0.6.1 \ kasuari-0.4.12 \ khronos-egl-6.0.0 \ @@ -423,32 +426,30 @@ CARGO_CRATES= ab_glyph-0.2.32 \ kurbo-0.10.4 \ lab-0.11.0 \ lazy_static-1.5.0 \ - leb128fmt-0.1.0 \ lebe-0.5.3 \ - libc-0.2.186 \ + libc-0.2.189 \ libfuzzer-sys-0.4.13 \ libloading-0.7.4 \ libloading-0.8.9 \ libloading-0.9.0 \ - liblzma-0.4.6 \ - liblzma-sys-0.4.6 \ + liblzma-0.4.7 \ + liblzma-sys-0.4.7 \ libm-0.2.16 \ - libredox-0.1.17 \ + libredox-0.1.18 \ lilt-0.8.1 \ - lilv-0.2.4 \ - lilv-sys-0.2.1 \ line-clipping-0.3.7 \ linebender_resource_handle-0.1.1 \ linux-raw-sys-0.4.15 \ linux-raw-sys-0.12.1 \ + litemap-0.7.5 \ litemap-0.8.2 \ litrs-1.0.0 \ lock_api-0.4.14 \ - log-0.4.32 \ + log-0.4.33 \ loop9-0.1.5 \ lru-0.16.4 \ + lru-0.18.1 \ lru-slab-0.1.2 \ - lv2_raw-0.2.0 \ lyon-1.0.19 \ lyon_algorithms-1.0.20 \ lyon_geom-1.0.19 \ @@ -461,17 +462,17 @@ CARGO_CRATES= ab_glyph-0.2.32 \ macro_rules_attribute-0.2.2 \ macro_rules_attribute-proc_macro-0.2.2 \ malloc_buf-0.0.6 \ - maolan-engine-0.2.18 \ - maolan-generate-0.0.8 \ - maolan-plugin-protocol-0.0.5 \ - maolan-plugin-protocol-0.0.6 \ + maolan-engine-0.2.48 \ + maolan-generate-0.0.10 \ + maolan-lv2-0.0.2 \ + maolan-plugin-protocol-0.0.14 \ maolan-widgets-0.0.21 \ - matrixmultiply-0.3.10 \ + maolan-widgets-0.0.26 \ + matrixmultiply-0.3.11 \ maybe-rayon-0.1.1 \ - md-5-0.10.6 \ - md5-0.8.0 \ - memchr-2.8.1 \ - memmap2-0.9.10 \ + md5-0.8.1 \ + memchr-2.8.3 \ + memmap2-0.9.11 \ memmem-0.1.1 \ memoffset-0.9.1 \ metal-0.32.0 \ @@ -480,8 +481,8 @@ CARGO_CRATES= ab_glyph-0.2.32 \ mime-0.3.17 \ minimal-lexical-0.2.1 \ miniz_oxide-0.8.9 \ - mio-1.2.1 \ - mixosc-0.0.6 \ + mio-1.2.2 \ + mixosc-0.0.10 \ moddef-0.3.0 \ monostate-0.1.18 \ monostate-impl-0.1.18 \ @@ -489,7 +490,7 @@ CARGO_CRATES= ab_glyph-0.2.32 \ mundy-0.2.3 \ mutate_once-0.1.2 \ naga-27.0.3 \ - naga-29.0.3 \ + naga-29.0.4 \ nb-0.1.3 \ nb-1.1.0 \ ndarray-0.16.1 \ @@ -507,20 +508,19 @@ CARGO_CRATES= ab_glyph-0.2.32 \ ntapi-0.4.3 \ nu-ansi-term-0.50.3 \ num-0.4.3 \ - num-bigint-0.4.6 \ + num-bigint-0.4.8 \ num-complex-0.4.6 \ num-conv-0.2.2 \ num-derive-0.4.2 \ num-format-0.4.4 \ num-integer-0.1.46 \ - num-iter-0.1.45 \ + num-iter-0.1.46 \ num-rational-0.4.2 \ num-traits-0.2.19 \ num_cpus-1.17.0 \ num_enum-0.7.6 \ num_enum_derive-0.7.6 \ num_threads-0.1.7 \ - number_prefix-0.4.0 \ nvtree-0.0.2 \ objc-0.2.7 \ objc-sys-0.3.5 \ @@ -571,20 +571,30 @@ CARGO_CRATES= ab_glyph-0.2.32 \ ouroboros-0.18.5 \ ouroboros_macro-0.18.5 \ owned_ttf_parser-0.25.1 \ + oxideav-basic-0.0.9 \ + oxideav-core-0.1.32 \ + oxideav-flac-0.0.11 \ + oxideav-id3-0.0.6 \ + oxideav-mp3-0.1.3 \ + oxideav-ogg-0.1.8 \ + oxilangtag-0.1.6 \ + oxiri-0.2.11 \ + oxrdf-0.3.3 \ + oxttl-0.2.3 \ + palette-0.7.6 \ + palette_derive-0.7.6 \ parking-2.2.1 \ - parking_lot-0.11.2 \ parking_lot-0.12.5 \ - parking_lot_core-0.8.6 \ parking_lot_core-0.9.12 \ password-hash-0.4.2 \ paste-1.0.15 \ pastey-0.1.1 \ pbkdf2-0.11.0 \ percent-encoding-2.3.2 \ - pest-2.8.6 \ - pest_derive-2.8.6 \ - pest_generator-2.8.6 \ - pest_meta-2.8.6 \ + pest-2.8.8 \ + pest_derive-2.8.8 \ + pest_generator-2.8.8 \ + pest_meta-2.8.8 \ petgraph-0.8.3 \ phf-0.11.3 \ phf_codegen-0.11.3 \ @@ -602,36 +612,35 @@ CARGO_CRATES= ab_glyph-0.2.32 \ png-0.18.1 \ polling-3.11.0 \ pollster-0.4.0 \ - portable-atomic-1.13.1 \ + portable-atomic-1.14.0 \ portable-atomic-util-0.2.7 \ potential_utf-0.1.5 \ powerfmt-0.2.0 \ ppv-lite86-0.2.21 \ presser-0.3.1 \ + pretokie-0.0.4 \ prettyplease-0.2.37 \ primal-check-0.3.4 \ proc-macro-crate-3.5.0 \ - proc-macro2-1.0.106 \ + proc-macro2-1.0.107 \ proc-macro2-diagnostics-0.10.1 \ profiling-1.0.18 \ profiling-procmacros-1.0.18 \ - prost-0.14.3 \ - prost-derive-0.14.3 \ - pulp-0.22.2 \ - pulp-wasm-simd-flag-0.1.0 \ - pxfm-0.1.29 \ + pulp-0.22.3 \ + pulp-wasm-simd-flag-0.1.1 \ + pxfm-0.1.30 \ qoi-0.4.1 \ quick-error-2.0.1 \ quick-xml-0.39.4 \ - quinn-0.11.9 \ - quinn-proto-0.11.14 \ - quinn-udp-0.5.14 \ - quote-1.0.45 \ + quinn-0.11.11 \ + quinn-proto-0.11.16 \ + quinn-udp-0.5.15 \ + quote-1.0.47 \ r-efi-5.3.0 \ r-efi-6.0.0 \ - rand-0.8.6 \ - rand-0.9.4 \ - rand-0.10.1 \ + rand-0.8.7 \ + rand-0.9.5 \ + rand-0.10.2 \ rand_chacha-0.3.1 \ rand_chacha-0.9.0 \ rand_core-0.6.4 \ @@ -639,14 +648,16 @@ CARGO_CRATES= ab_glyph-0.2.32 \ rand_core-0.10.1 \ rand_distr-0.5.1 \ rand_distr-0.6.0 \ + rand_pcg-0.10.2 \ range-alloc-0.1.5 \ rangemap-1.7.1 \ - ratatui-0.30.0 \ - ratatui-core-0.1.0 \ - ratatui-crossterm-0.1.0 \ - ratatui-macros-0.7.0 \ - ratatui-termwiz-0.1.0 \ - ratatui-widgets-0.3.0 \ + ratatui-0.30.2 \ + ratatui-core-0.1.2 \ + ratatui-crossterm-0.1.2 \ + ratatui-macros-0.7.2 \ + ratatui-termina-0.1.0 \ + ratatui-termwiz-0.1.2 \ + ratatui-widgets-0.3.2 \ rav1e-0.8.1 \ ravif-0.13.0 \ raw-cpuid-11.6.0 \ @@ -654,21 +665,19 @@ CARGO_CRATES= ab_glyph-0.2.32 \ raw-window-metal-1.1.0 \ rawpointer-0.2.1 \ rayon-1.12.0 \ - rayon-cond-0.3.0 \ rayon-cond-0.4.0 \ rayon-core-1.13.0 \ read-fonts-0.35.0 \ - read-fonts-0.37.0 \ + read-fonts-0.41.0 \ realfft-3.5.0 \ reborrow-0.5.5 \ - redox_syscall-0.2.16 \ redox_syscall-0.4.1 \ redox_syscall-0.5.18 \ - redox_syscall-0.8.1 \ + redox_syscall-0.9.0 \ redox_users-0.5.2 \ - regex-1.12.3 \ - regex-automata-0.4.14 \ - regex-syntax-0.8.10 \ + regex-1.13.1 \ + regex-automata-0.4.16 \ + regex-syntax-0.8.11 \ renderdoc-sys-1.1.0 \ reqwest-0.12.28 \ rfd-0.17.2 \ @@ -677,20 +686,21 @@ CARGO_CRATES= ab_glyph-0.2.32 \ rmp-0.8.15 \ rmp-serde-1.3.1 \ roxmltree-0.20.0 \ + rtrb-0.3.4 \ rubato-3.0.0 \ - rustc-demangle-0.1.27 \ + rustc-demangle-0.1.28 \ rustc-hash-1.1.0 \ - rustc-hash-2.1.2 \ + rustc-hash-2.1.3 \ rustc_version-0.4.1 \ rustfft-6.4.1 \ rustix-0.38.44 \ rustix-1.1.4 \ - rustls-0.23.40 \ - rustls-pki-types-1.14.1 \ + rustls-0.23.42 \ + rustls-pki-types-1.15.0 \ rustls-webpki-0.103.13 \ - rustversion-1.0.22 \ + rustversion-1.0.23 \ ryu-1.0.23 \ - safe_arch-1.0.0 \ + safe_arch-1.1.0 \ safetensors-0.3.3 \ safetensors-0.4.5 \ safetensors-0.7.0 \ @@ -699,20 +709,19 @@ CARGO_CRATES= ab_glyph-0.2.32 \ scoped-tls-1.0.1 \ scopeguard-1.2.0 \ sctk-adwaita-0.10.1 \ - self_cell-1.2.2 \ + self_cell-1.3.0 \ semver-1.0.28 \ - sentencepiece-0.13.1 \ - sentencepiece-sys-0.13.1 \ + sentencepiece-rust-0.1.1 \ seq-macro-0.3.6 \ - serde-1.0.228 \ + serde-1.0.229 \ serde_bytes-0.11.19 \ - serde_core-1.0.228 \ - serde_derive-1.0.228 \ - serde_json-1.0.150 \ - serde_repr-0.1.20 \ + serde_core-1.0.229 \ + serde_derive-1.0.229 \ + serde_json-1.0.151 \ + serde_repr-0.1.21 \ serde_spanned-1.1.1 \ serde_urlencoded-0.7.1 \ - sha1-0.10.6 \ + sha1-0.10.7 \ sha2-0.10.9 \ sharded-slab-0.1.7 \ shlex-1.3.0 \ @@ -720,25 +729,25 @@ CARGO_CRATES= ab_glyph-0.2.32 \ signal-hook-0.3.18 \ signal-hook-mio-0.2.5 \ signal-hook-registry-1.4.8 \ - simd-adler32-0.3.9 \ - simd_cesu8-1.1.1 \ + simd-adler32-0.3.10 \ + simd_cesu8-1.2.0 \ simd_helpers-0.1.0 \ simdutf8-0.1.5 \ siphasher-1.0.3 \ skrifa-0.37.0 \ - skrifa-0.40.0 \ + skrifa-0.44.0 \ slab-0.4.12 \ slotmap-1.1.1 \ slug-0.1.6 \ - smallvec-1.15.1 \ + smallvec-1.15.2 \ smithay-client-toolkit-0.19.2 \ smithay-client-toolkit-0.20.0 \ smithay-clipboard-0.7.3 \ smol_str-0.2.2 \ - socket2-0.6.4 \ + socket2-0.6.5 \ socks-0.3.4 \ softbuffer-0.4.8 \ - spin-0.10.0 \ + spin-0.10.1 \ spirv-0.3.0+sdk-1.3.268.0 \ spirv-0.4.0+sdk-1.4.341.0 \ spm_precompiled-0.1.4 \ @@ -748,13 +757,29 @@ CARGO_CRATES= ab_glyph-0.2.32 \ strength_reduce-0.2.4 \ strict-num-0.1.1 \ strsim-0.11.1 \ - strum-0.27.2 \ - strum_macros-0.27.2 \ + strum-0.28.0 \ + strum_macros-0.28.0 \ subtle-2.6.1 \ svg_fmt-0.4.5 \ - swash-0.2.7 \ + swash-0.2.10 \ + symphonia-0.5.5 \ + symphonia-bundle-flac-0.5.5 \ + symphonia-bundle-mp3-0.5.5 \ + symphonia-codec-aac-0.5.5 \ + symphonia-codec-adpcm-0.5.5 \ + symphonia-codec-alac-0.5.5 \ + symphonia-codec-pcm-0.5.5 \ + symphonia-codec-vorbis-0.5.5 \ + symphonia-core-0.5.5 \ + symphonia-format-isomp4-0.5.5 \ + symphonia-format-mkv-0.5.5 \ + symphonia-format-ogg-0.5.5 \ + symphonia-format-riff-0.5.5 \ + symphonia-metadata-0.5.5 \ + symphonia-utils-xiph-0.5.5 \ syn-1.0.109 \ - syn-2.0.117 \ + syn-2.0.119 \ + syn-3.0.3 \ sync_wrapper-1.0.2 \ synstructure-0.13.2 \ sys-locale-0.3.2 \ @@ -766,39 +791,42 @@ CARGO_CRATES= ab_glyph-0.2.32 \ tch-0.22.0 \ tempfile-3.27.0 \ termcolor-1.4.1 \ + termina-0.3.3 \ terminfo-0.9.0 \ termios-0.3.3 \ termwiz-0.23.3 \ text_placeholder-0.5.1 \ textdistance-1.1.1 \ thiserror-1.0.69 \ - thiserror-2.0.18 \ + thiserror-2.0.19 \ thiserror-impl-1.0.69 \ - thiserror-impl-2.0.18 \ + thiserror-impl-2.0.19 \ thread-tree-0.3.3 \ - thread_local-1.1.9 \ + thread_local-1.1.10 \ tiff-0.11.3 \ - time-0.3.47 \ - time-core-0.1.8 \ - time-macros-0.2.27 \ + time-0.3.54 \ + time-core-0.1.9 \ + time-macros-0.2.32 \ + timestretch-0.8.1 \ tiny-keccak-2.0.2 \ tiny-skia-0.11.4 \ tiny-skia-path-0.11.4 \ tiny-xlib-0.2.5 \ + tinystr-0.7.6 \ tinystr-0.8.3 \ - tinyvec-1.11.0 \ + tinyvec-1.12.0 \ tinyvec_macros-0.1.1 \ - tokenizers-0.20.4 \ tokenizers-0.22.2 \ - tokio-1.52.3 \ - tokio-macros-2.7.0 \ + tokie-0.0.10 \ + tokio-1.53.1 \ + tokio-macros-2.7.1 \ tokio-rustls-0.26.4 \ - tokio-util-0.7.18 \ - toml-1.1.2+spec-1.1.0 \ + tokio-util-0.7.19 \ + toml-1.1.3+spec-1.1.0 \ toml_datetime-1.1.1+spec-1.1.0 \ - toml_edit-0.25.12+spec-1.1.0 \ + toml_edit-0.25.13+spec-1.1.0 \ toml_parser-1.1.2+spec-1.1.0 \ - toml_writer-1.1.1+spec-1.1.0 \ + toml_writer-1.1.2+spec-1.1.0 \ torch-sys-0.22.0 \ tower-0.5.3 \ tower-http-0.6.11 \ @@ -826,6 +854,7 @@ CARGO_CRATES= ab_glyph-0.2.32 \ ucd-trie-0.1.7 \ uds_windows-1.2.1 \ unicode-bidi-0.3.18 \ + unicode-general-category-1.1.0 \ unicode-ident-1.0.24 \ unicode-linebreak-0.1.5 \ unicode-normalization-0.1.25 \ @@ -844,14 +873,14 @@ CARGO_CRATES= ab_glyph-0.2.32 \ ureq-3.3.0 \ ureq-proto-0.6.0 \ url-2.5.8 \ + utf16_iter-1.0.5 \ utf8-zero-0.8.1 \ utf8_iter-1.0.4 \ utf8parse-0.2.2 \ - uuid-1.23.2 \ + uuid-1.24.0 \ v_frame-0.3.9 \ valuable-0.1.1 \ variadics_please-1.1.0 \ - vcpkg-0.2.15 \ version_check-0.9.5 \ visibility-0.1.1 \ void-1.0.2 \ @@ -860,34 +889,30 @@ CARGO_CRATES= ab_glyph-0.2.32 \ walkdir-2.5.0 \ want-0.3.1 \ wasi-0.11.1+wasi-snapshot-preview1 \ - wasip2-1.0.3+wasi-0.2.9 \ - wasip3-0.4.0+wasi-0.3.0-rc-2026-01-06 \ - wasm-bindgen-0.2.122 \ - wasm-bindgen-futures-0.4.72 \ - wasm-bindgen-macro-0.2.122 \ - wasm-bindgen-macro-support-0.2.122 \ - wasm-bindgen-shared-0.2.122 \ - wasm-encoder-0.244.0 \ - wasm-metadata-0.244.0 \ + wasip2-1.0.4+wasi-0.2.12 \ + wasm-bindgen-0.2.126 \ + wasm-bindgen-futures-0.4.76 \ + wasm-bindgen-macro-0.2.126 \ + wasm-bindgen-macro-support-0.2.126 \ + wasm-bindgen-shared-0.2.126 \ wasm-streams-0.4.2 \ - wasmparser-0.244.0 \ wasmtimer-0.4.3 \ wavers-1.5.1 \ wayland-backend-0.3.15 \ wayland-client-0.31.14 \ wayland-csd-frame-0.3.0 \ wayland-cursor-0.31.14 \ - wayland-protocols-0.32.12 \ + wayland-protocols-0.32.13 \ wayland-protocols-experimental-20250721.0.1 \ wayland-protocols-misc-0.3.12 \ wayland-protocols-plasma-0.3.12 \ wayland-protocols-wlr-0.3.12 \ wayland-scanner-0.31.10 \ wayland-sys-0.31.11 \ - web-sys-0.3.99 \ + web-sys-0.3.103 \ web-time-1.1.0 \ webpki-roots-0.26.11 \ - webpki-roots-1.0.7 \ + webpki-roots-1.0.9 \ weezl-0.1.12 \ wezterm-bidi-0.2.3 \ wezterm-blob-leases-0.1.1 \ @@ -896,21 +921,21 @@ CARGO_CRATES= ab_glyph-0.2.32 \ wezterm-dynamic-derive-0.1.1 \ wezterm-input-types-0.1.0 \ wgpu-27.0.1 \ - wgpu-29.0.3 \ + wgpu-29.0.4 \ wgpu-core-27.0.3 \ - wgpu-core-29.0.3 \ + wgpu-core-29.0.4 \ wgpu-core-deps-apple-27.0.0 \ - wgpu-core-deps-apple-29.0.3 \ + wgpu-core-deps-apple-29.0.4 \ wgpu-core-deps-emscripten-27.0.0 \ - wgpu-core-deps-emscripten-29.0.3 \ + wgpu-core-deps-emscripten-29.0.4 \ wgpu-core-deps-windows-linux-android-27.0.0 \ - wgpu-core-deps-windows-linux-android-29.0.3 \ + wgpu-core-deps-windows-linux-android-29.0.4 \ wgpu-hal-27.0.4 \ - wgpu-hal-29.0.3 \ - wgpu-naga-bridge-29.0.3 \ + wgpu-hal-29.0.4 \ + wgpu-naga-bridge-29.0.4 \ wgpu-types-27.0.1 \ - wgpu-types-29.0.3 \ - wide-1.4.0 \ + wgpu-types-29.0.4 \ + wide-1.5.0 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.11 \ @@ -937,45 +962,31 @@ CARGO_CRATES= ab_glyph-0.2.32 \ windows-sys-0.45.0 \ windows-sys-0.52.0 \ windows-sys-0.59.0 \ - windows-sys-0.60.2 \ windows-sys-0.61.2 \ windows-targets-0.42.2 \ windows-targets-0.52.6 \ - windows-targets-0.53.5 \ windows-threading-0.2.1 \ windows_aarch64_gnullvm-0.42.2 \ windows_aarch64_gnullvm-0.52.6 \ - windows_aarch64_gnullvm-0.53.1 \ windows_aarch64_msvc-0.42.2 \ windows_aarch64_msvc-0.52.6 \ - windows_aarch64_msvc-0.53.1 \ windows_i686_gnu-0.42.2 \ windows_i686_gnu-0.52.6 \ - windows_i686_gnu-0.53.1 \ windows_i686_gnullvm-0.52.6 \ - windows_i686_gnullvm-0.53.1 \ windows_i686_msvc-0.42.2 \ *** 1721 LINES SKIPPED ***