diff --git a/Mk/Uses/gstreamer.mk b/Mk/Uses/gstreamer.mk index 18c45ca31cdc..d06b83a08fd1 100644 --- a/Mk/Uses/gstreamer.mk +++ b/Mk/Uses/gstreamer.mk @@ -1,482 +1,482 @@ # Support for GStreamer-related libraries and plugins # # Feature: gstreamer # Usage: # USES= gstreamer[:version][,arg,...] # USE_GSTREAMER= [list of components] # # Valid ARGS: , _internal # # version: 1 -- default (this may be omitted since there is # currently only one supported version) # _internal: Only intended for use by multimedia/gstreamer1 to # define specific variables like _GST1_VERSION so that # it does not depend on itself # # MAINTAINER: multimedia@FreeBSD.org .if ! defined(_INCLUDE_USES_GSTREAMER_MK) _INCLUDE_USES_GSTREAMER_MK= YES #== Argument handling # Preparations to support multiple gstreamer versions _GST_VER_SUPPORTED= 1 _GST_VER_DEFAULT= 1 _GST_VER= # . for ver in ${_GST_VER_SUPPORTED:O:u} . if ${gstreamer_ARGS:M${ver}} . if empty(_GST_VER) _GST_VER= ${ver} . else IGNORE= Incorrect USES=gstreamer:${gstreamer_ARGS} - multiple versions defined . endif . endif . endfor . if empty(_GST_VER) _GST_VER= ${_GST_VER_DEFAULT} . endif #== Component setup # When modifying _GST1_VERSION, run `make -C ${PORTSDIR}/multimedia/gstreamer1 makesum-all` # to update the distinfo files for the entire suite. -_GST1_VERSION= 1.28.1 +_GST1_VERSION= 1.28.3 _GST1_LIB_VER= 1.0 _GST1_SOVERSION= 0.${_GST1_VERSION:R:E}${${_GST1_VERSION:E} > 9:?:0}${_GST1_VERSION:E}.0 _GST1_CATEGORIES= audio comms devel ftp graphics multimedia net security \ sysutils textproc www x11 x11-toolkits _GST1_PLUGINS_audio= a52dec alsa amrnb amrwbdec bs2b cdparanoia chromaprint faac \ faad fdkaac flac flite gme gsm jack ladspa lame lv2 modplug \ mpg123 ogg openmpt opus pulse shout2 sidplay \ sndfile sndio soundtouch speex taglib twolame vorbis \ wavpack webrtcdsp _GST1_PLUGINS_comms= spandsp _GST1_PLUGINS_devel= devtools soup _GST1_PLUGINS_ftp= curl _GST1_PLUGINS_graphics= aalib cairo gdkpixbuf gl jpeg kms libcaca libvisual \ opencv openexr openjpeg png rsvg vulkan webp zbar _GST1_PLUGINS_multimedia= aom assrender bad dash dts dv dvdread \ editing-services good hls libav libde265 \ mpeg2dec mpeg2enc mplex mm msdk openh264 resindvd \ rtsp-server rust smoothstreaming svtav1 theora ttml \ ugly v4l2 vpx webrtc x264 x265 _GST1_PLUGINS_net= sctp srtp _GST1_PLUGINS_security= dtls _GST1_PLUGINS_sysutils= cdio _GST1_PLUGINS_textproc= zxing _GST1_PLUGINS_www= neon srt _GST1_PLUGINS_x11= x ximagesrc _GST1_PLUGINS_x11-toolkits= gtk pango qt5 qt6 #== Unversioned information # Gather all available plugins for the chosen version _GST_PLUGINS_BASE= bad core good ugly libgstreamer plugins _GST_PLUGINS_VER:= ${_GST${_GST_VER}_CATEGORIES:S/^/\${_GST${_GST_VER}_PLUGINS_/:S/$/}/} _GST_VERSION= ${_GST${_GST_VER}_VERSION} _GST_LIB_VER= ${_GST${_GST_VER}_LIB_VER} _GST_SOVERSION= ${_GST${_GST_VER}_SOVERSION} # List of all available components _USE_GSTREAMER_ALL= ${_GST_PLUGINS_BASE} \ ${_GST_PLUGINS_VER} #== Dependency setup #==== Top-level components gst-plugins_PORT= multimedia/gstreamer${_GST_VER}-plugins gst-plugins_IMPL= # empty gst-plugins_SUFFIX= # gst-bad_PORT= multimedia/gstreamer${_GST_VER}-plugins-bad gst-bad_IMPL= # gst-core_PORT= multimedia/gstreamer${_GST_VER}-plugins-core gst-core_IMPL= # gst-core_GST1_VERSION= ${_GST1_VERSION:R} gst-core_VERSION= ${gst-core_GST${_GST_VER}_VERSION} gst-good_PORT= multimedia/gstreamer${_GST_VER}-plugins-good gst-good_IMPL= # gst-ugly_PORT= multimedia/gstreamer${_GST_VER}-plugins-ugly gst-ugly_IMPL= # gst-libgstreamer_LIB= libgstreamer${_GST${_GST_VER}_LIB_VER:D-${_GST${_GST_VER}_LIB_VER}}.so gst-libgstreamer_PORT= multimedia/gstreamer${_GST_VER} #==== audio plugins section gst-a52dec_PORT= audio/gstreamer${_GST_VER}-plugins-a52dec gst-a52dec_IMPL= ugly gst-alsa_PORT= audio/gstreamer${_GST_VER}-plugins-alsa gst-alsa_IMPL= # gst-amrnb_PORT= audio/gstreamer${_GST_VER}-plugins-amrnb gst-amrnb_IMPL= ugly gst-amrwbdec_PORT= audio/gstreamer${_GST_VER}-plugins-amrwbdec gst-amrwbdec_IMPL= ugly gst-bs2b_PORT= audio/gstreamer${_GST_VER}-plugins-bs2b gst-bs2b_IMPL= bad gst-cdparanoia_PORT= audio/gstreamer${_GST_VER}-plugins-cdparanoia gst-cdparanoia_IMPL= # gst-chromaprint_PORT= audio/gstreamer${_GST_VER}-plugins-chromaprint gst-chromeprint_IMPL= bad gst-faac_PORT= audio/gstreamer${_GST_VER}-plugins-faac gst-faac_IMPL= bad gst-faad_PORT= audio/gstreamer${_GST_VER}-plugins-faad gst-faad_IMPL= bad gst-fdkaac_PORT= audio/gstreamer${_GST_VER}-plugins-fdkaac gst-fdkaac_IMPL= bad gst-flac_PORT= audio/gstreamer${_GST_VER}-plugins-flac gst-flac_IMPL= good gst-flite_PORT= audio/gstreamer${_GST_VER}-plugins-flite gst-flite_IMPL= bad gst-gme_PORT= audio/gstreamer${_GST_VER}-plugins-gme gst-gme_IMPL= bad gst-gsm_PORT= audio/gstreamer${_GST_VER}-plugins-gsm gst-gsm_IMPL= bad gst-jack_PORT= audio/gstreamer${_GST_VER}-plugins-jack gst-jack_IMPL= good gst-ladspa_PORT= audio/gstreamer${_GST_VER}-plugins-ladspa gst-ladspa_IMPL= bad gst-lame_PORT= audio/gstreamer${_GST_VER}-plugins-lame gst-lame_IMPL= ugly gst-lv2_PORT= audio/gstreamer${_GST_VER}-plugins-lv2 gst-lv2_IMPL= bad gst-modplug_PORT= audio/gstreamer${_GST_VER}-plugins-modplug gst-modplug_IMPL= bad gst-mpg123_PORT= audio/gstreamer${_GST_VER}-plugins-mpg123 gst-mpg123_IMPL= ugly gst-ogg_PORT= audio/gstreamer${_GST_VER}-plugins-ogg gst-ogg_IMPL= # gst-openmpt_PORT= audio/gstreamer${_GST_VER}-plugins-openmpt gst-openmpt_IMPL= bad gst-opus_PORT= audio/gstreamer${_GST_VER}-plugins-opus gst-opus_IMPL= # gst-pulse_PORT= audio/gstreamer${_GST_VER}-plugins-pulse gst-pulse_IMPL= good gst-shout2_PORT= audio/gstreamer${_GST_VER}-plugins-shout2 gst-shout2_IMPL= good gst-sidplay_PORT= audio/gstreamer${_GST_VER}-plugins-sidplay gst-sidplay_IMPL= ugly gst-sndfile_PORT= audio/gstreamer${_GST_VER}-plugins-sndfile gst-sndfile_IMPL= bad gst-sndio_PORT= audio/gstreamer${_GST_VER}-plugins-sndio gst-sndio_IMPL= # gst-sndio_GST1_VERSION= 1.24.0 gst-sndio_VERSION= ${gst-sndio_GST${_GST_VER}_VERSION} gst-soundtouch_PORT= audio/gstreamer${_GST_VER}-plugins-soundtouch gst-soundtouch_IMPL= bad gst-speex_PORT= audio/gstreamer${_GST_VER}-plugins-speex gst-speex_IMPL= good gst-taglib_PORT= audio/gstreamer${_GST_VER}-plugins-taglib gst-taglib_IMPL= good gst-twolame_PORT= audio/gstreamer${_GST_VER}-plugins-twolame gst-twolame_IMPL= ugly gst-vorbis_PORT= audio/gstreamer${_GST_VER}-plugins-vorbis gst-vorbis_IMPL= # gst-wavpack_PORT= audio/gstreamer${_GST_VER}-plugins-wavpack gst-wavpack_IMPL= good gst-webrtcdsp_PORT= audio/gstreamer${_GST_VER}-plugins-webrtcdsp gst-webrtcdsp_IMPL= bad #==== comms plugin section gst-spandsp_PORT= comms/gstreamer${_GST_VER}-plugins-spandsp gst-spandsp_IMPL= bad #==== devel plugin section gst-devtools_PORT= devel/gstreamer${_GST_VER}-devtools gst-devtools_SUFFIX= # gst-devtools_IMPL= # gst-soup_PORT= devel/gstreamer${_GST_VER}-plugins-soup gst-soup_IMPL= good #==== ftp plugin section gst-curl_PORT= ftp/gstreamer${_GST_VER}-plugins-curl gst-curl_IMPL= bad #==== graphics plugin section gst-aalib_PORT= graphics/gstreamer${_GST_VER}-plugins-aalib gst-aalib_IMPL= good gst-cairo_PORT= graphics/gstreamer${_GST_VER}-plugins-cairo gst-cairo_IMPL= good gst-gdkpixbuf_PORT= graphics/gstreamer${_GST_VER}-plugins-gdkpixbuf gst-gdkpixbuf_IMPL= good gst-gl_PORT= graphics/gstreamer${_GST_VER}-plugins-gl gst-gl_IMPL= bad gst-jpeg_PORT= graphics/gstreamer${_GST_VER}-plugins-jpeg gst-jpeg_IMPL= good gst-kms_PORT= graphics/gstreamer${_GST_VER}-plugins-kms gst-kms_IMPL= bad gst-libcaca_PORT= graphics/gstreamer${_GST_VER}-plugins-libcaca gst-libcaca_IMPL= good gst-libvisual_PORT= graphics/gstreamer${_GST_VER}-plugins-libvisual gst-libvisual_IMPL= # gst-opencv_PORT= graphics/gstreamer${_GST_VER}-plugins-opencv gst-opencv_IMPL= bad gst-openexr_PORT= graphics/gstreamer${_GST_VER}-plugins-openexr gst-openexr_IMPL= bad gst-openjpeg_PORT= graphics/gstreamer${_GST_VER}-plugins-openjpeg gst-openjpeg_IMPL= bad gst-png_PORT= graphics/gstreamer${_GST_VER}-plugins-png gst-png_IMPL= good gst-rsvg_PORT= graphics/gstreamer${_GST_VER}-plugins-rsvg gst-rsvg_IMPL= bad gst-vulkan_PORT= graphics/gstreamer${_GST_VER}-plugins-vulkan gst-vulkan_IMPL= bad gst-webp_PORT= graphics/gstreamer${_GST_VER}-plugins-webp gst-webp_IMPL= bad gst-zbar_PORT= graphics/gstreamer${_GST_VER}-plugins-zbar gst-zbar_IMPL= bad #==== multimedia plugins section gst-aom_PORT= multimedia/gstreamer${_GST_VER}-plugins-aom gst-aom_IMPL= bad gst-assrender_PORT= multimedia/gstreamer${_GST_VER}-plugins-assrender gst-assrender_IMPL= bad gst-dash_PORT= multimedia/gstreamer${_GST_VER}-plugins-dash gst-dash_IMPL= bad gst-dvdread_PORT= multimedia/gstreamer${_GST_VER}-plugins-dvdread gst-dvdread_IMPL= ugly gst-dts_PORT= multimedia/gstreamer${_GST_VER}-plugins-dts gst-dts_IMPL= bad gst-dv_PORT= multimedia/gstreamer${_GST_VER}-plugins-dv gst-dv_IMPL= good gst-editing-services_PORT= multimedia/gstreamer${_GST_VER}-editing-services gst-editing-services_SUFFIX= # gst-editing-services_IMPL= # gst-hls_PORT= multimedia/gstreamer${_GST_VER}-plugins-hls gst-hls_IMPL= bad gst-libav_PORT= multimedia/gstreamer${_GST_VER}-libav gst-libav_SUFFIX= # gst-libav_IMPL= # gst-libde265_PORT= multimedia/gstreamer${_GST_VER}-plugins-libde265 gst-libde265_IMPL= bad gst-mm_PORT= multimedia/gstreamermm gst-mm_PREFIX= gstreamer gst-mm_SUFFIX= # gst-mm_IMPL= # gst-mm_GST1_VERSION= 1.10.0 gst-mm_VERSION= ${gst-mm_GST${_GST_VER}_VERSION} gst-mpeg2dec_PORT= multimedia/gstreamer${_GST_VER}-plugins-mpeg2dec gst-mpeg2dec_IMPL= ugly gst-mpeg2enc_PORT= multimedia/gstreamer${_GST_VER}-plugins-mpeg2enc gst-mpeg2enc_IMPL= bad gst-mplex_PORT= multimedia/gstreamer${_GST_VER}-plugins-mplex gst-mplex_IMPL= bad gst-msdk_PORT= multimedia/gstreamer${_GST_VER}-plugins-msdk gst-msdk_IMPL= bad gst-openh264_PORT= multimedia/gstreamer${_GST_VER}-plugins-openh264 gst-openh264_IMPL= bad gst-resindvd_PORT= multimedia/gstreamer${_GST_VER}-plugins-resindvd gst-resindvd_IMPL= bad gst-rtsp-server_PORT= multimedia/gstreamer${_GST_VER}-rtsp-server gst-rtsp-server_SUFFIX= # gst-rtsp-server_IMPL= # gst-rust_PORT= multimedia/gstreamer${_GST_VER}-plugins-rust gst-rust_IMPL= # -gst-rust_GST1_VERSION= 0.15.1 +gst-rust_GST1_VERSION= 0.15.2 gst-rust_VERSION= ${gst-rust_GST${_GST_VER}_VERSION} gst-smoothstreaming_PORT= multimedia/gstreamer${_GST_VER}-plugins-smoothstreaming gst-smoothstreaming_IMPL= bad gst-svtav1_PORT= multimedia/gstreamer${_GST_VER}-plugins-svt-av1 gst-svtav1_IMPL= bad gst-theora_PORT= multimedia/gstreamer${_GST_VER}-plugins-theora gst-theora_IMPL= # gst-ttml_PORT= multimedia/gstreamer${_GST_VER}-plugins-ttml gst-ttml_IMPL= bad gst-v4l2_PORT= multimedia/gstreamer${_GST_VER}-plugins-v4l2 gst-v4l2_IMPL= good gst-vpx_PORT= multimedia/gstreamer${_GST_VER}-plugins-vpx gst-vpx_IMPL= good gst-webrtc_PORT= multimedia/gstreamer${_GST_VER}-plugins-webrtc gst-webrtc_IMPL= bad gst-x264_PORT= multimedia/gstreamer${_GST_VER}-plugins-x264 gst-x264_IMPL= ugly gst-x265_PORT= multimedia/gstreamer${_GST_VER}-plugins-x265 gst-x265_IMPL= bad #==== net plugins section gst-sctp_PORT= net/gstreamer${_GST_VER}-plugins-sctp gst-sctp_IMPL= bad gst-srtp_PORT= net/gstreamer${_GST_VER}-plugins-srtp gst-srtp_IMPL= bad #==== security plugins section gst-dtls_PORT= security/gstreamer${_GST_VER}-plugins-dtls gst-dtls_IMPL= bad #==== sysutils plugins section gst-cdio_PORT= sysutils/gstreamer${_GST_VER}-plugins-cdio gst-cdio_IMPL= ugly #==== textproc plugins section gst-zxing_PORT= textproc/gstreamer${_GST_VER}-plugins-zxing gst-zxing_IMPL= bad #==== www plugins section gst-neon_PORT= www/gstreamer${_GST_VER}-plugins-neon gst-neon_IMPL= bad gst-srt_PORT= www/gstreamer${_GST_VER}-plugins-srt gst-srt_IMPL= bad #==== x11 plugins section gst-x_PORT= x11/gstreamer${_GST_VER}-plugins-x gst-x_IMPL= # gst-ximagesrc_PORT= x11/gstreamer${_GST_VER}-plugins-ximagesrc gst-ximagesrc_IMPL= good #==== x11-toolkits plugins section gst-gtk_PORT= x11-toolkits/gstreamer${_GST_VER}-plugins-gtk gst-gtk_IMPL= bad gst-pango_PORT= x11-toolkits/gstreamer${_GST_VER}-plugins-pango gst-pango_IMPL= # gst-qt5_PORT= x11-toolkits/gstreamer${_GST_VER}-plugins-qt5 gst-qt5_IMPL= good gst-qt6_PORT= x11-toolkits/gstreamer${_GST_VER}-plugins-qt6 gst-qt6_IMPL= good #== Dependency creation . if empty(gstreamer_ARGS:M_internal) _GST_BR_DEPENDS= # _GST_LIB_DEPENDS= # USE_GSTREAMER?= # # everything wants this USE_GSTREAMER+= libgstreamer . if ${PORTDIRNAME} != gstreamer${_GST_VER}-plugins USE_GSTREAMER+= plugins . endif # Gather all Impl values _GST_IMPL_LIST:= ${USE_GSTREAMER:S/^/\${gst-/:S/$/_IMPL}/} # Combine the wanted copmonents and the required implementations _USE_GSTREAMER= ${USE_GSTREAMER} \ ${_GST_IMPL_LIST} . for component in ${_USE_GSTREAMER:O:u} # Fill in the common default component values gst-${component}_VERSION?= ${_GST_VERSION} gst-${component}_NAME?= ${component} gst-${component}_PREFIX?= gstreamer${_GST_VER}- gst-${component}_SUFFIX?= plugins- gst-${component}_PKG?= ${gst-${component}_PREFIX}${gst-${component}_SUFFIX}${gst-${component}_NAME} . if empty(_USE_GSTREAMER_ALL:M${component}) IGNORE= unknown gstreamer component '${component}' for gstreamer:${_GST_VER} . endif . if !empty(gst-${component}_LIB) _GST_LIB_DEPENDS+= ${gst-${component}_LIB}:${gst-${component}_PORT} . else _GST_BR_DEPENDS+= ${gst-${component}_PKG}>=${gst-${component}_VERSION}:${gst-${component}_PORT} . endif . endfor LIB_DEPENDS+= ${_GST_LIB_DEPENDS:O:u} BUILD_DEPENDS+= ${_GST_BR_DEPENDS:O:u} RUN_DEPENDS+= ${_GST_BR_DEPENDS:O:u} . endif .endif diff --git a/devel/gstreamer1-devtools/distinfo b/devel/gstreamer1-devtools/distinfo index 89e4be08e24b..88a26c9283aa 100644 --- a/devel/gstreamer1-devtools/distinfo +++ b/devel/gstreamer1-devtools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1772780150 -SHA256 (gst-devtools-1.28.1.tar.xz) = a4e49cd082972a132ca5f54be52a3c386db37c4cb0e487e017ba00d83a5f985d -SIZE (gst-devtools-1.28.1.tar.xz) = 1628188 +TIMESTAMP = 1779386133 +SHA256 (gst-devtools-1.28.3.tar.xz) = 2b558e3fd9a8a2d4ebad65119753340842bc80ceefb7b7c145843853221fc731 +SIZE (gst-devtools-1.28.3.tar.xz) = 1637076 diff --git a/multimedia/gstreamer1-editing-services/distinfo b/multimedia/gstreamer1-editing-services/distinfo index 641e531fa7db..a3a3962fb5d5 100644 --- a/multimedia/gstreamer1-editing-services/distinfo +++ b/multimedia/gstreamer1-editing-services/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1772780145 -SHA256 (gst-editing-services-1.28.1.tar.xz) = 3d6000cbe1356beebe2a573dabd496e92348c30c843ffa13050469ec3da115dc -SIZE (gst-editing-services-1.28.1.tar.xz) = 850784 +TIMESTAMP = 1779386127 +SHA256 (gst-editing-services-1.28.3.tar.xz) = 07a7dabffbc23bf201daec3b463857f93ff5ba3a8f2766abf88587fd1b27dacb +SIZE (gst-editing-services-1.28.3.tar.xz) = 861332 diff --git a/multimedia/gstreamer1-libav/distinfo b/multimedia/gstreamer1-libav/distinfo index 29e70eca08cb..58cd18049cc3 100644 --- a/multimedia/gstreamer1-libav/distinfo +++ b/multimedia/gstreamer1-libav/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1772780146 -SHA256 (gst-libav-1.28.1.tar.xz) = bfa91aaca38d0fd8addcdd559e35b7541e3f32a5f410194ec4ba18040defee9b -SIZE (gst-libav-1.28.1.tar.xz) = 201796 +TIMESTAMP = 1779386128 +SHA256 (gst-libav-1.28.3.tar.xz) = 28fcd45d9ace261d4bda896466d5326af6efd2fcf0a20f24502094b5a9955bdf +SIZE (gst-libav-1.28.3.tar.xz) = 210768 diff --git a/multimedia/gstreamer1-plugins-bad/pkg-plist b/multimedia/gstreamer1-plugins-bad/pkg-plist index 57911457ae69..129a9c690434 100644 --- a/multimedia/gstreamer1-plugins-bad/pkg-plist +++ b/multimedia/gstreamer1-plugins-bad/pkg-plist @@ -1,306 +1,307 @@ bin/playout include/gstreamer-%%VERSION%%/gst/adaptivedemux/adaptive-demux-prelude.h include/gstreamer-%%VERSION%%/gst/adaptivedemux/gstadaptivedemux.h include/gstreamer-%%VERSION%%/gst/analytics/analytics-meta-prelude.h include/gstreamer-%%VERSION%%/gst/analytics/analytics.h include/gstreamer-%%VERSION%%/gst/analytics/gstanalytics_image_util.h include/gstreamer-%%VERSION%%/gst/analytics/gstanalyticsbatchmeta.h include/gstreamer-%%VERSION%%/gst/analytics/gstanalyticsclassificationmtd.h include/gstreamer-%%VERSION%%/gst/analytics/gstanalyticsmeta.h include/gstreamer-%%VERSION%%/gst/analytics/gstanalyticsobjectdetectionmtd.h include/gstreamer-%%VERSION%%/gst/analytics/gstanalyticsobjecttrackingmtd.h include/gstreamer-%%VERSION%%/gst/analytics/gstanalyticssegmentationmtd.h include/gstreamer-%%VERSION%%/gst/analytics/gstanalyticstensormtd.h include/gstreamer-%%VERSION%%/gst/analytics/gsttensor.h include/gstreamer-%%VERSION%%/gst/analytics/gsttensormeta.h include/gstreamer-%%VERSION%%/gst/analytics/modelinfo.h include/gstreamer-%%VERSION%%/gst/audio/audio-bad-prelude.h include/gstreamer-%%VERSION%%/gst/audio/gstnonstreamaudiodecoder.h include/gstreamer-%%VERSION%%/gst/audio/gstplanaraudioadapter.h include/gstreamer-%%VERSION%%/gst/basecamerabinsrc/basecamerabinsrc-prelude.h include/gstreamer-%%VERSION%%/gst/basecamerabinsrc/gstbasecamerasrc.h include/gstreamer-%%VERSION%%/gst/basecamerabinsrc/gstcamerabin-enum.h include/gstreamer-%%VERSION%%/gst/basecamerabinsrc/gstcamerabinpreview.h include/gstreamer-%%VERSION%%/gst/codecparsers/codecparsers-prelude.h include/gstreamer-%%VERSION%%/gst/codecparsers/gstav1bitwriter.h include/gstreamer-%%VERSION%%/gst/codecparsers/gstav1parser.h include/gstreamer-%%VERSION%%/gst/codecparsers/gsth264bitwriter.h include/gstreamer-%%VERSION%%/gst/codecparsers/gsth264parser.h include/gstreamer-%%VERSION%%/gst/codecparsers/gsth265parser.h include/gstreamer-%%VERSION%%/gst/codecparsers/gsth266parser.h include/gstreamer-%%VERSION%%/gst/codecparsers/gstjpeg2000sampling.h include/gstreamer-%%VERSION%%/gst/codecparsers/gstjpegbitwriter.h include/gstreamer-%%VERSION%%/gst/codecparsers/gstjpegparser.h include/gstreamer-%%VERSION%%/gst/codecparsers/gstlcevcmeta.h include/gstreamer-%%VERSION%%/gst/codecparsers/gstmpeg4parser.h include/gstreamer-%%VERSION%%/gst/codecparsers/gstmpegvideometa.h include/gstreamer-%%VERSION%%/gst/codecparsers/gstmpegvideoparser.h include/gstreamer-%%VERSION%%/gst/codecparsers/gstvc1parser.h include/gstreamer-%%VERSION%%/gst/codecparsers/gstvp8parser.h include/gstreamer-%%VERSION%%/gst/codecparsers/gstvp8rangedecoder.h include/gstreamer-%%VERSION%%/gst/codecparsers/gstvp9parser.h include/gstreamer-%%VERSION%%/gst/insertbin/gstinsertbin.h include/gstreamer-%%VERSION%%/gst/interfaces/photography-enumtypes.h include/gstreamer-%%VERSION%%/gst/interfaces/photography-prelude.h include/gstreamer-%%VERSION%%/gst/interfaces/photography.h include/gstreamer-%%VERSION%%/gst/isoff/gstisoff.h include/gstreamer-%%VERSION%%/gst/mpegts/gst-atsc-descriptor.h include/gstreamer-%%VERSION%%/gst/mpegts/gst-atsc-section.h include/gstreamer-%%VERSION%%/gst/mpegts/gst-dvb-descriptor.h include/gstreamer-%%VERSION%%/gst/mpegts/gst-dvb-section.h include/gstreamer-%%VERSION%%/gst/mpegts/gst-hdmv-section.h include/gstreamer-%%VERSION%%/gst/mpegts/gst-isdb-descriptor.h include/gstreamer-%%VERSION%%/gst/mpegts/gst-scte-section.h include/gstreamer-%%VERSION%%/gst/mpegts/gstmpegts-enumtypes.h include/gstreamer-%%VERSION%%/gst/mpegts/gstmpegtsdescriptor.h include/gstreamer-%%VERSION%%/gst/mpegts/gstmpegtssection.h include/gstreamer-%%VERSION%%/gst/mpegts/mpegts-prelude.h include/gstreamer-%%VERSION%%/gst/mpegts/mpegts.h include/gstreamer-%%VERSION%%/gst/mse/gstmediasource.h include/gstreamer-%%VERSION%%/gst/mse/gstmsesrc.h include/gstreamer-%%VERSION%%/gst/mse/gstsourcebuffer.h include/gstreamer-%%VERSION%%/gst/mse/gstsourcebufferlist.h include/gstreamer-%%VERSION%%/gst/mse/mse-enumtypes.h include/gstreamer-%%VERSION%%/gst/mse/mse-prelude.h include/gstreamer-%%VERSION%%/gst/mse/mse.h include/gstreamer-%%VERSION%%/gst/play/gstplay-media-info.h include/gstreamer-%%VERSION%%/gst/play/gstplay-signal-adapter.h include/gstreamer-%%VERSION%%/gst/play/gstplay-types.h include/gstreamer-%%VERSION%%/gst/play/gstplay-video-overlay-video-renderer.h include/gstreamer-%%VERSION%%/gst/play/gstplay-video-renderer.h include/gstreamer-%%VERSION%%/gst/play/gstplay-visualization.h include/gstreamer-%%VERSION%%/gst/play/gstplay.h include/gstreamer-%%VERSION%%/gst/play/play-prelude.h include/gstreamer-%%VERSION%%/gst/play/play.h include/gstreamer-%%VERSION%%/gst/player/gstplayer-g-main-context-signal-dispatcher.h include/gstreamer-%%VERSION%%/gst/player/gstplayer-media-info.h include/gstreamer-%%VERSION%%/gst/player/gstplayer-signal-dispatcher.h include/gstreamer-%%VERSION%%/gst/player/gstplayer-types.h include/gstreamer-%%VERSION%%/gst/player/gstplayer-video-overlay-video-renderer.h include/gstreamer-%%VERSION%%/gst/player/gstplayer-video-renderer.h include/gstreamer-%%VERSION%%/gst/player/gstplayer-visualization.h include/gstreamer-%%VERSION%%/gst/player/gstplayer.h include/gstreamer-%%VERSION%%/gst/player/player-prelude.h include/gstreamer-%%VERSION%%/gst/player/player.h include/gstreamer-%%VERSION%%/gst/transcoder/gsttranscoder-signal-adapter.h include/gstreamer-%%VERSION%%/gst/transcoder/gsttranscoder.h include/gstreamer-%%VERSION%%/gst/transcoder/transcoder-enumtypes.h include/gstreamer-%%VERSION%%/gst/transcoder/transcoder-prelude.h include/gstreamer-%%VERSION%%/gst/uridownloader/gstfragment.h include/gstreamer-%%VERSION%%/gst/uridownloader/gsturidownloader.h include/gstreamer-%%VERSION%%/gst/uridownloader/gsturidownloader_debug.h include/gstreamer-%%VERSION%%/gst/uridownloader/uridownloader-prelude.h lib/girepository-%%VERSION%%/GstAnalytics-%%VERSION%%.typelib lib/girepository-%%VERSION%%/GstBadAudio-%%VERSION%%.typelib lib/girepository-%%VERSION%%/GstCodecParsers-%%VERSION%%.typelib lib/girepository-%%VERSION%%/GstCodecs-%%VERSION%%.typelib lib/girepository-%%VERSION%%/GstDxva-%%VERSION%%.typelib lib/girepository-%%VERSION%%/GstInsertBin-%%VERSION%%.typelib lib/girepository-%%VERSION%%/GstMpegts-%%VERSION%%.typelib lib/girepository-%%VERSION%%/GstMse-%%VERSION%%.typelib lib/girepository-%%VERSION%%/GstPlay-%%VERSION%%.typelib lib/girepository-%%VERSION%%/GstPlayer-%%VERSION%%.typelib lib/girepository-%%VERSION%%/GstTranscoder-%%VERSION%%.typelib lib/gstreamer-%%VERSION%%/libgstaccurip.so lib/gstreamer-%%VERSION%%/libgstadpcmdec.so lib/gstreamer-%%VERSION%%/libgstadpcmenc.so lib/gstreamer-%%VERSION%%/libgstaes.so lib/gstreamer-%%VERSION%%/libgstaiff.so lib/gstreamer-%%VERSION%%/libgstanalyticsoverlay.so lib/gstreamer-%%VERSION%%/libgstasfmux.so lib/gstreamer-%%VERSION%%/libgstaudiobuffersplit.so lib/gstreamer-%%VERSION%%/libgstaudiofxbad.so lib/gstreamer-%%VERSION%%/libgstaudiolatency.so lib/gstreamer-%%VERSION%%/libgstaudiomixmatrix.so lib/gstreamer-%%VERSION%%/libgstaudiovisualizers.so lib/gstreamer-%%VERSION%%/libgstautoconvert.so lib/gstreamer-%%VERSION%%/libgstbayer.so lib/gstreamer-%%VERSION%%/libgstbz2.so lib/gstreamer-%%VERSION%%/libgstcamerabin.so lib/gstreamer-%%VERSION%%/libgstcodec2json.so lib/gstreamer-%%VERSION%%/libgstcodecalpha.so lib/gstreamer-%%VERSION%%/libgstcodectimestamper.so lib/gstreamer-%%VERSION%%/libgstcoloreffects.so lib/gstreamer-%%VERSION%%/libgstdebugutilsbad.so lib/gstreamer-%%VERSION%%/libgstdvbsubenc.so lib/gstreamer-%%VERSION%%/libgstdvbsuboverlay.so lib/gstreamer-%%VERSION%%/libgstdvdspu.so lib/gstreamer-%%VERSION%%/libgstfaceoverlay.so lib/gstreamer-%%VERSION%%/libgstfestival.so lib/gstreamer-%%VERSION%%/libgstfieldanalysis.so lib/gstreamer-%%VERSION%%/libgstfreeverb.so lib/gstreamer-%%VERSION%%/libgstfrei0r.so lib/gstreamer-%%VERSION%%/libgstgaudieffects.so lib/gstreamer-%%VERSION%%/libgstgdp.so lib/gstreamer-%%VERSION%%/libgstgeometrictransform.so lib/gstreamer-%%VERSION%%/libgstid3tag.so lib/gstreamer-%%VERSION%%/libgstinsertbin.so lib/gstreamer-%%VERSION%%/libgstinter.so lib/gstreamer-%%VERSION%%/libgstinterlace.so lib/gstreamer-%%VERSION%%/libgstipcpipeline.so lib/gstreamer-%%VERSION%%/libgstivfparse.so lib/gstreamer-%%VERSION%%/libgstivtc.so lib/gstreamer-%%VERSION%%/libgstjp2kdecimator.so lib/gstreamer-%%VERSION%%/libgstjpegformat.so lib/gstreamer-%%VERSION%%/libgstlegacyrawparse.so lib/gstreamer-%%VERSION%%/libgstmidi.so lib/gstreamer-%%VERSION%%/libgstmpegpsdemux.so lib/gstreamer-%%VERSION%%/libgstmpegpsmux.so lib/gstreamer-%%VERSION%%/libgstmpegtsdemux.so lib/gstreamer-%%VERSION%%/libgstmpegtsmux.so lib/gstreamer-%%VERSION%%/libgstmse.so lib/gstreamer-%%VERSION%%/libgstmxf.so lib/gstreamer-%%VERSION%%/libgstnetsim.so lib/gstreamer-%%VERSION%%/libgstpcapparse.so lib/gstreamer-%%VERSION%%/libgstpnm.so lib/gstreamer-%%VERSION%%/libgstproxy.so lib/gstreamer-%%VERSION%%/libgstremovesilence.so lib/gstreamer-%%VERSION%%/libgstrfbsrc.so lib/gstreamer-%%VERSION%%/libgstrist.so lib/gstreamer-%%VERSION%%/libgstrtmp2.so lib/gstreamer-%%VERSION%%/libgstrtpmanagerbad.so lib/gstreamer-%%VERSION%%/libgstrtponvif.so lib/gstreamer-%%VERSION%%/libgstsdpelem.so lib/gstreamer-%%VERSION%%/libgstsegmentclip.so lib/gstreamer-%%VERSION%%/libgstshm.so lib/gstreamer-%%VERSION%%/libgstsiren.so lib/gstreamer-%%VERSION%%/libgstsmooth.so lib/gstreamer-%%VERSION%%/libgstspeed.so lib/gstreamer-%%VERSION%%/libgstsubenc.so lib/gstreamer-%%VERSION%%/libgstswitchbin.so lib/gstreamer-%%VERSION%%/libgsttensordecoders.so lib/gstreamer-%%VERSION%%/libgsttimecode.so lib/gstreamer-%%VERSION%%/libgsttranscode.so lib/gstreamer-%%VERSION%%/libgstunixfd.so lib/gstreamer-%%VERSION%%/libgstvideofiltersbad.so lib/gstreamer-%%VERSION%%/libgstvideoframe_audiolevel.so lib/gstreamer-%%VERSION%%/libgstvideoparsersbad.so lib/gstreamer-%%VERSION%%/libgstvideosignal.so lib/gstreamer-%%VERSION%%/libgstvmnc.so lib/libgstadaptivedemux-%%VERSION%%.so lib/libgstadaptivedemux-%%VERSION%%.so.0 lib/libgstadaptivedemux-%%VERSION%%.so.%%SOVERSION%% lib/libgstanalytics-%%VERSION%%.so lib/libgstanalytics-%%VERSION%%.so.0 lib/libgstanalytics-%%VERSION%%.so.%%SOVERSION%% lib/libgstbadaudio-%%VERSION%%.so lib/libgstbadaudio-%%VERSION%%.so.0 lib/libgstbadaudio-%%VERSION%%.so.%%SOVERSION%% lib/libgstbasecamerabinsrc-%%VERSION%%.so lib/libgstbasecamerabinsrc-%%VERSION%%.so.0 lib/libgstbasecamerabinsrc-%%VERSION%%.so.%%SOVERSION%% lib/libgstcodecparsers-%%VERSION%%.so lib/libgstcodecparsers-%%VERSION%%.so.0 lib/libgstcodecparsers-%%VERSION%%.so.%%SOVERSION%% lib/libgstcodecs-%%VERSION%%.so lib/libgstcodecs-%%VERSION%%.so.0 lib/libgstcodecs-%%VERSION%%.so.%%SOVERSION%% lib/libgstdxva-%%VERSION%%.so lib/libgstdxva-%%VERSION%%.so.0 lib/libgstdxva-%%VERSION%%.so.%%SOVERSION%% lib/libgstinsertbin-%%VERSION%%.so lib/libgstinsertbin-%%VERSION%%.so.0 lib/libgstinsertbin-%%VERSION%%.so.%%SOVERSION%% lib/libgstisoff-%%VERSION%%.so lib/libgstisoff-%%VERSION%%.so.0 lib/libgstisoff-%%VERSION%%.so.%%SOVERSION%% lib/libgstmpegts-%%VERSION%%.so lib/libgstmpegts-%%VERSION%%.so.0 lib/libgstmpegts-%%VERSION%%.so.%%SOVERSION%% lib/libgstmse-%%VERSION%%.so lib/libgstmse-%%VERSION%%.so.0 lib/libgstmse-%%VERSION%%.so.%%SOVERSION%% lib/libgstphotography-%%VERSION%%.so lib/libgstphotography-%%VERSION%%.so.0 lib/libgstphotography-%%VERSION%%.so.%%SOVERSION%% lib/libgstplay-%%VERSION%%.so lib/libgstplay-%%VERSION%%.so.0 lib/libgstplay-%%VERSION%%.so.%%SOVERSION%% lib/libgstplayer-%%VERSION%%.so lib/libgstplayer-%%VERSION%%.so.0 lib/libgstplayer-%%VERSION%%.so.%%SOVERSION%% lib/libgsttranscoder-%%VERSION%%.so lib/libgsttranscoder-%%VERSION%%.so.0 lib/libgsturidownloader-%%VERSION%%.so lib/libgsturidownloader-%%VERSION%%.so.0 lib/libgsturidownloader-%%VERSION%%.so.%%SOVERSION%% libdata/pkgconfig/gstreamer-analytics-%%VERSION%%.pc libdata/pkgconfig/gstreamer-bad-audio-%%VERSION%%.pc libdata/pkgconfig/gstreamer-codecs-%%VERSION%%.pc libdata/pkgconfig/gstreamer-codecparsers-%%VERSION%%.pc libdata/pkgconfig/gstreamer-insertbin-%%VERSION%%.pc libdata/pkgconfig/gstreamer-mpegts-%%VERSION%%.pc libdata/pkgconfig/gstreamer-mse-%%VERSION%%.pc libdata/pkgconfig/gstreamer-photography-%%VERSION%%.pc libdata/pkgconfig/gstreamer-play-%%VERSION%%.pc libdata/pkgconfig/gstreamer-player-%%VERSION%%.pc libdata/pkgconfig/gstreamer-plugins-bad-%%VERSION%%.pc libdata/pkgconfig/gstreamer-transcoder-%%VERSION%%.pc share/gir-%%VERSION%%/GstAnalytics-%%VERSION%%.gir share/gir-%%VERSION%%/GstBadAudio-%%VERSION%%.gir share/gir-%%VERSION%%/GstCodecParsers-%%VERSION%%.gir share/gir-%%VERSION%%/GstCodecs-%%VERSION%%.gir share/gir-%%VERSION%%/GstDxva-%%VERSION%%.gir share/gir-%%VERSION%%/GstInsertBin-%%VERSION%%.gir share/gir-%%VERSION%%/GstMpegts-%%VERSION%%.gir share/gir-%%VERSION%%/GstMse-%%VERSION%%.gir share/gir-%%VERSION%%/GstPlay-%%VERSION%%.gir share/gir-%%VERSION%%/GstPlayer-%%VERSION%%.gir share/gir-%%VERSION%%/GstTranscoder-%%VERSION%%.gir %%DATADIR%%-%%VERSION%%/encoding-profiles/device/dvd.gep %%DATADIR%%-%%VERSION%%/encoding-profiles/file-extension/avi.gep %%DATADIR%%-%%VERSION%%/encoding-profiles/file-extension/flv.gep %%DATADIR%%-%%VERSION%%/encoding-profiles/file-extension/mkv.gep %%DATADIR%%-%%VERSION%%/encoding-profiles/file-extension/mp3.gep %%DATADIR%%-%%VERSION%%/encoding-profiles/file-extension/mp4.gep %%DATADIR%%-%%VERSION%%/encoding-profiles/file-extension/oga.gep %%DATADIR%%-%%VERSION%%/encoding-profiles/file-extension/ogv.gep %%DATADIR%%-%%VERSION%%/encoding-profiles/file-extension/ts.gep %%DATADIR%%-%%VERSION%%/encoding-profiles/file-extension/webm.gep %%DATADIR%%-%%VERSION%%/encoding-profiles/online-services/youtube.gep %%DATADIR%%-%%VERSION%%/presets/GstFreeverb.prs share/locale/af/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo share/locale/ar/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo share/locale/ast/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo share/locale/az/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo share/locale/bg/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo share/locale/ca/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo share/locale/cs/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo share/locale/da/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo share/locale/de/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo share/locale/el/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo share/locale/en_GB/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo share/locale/eo/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo share/locale/es/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo share/locale/eu/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo share/locale/fi/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo share/locale/fr/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo share/locale/fur/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo share/locale/gl/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo share/locale/hr/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo share/locale/hu/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo share/locale/id/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo share/locale/it/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo share/locale/ja/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo share/locale/ka/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo +share/locale/kk/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo share/locale/ky/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo share/locale/lt/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo share/locale/lv/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo share/locale/mt/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo share/locale/nb/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo share/locale/nl/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo share/locale/or/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo share/locale/pl/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo share/locale/pt_BR/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo share/locale/ro/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo share/locale/ru/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo share/locale/sk/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo share/locale/sl/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo share/locale/sq/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo share/locale/sr/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo share/locale/sv/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo share/locale/tr/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo share/locale/uk/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo share/locale/vi/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo share/locale/zh_CN/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo share/locale/zh_TW/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo diff --git a/multimedia/gstreamer1-plugins-good/pkg-plist b/multimedia/gstreamer1-plugins-good/pkg-plist index d2ec874dda2d..579fc7466ab7 100644 --- a/multimedia/gstreamer1-plugins-good/pkg-plist +++ b/multimedia/gstreamer1-plugins-good/pkg-plist @@ -1,98 +1,99 @@ lib/gstreamer-%%VERSION%%/libgstadaptivedemux2.so lib/gstreamer-%%VERSION%%/libgstalaw.so lib/gstreamer-%%VERSION%%/libgstalpha.so lib/gstreamer-%%VERSION%%/libgstalphacolor.so lib/gstreamer-%%VERSION%%/libgstapetag.so lib/gstreamer-%%VERSION%%/libgstaudiofx.so lib/gstreamer-%%VERSION%%/libgstaudioparsers.so lib/gstreamer-%%VERSION%%/libgstauparse.so lib/gstreamer-%%VERSION%%/libgstautodetect.so lib/gstreamer-%%VERSION%%/libgstavi.so lib/gstreamer-%%VERSION%%/libgstcutter.so lib/gstreamer-%%VERSION%%/libgstdebug.so lib/gstreamer-%%VERSION%%/libgstdeinterlace.so lib/gstreamer-%%VERSION%%/libgstdtmf.so lib/gstreamer-%%VERSION%%/libgsteffectv.so lib/gstreamer-%%VERSION%%/libgstequalizer.so lib/gstreamer-%%VERSION%%/libgstflv.so lib/gstreamer-%%VERSION%%/libgstflxdec.so lib/gstreamer-%%VERSION%%/libgstgoom.so lib/gstreamer-%%VERSION%%/libgstgoom2k1.so lib/gstreamer-%%VERSION%%/libgsticydemux.so lib/gstreamer-%%VERSION%%/libgstid3demux.so lib/gstreamer-%%VERSION%%/libgstimagefreeze.so lib/gstreamer-%%VERSION%%/libgstinterleave.so lib/gstreamer-%%VERSION%%/libgstisomp4.so lib/gstreamer-%%VERSION%%/libgstlevel.so lib/gstreamer-%%VERSION%%/libgstmatroska.so lib/gstreamer-%%VERSION%%/libgstmonoscope.so lib/gstreamer-%%VERSION%%/libgstmulaw.so lib/gstreamer-%%VERSION%%/libgstmultifile.so lib/gstreamer-%%VERSION%%/libgstmultipart.so lib/gstreamer-%%VERSION%%/libgstnavigationtest.so lib/gstreamer-%%VERSION%%/libgstoss4.so lib/gstreamer-%%VERSION%%/libgstossaudio.so lib/gstreamer-%%VERSION%%/libgstreplaygain.so lib/gstreamer-%%VERSION%%/libgstrtp.so lib/gstreamer-%%VERSION%%/libgstrtpmanager.so lib/gstreamer-%%VERSION%%/libgstrtsp.so lib/gstreamer-%%VERSION%%/libgstshapewipe.so lib/gstreamer-%%VERSION%%/libgstsmpte.so lib/gstreamer-%%VERSION%%/libgstspectrum.so lib/gstreamer-%%VERSION%%/libgstudp.so lib/gstreamer-%%VERSION%%/libgstvideobox.so lib/gstreamer-%%VERSION%%/libgstvideocrop.so lib/gstreamer-%%VERSION%%/libgstvideofilter.so lib/gstreamer-%%VERSION%%/libgstvideomixer.so lib/gstreamer-%%VERSION%%/libgstwavenc.so lib/gstreamer-%%VERSION%%/libgstwavparse.so lib/gstreamer-%%VERSION%%/libgstxingmux.so lib/gstreamer-%%VERSION%%/libgsty4m.so %%DATADIR%%-%%VERSION%%/presets/GstIirEqualizer10Bands.prs %%DATADIR%%-%%VERSION%%/presets/GstIirEqualizer3Bands.prs %%DATADIR%%-%%VERSION%%/presets/GstQTMux.prs share/locale/af/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo share/locale/ar/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo share/locale/az/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo share/locale/bg/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo share/locale/ca/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo share/locale/cs/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo share/locale/da/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo share/locale/de/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo share/locale/el/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo share/locale/en_GB/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo share/locale/eo/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo share/locale/es/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo share/locale/eu/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo share/locale/fi/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo share/locale/fr/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo share/locale/fur/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo share/locale/gl/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo share/locale/hr/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo share/locale/hu/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo share/locale/id/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo share/locale/it/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo share/locale/ja/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo share/locale/ka/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo +share/locale/kk/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo share/locale/ky/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo share/locale/lt/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo share/locale/lv/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo share/locale/mt/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo share/locale/nb/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo share/locale/nl/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo share/locale/or/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo share/locale/pl/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo share/locale/pt_BR/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo share/locale/ro/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo share/locale/ru/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo share/locale/sk/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo share/locale/sl/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo share/locale/sq/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo share/locale/sr/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo share/locale/sv/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo share/locale/tr/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo share/locale/uk/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo share/locale/vi/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo share/locale/zh_CN/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo share/locale/zh_HK/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo share/locale/zh_TW/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo diff --git a/multimedia/gstreamer1-plugins-rust/Makefile b/multimedia/gstreamer1-plugins-rust/Makefile index a2c9e8c555c1..bf7bb7ecbf81 100644 --- a/multimedia/gstreamer1-plugins-rust/Makefile +++ b/multimedia/gstreamer1-plugins-rust/Makefile @@ -1,96 +1,95 @@ PORTNAME= gstreamer1-plugins-rust DISTVERSION= ${gst-rust_VERSION} -PORTREVISION= 2 CATEGORIES= multimedia MAINTAINER= multimedia@FreeBSD.org COMMENT= Various GStreamer plugins written in Rust WWW= https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs LICENSE= APACHE20 MIT MPL20 LICENSE_COMB= multi LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT LICENSE_FILE_MPL20= ${WRKSRC}/LICENSE-MPL-2.0 BUILD_DEPENDS= cargo-cbuild:devel/cargo-c \ ${PY_TOMLI} USES= cargo gnome gstreamer meson pkgconfig python:build shebangfix ssl USE_GITLAB= yes GL_SITE= https://gitlab.freedesktop.org GL_ACCOUNT= gstreamer GL_PROJECT= gst-plugins-rs USE_GNOME= glib20 USE_GSTREAMER= webrtc SHEBANG_FILES= dependencies.py MESON_ARGS= -Ddoc=disabled -Dskia=disabled -Dwhisper=disabled CARGO_BUILD= no CARGO_INSTALL= no CARGO_TEST= no MAKE_ENV= ${CARGO_ENV} .if ${MACHINE_ARCH} == i386 || "${MACHINE_ARCH:Marmv?}" != "" # https://github.com/rust-lang/rust/issues/85598 LTO_UNSAFE= yes CARGO_ENV+= CARGO_PROFILE_RELEASE_LTO=false .endif BINARY_ALIAS= python3=${PYTHON_CMD} OPTIONS_DEFINE= ASM CAIRO CSOUND DAV1D GTK4 PANGO SODIUM VALIDATE VVDEC WEBP OPTIONS_DEFAULT= ASM CAIRO CSOUND DAV1D GTK4 PANGO SODIUM VVDEC WEBP OPTIONS_EXCLUDE_aarch64= CSOUND # https://github.com/neithanmo/csound-rs/commit/8962b89d7bda OPTIONS_EXCLUDE_armv7= CSOUND # https://github.com/neithanmo/csound-rs/commit/8962b89d7bda OPTIONS_EXCLUDE_powerpc= CSOUND DAV1D OPTIONS_EXCLUDE_powerpc64= CSOUND OPTIONS_EXCLUDE_powerpc64le= CSOUND OPTIONS_SUB= yes ASM_BUILD_DEPENDS= nasm:devel/nasm CAIRO_USE= GNOME=cairo CAIRO_MESON_ENABLED= videofx CSOUND_DESC= Audio filtering via Csound CSOUND_LIB_DEPENDS= libcsound64.so:audio/csound CSOUND_CONFIGURE_ENV= CSOUND_LIB_DIR="${LOCALBASE}/lib" CSOUND_MESON_ENABLED= csound DAV1D_DESC= AV1 video decoding via libdav1d DAV1D_LIB_DEPENDS= libdav1d.so:multimedia/dav1d DAV1D_MESON_ENABLED= dav1d GTK4_LIB_DEPENDS= libgraphene-1.0.so:graphics/graphene GTK4_USE= GNOME=gtk40 GSTREAMER=gl GTK4_MESON_ENABLED= gtk4 PANGO_USE= GNOME=cairo,pango PANGO_MESON_ENABLED= closedcaption onvif SODIUM_DESC= File encryption and decryption via libsodium SODIUM_LIB_DEPENDS= libsodium.so:security/libsodium SODIUM_MESON_ENABLED= sodium SODIUM_MESON_ON= -Dsodium-source=system VALIDATE_DESC= Validation plugin VALIDATE_USE= GSTREAMER=devtools VALIDATE_MESON_ENABLED= validate VVDEC_DESC= Versatile Video Decoder support VVDEC_LIB_DEPENDS= libvvdec.so:multimedia/vvdec VVDEC_MESON_ENABLED= vvdec WEBP_LIB_DEPENDS= libwebpdemux.so:graphics/webp WEBP_MESON_ENABLED= webp post-patch: # Make each cargo subcommand very verbose @${REINPLACE_CMD} -Ee "/cargo.*'c?(build|test)'/s/]/, '--verbose', '--verbose'&/" \ ${WRKSRC}/cargo_wrapper.py .include diff --git a/multimedia/gstreamer1-plugins-rust/Makefile.crates b/multimedia/gstreamer1-plugins-rust/Makefile.crates index 46c35922bdc0..bbd9f7907dfb 100644 --- a/multimedia/gstreamer1-plugins-rust/Makefile.crates +++ b/multimedia/gstreamer1-plugins-rust/Makefile.crates @@ -1,972 +1,1029 @@ CARGO_CRATES= addr2line-0.25.1 \ adler2-2.0.1 \ aes-0.8.4 \ ahash-0.8.12 \ aho-corasick-1.1.4 \ aligned-0.4.3 \ aligned-vec-0.6.4 \ allocator-api2-0.2.21 \ android_system_properties-0.1.5 \ - anstream-0.6.21 \ - anstyle-1.0.13 \ - anstyle-parse-0.2.7 \ + anstream-1.0.0 \ + anstyle-1.0.14 \ + anstyle-parse-1.0.0 \ anstyle-query-1.1.5 \ anstyle-wincon-3.0.11 \ anyhow-1.0.102 \ anymap3-1.0.1 \ arbitrary-1.4.2 \ arg_enum_proc_macro-0.3.4 \ array-init-2.1.0 \ arrayvec-0.7.6 \ as-slice-0.2.1 \ ash-0.38.0+1.3.281 \ asn1-rs-0.7.1 \ asn1-rs-derive-0.6.0 \ asn1-rs-impl-0.2.0 \ async-channel-2.5.0 \ - async-compression-0.4.41 \ + async-compression-0.4.42 \ async-lock-3.4.2 \ async-recursion-1.1.1 \ async-stream-0.3.6 \ async-stream-impl-0.3.6 \ async-task-4.7.1 \ async-trait-0.1.89 \ - async-tungstenite-0.33.0 \ + async-tungstenite-0.34.1 \ atomic-waker-1.1.2 \ atomic_float-1.1.0 \ - atomic_refcell-0.1.13 \ + atomic_refcell-0.1.14 \ autocfg-1.5.0 \ av-data-0.4.4 \ av-scenechange-0.14.1 \ av1-grain-0.2.5 \ - aws-config-1.8.14 \ - aws-credential-types-1.2.13 \ - aws-runtime-1.7.1 \ - aws-sdk-kinesisvideo-1.97.0 \ - aws-sdk-kinesisvideosignaling-1.95.0 \ - aws-sdk-polly-1.100.0 \ - aws-sdk-s3-1.124.0 \ - aws-sdk-sso-1.95.0 \ - aws-sdk-sts-1.99.0 \ - aws-sdk-transcribestreaming-1.100.0 \ - aws-sdk-translate-1.95.0 \ - aws-sigv4-1.4.1 \ - aws-smithy-async-1.2.13 \ - aws-smithy-checksums-0.64.5 \ - aws-smithy-eventstream-0.60.19 \ - aws-smithy-http-0.63.5 \ - aws-smithy-http-client-1.1.11 \ - aws-smithy-json-0.62.4 \ - aws-smithy-observability-0.2.5 \ - aws-smithy-query-0.60.14 \ - aws-smithy-runtime-1.10.2 \ - aws-smithy-runtime-api-1.11.5 \ - aws-smithy-types-1.4.5 \ - aws-smithy-xml-0.60.14 \ - aws-types-1.3.13 \ + aws-config-1.8.16 \ + aws-credential-types-1.2.14 \ + aws-runtime-1.7.3 \ + aws-sdk-kinesisvideo-1.100.0 \ + aws-sdk-kinesisvideosignaling-1.98.0 \ + aws-sdk-polly-1.106.0 \ + aws-sdk-s3-1.132.0 \ + aws-sdk-sso-1.98.0 \ + aws-sdk-sts-1.103.0 \ + aws-sdk-transcribestreaming-1.103.0 \ + aws-sdk-translate-1.98.0 \ + aws-sigv4-1.4.3 \ + aws-smithy-async-1.2.14 \ + aws-smithy-checksums-0.64.7 \ + aws-smithy-eventstream-0.60.20 \ + aws-smithy-http-0.63.6 \ + aws-smithy-http-client-1.1.12 \ + aws-smithy-json-0.62.5 \ + aws-smithy-observability-0.2.6 \ + aws-smithy-query-0.60.15 \ + aws-smithy-runtime-1.11.1 \ + aws-smithy-runtime-api-1.12.0 \ + aws-smithy-runtime-api-macros-1.0.0 \ + aws-smithy-types-1.4.7 \ + aws-smithy-xml-0.60.15 \ + aws-types-1.3.15 \ backtrace-0.3.76 \ base16ct-0.1.1 \ + base16ct-0.2.0 \ base32-0.5.1 \ base64-0.21.7 \ base64-0.22.1 \ base64-serde-0.8.0 \ base64-simd-0.8.0 \ base64ct-1.8.3 \ bincode-1.3.3 \ bincode-2.0.1 \ bindgen-0.70.1 \ bindgen-0.71.1 \ bindgen-0.72.1 \ bit-set-0.8.0 \ bit-vec-0.8.0 \ + bit-vec-0.9.1 \ bitflags-1.3.2 \ - bitflags-2.11.0 \ + bitflags-2.11.1 \ bitreader-0.3.11 \ - bitstream-io-4.9.0 \ + bitstream-io-4.10.0 \ block-0.1.6 \ block-buffer-0.10.4 \ + block-buffer-0.12.0 \ block2-0.6.2 \ + bs58-0.5.1 \ bstr-1.12.1 \ built-0.8.0 \ bumpalo-3.20.2 \ burn-0.20.1 \ burn-backend-0.20.1 \ burn-core-0.20.1 \ burn-cpu-0.20.1 \ burn-cubecl-0.20.1 \ burn-derive-0.20.1 \ burn-ir-0.20.1 \ burn-ndarray-0.20.1 \ burn-nn-0.20.1 \ burn-optim-0.20.1 \ burn-std-0.20.1 \ burn-store-0.20.1 \ burn-tensor-0.20.1 \ burn-wgpu-0.20.1 \ byte-slice-cast-1.2.3 \ bytemuck-1.25.0 \ bytemuck_derive-1.10.2 \ byteorder-1.5.0 \ byteorder-lite-0.1.0 \ byteorder_slice-3.0.0 \ bytes-1.11.1 \ bytes-utils-0.1.4 \ bzip2-0.6.1 \ c2rust-bitfields-0.20.0 \ c2rust-bitfields-derive-0.20.0 \ caseless-0.2.2 \ - cc-1.2.56 \ + cc-1.2.62 \ cdg-0.1.0 \ cdg_renderer-0.8.0 \ cdp-types-0.3.0 \ cea608-types-0.1.4 \ cea708-types-0.4.1 \ cesu8-1.1.0 \ cexpr-0.6.0 \ cfg-expr-0.17.2 \ cfg-if-1.0.4 \ cfg_aliases-0.2.1 \ chacha20-0.10.0 \ chrono-0.4.44 \ cipher-0.4.4 \ clang-sys-1.8.1 \ - clap-4.5.60 \ - clap_builder-4.5.60 \ - clap_derive-4.5.55 \ - clap_lex-1.0.0 \ + clap-4.6.1 \ + clap_builder-4.6.0 \ + clap_derive-4.6.1 \ + clap_lex-1.1.0 \ claxon-0.4.3 \ - cmake-0.1.57 \ + cmake-0.1.58 \ + cmov-0.5.3 \ codespan-reporting-0.12.0 \ color-name-1.2.0 \ color-thief-0.2.2 \ color_quant-1.1.0 \ - colorchoice-1.0.4 \ + colorchoice-1.0.5 \ colored-3.1.1 \ combine-4.6.7 \ - compression-codecs-0.4.37 \ - compression-core-0.4.31 \ + compression-codecs-0.4.38 \ + compression-core-0.4.32 \ comrak-0.39.1 \ concurrent-queue-2.5.0 \ - console-0.16.2 \ + console-0.16.3 \ const-oid-0.9.6 \ + const-oid-0.10.2 \ const-random-0.1.18 \ const-random-macro-0.1.16 \ constant_time_eq-0.3.1 \ constcat-0.6.1 \ convert_case-0.8.0 \ convert_case-0.10.0 \ cookie-0.18.1 \ cookie-factory-0.3.3 \ cookie_store-0.22.1 \ core-foundation-0.9.4 \ core-foundation-0.10.1 \ core-foundation-sys-0.8.7 \ core-graphics-types-0.2.0 \ - core2-0.4.0 \ cpufeatures-0.2.17 \ cpufeatures-0.3.0 \ crc-3.3.0 \ - crc-catalog-2.4.0 \ + crc-catalog-2.5.0 \ crc-fast-1.9.0 \ crc32fast-1.5.0 \ critical-section-1.2.0 \ crossbeam-deque-0.8.6 \ crossbeam-epoch-0.9.18 \ crossbeam-utils-0.8.21 \ crunchy-0.2.4 \ crypto-bigint-0.4.9 \ crypto-bigint-0.5.5 \ crypto-common-0.1.7 \ + crypto-common-0.2.1 \ csound-0.1.8 \ csound-sys-0.1.2 \ ctr-0.9.2 \ ctrlc-3.5.2 \ + ctutils-0.4.2 \ cubecl-0.9.0 \ cubecl-common-0.9.0 \ cubecl-core-0.9.0 \ cubecl-cpp-0.9.0 \ cubecl-cpu-0.9.0 \ cubecl-cuda-0.9.0 \ cubecl-ir-0.9.0 \ cubecl-macros-0.9.0 \ cubecl-macros-internal-0.9.0 \ cubecl-opt-0.9.0 \ cubecl-runtime-0.9.0 \ cubecl-spirv-0.9.0 \ cubecl-std-0.9.0 \ cubecl-wgpu-0.9.0 \ cubecl-zspace-0.9.0 \ cubek-0.1.1 \ cubek-attention-0.1.1 \ cubek-convolution-0.1.1 \ cubek-matmul-0.1.1 \ cubek-quant-0.1.1 \ cubek-random-0.1.1 \ cubek-reduce-0.1.1 \ cudarc-0.18.2 \ + curve25519-dalek-4.1.3 \ + curve25519-dalek-derive-0.1.1 \ darling-0.20.11 \ 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 \ - dash-mpd-0.19.3 \ + darling_macro-0.23.0 \ + dash-mpd-0.20.2 \ dasp-0.11.0 \ dasp_envelope-0.11.0 \ dasp_frame-0.11.0 \ dasp_interpolate-0.11.0 \ dasp_peak-0.11.0 \ dasp_ring_buffer-0.11.0 \ dasp_rms-0.11.0 \ dasp_sample-0.11.0 \ dasp_signal-0.11.0 \ dasp_slice-0.11.0 \ dasp_window-0.11.1 \ - data-encoding-2.10.0 \ + data-encoding-2.11.0 \ dav1d-0.11.1 \ dav1d-sys-0.8.3 \ deepgram-0.7.0 \ - deflate64-0.1.11 \ + deflate64-0.1.12 \ der-0.6.1 \ der-0.7.10 \ der-parser-10.0.0 \ deranged-0.5.8 \ derive-into-owned-0.2.0 \ derive-new-0.7.0 \ derive_builder-0.20.2 \ derive_builder_core-0.20.2 \ derive_builder_macro-0.20.2 \ derive_more-2.1.1 \ derive_more-impl-2.1.1 \ deunicode-1.6.2 \ + device-info-0.1.1 \ diff-0.1.13 \ digest-0.10.7 \ + digest-0.11.3 \ dirs-6.0.0 \ dirs-sys-0.5.0 \ dispatch2-0.3.1 \ displaydoc-0.2.5 \ document-features-0.2.12 \ dssim-core-3.4.0 \ dyn-clone-1.0.20 \ easyfft-0.4.2 \ ebml-iterable-0.6.3 \ ebml-iterable-specification-0.4.0 \ ebml-iterable-specification-derive-0.4.0 \ ebur128-0.1.10 \ ecdsa-0.14.8 \ + ecdsa-0.16.9 \ ed25519-1.5.3 \ + ed25519-2.2.3 \ + ed25519-dalek-2.2.0 \ + edit-distance-2.2.2 \ either-1.15.0 \ elliptic-curve-0.12.3 \ + elliptic-curve-0.13.8 \ embassy-futures-0.1.2 \ embassy-time-0.4.0 \ - embassy-time-driver-0.2.1 \ + embassy-time-driver-0.2.2 \ embedded-hal-0.2.7 \ embedded-hal-1.0.0 \ embedded-hal-async-1.0.0 \ encode_unicode-1.0.0 \ encoding_rs-0.8.35 \ entities-1.0.1 \ enumn-0.1.14 \ - enumset-1.1.10 \ - enumset_derive-0.14.0 \ - env_filter-1.0.0 \ - env_logger-0.11.9 \ + enumset-1.1.12 \ + enumset_derive-0.15.0 \ + env_filter-1.0.1 \ + env_logger-0.11.10 \ equator-0.4.2 \ equator-macro-0.4.2 \ equivalent-1.0.2 \ errno-0.3.14 \ etherparse-0.19.0 \ event-listener-5.4.1 \ event-listener-strategy-0.5.4 \ fallible-iterator-0.3.0 \ fastbloom-0.14.1 \ - fastrand-2.3.0 \ + fastrand-2.4.1 \ fdeflate-0.3.7 \ ff-0.12.1 \ + ff-0.13.1 \ + fiat-crypto-0.2.9 \ field-offset-0.3.6 \ - filetime-0.2.27 \ + filetime-0.2.28 \ find-msvc-tools-0.1.9 \ fixedbitset-0.4.2 \ flate2-1.1.9 \ float-ord-0.3.2 \ float4-0.1.0 \ float8-0.4.2 \ flume-0.12.0 \ fnv-1.0.7 \ foldhash-0.1.5 \ foldhash-0.2.0 \ foreign-types-0.5.0 \ foreign-types-macros-0.2.3 \ foreign-types-shared-0.3.1 \ form_urlencoded-1.2.2 \ fs_extra-1.3.0 \ fslock-0.2.1 \ fst-0.4.7 \ 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-lite-2.6.1 \ futures-macro-0.3.32 \ futures-sink-0.3.32 \ futures-task-0.3.32 \ futures-timer-3.0.3 \ futures-util-0.3.32 \ g2gen-1.2.2 \ g2p-1.2.2 \ g2poly-1.2.2 \ generic-array-0.14.7 \ - generic_singleton-0.5.1 \ - getifaddrs-0.6.0 \ + generic_singleton-0.5.3 \ + getifaddrs-0.6.2 \ getrandom-0.2.17 \ getrandom-0.3.4 \ - getrandom-0.4.1 \ - gif-0.14.1 \ + getrandom-0.4.2 \ + gif-0.14.2 \ gimli-0.32.3 \ gl_generator-0.14.0 \ glob-0.3.3 \ glow-0.16.0 \ glutin_wgl_sys-0.6.1 \ governor-0.10.4 \ gpu-alloc-0.6.0 \ gpu-alloc-types-0.3.0 \ gpu-allocator-0.27.0 \ gpu-descriptor-0.3.2 \ gpu-descriptor-types-0.2.0 \ group-0.12.1 \ + group-0.13.0 \ h2-0.3.27 \ - h2-0.4.13 \ + h2-0.4.14 \ half-2.7.1 \ hashbrown-0.12.3 \ hashbrown-0.13.2 \ hashbrown-0.15.5 \ hashbrown-0.16.1 \ + hashbrown-0.17.1 \ headers-0.4.1 \ headers-core-0.3.0 \ heck-0.4.1 \ heck-0.5.0 \ hermit-abi-0.5.2 \ hex-0.4.3 \ hexf-parse-0.2.1 \ + hkdf-0.12.4 \ hmac-0.12.1 \ + hmac-0.13.0 \ home-0.5.12 \ hound-3.5.1 \ hrtf-0.8.1 \ http-0.2.12 \ http-1.4.0 \ http-body-0.4.6 \ http-body-1.0.1 \ http-body-util-0.1.3 \ httparse-1.10.1 \ httpdate-1.0.3 \ human_bytes-0.4.3 \ hxdmp-0.2.1 \ + hybrid-array-0.4.12 \ hyper-0.14.32 \ - hyper-1.8.1 \ + hyper-1.9.0 \ hyper-proxy2-0.1.0 \ hyper-rustls-0.24.2 \ hyper-rustls-0.26.0 \ - hyper-rustls-0.27.7 \ + hyper-rustls-0.27.9 \ hyper-util-0.1.20 \ hyphenation-0.8.4 \ hyphenation_commons-0.8.4 \ iana-time-zone-0.1.65 \ iana-time-zone-haiku-0.1.2 \ - icu_collections-2.1.1 \ - icu_locale-2.1.1 \ - icu_locale_core-2.1.1 \ - icu_locale_data-2.1.2 \ - 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 \ - icu_segmenter-2.1.2 \ - icu_segmenter_data-2.1.1 \ + icu_collections-2.2.0 \ + icu_locale-2.2.0 \ + icu_locale_core-2.2.0 \ + icu_locale_data-2.2.0 \ + icu_normalizer-2.2.0 \ + icu_normalizer_data-2.2.0 \ + icu_properties-2.2.0 \ + icu_properties_data-2.2.0 \ + icu_provider-2.2.0 \ + icu_segmenter-2.2.0 \ + icu_segmenter_data-2.2.0 \ id-arena-2.3.0 \ ident_case-1.0.1 \ idna-1.1.0 \ - idna_adapter-1.2.1 \ - image-0.25.9 \ + idna_adapter-1.2.2 \ + image-0.25.10 \ image_hasher-3.1.1 \ - imgref-1.12.0 \ + imgref-1.12.1 \ indexmap-1.9.3 \ - indexmap-2.13.0 \ + indexmap-2.14.0 \ indicatif-0.18.4 \ inout-0.1.4 \ interpolate_name-0.2.4 \ - ipnet-2.11.0 \ - iri-string-0.7.10 \ + ipnet-2.12.0 \ is-docker-0.2.0 \ is-wsl-0.4.0 \ is_terminal_polyfill-1.70.2 \ iso8601-0.6.3 \ itertools-0.11.0 \ itertools-0.12.1 \ itertools-0.13.0 \ itertools-0.14.0 \ - itoa-1.0.17 \ - jiff-0.2.21 \ - jiff-static-0.2.21 \ + itoa-1.0.18 \ + jiff-0.2.24 \ + jiff-static-0.2.24 \ jni-0.21.1 \ - jni-sys-0.3.0 \ + jni-0.22.4 \ + jni-macros-0.22.4 \ + jni-sys-0.3.1 \ + jni-sys-0.4.1 \ + jni-sys-macros-0.4.1 \ jobserver-0.1.34 \ - js-sys-0.3.91 \ - jsonwebtoken-9.3.1 \ + js-sys-0.3.98 \ + jsonwebtoken-10.4.0 \ khronos-egl-6.0.0 \ khronos_api-3.1.0 \ kstring-2.0.2 \ lazy_static-1.5.0 \ leb128fmt-0.1.0 \ lewton-0.10.2 \ - libbz2-rs-sys-0.2.2 \ - libc-0.2.182 \ + libbz2-rs-sys-0.2.3 \ + libc-0.2.186 \ libfuzzer-sys-0.4.12 \ libloading-0.8.9 \ libloading-0.9.0 \ liblzma-0.4.6 \ - liblzma-sys-0.4.5 \ + liblzma-sys-0.4.6 \ libm-0.2.16 \ - libredox-0.1.12 \ + libredox-0.1.16 \ librespot-audio-0.8.0 \ librespot-core-0.8.0 \ librespot-metadata-0.8.0 \ librespot-oauth-0.8.0 \ librespot-playback-0.8.0 \ librespot-protocol-0.8.0 \ libsodium-sys-0.2.7 \ libwebp-sys2-0.1.11 \ libwebp-sys2-0.2.0 \ linux-raw-sys-0.4.15 \ linux-raw-sys-0.12.1 \ - litemap-0.8.1 \ + litemap-0.8.2 \ litrs-1.0.0 \ - livekit-api-0.4.14 \ - livekit-protocol-0.7.1 \ + livekit-api-0.4.19 \ + livekit-protocol-0.7.5 \ livekit-runtime-0.4.0 \ lock_api-0.4.14 \ log-0.4.29 \ - lru-0.16.3 \ + lru-0.16.4 \ lru-slab-0.1.2 \ lzma-rust2-0.15.7 \ m3u8-rs-6.0.0 \ malloc_buf-0.0.6 \ matchers-0.2.0 \ matrixmultiply-0.3.10 \ maybe-rayon-0.1.1 \ - md-5-0.10.6 \ + md-5-0.11.0 \ md5-0.8.0 \ memchr-2.8.0 \ memmap2-0.9.10 \ memoffset-0.9.1 \ metal-0.32.0 \ mime-0.3.17 \ mime_guess-2.0.5 \ minimal-lexical-0.2.1 \ miniz_oxide-0.8.9 \ - mio-1.1.1 \ + mio-1.2.0 \ more-asserts-0.3.1 \ - moxcms-0.7.11 \ + moxcms-0.8.1 \ mp4-atom-0.10.1 \ muldiv-1.0.1 \ multimap-0.10.1 \ naga-26.0.0 \ nasm-rs-0.3.2 \ nb-0.1.3 \ nb-1.1.0 \ ndarray-0.17.2 \ ndk-sys-0.6.0+11769913 \ new_debug_unreachable-1.0.6 \ - nix-0.31.2 \ + nix-0.30.1 \ + nix-0.31.3 \ nnnoiseless-0.5.2 \ - no-std-compat-0.2.0 \ + no_std_io2-0.9.4 \ nom-7.1.3 \ nom-8.0.0 \ nonzero_ext-0.3.0 \ noop_proc_macro-0.3.0 \ 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-complex-0.4.6 \ - num-conv-0.2.0 \ + num-conv-0.2.1 \ num-derive-0.4.2 \ 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 \ oauth2-5.0.0 \ objc-0.2.7 \ objc2-0.6.4 \ + 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.2 \ objc2-io-kit-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 \ ogg-0.9.2 \ oid-registry-0.8.1 \ - once_cell-1.21.3 \ + once_cell-1.21.4 \ once_cell_polyfill-1.70.2 \ - open-5.3.3 \ + open-5.3.4 \ openssl-probe-0.1.6 \ openssl-probe-0.2.1 \ option-ext-0.2.0 \ option-operations-0.6.1 \ ordered-float-5.0.0 \ + os_info-3.14.0 \ outref-0.5.2 \ p256-0.11.1 \ + p256-0.13.2 \ + p384-0.13.1 \ parking-2.2.1 \ parking_lot-0.12.5 \ parking_lot_core-0.9.12 \ - parse_link_header-0.4.0 \ + parse_link_header-0.4.1 \ paste-1.0.15 \ pastey-0.1.1 \ - pastey-0.2.1 \ + pastey-0.2.2 \ pathdiff-0.2.3 \ pbjson-0.6.0 \ pbjson-build-0.6.2 \ pbjson-types-0.6.0 \ pbkdf2-0.12.2 \ pcap-file-2.0.0 \ pem-3.0.6 \ pem-rfc7468-0.7.0 \ percent-encoding-2.3.2 \ petgraph-0.6.5 \ - pin-project-1.1.11 \ - pin-project-internal-1.1.11 \ + pin-project-1.1.12 \ + pin-project-internal-1.1.12 \ pin-project-lite-0.2.17 \ pin-utils-0.1.0 \ pkcs1-0.7.5 \ pkcs8-0.9.0 \ pkcs8-0.10.2 \ - pkg-config-0.3.32 \ + pkg-config-0.3.33 \ png-0.18.1 \ pocket-resources-0.3.2 \ polling-3.11.0 \ portable-atomic-1.13.1 \ - portable-atomic-util-0.2.5 \ - potential_utf-0.1.4 \ + portable-atomic-util-0.2.7 \ + potential_utf-0.1.5 \ powerfmt-0.2.0 \ ppmd-rust-1.4.0 \ ppv-lite86-0.2.21 \ presser-0.3.1 \ pretty_assertions-1.4.1 \ prettyplease-0.2.37 \ primal-check-0.3.4 \ + primeorder-0.13.6 \ priority-queue-2.7.0 \ - proc-macro-crate-3.4.0 \ + proc-macro-crate-3.5.0 \ proc-macro-error-attr2-2.0.0 \ proc-macro-error2-2.0.1 \ proc-macro2-1.0.106 \ - profiling-1.0.17 \ - profiling-procmacros-1.0.17 \ + profiling-1.0.18 \ + profiling-procmacros-1.0.18 \ prost-0.12.6 \ prost-build-0.12.6 \ prost-derive-0.12.6 \ prost-types-0.12.6 \ protobuf-3.7.2 \ protobuf-codegen-3.7.2 \ protobuf-json-mapping-3.7.2 \ protobuf-parse-3.7.2 \ protobuf-support-3.7.2 \ psl-types-2.0.11 \ publicsuffix-2.3.0 \ - pxfm-0.1.27 \ - 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 \ + pxfm-0.1.29 \ + pyo3-0.28.3 \ + pyo3-build-config-0.28.3 \ + pyo3-ffi-0.28.3 \ + pyo3-macros-0.28.3 \ + pyo3-macros-backend-0.28.3 \ quick-xml-0.38.4 \ - quick-xml-0.39.2 \ + quick-xml-0.39.4 \ quinn-0.11.9 \ - quinn-proto-0.11.13 \ + quinn-proto-0.11.14 \ quinn-udp-0.5.14 \ - quote-1.0.44 \ + quote-1.0.45 \ r-efi-5.3.0 \ - rand-0.8.5 \ - rand-0.9.2 \ - rand-0.10.0 \ + r-efi-6.0.0 \ + rand-0.8.6 \ + rand-0.9.4 \ + rand-0.10.1 \ rand_chacha-0.3.1 \ rand_chacha-0.9.0 \ rand_core-0.6.4 \ rand_core-0.9.5 \ - rand_core-0.10.0 \ + rand_core-0.10.1 \ rand_distr-0.5.1 \ range-alloc-0.1.5 \ raptorq-2.0.0 \ rav1e-0.8.1 \ raw-window-handle-0.6.2 \ rawpointer-0.2.1 \ - rayon-1.11.0 \ + rayon-1.12.0 \ rayon-core-1.13.0 \ - rcgen-0.14.7 \ + rcgen-0.14.8 \ realfft-3.5.0 \ redox_syscall-0.5.18 \ - redox_syscall-0.7.3 \ redox_users-0.5.2 \ ref-cast-1.0.25 \ ref-cast-impl-1.0.25 \ regex-1.12.3 \ regex-automata-0.4.14 \ regex-lite-0.1.9 \ regex-syntax-0.8.10 \ renderdoc-sys-1.1.0 \ reqwest-0.12.28 \ rfc6979-0.3.1 \ + rfc6979-0.4.0 \ rgb-0.8.53 \ ring-0.17.14 \ rmp-0.8.15 \ rmp-serde-1.3.1 \ rqrr-0.10.1 \ rsa-0.9.10 \ rtcp-types-0.3.0 \ rtp-types-0.1.2 \ rtsp-types-0.1.3 \ rubato-0.14.1 \ rustc-demangle-0.1.27 \ rustc-hash-1.1.0 \ - rustc-hash-2.1.1 \ + rustc-hash-2.1.2 \ rustc_version-0.4.1 \ rustdct-0.7.1 \ rustfft-6.4.1 \ rusticata-macros-4.1.0 \ rustix-0.38.44 \ rustix-1.1.4 \ rustls-0.21.12 \ rustls-0.22.4 \ - rustls-0.23.37 \ + rustls-0.23.40 \ rustls-native-certs-0.6.3 \ rustls-native-certs-0.7.3 \ rustls-native-certs-0.8.3 \ rustls-pemfile-1.0.4 \ rustls-pemfile-2.2.0 \ - rustls-pki-types-1.14.0 \ + rustls-pki-types-1.14.1 \ rustls-platform-verifier-0.6.2 \ + rustls-platform-verifier-0.7.0 \ rustls-platform-verifier-android-0.1.1 \ rustls-webpki-0.101.7 \ rustls-webpki-0.102.8 \ - rustls-webpki-0.103.9 \ + rustls-webpki-0.103.13 \ rustversion-1.0.22 \ ryu-1.0.23 \ safetensors-0.7.0 \ same-file-1.0.6 \ sanitize-filename-0.6.0 \ scc-2.4.0 \ - schannel-0.1.28 \ + schannel-0.1.29 \ schemars-0.9.0 \ schemars-1.2.1 \ scoped-tls-1.0.1 \ scopeguard-1.2.0 \ sct-0.7.1 \ sdd-3.0.10 \ sdp-types-0.1.8 \ sec1-0.3.0 \ + sec1-0.7.3 \ security-framework-2.11.1 \ security-framework-3.7.0 \ security-framework-sys-2.17.0 \ - semver-1.0.27 \ + semver-1.0.28 \ serde-1.0.228 \ serde_bytes-0.11.19 \ serde_core-1.0.228 \ serde_derive-1.0.228 \ serde_json-1.0.149 \ serde_path_to_error-0.1.20 \ - serde_spanned-1.0.4 \ + serde_spanned-1.1.1 \ serde_urlencoded-0.7.1 \ - serde_with-3.17.0 \ - serde_with_macros-3.17.0 \ + serde_with-3.20.0 \ + serde_with_macros-3.20.0 \ serial_test-3.4.0 \ serial_test_derive-3.4.0 \ sfv-0.14.0 \ sha1-0.10.6 \ + sha1-0.11.0 \ sha2-0.10.9 \ + sha2-0.11.0 \ sha256-1.6.0 \ shannon-0.2.0 \ sharded-slab-0.1.7 \ shell-words-1.1.1 \ shlex-1.3.0 \ - signal-hook-0.4.3 \ + signal-hook-0.4.4 \ signal-hook-registry-1.4.8 \ signalsmith-stretch-0.1.3 \ signature-1.6.4 \ signature-2.2.0 \ - simd-adler32-0.3.8 \ + simd-adler32-0.3.9 \ + simd_cesu8-1.1.1 \ simd_helpers-0.1.0 \ - siphasher-1.0.2 \ + simdutf8-0.1.5 \ + siphasher-1.0.3 \ skia-bindings-0.93.1 \ skia-safe-0.93.1 \ slab-0.4.12 \ slotmap-1.1.1 \ slug-0.1.6 \ smallvec-1.15.1 \ smawk-0.3.2 \ socket2-0.5.10 \ - socket2-0.6.2 \ + socket2-0.6.3 \ sodiumoxide-0.2.7 \ spin-0.9.8 \ spin-0.10.0 \ spinning_top-0.3.0 \ spirv-0.3.0+sdk-1.3.268.0 \ spki-0.6.0 \ spki-0.7.3 \ sprintf-0.4.3 \ - stable-vec-0.4.1 \ + stable-vec-0.4.2 \ stable_deref_trait-1.2.1 \ static_assertions-1.1.0 \ strength_reduce-0.2.4 \ strsim-0.11.1 \ subtle-2.6.1 \ symphonia-0.5.5 \ symphonia-bundle-flac-0.5.5 \ symphonia-bundle-mp3-0.5.5 \ symphonia-codec-vorbis-0.5.5 \ symphonia-core-0.5.5 \ symphonia-format-ogg-0.5.5 \ symphonia-metadata-0.5.5 \ symphonia-utils-xiph-0.5.5 \ syn-1.0.109 \ syn-2.0.117 \ sync_wrapper-1.0.2 \ synstructure-0.13.2 \ sysinfo-0.36.1 \ system-configuration-0.7.0 \ system-configuration-sys-0.6.0 \ - system-deps-7.0.7 \ - tar-0.4.44 \ + system-deps-7.0.8 \ + tar-0.4.45 \ target-lexicon-0.12.16 \ target-lexicon-0.13.5 \ - tempfile-3.26.0 \ + tempfile-3.27.0 \ termcolor-1.4.1 \ - test-log-0.2.19 \ - test-log-macros-0.2.19 \ - test-with-0.15.8 \ + test-log-0.2.20 \ + test-log-core-0.2.20 \ + test-log-macros-0.2.20 \ + test-with-0.16.1 \ + test-with-derive-0.16.1 \ text_placeholder-0.5.1 \ textdistance-1.1.1 \ textwrap-0.16.2 \ thiserror-1.0.69 \ thiserror-2.0.18 \ thiserror-impl-1.0.69 \ thiserror-impl-2.0.18 \ thread_local-1.1.9 \ time-0.3.47 \ time-core-0.1.8 \ time-macros-0.2.27 \ tiny-keccak-2.0.2 \ - tinystr-0.8.2 \ - tinyvec-1.10.0 \ + tinystr-0.8.3 \ + tinyvec-1.11.0 \ tinyvec_macros-0.1.1 \ - tokio-1.49.0 \ - tokio-macros-2.6.0 \ + tokio-1.52.3 \ + tokio-macros-2.7.0 \ tokio-rustls-0.24.1 \ tokio-rustls-0.25.0 \ tokio-rustls-0.26.4 \ tokio-stream-0.1.18 \ tokio-tungstenite-0.20.1 \ tokio-tungstenite-0.27.0 \ tokio-tungstenite-0.28.0 \ tokio-util-0.7.18 \ toml-0.9.12+spec-1.1.0 \ - toml-1.0.3+spec-1.1.0 \ + toml-1.1.2+spec-1.1.0 \ toml_datetime-0.7.5+spec-1.1.0 \ - toml_datetime-1.0.0+spec-1.1.0 \ - toml_edit-0.23.10+spec-1.0.0 \ - toml_edit-0.24.1+spec-1.1.0 \ - toml_parser-1.0.9+spec-1.1.0 \ - toml_writer-1.0.6+spec-1.1.0 \ + toml_datetime-1.1.1+spec-1.1.0 \ + toml_edit-0.25.11+spec-1.1.0 \ + toml_parser-1.1.2+spec-1.1.0 \ + toml_writer-1.1.1+spec-1.1.0 \ tower-0.5.3 \ - tower-http-0.6.8 \ + tower-http-0.6.10 \ tower-layer-0.3.3 \ tower-service-0.3.3 \ tracel-ash-0.38.0+1.3.296 \ tracel-llvm-20.1.4-7 \ tracel-llvm-bundler-20.1.4-7 \ tracel-mlir-rs-20.1.4-7 \ tracel-mlir-rs-macros-20.1.4-7 \ tracel-mlir-sys-20.1.4-7 \ tracel-rspirv-0.12.1+sdk-1.4.341.0 \ tracel-tblgen-rs-20.1.4-7 \ tracing-0.1.44 \ tracing-attributes-0.1.31 \ tracing-core-0.1.36 \ tracing-log-0.2.0 \ - tracing-subscriber-0.3.22 \ + tracing-subscriber-0.3.23 \ transpose-0.2.3 \ try-lock-0.2.5 \ tungstenite-0.20.1 \ tungstenite-0.27.0 \ tungstenite-0.28.0 \ + tungstenite-0.29.0 \ type-map-0.5.1 \ typed-arena-2.0.2 \ typed-path-0.12.3 \ - typenum-1.19.0 \ + typenum-1.20.0 \ unicase-2.9.0 \ unicode-ident-1.0.24 \ unicode-linebreak-0.1.5 \ unicode-normalization-0.1.25 \ - unicode-segmentation-1.12.0 \ + unicode-segmentation-1.13.2 \ unicode-width-0.2.2 \ unicode-xid-0.2.6 \ unicode_categories-0.1.1 \ unindent-0.2.4 \ unit-prefix-0.5.2 \ untrusted-0.9.0 \ unty-0.0.4 \ url-2.5.8 \ url-escape-0.1.1 \ urlencoding-2.1.3 \ utf-8-0.7.6 \ utf8_iter-1.0.4 \ utf8parse-0.2.2 \ - uuid-1.21.0 \ + uuid-1.23.1 \ v_frame-0.3.9 \ va_list-0.1.4 \ valuable-0.1.1 \ variadics_please-1.1.0 \ vcpkg-0.2.15 \ vergen-9.0.6 \ vergen-gitcl-1.0.8 \ vergen-lib-0.1.6 \ version-compare-0.2.1 \ version_check-0.9.5 \ void-1.0.2 \ vsimd-0.8.0 \ vvdec-0.6.11 \ vvdec-sys-0.7.0 \ waker-fn-1.2.0 \ walkdir-2.5.0 \ want-0.3.1 \ - warp-0.4.2 \ + warp-0.4.3 \ wasi-0.11.1+wasi-snapshot-preview1 \ - wasip2-1.0.2+wasi-0.2.9 \ + wasip2-1.0.3+wasi-0.2.9 \ wasip3-0.4.0+wasi-0.3.0-rc-2026-01-06 \ - wasm-bindgen-0.2.114 \ - wasm-bindgen-futures-0.4.64 \ - wasm-bindgen-macro-0.2.114 \ - wasm-bindgen-macro-support-0.2.114 \ - wasm-bindgen-shared-0.2.114 \ + wasm-bindgen-0.2.121 \ + wasm-bindgen-futures-0.4.71 \ + wasm-bindgen-macro-0.2.121 \ + wasm-bindgen-macro-support-0.2.121 \ + wasm-bindgen-shared-0.2.121 \ wasm-encoder-0.244.0 \ wasm-metadata-0.244.0 \ wasm-streams-0.4.2 \ wasmparser-0.244.0 \ - web-sys-0.3.91 \ + web-sys-0.3.98 \ web-time-1.1.0 \ - web-transport-proto-0.5.4 \ - web-transport-quinn-0.11.6 \ - web-transport-trait-0.3.3 \ + web-transport-proto-0.6.0 \ + web-transport-quinn-0.11.9 \ + web-transport-trait-0.3.4 \ webm-iterable-0.6.4 \ webpki-0.22.4 \ - webpki-root-certs-1.0.6 \ + webpki-root-certs-1.0.7 \ webpki-roots-0.26.11 \ - webpki-roots-1.0.6 \ + webpki-roots-1.0.7 \ weezl-0.1.12 \ wgpu-26.0.1 \ wgpu-core-26.0.1 \ wgpu-core-deps-apple-26.0.0 \ wgpu-core-deps-emscripten-26.0.0 \ wgpu-core-deps-windows-linux-android-26.0.0 \ wgpu-hal-26.0.6 \ wgpu-types-26.0.0 \ which-4.4.2 \ - whisper-rs-0.15.1 \ - whisper-rs-sys-0.14.1 \ + whisper-rs-0.16.0 \ + whisper-rs-sys-0.15.0 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.11 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ windows-0.58.0 \ windows-0.61.3 \ windows-collections-0.2.0 \ windows-core-0.58.0 \ windows-core-0.61.2 \ windows-core-0.62.2 \ windows-future-0.2.1 \ windows-implement-0.58.0 \ windows-implement-0.60.2 \ windows-interface-0.58.0 \ windows-interface-0.59.3 \ windows-link-0.1.3 \ windows-link-0.2.1 \ windows-numerics-0.2.0 \ windows-registry-0.6.1 \ windows-result-0.2.0 \ windows-result-0.3.4 \ windows-result-0.4.1 \ windows-strings-0.1.0 \ windows-strings-0.4.2 \ windows-strings-0.5.1 \ 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.1.0 \ 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 \ windows_i686_msvc-0.52.6 \ windows_i686_msvc-0.53.1 \ windows_x86_64_gnu-0.42.2 \ windows_x86_64_gnu-0.52.6 \ windows_x86_64_gnu-0.53.1 \ windows_x86_64_gnullvm-0.42.2 \ windows_x86_64_gnullvm-0.52.6 \ windows_x86_64_gnullvm-0.53.1 \ windows_x86_64_msvc-0.42.2 \ windows_x86_64_msvc-0.52.6 \ windows_x86_64_msvc-0.53.1 \ - winnow-0.7.14 \ + winnow-0.7.15 \ + winnow-1.0.2 \ wit-bindgen-0.51.0 \ + wit-bindgen-0.57.1 \ wit-bindgen-core-0.51.0 \ wit-bindgen-rust-0.51.0 \ wit-bindgen-rust-macro-0.51.0 \ wit-component-0.244.0 \ wit-parser-0.244.0 \ - writeable-0.6.2 \ + writeable-0.6.3 \ x509-parser-0.18.1 \ xattr-1.6.1 \ - xml-1.2.1 \ + xml-1.3.0 \ xml-rs-0.8.28 \ xmlparser-0.13.6 \ xmltree-0.12.0 \ y4m-0.8.0 \ yansi-1.0.1 \ - yasna-0.5.2 \ - yoke-0.8.1 \ - yoke-derive-0.8.1 \ - zerocopy-0.8.40 \ - zerocopy-derive-0.8.40 \ - zerofrom-0.1.6 \ - zerofrom-derive-0.1.6 \ + yasna-0.6.0 \ + yoke-0.8.2 \ + yoke-derive-0.8.2 \ + zerocopy-0.8.48 \ + zerocopy-derive-0.8.48 \ + zerofrom-0.1.7 \ + zerofrom-derive-0.1.7 \ zeroize-1.8.2 \ zeroize_derive-1.4.3 \ - zerotrie-0.2.3 \ - zerovec-0.11.5 \ - zerovec-derive-0.11.2 \ + zerotrie-0.2.4 \ + zerovec-0.11.6 \ + zerovec-derive-0.11.3 \ zip-7.2.0 \ - zlib-rs-0.6.2 \ + zlib-rs-0.6.3 \ zmij-1.0.21 \ zopfli-0.8.3 \ zstd-0.13.3 \ zstd-safe-7.2.4 \ zstd-sys-2.0.16+zstd.1.5.7 \ flavors@git+https://github.com/rust-av/flavors\#833508af656d298c269f2397c8541a084264d992 \ - gdk4,gdk4-sys,gdk4-wayland,gdk4-wayland-sys,gdk4-win32,gdk4-win32-sys,gdk4-x11,gdk4-x11-sys,gsk4,gsk4-sys,gtk4,gtk4-macros,gtk4-sys@git+https://github.com/gtk-rs/gtk4-rs?branch=0.11\#12259c689cf3278ace2b82452cbcaba8c4942020 \ ffv1@git+https://github.com/rust-av/ffv1.git?rev=bd9eabfc14c9ad53c37b32279e276619f4390ab8\#bd9eabfc14c9ad53c37b32279e276619f4390ab8 \ - gstreamer,gstreamer-allocators,gstreamer-allocators-sys,gstreamer-analytics,gstreamer-analytics-sys,gstreamer-app,gstreamer-app-sys,gstreamer-audio,gstreamer-audio-sys,gstreamer-base,gstreamer-base-sys,gstreamer-check,gstreamer-check-sys,gstreamer-gl,gstreamer-gl-egl,gstreamer-gl-egl-sys,gstreamer-gl-sys,gstreamer-gl-wayland,gstreamer-gl-wayland-sys,gstreamer-gl-x11,gstreamer-gl-x11-sys,gstreamer-net,gstreamer-net-sys,gstreamer-pbutils,gstreamer-pbutils-sys,gstreamer-rtp,gstreamer-rtp-sys,gstreamer-sdp,gstreamer-sdp-sys,gstreamer-sys,gstreamer-tag,gstreamer-tag-sys,gstreamer-utils,gstreamer-validate,gstreamer-validate-sys,gstreamer-video,gstreamer-video-sys,gstreamer-webrtc,gstreamer-webrtc-sys@git+https://gitlab.freedesktop.org/gstreamer/gstreamer-rs?branch=0.25\#3d56963cfca15dffd2a34d2be91ceefa6ad3fc40 \ - cairo-rs,cairo-sys-rs,gdk-pixbuf,gdk-pixbuf-sys,gio,gio-sys,glib,glib-macros,glib-sys,gobject-sys,graphene-rs,graphene-sys,pango,pango-sys,pangocairo,pangocairo-sys@git+https://github.com/gtk-rs/gtk-rs-core?branch=0.22\#484fbe01e74fc880cf9d5ed10c33a38747044a42 + gdk4,gdk4-sys,gdk4-wayland,gdk4-wayland-sys,gdk4-win32,gdk4-win32-sys,gdk4-x11,gdk4-x11-sys,gsk4,gsk4-sys,gtk4,gtk4-macros,gtk4-sys@git+https://github.com/gtk-rs/gtk4-rs?branch=0.11\#867a6737f36c735865119cff649b059ce337dcb2 \ + gstreamer,gstreamer-allocators,gstreamer-allocators-sys,gstreamer-analytics,gstreamer-analytics-sys,gstreamer-app,gstreamer-app-sys,gstreamer-audio,gstreamer-audio-sys,gstreamer-base,gstreamer-base-sys,gstreamer-check,gstreamer-check-sys,gstreamer-gl,gstreamer-gl-egl,gstreamer-gl-egl-sys,gstreamer-gl-sys,gstreamer-gl-wayland,gstreamer-gl-wayland-sys,gstreamer-gl-x11,gstreamer-gl-x11-sys,gstreamer-net,gstreamer-net-sys,gstreamer-pbutils,gstreamer-pbutils-sys,gstreamer-rtp,gstreamer-rtp-sys,gstreamer-sdp,gstreamer-sdp-sys,gstreamer-sys,gstreamer-tag,gstreamer-tag-sys,gstreamer-utils,gstreamer-validate,gstreamer-validate-sys,gstreamer-video,gstreamer-video-sys,gstreamer-webrtc,gstreamer-webrtc-sys@git+https://gitlab.freedesktop.org/gstreamer/gstreamer-rs?branch=0.25\#c1f88371d75cbd69e7b84567cd705d1ba3bd22db \ + cairo-rs,cairo-sys-rs,gdk-pixbuf,gdk-pixbuf-sys,gio,gio-sys,glib,glib-macros,glib-sys,gobject-sys,graphene-rs,graphene-sys,pango,pango-sys,pangocairo,pangocairo-sys@git+https://github.com/gtk-rs/gtk-rs-core?branch=0.22\#ba575eeaf5c7cf043e55454620e5926593756c67 diff --git a/multimedia/gstreamer1-plugins-rust/distinfo b/multimedia/gstreamer1-plugins-rust/distinfo index 372c02cea1e3..78004013a8a6 100644 --- a/multimedia/gstreamer1-plugins-rust/distinfo +++ b/multimedia/gstreamer1-plugins-rust/distinfo @@ -1,1947 +1,2061 @@ -TIMESTAMP = 1772781017 +TIMESTAMP = 1779386920 SHA256 (rust/crates/addr2line-0.25.1.crate) = 1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b SIZE (rust/crates/addr2line-0.25.1.crate) = 43134 SHA256 (rust/crates/adler2-2.0.1.crate) = 320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa SIZE (rust/crates/adler2-2.0.1.crate) = 13366 SHA256 (rust/crates/aes-0.8.4.crate) = b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0 SIZE (rust/crates/aes-0.8.4.crate) = 124812 SHA256 (rust/crates/ahash-0.8.12.crate) = 5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75 SIZE (rust/crates/ahash-0.8.12.crate) = 43413 SHA256 (rust/crates/aho-corasick-1.1.4.crate) = ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301 SIZE (rust/crates/aho-corasick-1.1.4.crate) = 184015 SHA256 (rust/crates/aligned-0.4.3.crate) = ee4508988c62edf04abd8d92897fca0c2995d907ce1dfeaf369dac3716a40685 SIZE (rust/crates/aligned-0.4.3.crate) = 10452 SHA256 (rust/crates/aligned-vec-0.6.4.crate) = dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b SIZE (rust/crates/aligned-vec-0.6.4.crate) = 12609 SHA256 (rust/crates/allocator-api2-0.2.21.crate) = 683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923 SIZE (rust/crates/allocator-api2-0.2.21.crate) = 63622 SHA256 (rust/crates/android_system_properties-0.1.5.crate) = 819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311 SIZE (rust/crates/android_system_properties-0.1.5.crate) = 5243 -SHA256 (rust/crates/anstream-0.6.21.crate) = 43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a -SIZE (rust/crates/anstream-0.6.21.crate) = 29516 -SHA256 (rust/crates/anstyle-1.0.13.crate) = 5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78 -SIZE (rust/crates/anstyle-1.0.13.crate) = 17651 -SHA256 (rust/crates/anstyle-parse-0.2.7.crate) = 4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2 -SIZE (rust/crates/anstyle-parse-0.2.7.crate) = 21707 +SHA256 (rust/crates/anstream-1.0.0.crate) = 824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d +SIZE (rust/crates/anstream-1.0.0.crate) = 28916 +SHA256 (rust/crates/anstyle-1.0.14.crate) = 940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000 +SIZE (rust/crates/anstyle-1.0.14.crate) = 17787 +SHA256 (rust/crates/anstyle-parse-1.0.0.crate) = 52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e +SIZE (rust/crates/anstyle-parse-1.0.0.crate) = 22042 SHA256 (rust/crates/anstyle-query-1.1.5.crate) = 40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc SIZE (rust/crates/anstyle-query-1.1.5.crate) = 10264 SHA256 (rust/crates/anstyle-wincon-3.0.11.crate) = 291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d SIZE (rust/crates/anstyle-wincon-3.0.11.crate) = 12638 SHA256 (rust/crates/anyhow-1.0.102.crate) = 7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c SIZE (rust/crates/anyhow-1.0.102.crate) = 48658 SHA256 (rust/crates/anymap3-1.0.1.crate) = 170433209e817da6aae2c51aa0dd443009a613425dd041ebfb2492d1c4c11a25 SIZE (rust/crates/anymap3-1.0.1.crate) = 13719 SHA256 (rust/crates/arbitrary-1.4.2.crate) = c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1 SIZE (rust/crates/arbitrary-1.4.2.crate) = 38307 SHA256 (rust/crates/arg_enum_proc_macro-0.3.4.crate) = 0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea SIZE (rust/crates/arg_enum_proc_macro-0.3.4.crate) = 5102 SHA256 (rust/crates/array-init-2.1.0.crate) = 3d62b7694a562cdf5a74227903507c56ab2cc8bdd1f781ed5cb4cf9c9f810bfc SIZE (rust/crates/array-init-2.1.0.crate) = 11927 SHA256 (rust/crates/arrayvec-0.7.6.crate) = 7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50 SIZE (rust/crates/arrayvec-0.7.6.crate) = 31237 SHA256 (rust/crates/as-slice-0.2.1.crate) = 516b6b4f0e40d50dcda9365d53964ec74560ad4284da2e7fc97122cd83174516 SIZE (rust/crates/as-slice-0.2.1.crate) = 6942 SHA256 (rust/crates/ash-0.38.0+1.3.281.crate) = 0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f SIZE (rust/crates/ash-0.38.0+1.3.281.crate) = 457775 SHA256 (rust/crates/asn1-rs-0.7.1.crate) = 56624a96882bb8c26d61312ae18cb45868e5a9992ea73c58e45c3101e56a1e60 SIZE (rust/crates/asn1-rs-0.7.1.crate) = 92118 SHA256 (rust/crates/asn1-rs-derive-0.6.0.crate) = 3109e49b1e4909e9db6515a30c633684d68cdeaa252f215214cb4fa1a5bfee2c SIZE (rust/crates/asn1-rs-derive-0.6.0.crate) = 11337 SHA256 (rust/crates/asn1-rs-impl-0.2.0.crate) = 7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7 SIZE (rust/crates/asn1-rs-impl-0.2.0.crate) = 2261 SHA256 (rust/crates/async-channel-2.5.0.crate) = 924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2 SIZE (rust/crates/async-channel-2.5.0.crate) = 18624 -SHA256 (rust/crates/async-compression-0.4.41.crate) = d0f9ee0f6e02ffd7ad5816e9464499fba7b3effd01123b515c41d1697c43dad1 -SIZE (rust/crates/async-compression-0.4.41.crate) = 99469 +SHA256 (rust/crates/async-compression-0.4.42.crate) = e79b3f8a79cccc2898f31920fc69f304859b3bd567490f75ebf51ae1c792a9ac +SIZE (rust/crates/async-compression-0.4.42.crate) = 103805 SHA256 (rust/crates/async-lock-3.4.2.crate) = 290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311 SIZE (rust/crates/async-lock-3.4.2.crate) = 39826 SHA256 (rust/crates/async-recursion-1.1.1.crate) = 3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11 SIZE (rust/crates/async-recursion-1.1.1.crate) = 14874 SHA256 (rust/crates/async-stream-0.3.6.crate) = 0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476 SIZE (rust/crates/async-stream-0.3.6.crate) = 13823 SHA256 (rust/crates/async-stream-impl-0.3.6.crate) = c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d SIZE (rust/crates/async-stream-impl-0.3.6.crate) = 4312 SHA256 (rust/crates/async-task-4.7.1.crate) = 8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de SIZE (rust/crates/async-task-4.7.1.crate) = 38077 SHA256 (rust/crates/async-trait-0.1.89.crate) = 9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb SIZE (rust/crates/async-trait-0.1.89.crate) = 32171 -SHA256 (rust/crates/async-tungstenite-0.33.0.crate) = f3b465d66478a9bb84abed46695c44a58e34f3e8d0abfb2e958218d420969049 -SIZE (rust/crates/async-tungstenite-0.33.0.crate) = 48785 +SHA256 (rust/crates/async-tungstenite-0.34.1.crate) = 8447f02eaa65412035e2d3eeaa3fc82bbb8d7137c84c5976b4af685136012ee9 +SIZE (rust/crates/async-tungstenite-0.34.1.crate) = 51056 SHA256 (rust/crates/atomic-waker-1.1.2.crate) = 1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0 SIZE (rust/crates/atomic-waker-1.1.2.crate) = 12422 SHA256 (rust/crates/atomic_float-1.1.0.crate) = 628d228f918ac3b82fe590352cc719d30664a0c13ca3a60266fe02c7132d480a SIZE (rust/crates/atomic_float-1.1.0.crate) = 16232 -SHA256 (rust/crates/atomic_refcell-0.1.13.crate) = 41e67cd8309bbd06cd603a9e693a784ac2e5d1e955f11286e355089fcab3047c -SIZE (rust/crates/atomic_refcell-0.1.13.crate) = 11760 +SHA256 (rust/crates/atomic_refcell-0.1.14.crate) = 21e4227379beff4205943696e6c3e0cd809bacdf3f0edd6e3dd153e2269571a4 +SIZE (rust/crates/atomic_refcell-0.1.14.crate) = 12898 SHA256 (rust/crates/autocfg-1.5.0.crate) = c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8 SIZE (rust/crates/autocfg-1.5.0.crate) = 18729 SHA256 (rust/crates/av-data-0.4.4.crate) = fca67ba5d317924c02180c576157afd54babe48a76ebc66ce6d34bb8ba08308e SIZE (rust/crates/av-data-0.4.4.crate) = 17576 SHA256 (rust/crates/av-scenechange-0.14.1.crate) = 0f321d77c20e19b92c39e7471cf986812cbb46659d2af674adc4331ef3f18394 SIZE (rust/crates/av-scenechange-0.14.1.crate) = 462353 SHA256 (rust/crates/av1-grain-0.2.5.crate) = 8cfddb07216410377231960af4fcab838eaa12e013417781b78bd95ee22077f8 SIZE (rust/crates/av1-grain-0.2.5.crate) = 37997 -SHA256 (rust/crates/aws-config-1.8.14.crate) = 8a8fc176d53d6fe85017f230405e3255cedb4a02221cb55ed6d76dccbbb099b2 -SIZE (rust/crates/aws-config-1.8.14.crate) = 152251 -SHA256 (rust/crates/aws-credential-types-1.2.13.crate) = 6d203b0bf2626dcba8665f5cd0871d7c2c0930223d6b6be9097592fea21242d0 -SIZE (rust/crates/aws-credential-types-1.2.13.crate) = 21865 -SHA256 (rust/crates/aws-runtime-1.7.1.crate) = ede2ddc593e6c8acc6ce3358c28d6677a6dc49b65ba4b37a2befe14a11297e75 -SIZE (rust/crates/aws-runtime-1.7.1.crate) = 87053 -SHA256 (rust/crates/aws-sdk-kinesisvideo-1.97.0.crate) = e77b2dad26f369f0ce285fd5a067f68200eebb11f403963f27f2cfec022f2e62 -SIZE (rust/crates/aws-sdk-kinesisvideo-1.97.0.crate) = 331682 -SHA256 (rust/crates/aws-sdk-kinesisvideosignaling-1.95.0.crate) = c4f5541846cd94dbc80e25f486b436109ab0728aa4eb4c4b7b97583fde56523e -SIZE (rust/crates/aws-sdk-kinesisvideosignaling-1.95.0.crate) = 83056 -SHA256 (rust/crates/aws-sdk-polly-1.100.0.crate) = c6ba218f91c491509426377c8280e18e7b7c6ee36e8f65e4f40b1e496f4eaa21 -SIZE (rust/crates/aws-sdk-polly-1.100.0.crate) = 165518 -SHA256 (rust/crates/aws-sdk-s3-1.124.0.crate) = 744c09d75dfec039a05cf8e117c995ded3b0baffa6eb83f3ed7075a01d8d8947 -SIZE (rust/crates/aws-sdk-s3-1.124.0.crate) = 1633775 -SHA256 (rust/crates/aws-sdk-sso-1.95.0.crate) = 00c5ff27c6ba2cbd95e6e26e2e736676fdf6bcf96495b187733f521cfe4ce448 -SIZE (rust/crates/aws-sdk-sso-1.95.0.crate) = 94624 -SHA256 (rust/crates/aws-sdk-sts-1.99.0.crate) = 9acba7c62f3d4e2408fa998a3a8caacd8b9a5b5549cf36e2372fbdae329d5449 -SIZE (rust/crates/aws-sdk-sts-1.99.0.crate) = 199734 -SHA256 (rust/crates/aws-sdk-transcribestreaming-1.100.0.crate) = e9102c13400b029383367850d0aaebd6747a35fdad4c46910b449d2b0af8e718 -SIZE (rust/crates/aws-sdk-transcribestreaming-1.100.0.crate) = 377129 -SHA256 (rust/crates/aws-sdk-translate-1.95.0.crate) = 1cfc6c86cb7987f0653beb9a9fbf2c7c98aace144a1fac958ad30ffba6a0357c -SIZE (rust/crates/aws-sdk-translate-1.95.0.crate) = 246068 -SHA256 (rust/crates/aws-sigv4-1.4.1.crate) = 37411f8e0f4bea0c3ca0958ce7f18f6439db24d555dbd809787262cd00926aa9 -SIZE (rust/crates/aws-sigv4-1.4.1.crate) = 98347 -SHA256 (rust/crates/aws-smithy-async-1.2.13.crate) = 5cc50d0f63e714784b84223abd7abbc8577de8c35d699e0edd19f0a88a08ae13 -SIZE (rust/crates/aws-smithy-async-1.2.13.crate) = 21982 -SHA256 (rust/crates/aws-smithy-checksums-0.64.5.crate) = 180dddf5ef0f52a2f99e2fada10e16ea610e507ef6148a42bdc4d5867596aa00 -SIZE (rust/crates/aws-smithy-checksums-0.64.5.crate) = 18648 -SHA256 (rust/crates/aws-smithy-eventstream-0.60.19.crate) = 1c0b3e587fbaa5d7f7e870544508af8ce82ea47cd30376e69e1e37c4ac746f79 -SIZE (rust/crates/aws-smithy-eventstream-0.60.19.crate) = 29812 -SHA256 (rust/crates/aws-smithy-http-0.63.5.crate) = d619373d490ad70966994801bc126846afaa0d1ee920697a031f0cf63f2568e7 -SIZE (rust/crates/aws-smithy-http-0.63.5.crate) = 31881 -SHA256 (rust/crates/aws-smithy-http-client-1.1.11.crate) = 00ccbb08c10f6bcf912f398188e42ee2eab5f1767ce215a02a73bc5df1bbdd95 -SIZE (rust/crates/aws-smithy-http-client-1.1.11.crate) = 92981 -SHA256 (rust/crates/aws-smithy-json-0.62.4.crate) = 27b3a779093e18cad88bbae08dc4261e1d95018c4c5b9356a52bcae7c0b6e9bb -SIZE (rust/crates/aws-smithy-json-0.62.4.crate) = 32868 -SHA256 (rust/crates/aws-smithy-observability-0.2.5.crate) = 4d3f39d5bb871aaf461d59144557f16d5927a5248a983a40654d9cf3b9ba183b -SIZE (rust/crates/aws-smithy-observability-0.2.5.crate) = 14501 -SHA256 (rust/crates/aws-smithy-query-0.60.14.crate) = 05f76a580e3d8f8961e5d48763214025a2af65c2fa4cd1fb7f270a0e107a71b0 -SIZE (rust/crates/aws-smithy-query-0.60.14.crate) = 9965 -SHA256 (rust/crates/aws-smithy-runtime-1.10.2.crate) = 22ccf7f6eba8b2dcf8ce9b74806c6c185659c311665c4bf8d6e71ebd454db6bf -SIZE (rust/crates/aws-smithy-runtime-1.10.2.crate) = 126887 -SHA256 (rust/crates/aws-smithy-runtime-api-1.11.5.crate) = b4af6e5def28be846479bbeac55aa4603d6f7986fc5da4601ba324dd5d377516 -SIZE (rust/crates/aws-smithy-runtime-api-1.11.5.crate) = 80652 -SHA256 (rust/crates/aws-smithy-types-1.4.5.crate) = 8ca2734c16913a45343b37313605d84e7d8b34a4611598ce1d25b35860a2bed3 -SIZE (rust/crates/aws-smithy-types-1.4.5.crate) = 95975 -SHA256 (rust/crates/aws-smithy-xml-0.60.14.crate) = b53543b4b86ed43f051644f704a98c7291b3618b67adf057ee77a366fa52fcaa -SIZE (rust/crates/aws-smithy-xml-0.60.14.crate) = 26254 -SHA256 (rust/crates/aws-types-1.3.13.crate) = 0470cc047657c6e286346bdf10a8719d26efd6a91626992e0e64481e44323e96 -SIZE (rust/crates/aws-types-1.3.13.crate) = 34003 +SHA256 (rust/crates/aws-config-1.8.16.crate) = 50f156acdd2cf55f5aa53ee416c4ac851cf1222694506c0b1f78c85695e9ca9d +SIZE (rust/crates/aws-config-1.8.16.crate) = 154841 +SHA256 (rust/crates/aws-credential-types-1.2.14.crate) = 8f20799b373a1be121fe3005fba0c2090af9411573878f224df44b42727fcaf7 +SIZE (rust/crates/aws-credential-types-1.2.14.crate) = 21865 +SHA256 (rust/crates/aws-runtime-1.7.3.crate) = 5dcd93c82209ac7413532388067dce79be5a8780c1786e5fae3df22e4dee2864 +SIZE (rust/crates/aws-runtime-1.7.3.crate) = 88091 +SHA256 (rust/crates/aws-sdk-kinesisvideo-1.100.0.crate) = 423ac3b091283a64e28c0d89bb8d285502c635c8d85a87f74c618ebe84a6a0af +SIZE (rust/crates/aws-sdk-kinesisvideo-1.100.0.crate) = 334336 +SHA256 (rust/crates/aws-sdk-kinesisvideosignaling-1.98.0.crate) = 02e60f628d8e7d9a4764857341e4a82604ce4bc3bfb72a021e71f70e594f02fe +SIZE (rust/crates/aws-sdk-kinesisvideosignaling-1.98.0.crate) = 83548 +SHA256 (rust/crates/aws-sdk-polly-1.106.0.crate) = aedf8415d6909f5cd0ffd6669313eafd5b10a110b7306de2f3df2d3ebdb8844b +SIZE (rust/crates/aws-sdk-polly-1.106.0.crate) = 190618 +SHA256 (rust/crates/aws-sdk-s3-1.132.0.crate) = 5575840a3a6b11f6011463ebe359320dfe5b67babb5e9b06fed6ddf809a9ab40 +SIZE (rust/crates/aws-sdk-s3-1.132.0.crate) = 1677682 +SHA256 (rust/crates/aws-sdk-sso-1.98.0.crate) = d69c77aafa20460c68b6b3213c84f6423b6e76dbf89accd3e1789a686ffd9489 +SIZE (rust/crates/aws-sdk-sso-1.98.0.crate) = 94979 +SHA256 (rust/crates/aws-sdk-sts-1.103.0.crate) = c2249b81a2e73a8027c41c378463a81ec39b8510f184f2caab87de912af0f49b +SIZE (rust/crates/aws-sdk-sts-1.103.0.crate) = 202079 +SHA256 (rust/crates/aws-sdk-transcribestreaming-1.103.0.crate) = 9e3025be53b063917cc86846bbe0c235542fb44ad38163b85de400ced3cda234 +SIZE (rust/crates/aws-sdk-transcribestreaming-1.103.0.crate) = 377871 +SHA256 (rust/crates/aws-sdk-translate-1.98.0.crate) = 7eb0e2f6b3f4dbaedc768eb6cd9b20c11ace5db6b64094ec7ddb6450c8577d56 +SIZE (rust/crates/aws-sdk-translate-1.98.0.crate) = 247664 +SHA256 (rust/crates/aws-sigv4-1.4.3.crate) = 68dc0b907359b120170613b5c09ccc61304eac3998ff6274b97d93ee6490115a +SIZE (rust/crates/aws-sigv4-1.4.3.crate) = 99044 +SHA256 (rust/crates/aws-smithy-async-1.2.14.crate) = 2ffcaf626bdda484571968400c326a244598634dc75fd451325a54ad1a59acfc +SIZE (rust/crates/aws-smithy-async-1.2.14.crate) = 21976 +SHA256 (rust/crates/aws-smithy-checksums-0.64.7.crate) = 10efbbcec1e044b81600e2fc562a391951d291152d95b482d5b7e7132299d762 +SIZE (rust/crates/aws-smithy-checksums-0.64.7.crate) = 18952 +SHA256 (rust/crates/aws-smithy-eventstream-0.60.20.crate) = faf09d74e5e32f76b8762da505a3cd59303e367a664ca67295387baa8c1d7548 +SIZE (rust/crates/aws-smithy-eventstream-0.60.20.crate) = 29806 +SHA256 (rust/crates/aws-smithy-http-0.63.6.crate) = ba1ab2dc1c2c3749ead27180d333c42f11be8b0e934058fb4b2258ee8dbe5231 +SIZE (rust/crates/aws-smithy-http-0.63.6.crate) = 32256 +SHA256 (rust/crates/aws-smithy-http-client-1.1.12.crate) = 6a2f165a7feee6f263028b899d0a181987f4fa7179a6411a32a439fba7c5f769 +SIZE (rust/crates/aws-smithy-http-client-1.1.12.crate) = 92952 +SHA256 (rust/crates/aws-smithy-json-0.62.5.crate) = 9648b0bb82a2eedd844052c6ad2a1a822d1f8e3adee5fbf668366717e428856a +SIZE (rust/crates/aws-smithy-json-0.62.5.crate) = 32869 +SHA256 (rust/crates/aws-smithy-observability-0.2.6.crate) = a06c2315d173edbf1920da8ba3a7189695827002e4c0fc961973ab1c54abca9c +SIZE (rust/crates/aws-smithy-observability-0.2.6.crate) = 14502 +SHA256 (rust/crates/aws-smithy-query-0.60.15.crate) = 1a56d79744fb3edb5d722ef79d86081e121d3b9422cb209eb03aea6aa4f21ebd +SIZE (rust/crates/aws-smithy-query-0.60.15.crate) = 9960 +SHA256 (rust/crates/aws-smithy-runtime-1.11.1.crate) = 0504b1ab12debb5959e5165ee5fe97dd387e7aa7ea6a477bfd7635dfe769a4f5 +SIZE (rust/crates/aws-smithy-runtime-1.11.1.crate) = 128460 +SHA256 (rust/crates/aws-smithy-runtime-api-1.12.0.crate) = b71a13df6ada0aafbf21a73bdfcdf9324cfa9df77d96b8446045be3cde61b42e +SIZE (rust/crates/aws-smithy-runtime-api-1.12.0.crate) = 83280 +SHA256 (rust/crates/aws-smithy-runtime-api-macros-1.0.0.crate) = 8d7396fd9500589e62e460e987ecb671bad374934e55ec3b5f498cc7a8a8a7b7 +SIZE (rust/crates/aws-smithy-runtime-api-macros-1.0.0.crate) = 6383 +SHA256 (rust/crates/aws-smithy-types-1.4.7.crate) = 9d73dbfbaa8e4bc57b9045137680b958d274823509a360abfd8e1d514d40c95c +SIZE (rust/crates/aws-smithy-types-1.4.7.crate) = 96069 +SHA256 (rust/crates/aws-smithy-xml-0.60.15.crate) = 0ce02add1aa3677d022f8adf81dcbe3046a95f17a1b1e8979c145cd21d3d22b3 +SIZE (rust/crates/aws-smithy-xml-0.60.15.crate) = 26237 +SHA256 (rust/crates/aws-types-1.3.15.crate) = 2f4bbcaa9304ea40902d3d5f42a0428d1bd895a2b0f6999436fb279ffddc58ac +SIZE (rust/crates/aws-types-1.3.15.crate) = 33900 SHA256 (rust/crates/backtrace-0.3.76.crate) = bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6 SIZE (rust/crates/backtrace-0.3.76.crate) = 89458 SHA256 (rust/crates/base16ct-0.1.1.crate) = 349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce SIZE (rust/crates/base16ct-0.1.1.crate) = 10186 +SHA256 (rust/crates/base16ct-0.2.0.crate) = 4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf +SIZE (rust/crates/base16ct-0.2.0.crate) = 10240 SHA256 (rust/crates/base32-0.5.1.crate) = 022dfe9eb35f19ebbcb51e0b40a5ab759f46ad60cadf7297e0bd085afb50e076 SIZE (rust/crates/base32-0.5.1.crate) = 9238 SHA256 (rust/crates/base64-0.21.7.crate) = 9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567 SIZE (rust/crates/base64-0.21.7.crate) = 82576 SHA256 (rust/crates/base64-0.22.1.crate) = 72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6 SIZE (rust/crates/base64-0.22.1.crate) = 81597 SHA256 (rust/crates/base64-serde-0.8.0.crate) = 77c6d128af408d8ebd08331f0331cf2cf20d19e6c44a7aec58791641ecc8c0b5 SIZE (rust/crates/base64-serde-0.8.0.crate) = 8150 SHA256 (rust/crates/base64-simd-0.8.0.crate) = 339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195 SIZE (rust/crates/base64-simd-0.8.0.crate) = 12531 SHA256 (rust/crates/base64ct-1.8.3.crate) = 2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06 SIZE (rust/crates/base64ct-1.8.3.crate) = 32227 SHA256 (rust/crates/bincode-1.3.3.crate) = b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad SIZE (rust/crates/bincode-1.3.3.crate) = 28958 SHA256 (rust/crates/bincode-2.0.1.crate) = 36eaf5d7b090263e8150820482d5d93cd964a81e4019913c972f4edcc6edb740 SIZE (rust/crates/bincode-2.0.1.crate) = 70469 SHA256 (rust/crates/bindgen-0.70.1.crate) = f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f SIZE (rust/crates/bindgen-0.70.1.crate) = 226363 SHA256 (rust/crates/bindgen-0.71.1.crate) = 5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3 SIZE (rust/crates/bindgen-0.71.1.crate) = 237785 SHA256 (rust/crates/bindgen-0.72.1.crate) = 993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895 SIZE (rust/crates/bindgen-0.72.1.crate) = 246071 SHA256 (rust/crates/bit-set-0.8.0.crate) = 08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3 SIZE (rust/crates/bit-set-0.8.0.crate) = 16289 SHA256 (rust/crates/bit-vec-0.8.0.crate) = 5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7 SIZE (rust/crates/bit-vec-0.8.0.crate) = 24132 +SHA256 (rust/crates/bit-vec-0.9.1.crate) = b71798fca2c1fe1086445a7258a4bc81e6e49dcd24c8d0dd9a1e57395b603f51 +SIZE (rust/crates/bit-vec-0.9.1.crate) = 29177 SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a SIZE (rust/crates/bitflags-1.3.2.crate) = 23021 -SHA256 (rust/crates/bitflags-2.11.0.crate) = 843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af -SIZE (rust/crates/bitflags-2.11.0.crate) = 48906 +SHA256 (rust/crates/bitflags-2.11.1.crate) = c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3 +SIZE (rust/crates/bitflags-2.11.1.crate) = 49082 SHA256 (rust/crates/bitreader-0.3.11.crate) = 886559b1e163d56c765bc3a985febb4eee8009f625244511d8ee3c432e08c066 SIZE (rust/crates/bitreader-0.3.11.crate) = 12077 -SHA256 (rust/crates/bitstream-io-4.9.0.crate) = 60d4bd9d1db2c6bdf285e223a7fa369d5ce98ec767dec949c6ca62863ce61757 -SIZE (rust/crates/bitstream-io-4.9.0.crate) = 65217 +SHA256 (rust/crates/bitstream-io-4.10.0.crate) = 7eff00be299a18769011411c9def0d827e8f2d7bf0c3dbf53633147a8867fd1f +SIZE (rust/crates/bitstream-io-4.10.0.crate) = 65364 SHA256 (rust/crates/block-0.1.6.crate) = 0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a SIZE (rust/crates/block-0.1.6.crate) = 4077 SHA256 (rust/crates/block-buffer-0.10.4.crate) = 3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71 SIZE (rust/crates/block-buffer-0.10.4.crate) = 10538 +SHA256 (rust/crates/block-buffer-0.12.0.crate) = cdd35008169921d80bc60d3d0ab416eecb028c4cd653352907921d95084790be +SIZE (rust/crates/block-buffer-0.12.0.crate) = 14926 SHA256 (rust/crates/block2-0.6.2.crate) = cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5 SIZE (rust/crates/block2-0.6.2.crate) = 34505 +SHA256 (rust/crates/bs58-0.5.1.crate) = bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4 +SIZE (rust/crates/bs58-0.5.1.crate) = 28483 SHA256 (rust/crates/bstr-1.12.1.crate) = 63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab SIZE (rust/crates/bstr-1.12.1.crate) = 354916 SHA256 (rust/crates/built-0.8.0.crate) = f4ad8f11f288f48ca24471bbd51ac257aaeaaa07adae295591266b792902ae64 SIZE (rust/crates/built-0.8.0.crate) = 35112 SHA256 (rust/crates/bumpalo-3.20.2.crate) = 5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb SIZE (rust/crates/bumpalo-3.20.2.crate) = 97696 SHA256 (rust/crates/burn-0.20.1.crate) = b78ff10ed98b73e1d477ea6e6e1ec1b9cf9f71a17afc3fea9f4dca482d43dcd4 SIZE (rust/crates/burn-0.20.1.crate) = 65164 SHA256 (rust/crates/burn-backend-0.20.1.crate) = a724a5d8d5865a1f6b304f629eb19f51489760689501c583b3e1f4209f067357 SIZE (rust/crates/burn-backend-0.20.1.crate) = 97301 SHA256 (rust/crates/burn-core-0.20.1.crate) = 9c3634c3ba84397bcf2977ce746954d7e0a40e2d862e92362dd694c29e18df62 SIZE (rust/crates/burn-core-0.20.1.crate) = 104134 SHA256 (rust/crates/burn-cpu-0.20.1.crate) = 60aa53c4536719f1c91c250d4b4348daca473c44cf0c45b81096785f5510c192 SIZE (rust/crates/burn-cpu-0.20.1.crate) = 28558 SHA256 (rust/crates/burn-cubecl-0.20.1.crate) = 8d6d13aff03fec966da4300459688883f8a1d741dddbf19d1bfc2562656a9a9b SIZE (rust/crates/burn-cubecl-0.20.1.crate) = 111952 SHA256 (rust/crates/burn-derive-0.20.1.crate) = 102d7e2f705b0cda2f89dd0e55e9bbfc6184029929d53487beb606c3303b29a5 SIZE (rust/crates/burn-derive-0.20.1.crate) = 17818 SHA256 (rust/crates/burn-ir-0.20.1.crate) = fd2b1b37a7289bd85438800deaaebde50507336429b80f96a71730794db5bc31 SIZE (rust/crates/burn-ir-0.20.1.crate) = 44030 SHA256 (rust/crates/burn-ndarray-0.20.1.crate) = 96be578991cecef163e41a73bf985d8d7eb7fb8ef7bececf8d48523c481ecddf SIZE (rust/crates/burn-ndarray-0.20.1.crate) = 100279 SHA256 (rust/crates/burn-nn-0.20.1.crate) = 14b8c6c14b94e5b1dddd68f8e6d669f20bac8f99fcb2e4f1a480212d1b598133 SIZE (rust/crates/burn-nn-0.20.1.crate) = 112866 SHA256 (rust/crates/burn-optim-0.20.1.crate) = 5a8c376d835d92ea363c05c6f48ac19bb687b683c7958c310a716ef8d5d77ba3 SIZE (rust/crates/burn-optim-0.20.1.crate) = 75286 SHA256 (rust/crates/burn-std-0.20.1.crate) = 25a9ed8e34a4a49d3754586f306075d6b55a5e08343ac75c06f47e7d9f825271 SIZE (rust/crates/burn-std-0.20.1.crate) = 57934 SHA256 (rust/crates/burn-store-0.20.1.crate) = 4be80a7b084a19901dc1d0a2e9b77e226c5c575879fe66de891c67062db41a6d SIZE (rust/crates/burn-store-0.20.1.crate) = 207266 SHA256 (rust/crates/burn-tensor-0.20.1.crate) = 3720e52e00ed0155ced4f8681d0e8a362e699cee36494ec5b97ad44fcc5194c0 SIZE (rust/crates/burn-tensor-0.20.1.crate) = 99442 SHA256 (rust/crates/burn-wgpu-0.20.1.crate) = df78d62afc9b9fbb8ee4e49b72006485bb64f778a790e185a2d919479bcfc008 SIZE (rust/crates/burn-wgpu-0.20.1.crate) = 35386 SHA256 (rust/crates/byte-slice-cast-1.2.3.crate) = 7575182f7272186991736b70173b0ea045398f984bf5ebbb3804736ce1330c9d SIZE (rust/crates/byte-slice-cast-1.2.3.crate) = 7498 SHA256 (rust/crates/bytemuck-1.25.0.crate) = c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec SIZE (rust/crates/bytemuck-1.25.0.crate) = 53466 SHA256 (rust/crates/bytemuck_derive-1.10.2.crate) = f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff SIZE (rust/crates/bytemuck_derive-1.10.2.crate) = 25678 SHA256 (rust/crates/byteorder-1.5.0.crate) = 1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b SIZE (rust/crates/byteorder-1.5.0.crate) = 23288 SHA256 (rust/crates/byteorder-lite-0.1.0.crate) = 8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495 SIZE (rust/crates/byteorder-lite-0.1.0.crate) = 15909 SHA256 (rust/crates/byteorder_slice-3.0.0.crate) = 0b294e30387378958e8bf8f4242131b930ea615ff81e8cac2440cea0a6013190 SIZE (rust/crates/byteorder_slice-3.0.0.crate) = 5759 SHA256 (rust/crates/bytes-1.11.1.crate) = 1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33 SIZE (rust/crates/bytes-1.11.1.crate) = 78584 SHA256 (rust/crates/bytes-utils-0.1.4.crate) = 7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35 SIZE (rust/crates/bytes-utils-0.1.4.crate) = 20703 SHA256 (rust/crates/bzip2-0.6.1.crate) = f3a53fac24f34a81bc9954b5d6cfce0c21e18ec6959f44f56e8e90e4bb7c346c SIZE (rust/crates/bzip2-0.6.1.crate) = 38427 SHA256 (rust/crates/c2rust-bitfields-0.20.0.crate) = 46dc7d2bffa0d0b3d47eb2dc69973466858281446c2ac9f6d8a10e92ab1017df SIZE (rust/crates/c2rust-bitfields-0.20.0.crate) = 6455 SHA256 (rust/crates/c2rust-bitfields-derive-0.20.0.crate) = ebe1117afa5937ce280034e31fa1e84ed1824a252f75380327eed438535333f8 SIZE (rust/crates/c2rust-bitfields-derive-0.20.0.crate) = 4078 SHA256 (rust/crates/caseless-0.2.2.crate) = 8b6fd507454086c8edfd769ca6ada439193cdb209c7681712ef6275cccbfe5d8 SIZE (rust/crates/caseless-0.2.2.crate) = 29309 -SHA256 (rust/crates/cc-1.2.56.crate) = aebf35691d1bfb0ac386a69bac2fde4dd276fb618cf8bf4f5318fe285e821bb2 -SIZE (rust/crates/cc-1.2.56.crate) = 96059 +SHA256 (rust/crates/cc-1.2.62.crate) = a1dce859f0832a7d088c4f1119888ab94ef4b5d6795d1ce05afb7fe159d79f98 +SIZE (rust/crates/cc-1.2.62.crate) = 97212 SHA256 (rust/crates/cdg-0.1.0.crate) = d254b2c9fc971518da5d652aee7edc6b9bb96fa32de28f166895faf69d9926e6 SIZE (rust/crates/cdg-0.1.0.crate) = 4430 SHA256 (rust/crates/cdg_renderer-0.8.0.crate) = 0070ec0e6be4ed55d28bcfc499ecd479cb3764181eee2018dc661d8efd4e3f71 SIZE (rust/crates/cdg_renderer-0.8.0.crate) = 5242 SHA256 (rust/crates/cdp-types-0.3.0.crate) = 332ca05a88e143d80a245f9aa6c65b6e6383ee3e332017005647c27c6a62f902 SIZE (rust/crates/cdp-types-0.3.0.crate) = 17622 SHA256 (rust/crates/cea608-types-0.1.4.crate) = 5dfc9d3f5161702cf339e6337203ac26b64279383468247e45b36e221cb06cae SIZE (rust/crates/cea608-types-0.1.4.crate) = 21960 SHA256 (rust/crates/cea708-types-0.4.1.crate) = de28b1d549e7f8f53a746fb36ae4c10c776a8e004950b527be1669a58667ae0b SIZE (rust/crates/cea708-types-0.4.1.crate) = 29790 SHA256 (rust/crates/cesu8-1.1.0.crate) = 6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c SIZE (rust/crates/cesu8-1.1.0.crate) = 10555 SHA256 (rust/crates/cexpr-0.6.0.crate) = 6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766 SIZE (rust/crates/cexpr-0.6.0.crate) = 17966 SHA256 (rust/crates/cfg-expr-0.17.2.crate) = 8d4ba6e40bd1184518716a6e1a781bf9160e286d219ccdb8ab2612e74cfe4789 SIZE (rust/crates/cfg-expr-0.17.2.crate) = 44034 SHA256 (rust/crates/cfg-if-1.0.4.crate) = 9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801 SIZE (rust/crates/cfg-if-1.0.4.crate) = 9360 SHA256 (rust/crates/cfg_aliases-0.2.1.crate) = 613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724 SIZE (rust/crates/cfg_aliases-0.2.1.crate) = 6355 SHA256 (rust/crates/chacha20-0.10.0.crate) = 6f8d983286843e49675a4b7a2d174efe136dc93a18d69130dd18198a6c167601 SIZE (rust/crates/chacha20-0.10.0.crate) = 38763 SHA256 (rust/crates/chrono-0.4.44.crate) = c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0 SIZE (rust/crates/chrono-0.4.44.crate) = 240549 SHA256 (rust/crates/cipher-0.4.4.crate) = 773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad SIZE (rust/crates/cipher-0.4.4.crate) = 19073 SHA256 (rust/crates/clang-sys-1.8.1.crate) = 0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4 SIZE (rust/crates/clang-sys-1.8.1.crate) = 44009 -SHA256 (rust/crates/clap-4.5.60.crate) = 2797f34da339ce31042b27d23607e051786132987f595b02ba4f6a6dffb7030a -SIZE (rust/crates/clap-4.5.60.crate) = 62002 -SHA256 (rust/crates/clap_builder-4.5.60.crate) = 24a241312cea5059b13574bb9b3861cabf758b879c15190b37b6d6fd63ab6876 -SIZE (rust/crates/clap_builder-4.5.60.crate) = 171105 -SHA256 (rust/crates/clap_derive-4.5.55.crate) = a92793da1a46a5f2a02a6f4c46c6496b28c43638adea8306fcb0caa1634f24e5 -SIZE (rust/crates/clap_derive-4.5.55.crate) = 33502 -SHA256 (rust/crates/clap_lex-1.0.0.crate) = 3a822ea5bc7590f9d40f1ba12c0dc3c2760f3482c6984db1573ad11031420831 -SIZE (rust/crates/clap_lex-1.0.0.crate) = 13466 +SHA256 (rust/crates/clap-4.6.1.crate) = 1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51 +SIZE (rust/crates/clap-4.6.1.crate) = 61836 +SHA256 (rust/crates/clap_builder-4.6.0.crate) = 714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f +SIZE (rust/crates/clap_builder-4.6.0.crate) = 171122 +SHA256 (rust/crates/clap_derive-4.6.1.crate) = f2ce8604710f6733aa641a2b3731eaa1e8b3d9973d5e3565da11800813f997a9 +SIZE (rust/crates/clap_derive-4.6.1.crate) = 33512 +SHA256 (rust/crates/clap_lex-1.1.0.crate) = c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9 +SIZE (rust/crates/clap_lex-1.1.0.crate) = 13470 SHA256 (rust/crates/claxon-0.4.3.crate) = 4bfbf56724aa9eca8afa4fcfadeb479e722935bb2a0900c2d37e0cc477af0688 SIZE (rust/crates/claxon-0.4.3.crate) = 86626 -SHA256 (rust/crates/cmake-0.1.57.crate) = 75443c44cd6b379beb8c5b45d85d0773baf31cce901fe7bb252f4eff3008ef7d -SIZE (rust/crates/cmake-0.1.57.crate) = 20376 +SHA256 (rust/crates/cmake-0.1.58.crate) = c0f78a02292a74a88ac736019ab962ece0bc380e3f977bf72e376c5d78ff0678 +SIZE (rust/crates/cmake-0.1.58.crate) = 20474 +SHA256 (rust/crates/cmov-0.5.3.crate) = 3f88a43d011fc4a6876cb7344703e297c71dda42494fee094d5f7c76bf13f746 +SIZE (rust/crates/cmov-0.5.3.crate) = 26829 SHA256 (rust/crates/codespan-reporting-0.12.0.crate) = fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81 SIZE (rust/crates/codespan-reporting-0.12.0.crate) = 55796 SHA256 (rust/crates/color-name-1.2.0.crate) = 2980f82525cf4a0eb43a7dcc1396bbea824897a98ef4948bd150310469acb432 SIZE (rust/crates/color-name-1.2.0.crate) = 15005 SHA256 (rust/crates/color-thief-0.2.2.crate) = e6460d760cf38ce67c9e0318f896538820acc54f2d0a3bfc5b2c557211066c98 SIZE (rust/crates/color-thief-0.2.2.crate) = 521012 SHA256 (rust/crates/color_quant-1.1.0.crate) = 3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b SIZE (rust/crates/color_quant-1.1.0.crate) = 6649 -SHA256 (rust/crates/colorchoice-1.0.4.crate) = b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75 -SIZE (rust/crates/colorchoice-1.0.4.crate) = 8196 +SHA256 (rust/crates/colorchoice-1.0.5.crate) = 1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570 +SIZE (rust/crates/colorchoice-1.0.5.crate) = 8187 SHA256 (rust/crates/colored-3.1.1.crate) = faf9468729b8cbcea668e36183cb69d317348c2e08e994829fb56ebfdfbaac34 SIZE (rust/crates/colored-3.1.1.crate) = 36216 SHA256 (rust/crates/combine-4.6.7.crate) = ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd SIZE (rust/crates/combine-4.6.7.crate) = 134808 -SHA256 (rust/crates/compression-codecs-0.4.37.crate) = eb7b51a7d9c967fc26773061ba86150f19c50c0d65c887cb1fbe295fd16619b7 -SIZE (rust/crates/compression-codecs-0.4.37.crate) = 25424 -SHA256 (rust/crates/compression-core-0.4.31.crate) = 75984efb6ed102a0d42db99afb6c1948f0380d1d91808d5529916e6c08b49d8d -SIZE (rust/crates/compression-core-0.4.31.crate) = 5749 +SHA256 (rust/crates/compression-codecs-0.4.38.crate) = ce2548391e9c1929c21bf6aa2680af86fe4c1b33e6cea9ac1cfeec0bd11218cf +SIZE (rust/crates/compression-codecs-0.4.38.crate) = 29877 +SHA256 (rust/crates/compression-core-0.4.32.crate) = cc14f565cf027a105f7a44ccf9e5b424348421a1d8952a8fc9d499d313107789 +SIZE (rust/crates/compression-core-0.4.32.crate) = 10083 SHA256 (rust/crates/comrak-0.39.1.crate) = 2fefab951771fc3beeed0773ce66a4f7b706273fc6c4c95b08dd1615744abcf5 SIZE (rust/crates/comrak-0.39.1.crate) = 178985 SHA256 (rust/crates/concurrent-queue-2.5.0.crate) = 4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973 SIZE (rust/crates/concurrent-queue-2.5.0.crate) = 22654 -SHA256 (rust/crates/console-0.16.2.crate) = 03e45a4a8926227e4197636ba97a9fc9b00477e9f4bd711395687c5f0734bec4 -SIZE (rust/crates/console-0.16.2.crate) = 34100 +SHA256 (rust/crates/console-0.16.3.crate) = d64e8af5551369d19cf50138de61f1c42074ab970f74e99be916646777f8fc87 +SIZE (rust/crates/console-0.16.3.crate) = 34041 SHA256 (rust/crates/const-oid-0.9.6.crate) = c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8 SIZE (rust/crates/const-oid-0.9.6.crate) = 45382 +SHA256 (rust/crates/const-oid-0.10.2.crate) = a6ef517f0926dd24a1582492c791b6a4818a4d94e789a334894aa15b0d12f55c +SIZE (rust/crates/const-oid-0.10.2.crate) = 61449 SHA256 (rust/crates/const-random-0.1.18.crate) = 87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359 SIZE (rust/crates/const-random-0.1.18.crate) = 6646 SHA256 (rust/crates/const-random-macro-0.1.16.crate) = f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e SIZE (rust/crates/const-random-macro-0.1.16.crate) = 6657 SHA256 (rust/crates/constant_time_eq-0.3.1.crate) = 7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6 SIZE (rust/crates/constant_time_eq-0.3.1.crate) = 11561 SHA256 (rust/crates/constcat-0.6.1.crate) = 136d3e02915a2cea4d74caa8681e2d44b1c3254bdbf17d11d41d587ff858832c SIZE (rust/crates/constcat-0.6.1.crate) = 8583 SHA256 (rust/crates/convert_case-0.8.0.crate) = baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f SIZE (rust/crates/convert_case-0.8.0.crate) = 22097 SHA256 (rust/crates/convert_case-0.10.0.crate) = 633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9 SIZE (rust/crates/convert_case-0.10.0.crate) = 24083 SHA256 (rust/crates/cookie-0.18.1.crate) = 4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747 SIZE (rust/crates/cookie-0.18.1.crate) = 43551 SHA256 (rust/crates/cookie-factory-0.3.3.crate) = 9885fa71e26b8ab7855e2ec7cae6e9b380edff76cd052e07c683a0319d51b3a2 SIZE (rust/crates/cookie-factory-0.3.3.crate) = 19084 SHA256 (rust/crates/cookie_store-0.22.1.crate) = 15b2c103cf610ec6cae3da84a766285b42fd16aad564758459e6ecf128c75206 SIZE (rust/crates/cookie_store-0.22.1.crate) = 40513 SHA256 (rust/crates/core-foundation-0.9.4.crate) = 91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f SIZE (rust/crates/core-foundation-0.9.4.crate) = 27743 SHA256 (rust/crates/core-foundation-0.10.1.crate) = b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6 SIZE (rust/crates/core-foundation-0.10.1.crate) = 28886 SHA256 (rust/crates/core-foundation-sys-0.8.7.crate) = 773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b SIZE (rust/crates/core-foundation-sys-0.8.7.crate) = 37712 SHA256 (rust/crates/core-graphics-types-0.2.0.crate) = 3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb SIZE (rust/crates/core-graphics-types-0.2.0.crate) = 7098 -SHA256 (rust/crates/core2-0.4.0.crate) = b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505 -SIZE (rust/crates/core2-0.4.0.crate) = 37075 SHA256 (rust/crates/cpufeatures-0.2.17.crate) = 59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280 SIZE (rust/crates/cpufeatures-0.2.17.crate) = 13466 SHA256 (rust/crates/cpufeatures-0.3.0.crate) = 8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201 SIZE (rust/crates/cpufeatures-0.3.0.crate) = 14156 SHA256 (rust/crates/crc-3.3.0.crate) = 9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675 SIZE (rust/crates/crc-3.3.0.crate) = 13905 -SHA256 (rust/crates/crc-catalog-2.4.0.crate) = 19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5 -SIZE (rust/crates/crc-catalog-2.4.0.crate) = 10155 +SHA256 (rust/crates/crc-catalog-2.5.0.crate) = 217698eaf96b4a3f0bc4f3662aaa55bdf913cd54d7204591faa790070c6d0853 +SIZE (rust/crates/crc-catalog-2.5.0.crate) = 18057 SHA256 (rust/crates/crc-fast-1.9.0.crate) = 2fd92aca2c6001b1bf5ba0ff84ee74ec8501b52bbef0cac80bf25a6c1d87a83d SIZE (rust/crates/crc-fast-1.9.0.crate) = 195156 SHA256 (rust/crates/crc32fast-1.5.0.crate) = 9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511 SIZE (rust/crates/crc32fast-1.5.0.crate) = 40723 SHA256 (rust/crates/critical-section-1.2.0.crate) = 790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b SIZE (rust/crates/critical-section-1.2.0.crate) = 19133 SHA256 (rust/crates/crossbeam-deque-0.8.6.crate) = 9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51 SIZE (rust/crates/crossbeam-deque-0.8.6.crate) = 22471 SHA256 (rust/crates/crossbeam-epoch-0.9.18.crate) = 5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e SIZE (rust/crates/crossbeam-epoch-0.9.18.crate) = 46875 SHA256 (rust/crates/crossbeam-utils-0.8.21.crate) = d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28 SIZE (rust/crates/crossbeam-utils-0.8.21.crate) = 42691 SHA256 (rust/crates/crunchy-0.2.4.crate) = 460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5 SIZE (rust/crates/crunchy-0.2.4.crate) = 3887 SHA256 (rust/crates/crypto-bigint-0.4.9.crate) = ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef SIZE (rust/crates/crypto-bigint-0.4.9.crate) = 46826 SHA256 (rust/crates/crypto-bigint-0.5.5.crate) = 0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76 SIZE (rust/crates/crypto-bigint-0.5.5.crate) = 83384 SHA256 (rust/crates/crypto-common-0.1.7.crate) = 78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a SIZE (rust/crates/crypto-common-0.1.7.crate) = 9619 +SHA256 (rust/crates/crypto-common-0.2.1.crate) = 77727bb15fa921304124b128af125e7e3b968275d1b108b379190264f4423710 +SIZE (rust/crates/crypto-common-0.2.1.crate) = 15165 SHA256 (rust/crates/csound-0.1.8.crate) = 8d49045d7365f5c2cadb1f20932189a0da101ac86c8dbe891975814b2348d57d SIZE (rust/crates/csound-0.1.8.crate) = 43588 SHA256 (rust/crates/csound-sys-0.1.2.crate) = 86b11869eaed111b64d29e66cc5c7de9f172d5b623b716eb74c5dd841dbcfe39 SIZE (rust/crates/csound-sys-0.1.2.crate) = 9153 SHA256 (rust/crates/ctr-0.9.2.crate) = 0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835 SIZE (rust/crates/ctr-0.9.2.crate) = 18344 SHA256 (rust/crates/ctrlc-3.5.2.crate) = e0b1fab2ae45819af2d0731d60f2afe17227ebb1a1538a236da84c93e9a60162 SIZE (rust/crates/ctrlc-3.5.2.crate) = 14194 +SHA256 (rust/crates/ctutils-0.4.2.crate) = 7d5515a3834141de9eafb9717ad39eea8247b5674e6066c404e8c4b365d2a29e +SIZE (rust/crates/ctutils-0.4.2.crate) = 32739 SHA256 (rust/crates/cubecl-0.9.0.crate) = 053856efd5436224775b9423d43d86f53d5b1d3af9a6b9983d9a313a0922638f SIZE (rust/crates/cubecl-0.9.0.crate) = 38573 SHA256 (rust/crates/cubecl-common-0.9.0.crate) = 60bf8aaeb572c8cf2f2ffd07fa9bb1a2cf9336d1aa11ecd4d9a2f2e30c4be706 SIZE (rust/crates/cubecl-common-0.9.0.crate) = 58299 SHA256 (rust/crates/cubecl-core-0.9.0.crate) = 98374a31d2b68b55709891169832ccf205408c201c5e023964482441f213d0b9 SIZE (rust/crates/cubecl-core-0.9.0.crate) = 137606 SHA256 (rust/crates/cubecl-cpp-0.9.0.crate) = fb24d96c1ff84ab4def0a529e384311a15cb771310aaf2b640c312384c3bca23 SIZE (rust/crates/cubecl-cpp-0.9.0.crate) = 96332 SHA256 (rust/crates/cubecl-cpu-0.9.0.crate) = 152588a6e16b6bda5e8216af7a6fad3d7de4697294b6ce0f6acbe3a9029ff674 SIZE (rust/crates/cubecl-cpu-0.9.0.crate) = 59942 SHA256 (rust/crates/cubecl-cuda-0.9.0.crate) = 6f74a5750c45090d1fc5ddf6a19fea9a099aa1f6800b78f1167a2d60182d1d96 SIZE (rust/crates/cubecl-cuda-0.9.0.crate) = 41167 SHA256 (rust/crates/cubecl-ir-0.9.0.crate) = 361b608ff9f05024c7a7e381852689acd95b6af5af956d68734692b27d5f75ef SIZE (rust/crates/cubecl-ir-0.9.0.crate) = 37891 SHA256 (rust/crates/cubecl-macros-0.9.0.crate) = 7c9a872d16207c6a27ed45942fd311a281394dd384b14a21f72131db1556a977 SIZE (rust/crates/cubecl-macros-0.9.0.crate) = 58783 SHA256 (rust/crates/cubecl-macros-internal-0.9.0.crate) = aa3fa0626cdf28b9c49084c2bb51493bfde44378e22d90624aacaafb81da3588 SIZE (rust/crates/cubecl-macros-internal-0.9.0.crate) = 5592 SHA256 (rust/crates/cubecl-opt-0.9.0.crate) = bdcff25fdcbd82ea4277c30a81e162722859f57c6ae105c0a3c53f8bb91154f6 SIZE (rust/crates/cubecl-opt-0.9.0.crate) = 55938 SHA256 (rust/crates/cubecl-runtime-0.9.0.crate) = b02e28997a8d75311afae4d2cea7b593eb125312f845874118a59d78c7a6b34c SIZE (rust/crates/cubecl-runtime-0.9.0.crate) = 96173 SHA256 (rust/crates/cubecl-spirv-0.9.0.crate) = d7d7d68a3e09d4782098f82b0b7347f3a9e54a9977b3b5a23145464a84cf14dc SIZE (rust/crates/cubecl-spirv-0.9.0.crate) = 48423 SHA256 (rust/crates/cubecl-std-0.9.0.crate) = e8ff5741c98b7a7a5944b4afb0b67dd7f5e0be41ce7f303b587f8b0d6430b29b SIZE (rust/crates/cubecl-std-0.9.0.crate) = 61118 SHA256 (rust/crates/cubecl-wgpu-0.9.0.crate) = 29787364632fc7ec6a11cf3d95187f82f6fcce17d6bb4f0fb0dde580b837631d SIZE (rust/crates/cubecl-wgpu-0.9.0.crate) = 74572 SHA256 (rust/crates/cubecl-zspace-0.9.0.crate) = 7a0f819071413b19a00b7105497e0f6d2cf3e7e9d65cbb8d4ecf1ddb29c61dc2 SIZE (rust/crates/cubecl-zspace-0.9.0.crate) = 9128 SHA256 (rust/crates/cubek-0.1.1.crate) = 1bb1cce47db02017925301bedec92ae84628493df3f9761ea7ac42a60c6146f8 SIZE (rust/crates/cubek-0.1.1.crate) = 27793 SHA256 (rust/crates/cubek-attention-0.1.1.crate) = 7278bd122b2428af479f9af05285160613733c33c93b63ab3c6d25cd0460c18b SIZE (rust/crates/cubek-attention-0.1.1.crate) = 72365 SHA256 (rust/crates/cubek-convolution-0.1.1.crate) = 18eb04bca4ae104d62a56def04b04f3d079c42fe49aac62202c96876f90fa28b SIZE (rust/crates/cubek-convolution-0.1.1.crate) = 68660 SHA256 (rust/crates/cubek-matmul-0.1.1.crate) = a28f3b04b113760e97c65a8a4dca9afc220744031eeecd5ad6cd0e3be91ba3a9 SIZE (rust/crates/cubek-matmul-0.1.1.crate) = 157028 SHA256 (rust/crates/cubek-quant-0.1.1.crate) = 96ec3ae04af324df2d615c2b394e270d58d6f08cb833d67633e2ba794de75916 SIZE (rust/crates/cubek-quant-0.1.1.crate) = 25093 SHA256 (rust/crates/cubek-random-0.1.1.crate) = 65a34844d8b7f739185c1d24896137dcb73f458830444103b45f678585ad983e SIZE (rust/crates/cubek-random-0.1.1.crate) = 33762 SHA256 (rust/crates/cubek-reduce-0.1.1.crate) = 42397d9ed85bb3084dfb56ed26de75690b5b07caf42a32f4006b57eb23d5b6d6 SIZE (rust/crates/cubek-reduce-0.1.1.crate) = 56861 SHA256 (rust/crates/cudarc-0.18.2.crate) = 3aa12038120eb13347a6ae2ffab1d34efe78150125108627fd85044dd4d6ff1e SIZE (rust/crates/cudarc-0.18.2.crate) = 630141 +SHA256 (rust/crates/curve25519-dalek-4.1.3.crate) = 97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be +SIZE (rust/crates/curve25519-dalek-4.1.3.crate) = 306017 +SHA256 (rust/crates/curve25519-dalek-derive-0.1.1.crate) = f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3 +SIZE (rust/crates/curve25519-dalek-derive-0.1.1.crate) = 11723 SHA256 (rust/crates/darling-0.20.11.crate) = fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee SIZE (rust/crates/darling-0.20.11.crate) = 37614 SHA256 (rust/crates/darling-0.21.3.crate) = 9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0 SIZE (rust/crates/darling-0.21.3.crate) = 41398 +SHA256 (rust/crates/darling-0.23.0.crate) = 25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d +SIZE (rust/crates/darling-0.23.0.crate) = 43298 SHA256 (rust/crates/darling_core-0.20.11.crate) = 0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e SIZE (rust/crates/darling_core-0.20.11.crate) = 68006 SHA256 (rust/crates/darling_core-0.21.3.crate) = 1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4 SIZE (rust/crates/darling_core-0.21.3.crate) = 74471 +SHA256 (rust/crates/darling_core-0.23.0.crate) = 9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0 +SIZE (rust/crates/darling_core-0.23.0.crate) = 74564 SHA256 (rust/crates/darling_macro-0.20.11.crate) = fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead SIZE (rust/crates/darling_macro-0.20.11.crate) = 2532 SHA256 (rust/crates/darling_macro-0.21.3.crate) = d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81 SIZE (rust/crates/darling_macro-0.21.3.crate) = 2535 -SHA256 (rust/crates/dash-mpd-0.19.3.crate) = 16f99145d4e107d5844981583d553ebd20a24c036e06225b2577243908de2fe2 -SIZE (rust/crates/dash-mpd-0.19.3.crate) = 252539 +SHA256 (rust/crates/darling_macro-0.23.0.crate) = ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d +SIZE (rust/crates/darling_macro-0.23.0.crate) = 2480 +SHA256 (rust/crates/dash-mpd-0.20.2.crate) = 99aa4f01bf47635af7d137707d14665af5603d65fb410a64da42ad949527069c +SIZE (rust/crates/dash-mpd-0.20.2.crate) = 254463 SHA256 (rust/crates/dasp-0.11.0.crate) = 7381b67da416b639690ac77c73b86a7b5e64a29e31d1f75fb3b1102301ef355a SIZE (rust/crates/dasp-0.11.0.crate) = 3212 SHA256 (rust/crates/dasp_envelope-0.11.0.crate) = 8ec617ce7016f101a87fe85ed44180839744265fae73bb4aa43e7ece1b7668b6 SIZE (rust/crates/dasp_envelope-0.11.0.crate) = 3331 SHA256 (rust/crates/dasp_frame-0.11.0.crate) = b2a3937f5fe2135702897535c8d4a5553f8b116f76c1529088797f2eee7c5cd6 SIZE (rust/crates/dasp_frame-0.11.0.crate) = 4910 SHA256 (rust/crates/dasp_interpolate-0.11.0.crate) = 7fc975a6563bb7ca7ec0a6c784ead49983a21c24835b0bc96eea11ee407c7486 SIZE (rust/crates/dasp_interpolate-0.11.0.crate) = 3602 SHA256 (rust/crates/dasp_peak-0.11.0.crate) = 5cf88559d79c21f3d8523d91250c397f9a15b5fc72fbb3f87fdb0a37b79915bf SIZE (rust/crates/dasp_peak-0.11.0.crate) = 1602 SHA256 (rust/crates/dasp_ring_buffer-0.11.0.crate) = 07d79e19b89618a543c4adec9c5a347fe378a19041699b3278e616e387511ea1 SIZE (rust/crates/dasp_ring_buffer-0.11.0.crate) = 6319 SHA256 (rust/crates/dasp_rms-0.11.0.crate) = a6c5dcb30b7e5014486e2822537ea2beae50b19722ffe2ed7549ab03774575aa SIZE (rust/crates/dasp_rms-0.11.0.crate) = 2798 SHA256 (rust/crates/dasp_sample-0.11.0.crate) = 0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f SIZE (rust/crates/dasp_sample-0.11.0.crate) = 11617 SHA256 (rust/crates/dasp_signal-0.11.0.crate) = aa1ab7d01689c6ed4eae3d38fe1cea08cba761573fbd2d592528d55b421077e7 SIZE (rust/crates/dasp_signal-0.11.0.crate) = 22544 SHA256 (rust/crates/dasp_slice-0.11.0.crate) = 4e1c7335d58e7baedafa516cb361360ff38d6f4d3f9d9d5ee2a2fc8e27178fa1 SIZE (rust/crates/dasp_slice-0.11.0.crate) = 5637 SHA256 (rust/crates/dasp_window-0.11.1.crate) = 99ded7b88821d2ce4e8b842c9f1c86ac911891ab89443cc1de750cae764c5076 SIZE (rust/crates/dasp_window-0.11.1.crate) = 2247 -SHA256 (rust/crates/data-encoding-2.10.0.crate) = d7a1e2f27636f116493b8b860f5546edb47c8d8f8ea73e1d2a20be88e28d1fea -SIZE (rust/crates/data-encoding-2.10.0.crate) = 22293 +SHA256 (rust/crates/data-encoding-2.11.0.crate) = a4ae5f15dda3c708c0ade84bfee31ccab44a3da4f88015ed22f63732abe300c8 +SIZE (rust/crates/data-encoding-2.11.0.crate) = 22677 SHA256 (rust/crates/dav1d-0.11.1.crate) = 3ee89cb860616069c67520dcd66cacdb900b57c799f634a0eb6d91f6e2a82b61 SIZE (rust/crates/dav1d-0.11.1.crate) = 16984 SHA256 (rust/crates/dav1d-sys-0.8.3.crate) = c3c91aea6668645415331133ed6f8ddf0e7f40160cd97a12d59e68716a58704b SIZE (rust/crates/dav1d-sys-0.8.3.crate) = 9530 SHA256 (rust/crates/deepgram-0.7.0.crate) = 49bf11c4dc8fc1e7c94fc4198f82f64536fdb9eded7b5a076d9597d8b67e1fd1 SIZE (rust/crates/deepgram-0.7.0.crate) = 2019548 -SHA256 (rust/crates/deflate64-0.1.11.crate) = 807800ff3288b621186fe0a8f3392c4652068257302709c24efd918c3dffcdc2 -SIZE (rust/crates/deflate64-0.1.11.crate) = 27759 +SHA256 (rust/crates/deflate64-0.1.12.crate) = ac6b926516df9c60bfa16e107b21086399f8285a44ca9711344b9e553c5146e2 +SIZE (rust/crates/deflate64-0.1.12.crate) = 28110 SHA256 (rust/crates/der-0.6.1.crate) = f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de SIZE (rust/crates/der-0.6.1.crate) = 74205 SHA256 (rust/crates/der-0.7.10.crate) = e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb SIZE (rust/crates/der-0.7.10.crate) = 90111 SHA256 (rust/crates/der-parser-10.0.0.crate) = 07da5016415d5a3c4dd39b11ed26f915f52fc4e0dc197d87908bc916e51bc1a6 SIZE (rust/crates/der-parser-10.0.0.crate) = 66186 SHA256 (rust/crates/deranged-0.5.8.crate) = 7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c SIZE (rust/crates/deranged-0.5.8.crate) = 26885 SHA256 (rust/crates/derive-into-owned-0.2.0.crate) = 2c9d94d81e3819a7b06a8638f448bc6339371ca9b6076a99d4a43eece3c4c923 SIZE (rust/crates/derive-into-owned-0.2.0.crate) = 8294 SHA256 (rust/crates/derive-new-0.7.0.crate) = 2cdc8d50f426189eef89dac62fabfa0abb27d5cc008f25bf4156a0203325becc SIZE (rust/crates/derive-new-0.7.0.crate) = 8831 SHA256 (rust/crates/derive_builder-0.20.2.crate) = 507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947 SIZE (rust/crates/derive_builder-0.20.2.crate) = 36661 SHA256 (rust/crates/derive_builder_core-0.20.2.crate) = 2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8 SIZE (rust/crates/derive_builder_core-0.20.2.crate) = 31397 SHA256 (rust/crates/derive_builder_macro-0.20.2.crate) = ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c SIZE (rust/crates/derive_builder_macro-0.20.2.crate) = 6360 SHA256 (rust/crates/derive_more-2.1.1.crate) = d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134 SIZE (rust/crates/derive_more-2.1.1.crate) = 88632 SHA256 (rust/crates/derive_more-impl-2.1.1.crate) = 799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb SIZE (rust/crates/derive_more-impl-2.1.1.crate) = 99094 SHA256 (rust/crates/deunicode-1.6.2.crate) = abd57806937c9cc163efc8ea3910e00a62e2aeb0b8119f1793a978088f8f6b04 SIZE (rust/crates/deunicode-1.6.2.crate) = 172772 +SHA256 (rust/crates/device-info-0.1.1.crate) = a2ca8e71544c1b67dcdbc2699ab258828aff985e5bc8d5f6b486d90d7df2f848 +SIZE (rust/crates/device-info-0.1.1.crate) = 11119 SHA256 (rust/crates/diff-0.1.13.crate) = 56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8 SIZE (rust/crates/diff-0.1.13.crate) = 46216 SHA256 (rust/crates/digest-0.10.7.crate) = 9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292 SIZE (rust/crates/digest-0.10.7.crate) = 19557 +SHA256 (rust/crates/digest-0.11.3.crate) = f1dd6dbb5841937940781866fa1281a1ff7bd3bf827091440879f9994983d5c2 +SIZE (rust/crates/digest-0.11.3.crate) = 28955 SHA256 (rust/crates/dirs-6.0.0.crate) = c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e SIZE (rust/crates/dirs-6.0.0.crate) = 14190 SHA256 (rust/crates/dirs-sys-0.5.0.crate) = e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab SIZE (rust/crates/dirs-sys-0.5.0.crate) = 10157 SHA256 (rust/crates/dispatch2-0.3.1.crate) = 1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38 SIZE (rust/crates/dispatch2-0.3.1.crate) = 55299 SHA256 (rust/crates/displaydoc-0.2.5.crate) = 97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0 SIZE (rust/crates/displaydoc-0.2.5.crate) = 24219 SHA256 (rust/crates/document-features-0.2.12.crate) = d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61 SIZE (rust/crates/document-features-0.2.12.crate) = 14739 SHA256 (rust/crates/dssim-core-3.4.0.crate) = e3c601412450ff29a9258b2f85b18b38f658caf70fad1692f40ca863d86cb753 SIZE (rust/crates/dssim-core-3.4.0.crate) = 30992 SHA256 (rust/crates/dyn-clone-1.0.20.crate) = d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555 SIZE (rust/crates/dyn-clone-1.0.20.crate) = 13134 SHA256 (rust/crates/easyfft-0.4.2.crate) = 767e39eef2ad8a3b6f1d733be3ec70364d21d437d06d4f18ea76ce08df20b75f SIZE (rust/crates/easyfft-0.4.2.crate) = 18813 SHA256 (rust/crates/ebml-iterable-0.6.3.crate) = 7b5173ac3752f08b526a6991509615e1a345b221ec3c58c7633433e8c9582312 SIZE (rust/crates/ebml-iterable-0.6.3.crate) = 28605 SHA256 (rust/crates/ebml-iterable-specification-0.4.0.crate) = f56467af159a98735d44231f53eaa505e919e6003266f103b99649a93f106784 SIZE (rust/crates/ebml-iterable-specification-0.4.0.crate) = 3635 SHA256 (rust/crates/ebml-iterable-specification-derive-0.4.0.crate) = b066b81018300fdce40f71c4db355a102699324af96fad28f25ab1b5f87de066 SIZE (rust/crates/ebml-iterable-specification-derive-0.4.0.crate) = 7713 SHA256 (rust/crates/ebur128-0.1.10.crate) = e227cc62d64d6fe01abbef48134b9c1f17d470cef1e7a56337ad05b1f81df7f9 SIZE (rust/crates/ebur128-0.1.10.crate) = 95659 SHA256 (rust/crates/ecdsa-0.14.8.crate) = 413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c SIZE (rust/crates/ecdsa-0.14.8.crate) = 24720 +SHA256 (rust/crates/ecdsa-0.16.9.crate) = ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca +SIZE (rust/crates/ecdsa-0.16.9.crate) = 31406 SHA256 (rust/crates/ed25519-1.5.3.crate) = 91cff35c70bba8a626e3185d8cd48cc11b5437e1a5bcd15b9b5fa3c64b6dfee7 SIZE (rust/crates/ed25519-1.5.3.crate) = 17118 +SHA256 (rust/crates/ed25519-2.2.3.crate) = 115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53 +SIZE (rust/crates/ed25519-2.2.3.crate) = 17802 +SHA256 (rust/crates/ed25519-dalek-2.2.0.crate) = 70e796c081cee67dc755e1a36a0a172b897fab85fc3f6bc48307991f64e4eca9 +SIZE (rust/crates/ed25519-dalek-2.2.0.crate) = 98034 +SHA256 (rust/crates/edit-distance-2.2.2.crate) = 324d428080b707bac399325341bd61af5ded1b30f33b7c949792ca464733c2d5 +SIZE (rust/crates/edit-distance-2.2.2.crate) = 9002 SHA256 (rust/crates/either-1.15.0.crate) = 48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719 SIZE (rust/crates/either-1.15.0.crate) = 20114 SHA256 (rust/crates/elliptic-curve-0.12.3.crate) = e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3 SIZE (rust/crates/elliptic-curve-0.12.3.crate) = 58374 +SHA256 (rust/crates/elliptic-curve-0.13.8.crate) = b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47 +SIZE (rust/crates/elliptic-curve-0.13.8.crate) = 63198 SHA256 (rust/crates/embassy-futures-0.1.2.crate) = dc2d050bdc5c21e0862a89256ed8029ae6c290a93aecefc73084b3002cdebb01 SIZE (rust/crates/embassy-futures-0.1.2.crate) = 8773 SHA256 (rust/crates/embassy-time-0.4.0.crate) = f820157f198ada183ad62e0a66f554c610cdcd1a9f27d4b316358103ced7a1f8 SIZE (rust/crates/embassy-time-0.4.0.crate) = 15212 -SHA256 (rust/crates/embassy-time-driver-0.2.1.crate) = a0a244c7dc22c8d0289379c8d8830cae06bb93d8f990194d0de5efb3b5ae7ba6 -SIZE (rust/crates/embassy-time-driver-0.2.1.crate) = 9047 +SHA256 (rust/crates/embassy-time-driver-0.2.2.crate) = 6ee71af1b3a0deaa53eaf2d39252f83504c853646e472400b763060389b9fcc9 +SIZE (rust/crates/embassy-time-driver-0.2.2.crate) = 9288 SHA256 (rust/crates/embedded-hal-0.2.7.crate) = 35949884794ad573cf46071e41c9b60efb0cb311e3ca01f7af807af1debc66ff SIZE (rust/crates/embedded-hal-0.2.7.crate) = 32623 SHA256 (rust/crates/embedded-hal-1.0.0.crate) = 361a90feb7004eca4019fb28352a9465666b24f840f5c3cddf0ff13920590b89 SIZE (rust/crates/embedded-hal-1.0.0.crate) = 29801 SHA256 (rust/crates/embedded-hal-async-1.0.0.crate) = 0c4c685bbef7fe13c3c6dd4da26841ed3980ef33e841cddfa15ce8a8fb3f1884 SIZE (rust/crates/embedded-hal-async-1.0.0.crate) = 11605 SHA256 (rust/crates/encode_unicode-1.0.0.crate) = 34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0 SIZE (rust/crates/encode_unicode-1.0.0.crate) = 56986 SHA256 (rust/crates/encoding_rs-0.8.35.crate) = 75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3 SIZE (rust/crates/encoding_rs-0.8.35.crate) = 1381050 SHA256 (rust/crates/entities-1.0.1.crate) = b5320ae4c3782150d900b79807611a59a99fc9a1d61d686faafc24b93fc8d7ca SIZE (rust/crates/entities-1.0.1.crate) = 24795 SHA256 (rust/crates/enumn-0.1.14.crate) = 2f9ed6b3789237c8a0c1c505af1c7eb2c560df6186f01b098c3a1064ea532f38 SIZE (rust/crates/enumn-0.1.14.crate) = 8449 -SHA256 (rust/crates/enumset-1.1.10.crate) = 25b07a8dfbbbfc0064c0a6bdf9edcf966de6b1c33ce344bdeca3b41615452634 -SIZE (rust/crates/enumset-1.1.10.crate) = 31353 -SHA256 (rust/crates/enumset_derive-0.14.0.crate) = f43e744e4ea338060faee68ed933e46e722fb7f3617e722a5772d7e856d8b3ce -SIZE (rust/crates/enumset_derive-0.14.0.crate) = 17657 -SHA256 (rust/crates/env_filter-1.0.0.crate) = 7a1c3cc8e57274ec99de65301228b537f1e4eedc1b8e0f9411c6caac8ae7308f -SIZE (rust/crates/env_filter-1.0.0.crate) = 16069 -SHA256 (rust/crates/env_logger-0.11.9.crate) = b2daee4ea451f429a58296525ddf28b45a3b64f1acf6587e2067437bb11e218d -SIZE (rust/crates/env_logger-0.11.9.crate) = 32624 +SHA256 (rust/crates/enumset-1.1.12.crate) = 7f96a4a12fe60ac746ae295a1a4ecb5bb02debc20856506c8635288065f142de +SIZE (rust/crates/enumset-1.1.12.crate) = 26236 +SHA256 (rust/crates/enumset_derive-0.15.0.crate) = 4bd536557b58c682b217b8fb199afdff47cd3eff260623f19e77074eb073d63a +SIZE (rust/crates/enumset_derive-0.15.0.crate) = 17951 +SHA256 (rust/crates/env_filter-1.0.1.crate) = 32e90c2accc4b07a8456ea0debdc2e7587bdd890680d71173a15d4ae604f6eef +SIZE (rust/crates/env_filter-1.0.1.crate) = 15045 +SHA256 (rust/crates/env_logger-0.11.10.crate) = 0621c04f2196ac3f488dd583365b9c09be011a4ab8b9f37248ffcc8f6198b56a +SIZE (rust/crates/env_logger-0.11.10.crate) = 31613 SHA256 (rust/crates/equator-0.4.2.crate) = 4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc SIZE (rust/crates/equator-0.4.2.crate) = 11159 SHA256 (rust/crates/equator-macro-0.4.2.crate) = 44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3 SIZE (rust/crates/equator-macro-0.4.2.crate) = 6407 SHA256 (rust/crates/equivalent-1.0.2.crate) = 877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f SIZE (rust/crates/equivalent-1.0.2.crate) = 7419 SHA256 (rust/crates/errno-0.3.14.crate) = 39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb SIZE (rust/crates/errno-0.3.14.crate) = 12002 SHA256 (rust/crates/etherparse-0.19.0.crate) = b119b9796ff800751a220394b8b3613f26dd30c48f254f6837e64c464872d1c7 SIZE (rust/crates/etherparse-0.19.0.crate) = 451039 SHA256 (rust/crates/event-listener-5.4.1.crate) = e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab SIZE (rust/crates/event-listener-5.4.1.crate) = 43782 SHA256 (rust/crates/event-listener-strategy-0.5.4.crate) = 8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93 SIZE (rust/crates/event-listener-strategy-0.5.4.crate) = 16179 SHA256 (rust/crates/fallible-iterator-0.3.0.crate) = 2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649 SIZE (rust/crates/fallible-iterator-0.3.0.crate) = 19639 SHA256 (rust/crates/fastbloom-0.14.1.crate) = 4e7f34442dbe69c60fe8eaf58a8cafff81a1f278816d8ab4db255b3bef4ac3c4 SIZE (rust/crates/fastbloom-0.14.1.crate) = 23068 -SHA256 (rust/crates/fastrand-2.3.0.crate) = 37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be -SIZE (rust/crates/fastrand-2.3.0.crate) = 15076 +SHA256 (rust/crates/fastrand-2.4.1.crate) = 9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6 +SIZE (rust/crates/fastrand-2.4.1.crate) = 20773 SHA256 (rust/crates/fdeflate-0.3.7.crate) = 1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c SIZE (rust/crates/fdeflate-0.3.7.crate) = 27188 SHA256 (rust/crates/ff-0.12.1.crate) = d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160 SIZE (rust/crates/ff-0.12.1.crate) = 12956 +SHA256 (rust/crates/ff-0.13.1.crate) = c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393 +SIZE (rust/crates/ff-0.13.1.crate) = 18607 +SHA256 (rust/crates/fiat-crypto-0.2.9.crate) = 28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d +SIZE (rust/crates/fiat-crypto-0.2.9.crate) = 495390 SHA256 (rust/crates/field-offset-0.3.6.crate) = 38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f SIZE (rust/crates/field-offset-0.3.6.crate) = 10032 -SHA256 (rust/crates/filetime-0.2.27.crate) = f98844151eee8917efc50bd9e8318cb963ae8b297431495d3f758616ea5c57db -SIZE (rust/crates/filetime-0.2.27.crate) = 16678 +SHA256 (rust/crates/filetime-0.2.28.crate) = 2d5b2eef6fafbf69f877e55509ce5b11a760690ac9700a2921be067aa6afaef6 +SIZE (rust/crates/filetime-0.2.28.crate) = 16908 SHA256 (rust/crates/find-msvc-tools-0.1.9.crate) = 5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582 SIZE (rust/crates/find-msvc-tools-0.1.9.crate) = 31493 SHA256 (rust/crates/fixedbitset-0.4.2.crate) = 0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80 SIZE (rust/crates/fixedbitset-0.4.2.crate) = 15954 SHA256 (rust/crates/flate2-1.1.9.crate) = 843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c SIZE (rust/crates/flate2-1.1.9.crate) = 82745 SHA256 (rust/crates/float-ord-0.3.2.crate) = 8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d SIZE (rust/crates/float-ord-0.3.2.crate) = 7683 SHA256 (rust/crates/float4-0.1.0.crate) = 5939bac0ef2ad7c83a53e4fb889c1d81f007b07061d648cd271071984d86f257 SIZE (rust/crates/float4-0.1.0.crate) = 14273 SHA256 (rust/crates/float8-0.4.2.crate) = 4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462 SIZE (rust/crates/float8-0.4.2.crate) = 23462 SHA256 (rust/crates/flume-0.12.0.crate) = 5e139bc46ca777eb5efaf62df0ab8cc5fd400866427e56c68b22e414e53bd3be SIZE (rust/crates/flume-0.12.0.crate) = 68700 SHA256 (rust/crates/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 SIZE (rust/crates/fnv-1.0.7.crate) = 11266 SHA256 (rust/crates/foldhash-0.1.5.crate) = d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2 SIZE (rust/crates/foldhash-0.1.5.crate) = 21901 SHA256 (rust/crates/foldhash-0.2.0.crate) = 77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb SIZE (rust/crates/foldhash-0.2.0.crate) = 23329 SHA256 (rust/crates/foreign-types-0.5.0.crate) = d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965 SIZE (rust/crates/foreign-types-0.5.0.crate) = 7824 SHA256 (rust/crates/foreign-types-macros-0.2.3.crate) = 1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742 SIZE (rust/crates/foreign-types-macros-0.2.3.crate) = 7635 SHA256 (rust/crates/foreign-types-shared-0.3.1.crate) = aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b SIZE (rust/crates/foreign-types-shared-0.3.1.crate) = 6006 SHA256 (rust/crates/form_urlencoded-1.2.2.crate) = cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf SIZE (rust/crates/form_urlencoded-1.2.2.crate) = 9347 SHA256 (rust/crates/fs_extra-1.3.0.crate) = 42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c SIZE (rust/crates/fs_extra-1.3.0.crate) = 31298 SHA256 (rust/crates/fslock-0.2.1.crate) = 04412b8935272e3a9bae6f48c7bfff74c2911f60525404edfdd28e49884c3bfb SIZE (rust/crates/fslock-0.2.1.crate) = 13463 SHA256 (rust/crates/fst-0.4.7.crate) = 7ab85b9b05e3978cc9a9cf8fea7f01b494e1a09ed3037e16ba39edc7a29eb61a SIZE (rust/crates/fst-0.4.7.crate) = 1573393 SHA256 (rust/crates/futures-0.3.32.crate) = 8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d SIZE (rust/crates/futures-0.3.32.crate) = 61234 SHA256 (rust/crates/futures-channel-0.3.32.crate) = 07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d SIZE (rust/crates/futures-channel-0.3.32.crate) = 33213 SHA256 (rust/crates/futures-core-0.3.32.crate) = 7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d SIZE (rust/crates/futures-core-0.3.32.crate) = 14684 SHA256 (rust/crates/futures-executor-0.3.32.crate) = baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d SIZE (rust/crates/futures-executor-0.3.32.crate) = 18581 SHA256 (rust/crates/futures-io-0.3.32.crate) = cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718 SIZE (rust/crates/futures-io-0.3.32.crate) = 9191 SHA256 (rust/crates/futures-lite-2.6.1.crate) = f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad SIZE (rust/crates/futures-lite-2.6.1.crate) = 46095 SHA256 (rust/crates/futures-macro-0.3.32.crate) = e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b SIZE (rust/crates/futures-macro-0.3.32.crate) = 11929 SHA256 (rust/crates/futures-sink-0.3.32.crate) = c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893 SIZE (rust/crates/futures-sink-0.3.32.crate) = 8106 SHA256 (rust/crates/futures-task-0.3.32.crate) = 037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393 SIZE (rust/crates/futures-task-0.3.32.crate) = 11377 SHA256 (rust/crates/futures-timer-3.0.3.crate) = f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24 SIZE (rust/crates/futures-timer-3.0.3.crate) = 19739 SHA256 (rust/crates/futures-util-0.3.32.crate) = 389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6 SIZE (rust/crates/futures-util-0.3.32.crate) = 168797 SHA256 (rust/crates/g2gen-1.2.2.crate) = c5a7e0eb46f83a20260b850117d204366674e85d3a908d90865c78df9a6b1dfc SIZE (rust/crates/g2gen-1.2.2.crate) = 12168 SHA256 (rust/crates/g2p-1.2.2.crate) = 539e2644c030d3bf4cd208cb842d2ce2f80e82e6e8472390bcef83ceba0d80ad SIZE (rust/crates/g2p-1.2.2.crate) = 18897 SHA256 (rust/crates/g2poly-1.2.2.crate) = 312d2295c7302019c395cfb90dacd00a82a2eabd700429bba9c7a3f38dbbe11b SIZE (rust/crates/g2poly-1.2.2.crate) = 10168 SHA256 (rust/crates/generic-array-0.14.7.crate) = 85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a SIZE (rust/crates/generic-array-0.14.7.crate) = 15950 -SHA256 (rust/crates/generic_singleton-0.5.1.crate) = b2d5de0fc83987dac514f3b910c5d08392b220efe8cf72086c660029a197bf73 -SIZE (rust/crates/generic_singleton-0.5.1.crate) = 12537 -SHA256 (rust/crates/getifaddrs-0.6.0.crate) = 06f770241660efeeedb30b48ccbe0a8e6f649322148237539e71f3ccd14a4461 -SIZE (rust/crates/getifaddrs-0.6.0.crate) = 19295 +SHA256 (rust/crates/generic_singleton-0.5.3.crate) = ab6e923c8e978e57cf63e2e200ca967d1d20f0ea2662b28f6d4e11c44aa6ab16 +SIZE (rust/crates/generic_singleton-0.5.3.crate) = 10904 +SHA256 (rust/crates/getifaddrs-0.6.2.crate) = a542e1b7ac1f3d62c5777d430d66eca9cb59e813c46b86e29fa9ce94ff9a4810 +SIZE (rust/crates/getifaddrs-0.6.2.crate) = 19273 SHA256 (rust/crates/getrandom-0.2.17.crate) = ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0 SIZE (rust/crates/getrandom-0.2.17.crate) = 40780 SHA256 (rust/crates/getrandom-0.3.4.crate) = 899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd SIZE (rust/crates/getrandom-0.3.4.crate) = 50932 -SHA256 (rust/crates/getrandom-0.4.1.crate) = 139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec -SIZE (rust/crates/getrandom-0.4.1.crate) = 53686 -SHA256 (rust/crates/gif-0.14.1.crate) = f5df2ba84018d80c213569363bdcd0c64e6933c67fe4c1d60ecf822971a3c35e -SIZE (rust/crates/gif-0.14.1.crate) = 38581 +SHA256 (rust/crates/getrandom-0.4.2.crate) = 0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555 +SIZE (rust/crates/getrandom-0.4.2.crate) = 53905 +SHA256 (rust/crates/gif-0.14.2.crate) = ee8cfcc411d9adbbaba82fb72661cc1bcca13e8bba98b364e62b2dba8f960159 +SIZE (rust/crates/gif-0.14.2.crate) = 38710 SHA256 (rust/crates/gimli-0.32.3.crate) = e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7 SIZE (rust/crates/gimli-0.32.3.crate) = 289789 SHA256 (rust/crates/gl_generator-0.14.0.crate) = 1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d SIZE (rust/crates/gl_generator-0.14.0.crate) = 22330 SHA256 (rust/crates/glob-0.3.3.crate) = 0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280 SIZE (rust/crates/glob-0.3.3.crate) = 22861 SHA256 (rust/crates/glow-0.16.0.crate) = c5e5ea60d70410161c8bf5da3fdfeaa1c72ed2c15f8bbb9d19fe3a4fad085f08 SIZE (rust/crates/glow-0.16.0.crate) = 162118 SHA256 (rust/crates/glutin_wgl_sys-0.6.1.crate) = 2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e SIZE (rust/crates/glutin_wgl_sys-0.6.1.crate) = 5567 SHA256 (rust/crates/governor-0.10.4.crate) = 9efcab3c1958580ff1f25a2a41be1668f7603d849bb63af523b208a3cc1223b8 SIZE (rust/crates/governor-0.10.4.crate) = 141717 SHA256 (rust/crates/gpu-alloc-0.6.0.crate) = fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171 SIZE (rust/crates/gpu-alloc-0.6.0.crate) = 19649 SHA256 (rust/crates/gpu-alloc-types-0.3.0.crate) = 98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4 SIZE (rust/crates/gpu-alloc-types-0.3.0.crate) = 4128 SHA256 (rust/crates/gpu-allocator-0.27.0.crate) = c151a2a5ef800297b4e79efa4f4bec035c5f51d5ae587287c9b952bdf734cacd SIZE (rust/crates/gpu-allocator-0.27.0.crate) = 49410 SHA256 (rust/crates/gpu-descriptor-0.3.2.crate) = b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca SIZE (rust/crates/gpu-descriptor-0.3.2.crate) = 7943 SHA256 (rust/crates/gpu-descriptor-types-0.2.0.crate) = fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91 SIZE (rust/crates/gpu-descriptor-types-0.2.0.crate) = 2169 SHA256 (rust/crates/group-0.12.1.crate) = 5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7 SIZE (rust/crates/group-0.12.1.crate) = 16516 +SHA256 (rust/crates/group-0.13.0.crate) = f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63 +SIZE (rust/crates/group-0.13.0.crate) = 16526 SHA256 (rust/crates/h2-0.3.27.crate) = 0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d SIZE (rust/crates/h2-0.3.27.crate) = 169180 -SHA256 (rust/crates/h2-0.4.13.crate) = 2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54 -SIZE (rust/crates/h2-0.4.13.crate) = 176861 +SHA256 (rust/crates/h2-0.4.14.crate) = 171fefbc92fe4a4de27e0698d6a5b392d6a0e333506bc49133760b3bcf948733 +SIZE (rust/crates/h2-0.4.14.crate) = 177377 SHA256 (rust/crates/half-2.7.1.crate) = 6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b SIZE (rust/crates/half-2.7.1.crate) = 61040 SHA256 (rust/crates/hashbrown-0.12.3.crate) = 8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888 SIZE (rust/crates/hashbrown-0.12.3.crate) = 102968 SHA256 (rust/crates/hashbrown-0.13.2.crate) = 43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e SIZE (rust/crates/hashbrown-0.13.2.crate) = 105265 SHA256 (rust/crates/hashbrown-0.15.5.crate) = 9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1 SIZE (rust/crates/hashbrown-0.15.5.crate) = 140908 SHA256 (rust/crates/hashbrown-0.16.1.crate) = 841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100 SIZE (rust/crates/hashbrown-0.16.1.crate) = 147785 +SHA256 (rust/crates/hashbrown-0.17.1.crate) = ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a +SIZE (rust/crates/hashbrown-0.17.1.crate) = 155512 SHA256 (rust/crates/headers-0.4.1.crate) = b3314d5adb5d94bcdf56771f2e50dbbc80bb4bdf88967526706205ac9eff24eb SIZE (rust/crates/headers-0.4.1.crate) = 71105 SHA256 (rust/crates/headers-core-0.3.0.crate) = 54b4a22553d4242c49fddb9ba998a99962b5cc6f22cb5a3482bec22522403ce4 SIZE (rust/crates/headers-core-0.3.0.crate) = 2333 SHA256 (rust/crates/heck-0.4.1.crate) = 95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8 SIZE (rust/crates/heck-0.4.1.crate) = 11567 SHA256 (rust/crates/heck-0.5.0.crate) = 2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea SIZE (rust/crates/heck-0.5.0.crate) = 11517 SHA256 (rust/crates/hermit-abi-0.5.2.crate) = fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c SIZE (rust/crates/hermit-abi-0.5.2.crate) = 17435 SHA256 (rust/crates/hex-0.4.3.crate) = 7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70 SIZE (rust/crates/hex-0.4.3.crate) = 13299 SHA256 (rust/crates/hexf-parse-0.2.1.crate) = dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df SIZE (rust/crates/hexf-parse-0.2.1.crate) = 4662 +SHA256 (rust/crates/hkdf-0.12.4.crate) = 7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7 +SIZE (rust/crates/hkdf-0.12.4.crate) = 171163 SHA256 (rust/crates/hmac-0.12.1.crate) = 6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e SIZE (rust/crates/hmac-0.12.1.crate) = 42657 +SHA256 (rust/crates/hmac-0.13.0.crate) = 6303bc9732ae41b04cb554b844a762b4115a61bfaa81e3e83050991eeb56863f +SIZE (rust/crates/hmac-0.13.0.crate) = 45167 SHA256 (rust/crates/home-0.5.12.crate) = cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d SIZE (rust/crates/home-0.5.12.crate) = 9445 SHA256 (rust/crates/hound-3.5.1.crate) = 62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f SIZE (rust/crates/hound-3.5.1.crate) = 39446 SHA256 (rust/crates/hrtf-0.8.1.crate) = 0f4de47a84fd55fa33aa5ef337016814fdc869fdad23e7898b5322fa290248e6 SIZE (rust/crates/hrtf-0.8.1.crate) = 11270 SHA256 (rust/crates/http-0.2.12.crate) = 601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1 SIZE (rust/crates/http-0.2.12.crate) = 101964 SHA256 (rust/crates/http-1.4.0.crate) = e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a SIZE (rust/crates/http-1.4.0.crate) = 106978 SHA256 (rust/crates/http-body-0.4.6.crate) = 7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2 SIZE (rust/crates/http-body-0.4.6.crate) = 10773 SHA256 (rust/crates/http-body-1.0.1.crate) = 1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184 SIZE (rust/crates/http-body-1.0.1.crate) = 6125 SHA256 (rust/crates/http-body-util-0.1.3.crate) = b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a SIZE (rust/crates/http-body-util-0.1.3.crate) = 16975 SHA256 (rust/crates/httparse-1.10.1.crate) = 6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87 SIZE (rust/crates/httparse-1.10.1.crate) = 45190 SHA256 (rust/crates/httpdate-1.0.3.crate) = df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9 SIZE (rust/crates/httpdate-1.0.3.crate) = 10639 SHA256 (rust/crates/human_bytes-0.4.3.crate) = 91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e SIZE (rust/crates/human_bytes-0.4.3.crate) = 5654 SHA256 (rust/crates/hxdmp-0.2.1.crate) = a17b27f28a7466846baca75f0a5244e546e44178eb7f1c07a3820f413e91c6b0 SIZE (rust/crates/hxdmp-0.2.1.crate) = 11117 +SHA256 (rust/crates/hybrid-array-0.4.12.crate) = 9155a582abd142abc056962c29e3ce5ff2ad5469f4246b537ed42c5deba857da +SIZE (rust/crates/hybrid-array-0.4.12.crate) = 36407 SHA256 (rust/crates/hyper-0.14.32.crate) = 41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7 SIZE (rust/crates/hyper-0.14.32.crate) = 199622 -SHA256 (rust/crates/hyper-1.8.1.crate) = 2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11 -SIZE (rust/crates/hyper-1.8.1.crate) = 157353 +SHA256 (rust/crates/hyper-1.9.0.crate) = 6299f016b246a94207e63da54dbe807655bf9e00044f73ded42c3ac5305fbcca +SIZE (rust/crates/hyper-1.9.0.crate) = 160126 SHA256 (rust/crates/hyper-proxy2-0.1.0.crate) = 9043b7b23fb0bc4a1c7014c27b50a4fc42cc76206f71d34fc0dfe5b28ddc3faf SIZE (rust/crates/hyper-proxy2-0.1.0.crate) = 20056 SHA256 (rust/crates/hyper-rustls-0.24.2.crate) = ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590 SIZE (rust/crates/hyper-rustls-0.24.2.crate) = 30195 SHA256 (rust/crates/hyper-rustls-0.26.0.crate) = a0bea761b46ae2b24eb4aef630d8d1c398157b6fc29e6350ecf090a0b70c952c SIZE (rust/crates/hyper-rustls-0.26.0.crate) = 29538 -SHA256 (rust/crates/hyper-rustls-0.27.7.crate) = e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58 -SIZE (rust/crates/hyper-rustls-0.27.7.crate) = 35435 +SHA256 (rust/crates/hyper-rustls-0.27.9.crate) = 33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f +SIZE (rust/crates/hyper-rustls-0.27.9.crate) = 22935 SHA256 (rust/crates/hyper-util-0.1.20.crate) = 96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0 SIZE (rust/crates/hyper-util-0.1.20.crate) = 112807 SHA256 (rust/crates/hyphenation-0.8.4.crate) = bcf4dd4c44ae85155502a52c48739c8a48185d1449fff1963cffee63c28a50f0 SIZE (rust/crates/hyphenation-0.8.4.crate) = 3428332 SHA256 (rust/crates/hyphenation_commons-0.8.4.crate) = 5febe7a2ade5c7d98eb8b75f946c046b335324b06a14ea0998271504134c05bf SIZE (rust/crates/hyphenation_commons-0.8.4.crate) = 6987 SHA256 (rust/crates/iana-time-zone-0.1.65.crate) = e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470 SIZE (rust/crates/iana-time-zone-0.1.65.crate) = 34079 SHA256 (rust/crates/iana-time-zone-haiku-0.1.2.crate) = f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f SIZE (rust/crates/iana-time-zone-haiku-0.1.2.crate) = 7185 -SHA256 (rust/crates/icu_collections-2.1.1.crate) = 4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43 -SIZE (rust/crates/icu_collections-2.1.1.crate) = 87233 -SHA256 (rust/crates/icu_locale-2.1.1.crate) = 532b11722e350ab6bf916ba6eb0efe3ee54b932666afec989465f9243fe6dd60 -SIZE (rust/crates/icu_locale-2.1.1.crate) = 33928 -SHA256 (rust/crates/icu_locale_core-2.1.1.crate) = edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6 -SIZE (rust/crates/icu_locale_core-2.1.1.crate) = 70876 -SHA256 (rust/crates/icu_locale_data-2.1.2.crate) = 1c5f1d16b4c3a2642d3a719f18f6b06070ab0aef246a6418130c955ae08aa831 -SIZE (rust/crates/icu_locale_data-2.1.2.crate) = 116639 -SHA256 (rust/crates/icu_normalizer-2.1.1.crate) = 5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599 -SIZE (rust/crates/icu_normalizer-2.1.1.crate) = 67132 -SHA256 (rust/crates/icu_normalizer_data-2.1.1.crate) = 7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a -SIZE (rust/crates/icu_normalizer_data-2.1.1.crate) = 68649 -SHA256 (rust/crates/icu_properties-2.1.2.crate) = 020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec -SIZE (rust/crates/icu_properties-2.1.2.crate) = 60136 -SHA256 (rust/crates/icu_properties_data-2.1.2.crate) = 616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af -SIZE (rust/crates/icu_properties_data-2.1.2.crate) = 163057 -SHA256 (rust/crates/icu_provider-2.1.1.crate) = 85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614 -SIZE (rust/crates/icu_provider-2.1.1.crate) = 50907 -SHA256 (rust/crates/icu_segmenter-2.1.2.crate) = a807a7488f3f758629ae86d99d9d30dce24da2fb2945d74c80a4f4a62c71db73 -SIZE (rust/crates/icu_segmenter-2.1.2.crate) = 1728886 -SHA256 (rust/crates/icu_segmenter_data-2.1.1.crate) = 6ebbb7321d9e21d25f5660366cb6c08201d0175898a3a6f7a41ee9685af21c80 -SIZE (rust/crates/icu_segmenter_data-2.1.1.crate) = 3390806 +SHA256 (rust/crates/icu_collections-2.2.0.crate) = 2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c +SIZE (rust/crates/icu_collections-2.2.0.crate) = 88011 +SHA256 (rust/crates/icu_locale-2.2.0.crate) = d5a396343c7208121dc86e35623d3dfe19814a7613cfd14964994cdc9c9a2e26 +SIZE (rust/crates/icu_locale-2.2.0.crate) = 34517 +SHA256 (rust/crates/icu_locale_core-2.2.0.crate) = 92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29 +SIZE (rust/crates/icu_locale_core-2.2.0.crate) = 78639 +SHA256 (rust/crates/icu_locale_data-2.2.0.crate) = d5fdcc9ac77c6d74ff5cf6e65ef3181d6af32003b16fce3a77fb451d2f695993 +SIZE (rust/crates/icu_locale_data-2.2.0.crate) = 116702 +SHA256 (rust/crates/icu_normalizer-2.2.0.crate) = c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4 +SIZE (rust/crates/icu_normalizer-2.2.0.crate) = 78154 +SHA256 (rust/crates/icu_normalizer_data-2.2.0.crate) = da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38 +SIZE (rust/crates/icu_normalizer_data-2.2.0.crate) = 67134 +SHA256 (rust/crates/icu_properties-2.2.0.crate) = bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de +SIZE (rust/crates/icu_properties-2.2.0.crate) = 63950 +SHA256 (rust/crates/icu_properties_data-2.2.0.crate) = 8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14 +SIZE (rust/crates/icu_properties_data-2.2.0.crate) = 168901 +SHA256 (rust/crates/icu_provider-2.2.0.crate) = 139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421 +SIZE (rust/crates/icu_provider-2.2.0.crate) = 51620 +SHA256 (rust/crates/icu_segmenter-2.2.0.crate) = 5c0794db0b1a86193ac9c48768d0e6c52c54448e0870ad87907d456ee0dac964 +SIZE (rust/crates/icu_segmenter-2.2.0.crate) = 1785626 +SHA256 (rust/crates/icu_segmenter_data-2.2.0.crate) = e4a2c462a4d927d512f5f882a033ddd62f33a05bb9f230d98f736ac3dc85938f +SIZE (rust/crates/icu_segmenter_data-2.2.0.crate) = 3390846 SHA256 (rust/crates/id-arena-2.3.0.crate) = 3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954 SIZE (rust/crates/id-arena-2.3.0.crate) = 12883 SHA256 (rust/crates/ident_case-1.0.1.crate) = b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39 SIZE (rust/crates/ident_case-1.0.1.crate) = 3492 SHA256 (rust/crates/idna-1.1.0.crate) = 3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de SIZE (rust/crates/idna-1.1.0.crate) = 148747 -SHA256 (rust/crates/idna_adapter-1.2.1.crate) = 3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344 -SIZE (rust/crates/idna_adapter-1.2.1.crate) = 10389 -SHA256 (rust/crates/image-0.25.9.crate) = e6506c6c10786659413faa717ceebcb8f70731c0a60cbae39795fdf114519c1a -SIZE (rust/crates/image-0.25.9.crate) = 294591 +SHA256 (rust/crates/idna_adapter-1.2.2.crate) = cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714 +SIZE (rust/crates/idna_adapter-1.2.2.crate) = 10444 +SHA256 (rust/crates/image-0.25.10.crate) = 85ab80394333c02fe689eaf900ab500fbd0c2213da414687ebf995a65d5a6104 +SIZE (rust/crates/image-0.25.10.crate) = 303647 SHA256 (rust/crates/image_hasher-3.1.1.crate) = dd266c66b0a0e2d4c6db8e710663fc163a2d33595ce997b6fbda407c8759d344 SIZE (rust/crates/image_hasher-3.1.1.crate) = 58985 -SHA256 (rust/crates/imgref-1.12.0.crate) = e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8 -SIZE (rust/crates/imgref-1.12.0.crate) = 66324 +SHA256 (rust/crates/imgref-1.12.1.crate) = 40fac9d56ed6437b198fddba683305e8e2d651aa42647f00f5ae542e7f5c94a2 +SIZE (rust/crates/imgref-1.12.1.crate) = 19103 SHA256 (rust/crates/indexmap-1.9.3.crate) = bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99 SIZE (rust/crates/indexmap-1.9.3.crate) = 54653 -SHA256 (rust/crates/indexmap-2.13.0.crate) = 7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017 -SIZE (rust/crates/indexmap-2.13.0.crate) = 102206 +SHA256 (rust/crates/indexmap-2.14.0.crate) = d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9 +SIZE (rust/crates/indexmap-2.14.0.crate) = 104085 SHA256 (rust/crates/indicatif-0.18.4.crate) = 25470f23803092da7d239834776d653104d551bc4d7eacaf31e6837854b8e9eb SIZE (rust/crates/indicatif-0.18.4.crate) = 68731 SHA256 (rust/crates/inout-0.1.4.crate) = 879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01 SIZE (rust/crates/inout-0.1.4.crate) = 11280 SHA256 (rust/crates/interpolate_name-0.2.4.crate) = c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60 SIZE (rust/crates/interpolate_name-0.2.4.crate) = 4027 -SHA256 (rust/crates/ipnet-2.11.0.crate) = 469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130 -SIZE (rust/crates/ipnet-2.11.0.crate) = 29718 -SHA256 (rust/crates/iri-string-0.7.10.crate) = c91338f0783edbd6195decb37bae672fd3b165faffb89bf7b9e6942f8b1a731a -SIZE (rust/crates/iri-string-0.7.10.crate) = 146126 +SHA256 (rust/crates/ipnet-2.12.0.crate) = d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2 +SIZE (rust/crates/ipnet-2.12.0.crate) = 31000 SHA256 (rust/crates/is-docker-0.2.0.crate) = 928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3 SIZE (rust/crates/is-docker-0.2.0.crate) = 2664 SHA256 (rust/crates/is-wsl-0.4.0.crate) = 173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5 SIZE (rust/crates/is-wsl-0.4.0.crate) = 3264 SHA256 (rust/crates/is_terminal_polyfill-1.70.2.crate) = a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695 SIZE (rust/crates/is_terminal_polyfill-1.70.2.crate) = 7548 SHA256 (rust/crates/iso8601-0.6.3.crate) = e1082f0c48f143442a1ac6122f67e360ceee130b967af4d50996e5154a45df46 SIZE (rust/crates/iso8601-0.6.3.crate) = 23285 SHA256 (rust/crates/itertools-0.11.0.crate) = b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57 SIZE (rust/crates/itertools-0.11.0.crate) = 125074 SHA256 (rust/crates/itertools-0.12.1.crate) = ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569 SIZE (rust/crates/itertools-0.12.1.crate) = 137761 SHA256 (rust/crates/itertools-0.13.0.crate) = 413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186 SIZE (rust/crates/itertools-0.13.0.crate) = 146261 SHA256 (rust/crates/itertools-0.14.0.crate) = 2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285 SIZE (rust/crates/itertools-0.14.0.crate) = 152715 -SHA256 (rust/crates/itoa-1.0.17.crate) = 92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2 -SIZE (rust/crates/itoa-1.0.17.crate) = 15905 -SHA256 (rust/crates/jiff-0.2.21.crate) = b3e3d65f018c6ae946ab16e80944b97096ed73c35b221d1c478a6c81d8f57940 -SIZE (rust/crates/jiff-0.2.21.crate) = 759423 -SHA256 (rust/crates/jiff-static-0.2.21.crate) = a17c2b211d863c7fde02cbea8a3c1a439b98e109286554f2860bdded7ff83818 -SIZE (rust/crates/jiff-static-0.2.21.crate) = 83743 +SHA256 (rust/crates/itoa-1.0.18.crate) = 8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682 +SIZE (rust/crates/itoa-1.0.18.crate) = 15935 +SHA256 (rust/crates/jiff-0.2.24.crate) = f00b5dbd620d61dfdcb6007c9c1f6054ebd75319f163d886a9055cec1155073d +SIZE (rust/crates/jiff-0.2.24.crate) = 760237 +SHA256 (rust/crates/jiff-static-0.2.24.crate) = e000de030ff8022ea1da3f466fbb0f3a809f5e51ed31f6dd931c35181ad8e6d7 +SIZE (rust/crates/jiff-static-0.2.24.crate) = 83747 SHA256 (rust/crates/jni-0.21.1.crate) = 1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97 SIZE (rust/crates/jni-0.21.1.crate) = 105028 -SHA256 (rust/crates/jni-sys-0.3.0.crate) = 8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130 -SIZE (rust/crates/jni-sys-0.3.0.crate) = 10232 +SHA256 (rust/crates/jni-0.22.4.crate) = 5efd9a482cf3a427f00d6b35f14332adc7902ce91efb778580e180ff90fa3498 +SIZE (rust/crates/jni-0.22.4.crate) = 199347 +SHA256 (rust/crates/jni-macros-0.22.4.crate) = a00109accc170f0bdb141fed3e393c565b6f5e072365c3bd58f5b062591560a3 +SIZE (rust/crates/jni-macros-0.22.4.crate) = 63557 +SHA256 (rust/crates/jni-sys-0.3.1.crate) = 41a652e1f9b6e0275df1f15b32661cf0d4b78d4d87ddec5e0c3c20f097433258 +SIZE (rust/crates/jni-sys-0.3.1.crate) = 11570 +SHA256 (rust/crates/jni-sys-0.4.1.crate) = c6377a88cb3910bee9b0fa88d4f42e1d2da8e79915598f65fb0c7ee14c878af2 +SIZE (rust/crates/jni-sys-0.4.1.crate) = 13249 +SHA256 (rust/crates/jni-sys-macros-0.4.1.crate) = 38c0b942f458fe50cdac086d2f946512305e5631e720728f2a61aabcd47a6264 +SIZE (rust/crates/jni-sys-macros-0.4.1.crate) = 3301 SHA256 (rust/crates/jobserver-0.1.34.crate) = 9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33 SIZE (rust/crates/jobserver-0.1.34.crate) = 29013 -SHA256 (rust/crates/js-sys-0.3.91.crate) = b49715b7073f385ba4bc528e5747d02e66cb39c6146efb66b781f131f0fb399c -SIZE (rust/crates/js-sys-0.3.91.crate) = 91416 -SHA256 (rust/crates/jsonwebtoken-9.3.1.crate) = 5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde -SIZE (rust/crates/jsonwebtoken-9.3.1.crate) = 49398 +SHA256 (rust/crates/js-sys-0.3.98.crate) = 67df7112613f8bfd9150013a0314e196f4800d3201ae742489d999db2f979f08 +SIZE (rust/crates/js-sys-0.3.98.crate) = 108519 +SHA256 (rust/crates/jsonwebtoken-10.4.0.crate) = eba32bfb4ffdeaca3e34431072faf01745c9b26d25504aa7a6cf5684334fc4fc +SIZE (rust/crates/jsonwebtoken-10.4.0.crate) = 65301 SHA256 (rust/crates/khronos-egl-6.0.0.crate) = 6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76 SIZE (rust/crates/khronos-egl-6.0.0.crate) = 29315 SHA256 (rust/crates/khronos_api-3.1.0.crate) = e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc SIZE (rust/crates/khronos_api-3.1.0.crate) = 599718 SHA256 (rust/crates/kstring-2.0.2.crate) = 558bf9508a558512042d3095138b1f7b8fe90c5467d94f9f1da28b3731c5dbd1 SIZE (rust/crates/kstring-2.0.2.crate) = 23044 SHA256 (rust/crates/lazy_static-1.5.0.crate) = bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe SIZE (rust/crates/lazy_static-1.5.0.crate) = 14025 SHA256 (rust/crates/leb128fmt-0.1.0.crate) = 09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2 SIZE (rust/crates/leb128fmt-0.1.0.crate) = 14138 SHA256 (rust/crates/lewton-0.10.2.crate) = 777b48df9aaab155475a83a7df3070395ea1ac6902f5cd062b8f2b028075c030 SIZE (rust/crates/lewton-0.10.2.crate) = 68807 -SHA256 (rust/crates/libbz2-rs-sys-0.2.2.crate) = 2c4a545a15244c7d945065b5d392b2d2d7f21526fba56ce51467b06ed445e8f7 -SIZE (rust/crates/libbz2-rs-sys-0.2.2.crate) = 50880 -SHA256 (rust/crates/libc-0.2.182.crate) = 6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112 -SIZE (rust/crates/libc-0.2.182.crate) = 814873 +SHA256 (rust/crates/libbz2-rs-sys-0.2.3.crate) = b3a6a8c165077efc8f3a971534c50ea6a1a18b329ef4a66e897a7e3a1494565f +SIZE (rust/crates/libbz2-rs-sys-0.2.3.crate) = 50986 +SHA256 (rust/crates/libc-0.2.186.crate) = 68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66 +SIZE (rust/crates/libc-0.2.186.crate) = 821883 SHA256 (rust/crates/libfuzzer-sys-0.4.12.crate) = f12a681b7dd8ce12bff52488013ba614b869148d54dd79836ab85aafdd53f08d SIZE (rust/crates/libfuzzer-sys-0.4.12.crate) = 129805 SHA256 (rust/crates/libloading-0.8.9.crate) = d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55 SIZE (rust/crates/libloading-0.8.9.crate) = 30222 SHA256 (rust/crates/libloading-0.9.0.crate) = 754ca22de805bb5744484a5b151a9e1a8e837d5dc232c2d7d8c2e3492edc8b60 SIZE (rust/crates/libloading-0.9.0.crate) = 33816 SHA256 (rust/crates/liblzma-0.4.6.crate) = b6033b77c21d1f56deeae8014eb9fbe7bdf1765185a6c508b5ca82eeaed7f899 SIZE (rust/crates/liblzma-0.4.6.crate) = 39697 -SHA256 (rust/crates/liblzma-sys-0.4.5.crate) = 9f2db66f3268487b5033077f266da6777d057949b8f93c8ad82e441df25e6186 -SIZE (rust/crates/liblzma-sys-0.4.5.crate) = 1565150 +SHA256 (rust/crates/liblzma-sys-0.4.6.crate) = 1a60851d15cd8c5346eca4ab8babff585be2ae4bc8097c067291d3ffe2add3b6 +SIZE (rust/crates/liblzma-sys-0.4.6.crate) = 1625191 SHA256 (rust/crates/libm-0.2.16.crate) = b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981 SIZE (rust/crates/libm-0.2.16.crate) = 164243 -SHA256 (rust/crates/libredox-0.1.12.crate) = 3d0b95e02c851351f877147b7deea7b1afb1df71b63aa5f8270716e0c5720616 -SIZE (rust/crates/libredox-0.1.12.crate) = 7469 +SHA256 (rust/crates/libredox-0.1.16.crate) = e02f3bb43d335493c96bf3fd3a321600bf6bd07ed34bc64118e9293bdffea46c +SIZE (rust/crates/libredox-0.1.16.crate) = 9600 SHA256 (rust/crates/librespot-audio-0.8.0.crate) = b3fe76acb49f58165484303edf0e7bd778f0e6d96f5c59e9d6b6fde1a90d36ff SIZE (rust/crates/librespot-audio-0.8.0.crate) = 34092 SHA256 (rust/crates/librespot-core-0.8.0.crate) = 168bbe1c416980ddd9a969ebd6b50fb6c924eb1a3ded194285fa8ec0e2b1c68b SIZE (rust/crates/librespot-core-0.8.0.crate) = 91738 SHA256 (rust/crates/librespot-metadata-0.8.0.crate) = 9a9c688aa2acd3ed2498e31a95d6f2be49c0f18128db8958450ffd628aa88532 SIZE (rust/crates/librespot-metadata-0.8.0.crate) = 37723 SHA256 (rust/crates/librespot-oauth-0.8.0.crate) = d686417d49c9d2c363392ffe28d6e469daca20a82dc414740930e078f5829661 SIZE (rust/crates/librespot-oauth-0.8.0.crate) = 21740 SHA256 (rust/crates/librespot-playback-0.8.0.crate) = 88258620bf3e6808ea1fadd11639648d77c06280b9f5a4c9d14ea79f6f998af6 SIZE (rust/crates/librespot-playback-0.8.0.crate) = 76786 SHA256 (rust/crates/librespot-protocol-0.8.0.crate) = 3e01f0b2d39f83fa162eb91d4a16313bcf99e77daf258abe8f7b7bcb1160b084 SIZE (rust/crates/librespot-protocol-0.8.0.crate) = 87814 SHA256 (rust/crates/libsodium-sys-0.2.7.crate) = 6b779387cd56adfbc02ea4a668e704f729be8d6a6abd2c27ca5ee537849a92fd SIZE (rust/crates/libsodium-sys-0.2.7.crate) = 4595870 SHA256 (rust/crates/libwebp-sys2-0.1.11.crate) = 4790186411a6843ecc0a141c8948c8e623a0bb5e886834b1b6c90f3dfa85bb99 SIZE (rust/crates/libwebp-sys2-0.1.11.crate) = 3828434 SHA256 (rust/crates/libwebp-sys2-0.2.0.crate) = 6dc3d00aeaa1d6bf4f35f3003bc1835135e0fb41f2fc19082a3f98d619792505 SIZE (rust/crates/libwebp-sys2-0.2.0.crate) = 3828679 SHA256 (rust/crates/linux-raw-sys-0.4.15.crate) = d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab SIZE (rust/crates/linux-raw-sys-0.4.15.crate) = 2150898 SHA256 (rust/crates/linux-raw-sys-0.12.1.crate) = 32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53 SIZE (rust/crates/linux-raw-sys-0.12.1.crate) = 3006116 -SHA256 (rust/crates/litemap-0.8.1.crate) = 6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77 -SIZE (rust/crates/litemap-0.8.1.crate) = 34172 +SHA256 (rust/crates/litemap-0.8.2.crate) = 92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0 +SIZE (rust/crates/litemap-0.8.2.crate) = 34572 SHA256 (rust/crates/litrs-1.0.0.crate) = 11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092 SIZE (rust/crates/litrs-1.0.0.crate) = 46610 -SHA256 (rust/crates/livekit-api-0.4.14.crate) = fa90c56d727f9e51b6ab5ce6b14262d4817900c72a8a346a4f7208bde98207e6 -SIZE (rust/crates/livekit-api-0.4.14.crate) = 49630 -SHA256 (rust/crates/livekit-protocol-0.7.1.crate) = 01875112fb961da484dedf0c2d5705d8875c5e99da6d5aa1d567be1b7d03532a -SIZE (rust/crates/livekit-protocol-0.7.1.crate) = 826921 +SHA256 (rust/crates/livekit-api-0.4.19.crate) = 900451a686a1ce8488c420e81a2135831383b03aade6bc3075cf80463d3dd6a4 +SIZE (rust/crates/livekit-api-0.4.19.crate) = 55779 +SHA256 (rust/crates/livekit-protocol-0.7.5.crate) = 6cf1cc4ab39d7857fb31be648f43aa7068acb54a6960270dccd300dd5c8d0a98 +SIZE (rust/crates/livekit-protocol-0.7.5.crate) = 876097 SHA256 (rust/crates/livekit-runtime-0.4.0.crate) = 532e84c6cdc5fe774f2b5d9912597b5f3bea561927a48296d03e24549d21c3f6 SIZE (rust/crates/livekit-runtime-0.4.0.crate) = 10213 SHA256 (rust/crates/lock_api-0.4.14.crate) = 224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965 SIZE (rust/crates/lock_api-0.4.14.crate) = 29249 SHA256 (rust/crates/log-0.4.29.crate) = 5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897 SIZE (rust/crates/log-0.4.29.crate) = 51515 -SHA256 (rust/crates/lru-0.16.3.crate) = a1dc47f592c06f33f8e3aea9591776ec7c9f9e4124778ff8a3c3b87159f7e593 -SIZE (rust/crates/lru-0.16.3.crate) = 16743 +SHA256 (rust/crates/lru-0.16.4.crate) = 7f66e8d5d03f609abc3a39e6f08e4164ebf1447a732906d39eb9b99b7919ef39 +SIZE (rust/crates/lru-0.16.4.crate) = 17470 SHA256 (rust/crates/lru-slab-0.1.2.crate) = 112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154 SIZE (rust/crates/lru-slab-0.1.2.crate) = 9090 SHA256 (rust/crates/lzma-rust2-0.15.7.crate) = 1670343e58806300d87950e3401e820b519b9384281bbabfb15e3636689ffd69 SIZE (rust/crates/lzma-rust2-0.15.7.crate) = 253988 SHA256 (rust/crates/m3u8-rs-6.0.0.crate) = f03cd3335fb5f2447755d45cda9c70f76013626a9db44374973791b0926a86c3 SIZE (rust/crates/m3u8-rs-6.0.0.crate) = 30380 SHA256 (rust/crates/malloc_buf-0.0.6.crate) = 62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb SIZE (rust/crates/malloc_buf-0.0.6.crate) = 1239 SHA256 (rust/crates/matchers-0.2.0.crate) = d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9 SIZE (rust/crates/matchers-0.2.0.crate) = 7075 SHA256 (rust/crates/matrixmultiply-0.3.10.crate) = a06de3016e9fae57a36fd14dba131fccf49f74b40b7fbdb472f96e361ec71a08 SIZE (rust/crates/matrixmultiply-0.3.10.crate) = 58170 SHA256 (rust/crates/maybe-rayon-0.1.1.crate) = 8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519 SIZE (rust/crates/maybe-rayon-0.1.1.crate) = 2901 -SHA256 (rust/crates/md-5-0.10.6.crate) = d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf -SIZE (rust/crates/md-5-0.10.6.crate) = 16161 +SHA256 (rust/crates/md-5-0.11.0.crate) = 69b6441f590336821bb897fb28fc622898ccceb1d6cea3fde5ea86b090c4de98 +SIZE (rust/crates/md-5-0.11.0.crate) = 17404 SHA256 (rust/crates/md5-0.8.0.crate) = ae960838283323069879657ca3de837e9f7bbb4c7bf6ea7f1b290d5e9476d2e0 SIZE (rust/crates/md5-0.8.0.crate) = 6984 SHA256 (rust/crates/memchr-2.8.0.crate) = f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79 SIZE (rust/crates/memchr-2.8.0.crate) = 97780 SHA256 (rust/crates/memmap2-0.9.10.crate) = 714098028fe011992e1c3962653c96b2d578c4b4bce9036e15ff220319b1e0e3 SIZE (rust/crates/memmap2-0.9.10.crate) = 34846 SHA256 (rust/crates/memoffset-0.9.1.crate) = 488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a SIZE (rust/crates/memoffset-0.9.1.crate) = 9032 SHA256 (rust/crates/metal-0.32.0.crate) = 00c15a6f673ff72ddcc22394663290f870fb224c1bfce55734a75c414150e605 SIZE (rust/crates/metal-0.32.0.crate) = 3034024 SHA256 (rust/crates/mime-0.3.17.crate) = 6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a SIZE (rust/crates/mime-0.3.17.crate) = 15712 SHA256 (rust/crates/mime_guess-2.0.5.crate) = f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e SIZE (rust/crates/mime_guess-2.0.5.crate) = 27166 SHA256 (rust/crates/minimal-lexical-0.2.1.crate) = 68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a SIZE (rust/crates/minimal-lexical-0.2.1.crate) = 94841 SHA256 (rust/crates/miniz_oxide-0.8.9.crate) = 1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316 SIZE (rust/crates/miniz_oxide-0.8.9.crate) = 67132 -SHA256 (rust/crates/mio-1.1.1.crate) = a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc -SIZE (rust/crates/mio-1.1.1.crate) = 105630 +SHA256 (rust/crates/mio-1.2.0.crate) = 50b7e5b27aa02a74bac8c3f23f448f8d87ff11f92d3aac1a6ed369ee08cc56c1 +SIZE (rust/crates/mio-1.2.0.crate) = 106403 SHA256 (rust/crates/more-asserts-0.3.1.crate) = 1fafa6961cabd9c63bcd77a45d7e3b7f3b552b70417831fb0f56db717e72407e SIZE (rust/crates/more-asserts-0.3.1.crate) = 11965 -SHA256 (rust/crates/moxcms-0.7.11.crate) = ac9557c559cd6fc9867e122e20d2cbefc9ca29d80d027a8e39310920ed2f0a97 -SIZE (rust/crates/moxcms-0.7.11.crate) = 176892 +SHA256 (rust/crates/moxcms-0.8.1.crate) = bb85c154ba489f01b25c0d36ae69a87e4a1c73a72631fc6c0eb6dde34a73e44b +SIZE (rust/crates/moxcms-0.8.1.crate) = 188252 SHA256 (rust/crates/mp4-atom-0.10.1.crate) = 5e8e949244bbd26ea7eb6d936af3a6a0202be68bcfc9afce700f3c9026860ff7 SIZE (rust/crates/mp4-atom-0.10.1.crate) = 126734 SHA256 (rust/crates/muldiv-1.0.1.crate) = 956787520e75e9bd233246045d19f42fb73242759cc57fba9611d940ae96d4b0 SIZE (rust/crates/muldiv-1.0.1.crate) = 4901 SHA256 (rust/crates/multimap-0.10.1.crate) = 1d87ecb2933e8aeadb3e3a02b828fed80a7528047e68b4f424523a0981a3a084 SIZE (rust/crates/multimap-0.10.1.crate) = 15232 SHA256 (rust/crates/naga-26.0.0.crate) = 916cbc7cb27db60be930a4e2da243cf4bc39569195f22fd8ee419cd31d5b662c SIZE (rust/crates/naga-26.0.0.crate) = 737361 SHA256 (rust/crates/nasm-rs-0.3.2.crate) = 706bf8a5e8c8ddb99128c3291d31bd21f4bcde17f0f4c20ec678d85c74faa149 SIZE (rust/crates/nasm-rs-0.3.2.crate) = 12158 SHA256 (rust/crates/nb-0.1.3.crate) = 801d31da0513b6ec5214e9bf433a77966320625a37860f910be265be6e18d06f SIZE (rust/crates/nb-0.1.3.crate) = 10112 SHA256 (rust/crates/nb-1.1.0.crate) = 8d5439c4ad607c3c23abf66de8c8bf57ba8adcd1f129e699851a6e43935d339d SIZE (rust/crates/nb-1.1.0.crate) = 11686 SHA256 (rust/crates/ndarray-0.17.2.crate) = 520080814a7a6b4a6e9070823bb24b4531daac8c4627e08ba5de8c5ef2f2752d SIZE (rust/crates/ndarray-0.17.2.crate) = 243631 SHA256 (rust/crates/ndk-sys-0.6.0+11769913.crate) = ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873 SIZE (rust/crates/ndk-sys-0.6.0+11769913.crate) = 329984 SHA256 (rust/crates/new_debug_unreachable-1.0.6.crate) = 650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086 SIZE (rust/crates/new_debug_unreachable-1.0.6.crate) = 2582 -SHA256 (rust/crates/nix-0.31.2.crate) = 5d6d0705320c1e6ba1d912b5e37cf18071b6c2e9b7fa8215a1e8a7651966f5d3 -SIZE (rust/crates/nix-0.31.2.crate) = 346284 +SHA256 (rust/crates/nix-0.30.1.crate) = 74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6 +SIZE (rust/crates/nix-0.30.1.crate) = 342015 +SHA256 (rust/crates/nix-0.31.3.crate) = cf20d2fde8ff38632c426f1165ed7436270b44f199fc55284c38276f9db47c3d +SIZE (rust/crates/nix-0.31.3.crate) = 347476 SHA256 (rust/crates/nnnoiseless-0.5.2.crate) = 805d5964d1e7a0006a7fdced7dae75084d66d18b35f1dfe81bd76929b1f8da0c SIZE (rust/crates/nnnoiseless-0.5.2.crate) = 132693 -SHA256 (rust/crates/no-std-compat-0.2.0.crate) = df270209a7f04d62459240d890ecb792714d5db12c92937823574a09930276b4 -SIZE (rust/crates/no-std-compat-0.2.0.crate) = 6869 +SHA256 (rust/crates/no_std_io2-0.9.4.crate) = 418abd1b6d34fbf6cae440dc874771b0525a604428704c76e48b29a5e67b8003 +SIZE (rust/crates/no_std_io2-0.9.4.crate) = 37503 SHA256 (rust/crates/nom-7.1.3.crate) = d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a SIZE (rust/crates/nom-7.1.3.crate) = 117570 SHA256 (rust/crates/nom-8.0.0.crate) = df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405 SIZE (rust/crates/nom-8.0.0.crate) = 135590 SHA256 (rust/crates/nonzero_ext-0.3.0.crate) = 38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21 SIZE (rust/crates/nonzero_ext-0.3.0.crate) = 15855 SHA256 (rust/crates/noop_proc_macro-0.3.0.crate) = 0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8 SIZE (rust/crates/noop_proc_macro-0.3.0.crate) = 2157 SHA256 (rust/crates/ntapi-0.4.3.crate) = c3b335231dfd352ffb0f8017f3b6027a4917f7df785ea2143d8af2adc66980ae SIZE (rust/crates/ntapi-0.4.3.crate) = 127190 SHA256 (rust/crates/nu-ansi-term-0.50.3.crate) = 7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5 SIZE (rust/crates/nu-ansi-term-0.50.3.crate) = 29597 SHA256 (rust/crates/num-0.4.3.crate) = 35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23 SIZE (rust/crates/num-0.4.3.crate) = 9575 SHA256 (rust/crates/num-bigint-0.4.6.crate) = a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9 SIZE (rust/crates/num-bigint-0.4.6.crate) = 102801 SHA256 (rust/crates/num-bigint-dig-0.8.6.crate) = e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7 SIZE (rust/crates/num-bigint-dig-0.8.6.crate) = 126196 SHA256 (rust/crates/num-complex-0.4.6.crate) = 73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495 SIZE (rust/crates/num-complex-0.4.6.crate) = 30352 -SHA256 (rust/crates/num-conv-0.2.0.crate) = cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050 -SIZE (rust/crates/num-conv-0.2.0.crate) = 7034 +SHA256 (rust/crates/num-conv-0.2.1.crate) = c6673768db2d862beb9b39a78fdcb1a69439615d5794a1be50caa9bc92c81967 +SIZE (rust/crates/num-conv-0.2.1.crate) = 7099 SHA256 (rust/crates/num-derive-0.4.2.crate) = ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202 SIZE (rust/crates/num-derive-0.4.2.crate) = 14709 SHA256 (rust/crates/num-integer-0.1.46.crate) = 7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f SIZE (rust/crates/num-integer-0.1.46.crate) = 22331 SHA256 (rust/crates/num-iter-0.1.45.crate) = 1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf SIZE (rust/crates/num-iter-0.1.45.crate) = 10320 SHA256 (rust/crates/num-rational-0.4.2.crate) = f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824 SIZE (rust/crates/num-rational-0.4.2.crate) = 28159 SHA256 (rust/crates/num-traits-0.2.19.crate) = 071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841 SIZE (rust/crates/num-traits-0.2.19.crate) = 51631 SHA256 (rust/crates/num_cpus-1.17.0.crate) = 91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b SIZE (rust/crates/num_cpus-1.17.0.crate) = 15874 SHA256 (rust/crates/num_threads-0.1.7.crate) = 5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9 SIZE (rust/crates/num_threads-0.1.7.crate) = 7455 SHA256 (rust/crates/oauth2-5.0.0.crate) = 51e219e79014df21a225b1860a479e2dcd7cbd9130f4defd4bd0e191ea31d67d SIZE (rust/crates/oauth2-5.0.0.crate) = 91364 SHA256 (rust/crates/objc-0.2.7.crate) = 915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1 SIZE (rust/crates/objc-0.2.7.crate) = 22036 SHA256 (rust/crates/objc2-0.6.4.crate) = 3a12a8ed07aefc768292f076dc3ac8c48f3781c8f2d5851dd3d98950e8c5a89f SIZE (rust/crates/objc2-0.6.4.crate) = 275200 +SHA256 (rust/crates/objc2-cloud-kit-0.3.2.crate) = 73ad74d880bb43877038da939b7427bba67e9dd42004a18b809ba7d87cee241c +SIZE (rust/crates/objc2-cloud-kit-0.3.2.crate) = 68818 +SHA256 (rust/crates/objc2-core-data-0.3.2.crate) = 0b402a653efbb5e82ce4df10683b6b28027616a2715e90009947d50b8dd298fa +SIZE (rust/crates/objc2-core-data-0.3.2.crate) = 39186 SHA256 (rust/crates/objc2-core-foundation-0.3.2.crate) = 2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536 SIZE (rust/crates/objc2-core-foundation-0.3.2.crate) = 180804 +SHA256 (rust/crates/objc2-core-graphics-0.3.2.crate) = e022c9d066895efa1345f8e33e584b9f958da2fd4cd116792e15e07e4720a807 +SIZE (rust/crates/objc2-core-graphics-0.3.2.crate) = 84981 +SHA256 (rust/crates/objc2-core-image-0.3.2.crate) = e5d563b38d2b97209f8e861173de434bd0214cf020e3423a52624cd1d989f006 +SIZE (rust/crates/objc2-core-image-0.3.2.crate) = 95862 +SHA256 (rust/crates/objc2-core-location-0.3.2.crate) = ca347214e24bc973fc025fd0d36ebb179ff30536ed1f80252706db19ee452009 +SIZE (rust/crates/objc2-core-location-0.3.2.crate) = 17032 +SHA256 (rust/crates/objc2-core-text-0.3.2.crate) = 0cde0dfb48d25d2b4862161a4d5fcc0e3c24367869ad306b0c9ec0073bfed92d +SIZE (rust/crates/objc2-core-text-0.3.2.crate) = 96485 SHA256 (rust/crates/objc2-encode-4.1.0.crate) = ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33 SIZE (rust/crates/objc2-encode-4.1.0.crate) = 21004 +SHA256 (rust/crates/objc2-foundation-0.3.2.crate) = e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272 +SIZE (rust/crates/objc2-foundation-0.3.2.crate) = 345384 SHA256 (rust/crates/objc2-io-kit-0.3.2.crate) = 33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15 SIZE (rust/crates/objc2-io-kit-0.3.2.crate) = 262569 +SHA256 (rust/crates/objc2-io-surface-0.3.2.crate) = 180788110936d59bab6bd83b6060ffdfffb3b922ba1396b312ae795e1de9d81d +SIZE (rust/crates/objc2-io-surface-0.3.2.crate) = 11722 +SHA256 (rust/crates/objc2-quartz-core-0.3.2.crate) = 96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f +SIZE (rust/crates/objc2-quartz-core-0.3.2.crate) = 30036 +SHA256 (rust/crates/objc2-ui-kit-0.3.2.crate) = d87d638e33c06f577498cbcc50491496a3ed4246998a7fbba7ccb98b1e7eab22 +SIZE (rust/crates/objc2-ui-kit-0.3.2.crate) = 551453 +SHA256 (rust/crates/objc2-user-notifications-0.3.2.crate) = 9df9128cbbfef73cda168416ccf7f837b62737d748333bfe9ab71c245d76613e +SIZE (rust/crates/objc2-user-notifications-0.3.2.crate) = 12257 SHA256 (rust/crates/object-0.37.3.crate) = ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe SIZE (rust/crates/object-0.37.3.crate) = 344032 SHA256 (rust/crates/ogg-0.9.2.crate) = fdab8dcd8d4052eaacaf8fb07a3ccd9a6e26efadb42878a413c68fc4af1dee2b SIZE (rust/crates/ogg-0.9.2.crate) = 29967 SHA256 (rust/crates/oid-registry-0.8.1.crate) = 12f40cff3dde1b6087cc5d5f5d4d65712f34016a03ed60e9c08dcc392736b5b7 SIZE (rust/crates/oid-registry-0.8.1.crate) = 16668 -SHA256 (rust/crates/once_cell-1.21.3.crate) = 42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d -SIZE (rust/crates/once_cell-1.21.3.crate) = 34534 +SHA256 (rust/crates/once_cell-1.21.4.crate) = 9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50 +SIZE (rust/crates/once_cell-1.21.4.crate) = 35010 SHA256 (rust/crates/once_cell_polyfill-1.70.2.crate) = 384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe SIZE (rust/crates/once_cell_polyfill-1.70.2.crate) = 7448 -SHA256 (rust/crates/open-5.3.3.crate) = 43bb73a7fa3799b198970490a51174027ba0d4ec504b03cd08caf513d40024bc -SIZE (rust/crates/open-5.3.3.crate) = 27716 +SHA256 (rust/crates/open-5.3.4.crate) = 9f3bab717c29a857abf75fcef718d441ec7cb2725f937343c734740a985d37fd +SIZE (rust/crates/open-5.3.4.crate) = 28196 SHA256 (rust/crates/openssl-probe-0.1.6.crate) = d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e SIZE (rust/crates/openssl-probe-0.1.6.crate) = 8128 SHA256 (rust/crates/openssl-probe-0.2.1.crate) = 7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe SIZE (rust/crates/openssl-probe-0.2.1.crate) = 9155 SHA256 (rust/crates/option-ext-0.2.0.crate) = 04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d SIZE (rust/crates/option-ext-0.2.0.crate) = 7345 SHA256 (rust/crates/option-operations-0.6.1.crate) = aca39cf52b03268400c16eeb9b56382ea3c3353409309b63f5c8f0b1faf42754 SIZE (rust/crates/option-operations-0.6.1.crate) = 19529 SHA256 (rust/crates/ordered-float-5.0.0.crate) = e2c1f9f56e534ac6a9b8a4600bdf0f530fb393b5f393e7b4d03489c3cf0c3f01 SIZE (rust/crates/ordered-float-5.0.0.crate) = 23364 +SHA256 (rust/crates/os_info-3.14.0.crate) = e4022a17595a00d6a369236fdae483f0de7f0a339960a53118b818238e132224 +SIZE (rust/crates/os_info-3.14.0.crate) = 27455 SHA256 (rust/crates/outref-0.5.2.crate) = 1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e SIZE (rust/crates/outref-0.5.2.crate) = 5621 SHA256 (rust/crates/p256-0.11.1.crate) = 51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594 SIZE (rust/crates/p256-0.11.1.crate) = 67282 +SHA256 (rust/crates/p256-0.13.2.crate) = c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b +SIZE (rust/crates/p256-0.13.2.crate) = 63434 +SHA256 (rust/crates/p384-0.13.1.crate) = fe42f1670a52a47d448f14b6a5c61dd78fce51856e68edaa38f7ae3a46b8d6b6 +SIZE (rust/crates/p384-0.13.1.crate) = 193022 SHA256 (rust/crates/parking-2.2.1.crate) = f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba SIZE (rust/crates/parking-2.2.1.crate) = 10685 SHA256 (rust/crates/parking_lot-0.12.5.crate) = 93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a SIZE (rust/crates/parking_lot-0.12.5.crate) = 46735 SHA256 (rust/crates/parking_lot_core-0.9.12.crate) = 2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1 SIZE (rust/crates/parking_lot_core-0.9.12.crate) = 34110 -SHA256 (rust/crates/parse_link_header-0.4.0.crate) = fbc23fdb8bbf668d582b0c17120bf6b7f91d85ccad3a5b39706f019a4efda005 -SIZE (rust/crates/parse_link_header-0.4.0.crate) = 7509 +SHA256 (rust/crates/parse_link_header-0.4.1.crate) = 4eb9c7a76731a2792f9b97fb34c1e774fff008badcd449d61fcdacb7a912392b +SIZE (rust/crates/parse_link_header-0.4.1.crate) = 10555 SHA256 (rust/crates/paste-1.0.15.crate) = 57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a SIZE (rust/crates/paste-1.0.15.crate) = 18374 SHA256 (rust/crates/pastey-0.1.1.crate) = 35fb2e5f958ec131621fdd531e9fc186ed768cbe395337403ae56c17a74c68ec SIZE (rust/crates/pastey-0.1.1.crate) = 16112 -SHA256 (rust/crates/pastey-0.2.1.crate) = b867cad97c0791bbd3aaa6472142568c6c9e8f71937e98379f584cfb0cf35bec -SIZE (rust/crates/pastey-0.2.1.crate) = 14416 +SHA256 (rust/crates/pastey-0.2.2.crate) = c5a797f0e07bdf071d15742978fc3128ec6c22891c31a3a931513263904c982a +SIZE (rust/crates/pastey-0.2.2.crate) = 17410 SHA256 (rust/crates/pathdiff-0.2.3.crate) = df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3 SIZE (rust/crates/pathdiff-0.2.3.crate) = 7495 SHA256 (rust/crates/pbjson-0.6.0.crate) = 1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90 SIZE (rust/crates/pbjson-0.6.0.crate) = 2621 SHA256 (rust/crates/pbjson-build-0.6.2.crate) = 2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735 SIZE (rust/crates/pbjson-build-0.6.2.crate) = 16893 SHA256 (rust/crates/pbjson-types-0.6.0.crate) = 18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12 SIZE (rust/crates/pbjson-types-0.6.0.crate) = 47151 SHA256 (rust/crates/pbkdf2-0.12.2.crate) = f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2 SIZE (rust/crates/pbkdf2-0.12.2.crate) = 13906 SHA256 (rust/crates/pcap-file-2.0.0.crate) = 1fc1f139757b058f9f37b76c48501799d12c9aa0aa4c0d4c980b062ee925d1b2 SIZE (rust/crates/pcap-file-2.0.0.crate) = 28358 SHA256 (rust/crates/pem-3.0.6.crate) = 1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be SIZE (rust/crates/pem-3.0.6.crate) = 18362 SHA256 (rust/crates/pem-rfc7468-0.7.0.crate) = 88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412 SIZE (rust/crates/pem-rfc7468-0.7.0.crate) = 24159 SHA256 (rust/crates/percent-encoding-2.3.2.crate) = 9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220 SIZE (rust/crates/percent-encoding-2.3.2.crate) = 11583 SHA256 (rust/crates/petgraph-0.6.5.crate) = b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db SIZE (rust/crates/petgraph-0.6.5.crate) = 710970 -SHA256 (rust/crates/pin-project-1.1.11.crate) = f1749c7ed4bcaf4c3d0a3efc28538844fb29bcdd7d2b67b2be7e20ba861ff517 -SIZE (rust/crates/pin-project-1.1.11.crate) = 56282 -SHA256 (rust/crates/pin-project-internal-1.1.11.crate) = d9b20ed30f105399776b9c883e68e536ef602a16ae6f596d2c473591d6ad64c6 -SIZE (rust/crates/pin-project-internal-1.1.11.crate) = 29261 +SHA256 (rust/crates/pin-project-1.1.12.crate) = cbf0d9e68100b3a7989b4901972f265cd542e560a3a8a724e1e20322f4d06ce9 +SIZE (rust/crates/pin-project-1.1.12.crate) = 56313 +SHA256 (rust/crates/pin-project-internal-1.1.12.crate) = a990e22f43e84855daf260dded30524ef4a9021cc7541c26540500a50b624389 +SIZE (rust/crates/pin-project-internal-1.1.12.crate) = 29320 SHA256 (rust/crates/pin-project-lite-0.2.17.crate) = a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd SIZE (rust/crates/pin-project-lite-0.2.17.crate) = 31034 SHA256 (rust/crates/pin-utils-0.1.0.crate) = 8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184 SIZE (rust/crates/pin-utils-0.1.0.crate) = 7580 SHA256 (rust/crates/pkcs1-0.7.5.crate) = c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f SIZE (rust/crates/pkcs1-0.7.5.crate) = 35790 SHA256 (rust/crates/pkcs8-0.9.0.crate) = 9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba SIZE (rust/crates/pkcs8-0.9.0.crate) = 26214 SHA256 (rust/crates/pkcs8-0.10.2.crate) = f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7 SIZE (rust/crates/pkcs8-0.10.2.crate) = 26360 -SHA256 (rust/crates/pkg-config-0.3.32.crate) = 7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c -SIZE (rust/crates/pkg-config-0.3.32.crate) = 21370 +SHA256 (rust/crates/pkg-config-0.3.33.crate) = 19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e +SIZE (rust/crates/pkg-config-0.3.33.crate) = 21590 SHA256 (rust/crates/png-0.18.1.crate) = 60769b8b31b2a9f263dae2776c37b1b28ae246943cf719eb6946a1db05128a61 SIZE (rust/crates/png-0.18.1.crate) = 125800 SHA256 (rust/crates/pocket-resources-0.3.2.crate) = c135f38778ad324d9e9ee68690bac2c1a51f340fdf96ca13e2ab3914eb2e51d8 SIZE (rust/crates/pocket-resources-0.3.2.crate) = 2690 SHA256 (rust/crates/polling-3.11.0.crate) = 5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218 SIZE (rust/crates/polling-3.11.0.crate) = 59387 SHA256 (rust/crates/portable-atomic-1.13.1.crate) = c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49 SIZE (rust/crates/portable-atomic-1.13.1.crate) = 197001 -SHA256 (rust/crates/portable-atomic-util-0.2.5.crate) = 7a9db96d7fa8782dd8c15ce32ffe8680bbd1e978a43bf51a34d39483540495f5 -SIZE (rust/crates/portable-atomic-util-0.2.5.crate) = 51858 -SHA256 (rust/crates/potential_utf-0.1.4.crate) = b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77 -SIZE (rust/crates/potential_utf-0.1.4.crate) = 9514 +SHA256 (rust/crates/portable-atomic-util-0.2.7.crate) = c2a106d1259c23fac8e543272398ae0e3c0b8d33c88ed73d0cc71b0f1d902618 +SIZE (rust/crates/portable-atomic-util-0.2.7.crate) = 53577 +SHA256 (rust/crates/potential_utf-0.1.5.crate) = 0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564 +SIZE (rust/crates/potential_utf-0.1.5.crate) = 10189 SHA256 (rust/crates/powerfmt-0.2.0.crate) = 439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391 SIZE (rust/crates/powerfmt-0.2.0.crate) = 15165 SHA256 (rust/crates/ppmd-rust-1.4.0.crate) = efca4c95a19a79d1c98f791f10aebd5c1363b473244630bb7dbde1dc98455a24 SIZE (rust/crates/ppmd-rust-1.4.0.crate) = 38522 SHA256 (rust/crates/ppv-lite86-0.2.21.crate) = 85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9 SIZE (rust/crates/ppv-lite86-0.2.21.crate) = 22522 SHA256 (rust/crates/presser-0.3.1.crate) = e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa SIZE (rust/crates/presser-0.3.1.crate) = 20946 SHA256 (rust/crates/pretty_assertions-1.4.1.crate) = 3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d SIZE (rust/crates/pretty_assertions-1.4.1.crate) = 78952 SHA256 (rust/crates/prettyplease-0.2.37.crate) = 479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b SIZE (rust/crates/prettyplease-0.2.37.crate) = 72033 SHA256 (rust/crates/primal-check-0.3.4.crate) = dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08 SIZE (rust/crates/primal-check-0.3.4.crate) = 8743 +SHA256 (rust/crates/primeorder-0.13.6.crate) = 353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6 +SIZE (rust/crates/primeorder-0.13.6.crate) = 21296 SHA256 (rust/crates/priority-queue-2.7.0.crate) = 93980406f12d9f8140ed5abe7155acb10bb1e69ea55c88960b9c2f117445ef96 SIZE (rust/crates/priority-queue-2.7.0.crate) = 51641 -SHA256 (rust/crates/proc-macro-crate-3.4.0.crate) = 219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983 -SIZE (rust/crates/proc-macro-crate-3.4.0.crate) = 12690 +SHA256 (rust/crates/proc-macro-crate-3.5.0.crate) = e67ba7e9b2b56446f1d419b1d807906278ffa1a658a8a5d8a39dcb1f5a78614f +SIZE (rust/crates/proc-macro-crate-3.5.0.crate) = 12709 SHA256 (rust/crates/proc-macro-error-attr2-2.0.0.crate) = 96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5 SIZE (rust/crates/proc-macro-error-attr2-2.0.0.crate) = 7745 SHA256 (rust/crates/proc-macro-error2-2.0.1.crate) = 11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802 SIZE (rust/crates/proc-macro-error2-2.0.1.crate) = 24807 SHA256 (rust/crates/proc-macro2-1.0.106.crate) = 8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934 SIZE (rust/crates/proc-macro2-1.0.106.crate) = 59765 -SHA256 (rust/crates/profiling-1.0.17.crate) = 3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773 -SIZE (rust/crates/profiling-1.0.17.crate) = 13493 -SHA256 (rust/crates/profiling-procmacros-1.0.17.crate) = 52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b -SIZE (rust/crates/profiling-procmacros-1.0.17.crate) = 5895 +SHA256 (rust/crates/profiling-1.0.18.crate) = 3d595e54a326bc53c1c197b32d295e14b169e3cfeaa8dc82b529f947fba6bcf5 +SIZE (rust/crates/profiling-1.0.18.crate) = 11931 +SHA256 (rust/crates/profiling-procmacros-1.0.18.crate) = 4488a4a36b9a4ba6b9334a32a39971f77c1436ec82c38707bce707699cc3bbcb +SIZE (rust/crates/profiling-procmacros-1.0.18.crate) = 6333 SHA256 (rust/crates/prost-0.12.6.crate) = deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29 SIZE (rust/crates/prost-0.12.6.crate) = 21552 SHA256 (rust/crates/prost-build-0.12.6.crate) = 22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4 SIZE (rust/crates/prost-build-0.12.6.crate) = 41294 SHA256 (rust/crates/prost-derive-0.12.6.crate) = 81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1 SIZE (rust/crates/prost-derive-0.12.6.crate) = 19556 SHA256 (rust/crates/prost-types-0.12.6.crate) = 9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0 SIZE (rust/crates/prost-types-0.12.6.crate) = 43568 SHA256 (rust/crates/protobuf-3.7.2.crate) = d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4 SIZE (rust/crates/protobuf-3.7.2.crate) = 211978 SHA256 (rust/crates/protobuf-codegen-3.7.2.crate) = 5d3976825c0014bbd2f3b34f0001876604fe87e0c86cd8fa54251530f1544ace SIZE (rust/crates/protobuf-codegen-3.7.2.crate) = 58021 SHA256 (rust/crates/protobuf-json-mapping-3.7.2.crate) = e0d6e4be637b310d8a5c02fa195243328e2d97fa7df1127a27281ef1187fcb1d SIZE (rust/crates/protobuf-json-mapping-3.7.2.crate) = 17932 SHA256 (rust/crates/protobuf-parse-3.7.2.crate) = b4aeaa1f2460f1d348eeaeed86aea999ce98c1bded6f089ff8514c9d9dbdc973 SIZE (rust/crates/protobuf-parse-3.7.2.crate) = 68279 SHA256 (rust/crates/protobuf-support-3.7.2.crate) = 3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6 SIZE (rust/crates/protobuf-support-3.7.2.crate) = 11725 SHA256 (rust/crates/psl-types-2.0.11.crate) = 33cb294fe86a74cbcf50d4445b37da762029549ebeea341421c7c70370f86cac SIZE (rust/crates/psl-types-2.0.11.crate) = 7959 SHA256 (rust/crates/publicsuffix-2.3.0.crate) = 6f42ea446cab60335f76979ec15e12619a2165b5ae2c12166bef27d283a9fadf SIZE (rust/crates/publicsuffix-2.3.0.crate) = 87890 -SHA256 (rust/crates/pxfm-0.1.27.crate) = 7186d3822593aa4393561d186d1393b3923e9d6163d3fbfd6e825e3e6cf3e6a8 -SIZE (rust/crates/pxfm-0.1.27.crate) = 879919 -SHA256 (rust/crates/pyo3-0.28.2.crate) = cf85e27e86080aafd5a22eae58a162e133a589551542b3e5cee4beb27e54f8e1 -SIZE (rust/crates/pyo3-0.28.2.crate) = 1202843 -SHA256 (rust/crates/pyo3-build-config-0.28.2.crate) = 8bf94ee265674bf76c09fa430b0e99c26e319c945d96ca0d5a8215f31bf81cf7 -SIZE (rust/crates/pyo3-build-config-0.28.2.crate) = 35958 -SHA256 (rust/crates/pyo3-ffi-0.28.2.crate) = 491aa5fc66d8059dd44a75f4580a2962c1862a1c2945359db36f6c2818b748dc -SIZE (rust/crates/pyo3-ffi-0.28.2.crate) = 80837 -SHA256 (rust/crates/pyo3-macros-0.28.2.crate) = f5d671734e9d7a43449f8480f8b38115df67bef8d21f76837fa75ee7aaa5e52e -SIZE (rust/crates/pyo3-macros-0.28.2.crate) = 8960 -SHA256 (rust/crates/pyo3-macros-backend-0.28.2.crate) = 22faaa1ce6c430a1f71658760497291065e6450d7b5dc2bcf254d49f66ee700a -SIZE (rust/crates/pyo3-macros-backend-0.28.2.crate) = 87939 +SHA256 (rust/crates/pxfm-0.1.29.crate) = e0c5ccf5294c6ccd63a74f1565028353830a9c2f5eb0c682c355c471726a6e3f +SIZE (rust/crates/pxfm-0.1.29.crate) = 879481 +SHA256 (rust/crates/pyo3-0.28.3.crate) = 91fd8e38a3b50ed1167fb981cd6fd60147e091784c427b8f7183a7ee32c31c12 +SIZE (rust/crates/pyo3-0.28.3.crate) = 1204476 +SHA256 (rust/crates/pyo3-build-config-0.28.3.crate) = e368e7ddfdeb98c9bca7f8383be1648fd84ab466bf2bc015e94008db6d35611e +SIZE (rust/crates/pyo3-build-config-0.28.3.crate) = 35961 +SHA256 (rust/crates/pyo3-ffi-0.28.3.crate) = 7f29e10af80b1f7ccaf7f69eace800a03ecd13e883acfacc1e5d0988605f651e +SIZE (rust/crates/pyo3-ffi-0.28.3.crate) = 80881 +SHA256 (rust/crates/pyo3-macros-0.28.3.crate) = df6e520eff47c45997d2fc7dd8214b25dd1310918bbb2642156ef66a67f29813 +SIZE (rust/crates/pyo3-macros-0.28.3.crate) = 8963 +SHA256 (rust/crates/pyo3-macros-backend-0.28.3.crate) = c4cdc218d835738f81c2338f822078af45b4afdf8b2e33cbb5916f108b813acb +SIZE (rust/crates/pyo3-macros-backend-0.28.3.crate) = 88063 SHA256 (rust/crates/quick-xml-0.38.4.crate) = b66c2058c55a409d601666cffe35f04333cf1013010882cec174a7467cd4e21c SIZE (rust/crates/quick-xml-0.38.4.crate) = 205035 -SHA256 (rust/crates/quick-xml-0.39.2.crate) = 958f21e8e7ceb5a1aa7fa87fab28e7c75976e0bfe7e23ff069e0a260f894067d -SIZE (rust/crates/quick-xml-0.39.2.crate) = 213616 +SHA256 (rust/crates/quick-xml-0.39.4.crate) = cdcc8dd4e2f670d309a5f0e83fe36dfdc05af317008fea29144da1a2ac858e5e +SIZE (rust/crates/quick-xml-0.39.4.crate) = 214141 SHA256 (rust/crates/quinn-0.11.9.crate) = b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20 SIZE (rust/crates/quinn-0.11.9.crate) = 83606 -SHA256 (rust/crates/quinn-proto-0.11.13.crate) = f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31 -SIZE (rust/crates/quinn-proto-0.11.13.crate) = 243837 +SHA256 (rust/crates/quinn-proto-0.11.14.crate) = 434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098 +SIZE (rust/crates/quinn-proto-0.11.14.crate) = 244123 SHA256 (rust/crates/quinn-udp-0.5.14.crate) = addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd SIZE (rust/crates/quinn-udp-0.5.14.crate) = 33436 -SHA256 (rust/crates/quote-1.0.44.crate) = 21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4 -SIZE (rust/crates/quote-1.0.44.crate) = 31629 +SHA256 (rust/crates/quote-1.0.45.crate) = 41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924 +SIZE (rust/crates/quote-1.0.45.crate) = 31564 SHA256 (rust/crates/r-efi-5.3.0.crate) = 69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f SIZE (rust/crates/r-efi-5.3.0.crate) = 64532 -SHA256 (rust/crates/rand-0.8.5.crate) = 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404 -SIZE (rust/crates/rand-0.8.5.crate) = 87113 -SHA256 (rust/crates/rand-0.9.2.crate) = 6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1 -SIZE (rust/crates/rand-0.9.2.crate) = 99930 -SHA256 (rust/crates/rand-0.10.0.crate) = bc266eb313df6c5c09c1c7b1fbe2510961e5bcd3add930c1e31f7ed9da0feff8 -SIZE (rust/crates/rand-0.10.0.crate) = 105828 +SHA256 (rust/crates/r-efi-6.0.0.crate) = f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf +SIZE (rust/crates/r-efi-6.0.0.crate) = 65303 +SHA256 (rust/crates/rand-0.8.6.crate) = 5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a +SIZE (rust/crates/rand-0.8.6.crate) = 83339 +SHA256 (rust/crates/rand-0.9.4.crate) = 44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea +SIZE (rust/crates/rand-0.9.4.crate) = 99786 +SHA256 (rust/crates/rand-0.10.1.crate) = d2e8e8bcc7961af1fdac401278c6a831614941f6164ee3bf4ce61b7edb162207 +SIZE (rust/crates/rand-0.10.1.crate) = 105801 SHA256 (rust/crates/rand_chacha-0.3.1.crate) = e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88 SIZE (rust/crates/rand_chacha-0.3.1.crate) = 15251 SHA256 (rust/crates/rand_chacha-0.9.0.crate) = d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb SIZE (rust/crates/rand_chacha-0.9.0.crate) = 18258 SHA256 (rust/crates/rand_core-0.6.4.crate) = ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c SIZE (rust/crates/rand_core-0.6.4.crate) = 22666 SHA256 (rust/crates/rand_core-0.9.5.crate) = 76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c SIZE (rust/crates/rand_core-0.9.5.crate) = 24129 -SHA256 (rust/crates/rand_core-0.10.0.crate) = 0c8d0fd677905edcbeedbf2edb6494d676f0e98d54d5cf9bda0b061cb8fb8aba -SIZE (rust/crates/rand_core-0.10.0.crate) = 22778 +SHA256 (rust/crates/rand_core-0.10.1.crate) = 63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69 +SIZE (rust/crates/rand_core-0.10.1.crate) = 22833 SHA256 (rust/crates/rand_distr-0.5.1.crate) = 6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463 SIZE (rust/crates/rand_distr-0.5.1.crate) = 75593 SHA256 (rust/crates/range-alloc-0.1.5.crate) = ca45419789ae5a7899559e9512e58ca889e41f04f1f2445e9f4b290ceccd1d08 SIZE (rust/crates/range-alloc-0.1.5.crate) = 11163 SHA256 (rust/crates/raptorq-2.0.0.crate) = 90b1b1fad69672f0b901b5004863ea4307f03d168a3db5f2bcba4d3dfed88e97 SIZE (rust/crates/raptorq-2.0.0.crate) = 83933 SHA256 (rust/crates/rav1e-0.8.1.crate) = 43b6dd56e85d9483277cde964fd1bdb0428de4fec5ebba7540995639a21cb32b SIZE (rust/crates/rav1e-0.8.1.crate) = 1465215 SHA256 (rust/crates/raw-window-handle-0.6.2.crate) = 20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539 SIZE (rust/crates/raw-window-handle-0.6.2.crate) = 20234 SHA256 (rust/crates/rawpointer-0.2.1.crate) = 60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3 SIZE (rust/crates/rawpointer-0.2.1.crate) = 7490 -SHA256 (rust/crates/rayon-1.11.0.crate) = 368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f -SIZE (rust/crates/rayon-1.11.0.crate) = 182470 +SHA256 (rust/crates/rayon-1.12.0.crate) = fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d +SIZE (rust/crates/rayon-1.12.0.crate) = 183391 SHA256 (rust/crates/rayon-core-1.13.0.crate) = 22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91 SIZE (rust/crates/rayon-core-1.13.0.crate) = 73151 -SHA256 (rust/crates/rcgen-0.14.7.crate) = 10b99e0098aa4082912d4c649628623db6aba77335e4f4569ff5083a6448b32e -SIZE (rust/crates/rcgen-0.14.7.crate) = 65000 +SHA256 (rust/crates/rcgen-0.14.8.crate) = 57f6d249aad744e274e682777a50283a225a32705394ee6d5fcc01efa25e4055 +SIZE (rust/crates/rcgen-0.14.8.crate) = 64669 SHA256 (rust/crates/realfft-3.5.0.crate) = f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677 SIZE (rust/crates/realfft-3.5.0.crate) = 16916 SHA256 (rust/crates/redox_syscall-0.5.18.crate) = ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d SIZE (rust/crates/redox_syscall-0.5.18.crate) = 30747 -SHA256 (rust/crates/redox_syscall-0.7.3.crate) = 6ce70a74e890531977d37e532c34d45e9055d2409ed08ddba14529471ed0be16 -SIZE (rust/crates/redox_syscall-0.7.3.crate) = 28254 SHA256 (rust/crates/redox_users-0.5.2.crate) = a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac SIZE (rust/crates/redox_users-0.5.2.crate) = 17280 SHA256 (rust/crates/ref-cast-1.0.25.crate) = f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d SIZE (rust/crates/ref-cast-1.0.25.crate) = 15192 SHA256 (rust/crates/ref-cast-impl-1.0.25.crate) = b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da SIZE (rust/crates/ref-cast-impl-1.0.25.crate) = 10167 SHA256 (rust/crates/regex-1.12.3.crate) = e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276 SIZE (rust/crates/regex-1.12.3.crate) = 153392 SHA256 (rust/crates/regex-automata-0.4.14.crate) = 6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f SIZE (rust/crates/regex-automata-0.4.14.crate) = 618012 SHA256 (rust/crates/regex-lite-0.1.9.crate) = cab834c73d247e67f4fae452806d17d3c7501756d98c8808d7c9c7aa7d18f973 SIZE (rust/crates/regex-lite-0.1.9.crate) = 96166 SHA256 (rust/crates/regex-syntax-0.8.10.crate) = dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a SIZE (rust/crates/regex-syntax-0.8.10.crate) = 358781 SHA256 (rust/crates/renderdoc-sys-1.1.0.crate) = 19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832 SIZE (rust/crates/renderdoc-sys-1.1.0.crate) = 10366 SHA256 (rust/crates/reqwest-0.12.28.crate) = eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147 SIZE (rust/crates/reqwest-0.12.28.crate) = 157031 SHA256 (rust/crates/rfc6979-0.3.1.crate) = 7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb SIZE (rust/crates/rfc6979-0.3.1.crate) = 8460 +SHA256 (rust/crates/rfc6979-0.4.0.crate) = f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2 +SIZE (rust/crates/rfc6979-0.4.0.crate) = 9140 SHA256 (rust/crates/rgb-0.8.53.crate) = 47b34b781b31e5d73e9fbc8689c70551fd1ade9a19e3e28cfec8580a79290cc4 SIZE (rust/crates/rgb-0.8.53.crate) = 18607 SHA256 (rust/crates/ring-0.17.14.crate) = a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7 SIZE (rust/crates/ring-0.17.14.crate) = 1502610 SHA256 (rust/crates/rmp-0.8.15.crate) = 4ba8be72d372b2c9b35542551678538b562e7cf86c3315773cae48dfbfe7790c SIZE (rust/crates/rmp-0.8.15.crate) = 33421 SHA256 (rust/crates/rmp-serde-1.3.1.crate) = 72f81bee8c8ef9b577d1681a70ebbc962c232461e397b22c208c43c04b67a155 SIZE (rust/crates/rmp-serde-1.3.1.crate) = 33867 SHA256 (rust/crates/rqrr-0.10.1.crate) = ffbe87d9e8db95652c25ded2418150e00b08c2fde09e23ec15896d2c470c6631 SIZE (rust/crates/rqrr-0.10.1.crate) = 35556 SHA256 (rust/crates/rsa-0.9.10.crate) = b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d SIZE (rust/crates/rsa-0.9.10.crate) = 86417 SHA256 (rust/crates/rtcp-types-0.3.0.crate) = c081c846edea632bb47332fada9d4ac2fdf54d84beaf547fc947b58489e5f619 SIZE (rust/crates/rtcp-types-0.3.0.crate) = 50514 SHA256 (rust/crates/rtp-types-0.1.2.crate) = 7bb90df8268abfe08452ef2dae9e867a54edfdaa71b3127ef47d8b031f77ac73 SIZE (rust/crates/rtp-types-0.1.2.crate) = 22312 SHA256 (rust/crates/rtsp-types-0.1.3.crate) = f47bf238c3da7994ef66a71724f385cb1ee25dcf04a156402d2727ad84dc1433 SIZE (rust/crates/rtsp-types-0.1.3.crate) = 45120 SHA256 (rust/crates/rubato-0.14.1.crate) = e6dd52e80cfc21894deadf554a5673002938ae4625f7a283e536f9cf7c17b0d5 SIZE (rust/crates/rubato-0.14.1.crate) = 52155 SHA256 (rust/crates/rustc-demangle-0.1.27.crate) = b50b8869d9fc858ce7266cce0194bd74df58b9d0e3f6df3a9fc8eb470d95c09d SIZE (rust/crates/rustc-demangle-0.1.27.crate) = 30448 SHA256 (rust/crates/rustc-hash-1.1.0.crate) = 08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2 SIZE (rust/crates/rustc-hash-1.1.0.crate) = 9331 -SHA256 (rust/crates/rustc-hash-2.1.1.crate) = 357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d -SIZE (rust/crates/rustc-hash-2.1.1.crate) = 14154 +SHA256 (rust/crates/rustc-hash-2.1.2.crate) = 94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe +SIZE (rust/crates/rustc-hash-2.1.2.crate) = 14754 SHA256 (rust/crates/rustc_version-0.4.1.crate) = cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92 SIZE (rust/crates/rustc_version-0.4.1.crate) = 12245 SHA256 (rust/crates/rustdct-0.7.1.crate) = 8b61555105d6a9bf98797c063c362a1d24ed8ab0431655e38f1cf51e52089551 SIZE (rust/crates/rustdct-0.7.1.crate) = 41849 SHA256 (rust/crates/rustfft-6.4.1.crate) = 21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89 SIZE (rust/crates/rustfft-6.4.1.crate) = 337421 SHA256 (rust/crates/rusticata-macros-4.1.0.crate) = faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632 SIZE (rust/crates/rusticata-macros-4.1.0.crate) = 11746 SHA256 (rust/crates/rustix-0.38.44.crate) = fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154 SIZE (rust/crates/rustix-0.38.44.crate) = 379347 SHA256 (rust/crates/rustix-1.1.4.crate) = b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190 SIZE (rust/crates/rustix-1.1.4.crate) = 425241 SHA256 (rust/crates/rustls-0.21.12.crate) = 3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e SIZE (rust/crates/rustls-0.21.12.crate) = 285674 SHA256 (rust/crates/rustls-0.22.4.crate) = bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432 SIZE (rust/crates/rustls-0.22.4.crate) = 333681 -SHA256 (rust/crates/rustls-0.23.37.crate) = 758025cb5fccfd3bc2fd74708fd4682be41d99e5dff73c377c0646c6012c73a4 -SIZE (rust/crates/rustls-0.23.37.crate) = 372731 +SHA256 (rust/crates/rustls-0.23.40.crate) = ef86cd5876211988985292b91c96a8f2d298df24e75989a43a3c73f2d4d8168b +SIZE (rust/crates/rustls-0.23.40.crate) = 373839 SHA256 (rust/crates/rustls-native-certs-0.6.3.crate) = a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00 SIZE (rust/crates/rustls-native-certs-0.6.3.crate) = 24438 SHA256 (rust/crates/rustls-native-certs-0.7.3.crate) = e5bfb394eeed242e909609f56089eecfe5fda225042e8b171791b9c95f5931e5 SIZE (rust/crates/rustls-native-certs-0.7.3.crate) = 31564 SHA256 (rust/crates/rustls-native-certs-0.8.3.crate) = 612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63 SIZE (rust/crates/rustls-native-certs-0.8.3.crate) = 30380 SHA256 (rust/crates/rustls-pemfile-1.0.4.crate) = 1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c SIZE (rust/crates/rustls-pemfile-1.0.4.crate) = 22092 SHA256 (rust/crates/rustls-pemfile-2.2.0.crate) = dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50 SIZE (rust/crates/rustls-pemfile-2.2.0.crate) = 25849 -SHA256 (rust/crates/rustls-pki-types-1.14.0.crate) = be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd -SIZE (rust/crates/rustls-pki-types-1.14.0.crate) = 35403 +SHA256 (rust/crates/rustls-pki-types-1.14.1.crate) = 30a7197ae7eb376e574fe940d068c30fe0462554a3ddbe4eca7838e049c937a9 +SIZE (rust/crates/rustls-pki-types-1.14.1.crate) = 35567 SHA256 (rust/crates/rustls-platform-verifier-0.6.2.crate) = 1d99feebc72bae7ab76ba994bb5e121b8d83d910ca40b36e0921f53becc41784 SIZE (rust/crates/rustls-platform-verifier-0.6.2.crate) = 58924 +SHA256 (rust/crates/rustls-platform-verifier-0.7.0.crate) = 26d1e2536ce4f35f4846aa13bff16bd0ff40157cdb14cc056c7b14ba41233ba0 +SIZE (rust/crates/rustls-platform-verifier-0.7.0.crate) = 58733 SHA256 (rust/crates/rustls-platform-verifier-android-0.1.1.crate) = f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f SIZE (rust/crates/rustls-platform-verifier-android-0.1.1.crate) = 13919 SHA256 (rust/crates/rustls-webpki-0.101.7.crate) = 8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765 SIZE (rust/crates/rustls-webpki-0.101.7.crate) = 168808 SHA256 (rust/crates/rustls-webpki-0.102.8.crate) = 64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9 SIZE (rust/crates/rustls-webpki-0.102.8.crate) = 204327 -SHA256 (rust/crates/rustls-webpki-0.103.9.crate) = d7df23109aa6c1567d1c575b9952556388da57401e4ace1d15f79eedad0d8f53 -SIZE (rust/crates/rustls-webpki-0.103.9.crate) = 85813 +SHA256 (rust/crates/rustls-webpki-0.103.13.crate) = 61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e +SIZE (rust/crates/rustls-webpki-0.103.13.crate) = 87513 SHA256 (rust/crates/rustversion-1.0.22.crate) = b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d SIZE (rust/crates/rustversion-1.0.22.crate) = 21096 SHA256 (rust/crates/ryu-1.0.23.crate) = 9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f SIZE (rust/crates/ryu-1.0.23.crate) = 52823 SHA256 (rust/crates/safetensors-0.7.0.crate) = 675656c1eabb620b921efea4f9199f97fc86e36dd6ffd1fbbe48d0f59a4987f5 SIZE (rust/crates/safetensors-0.7.0.crate) = 31009 SHA256 (rust/crates/same-file-1.0.6.crate) = 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502 SIZE (rust/crates/same-file-1.0.6.crate) = 10183 SHA256 (rust/crates/sanitize-filename-0.6.0.crate) = bc984f4f9ceb736a7bb755c3e3bd17dc56370af2600c9780dcc48c66453da34d SIZE (rust/crates/sanitize-filename-0.6.0.crate) = 4819 SHA256 (rust/crates/scc-2.4.0.crate) = 46e6f046b7fef48e2660c57ed794263155d713de679057f2d0c169bfc6e756cc SIZE (rust/crates/scc-2.4.0.crate) = 145014 -SHA256 (rust/crates/schannel-0.1.28.crate) = 891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1 -SIZE (rust/crates/schannel-0.1.28.crate) = 42312 +SHA256 (rust/crates/schannel-0.1.29.crate) = 91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939 +SIZE (rust/crates/schannel-0.1.29.crate) = 34352 SHA256 (rust/crates/schemars-0.9.0.crate) = 4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f SIZE (rust/crates/schemars-0.9.0.crate) = 80032 SHA256 (rust/crates/schemars-1.2.1.crate) = a2b42f36aa1cd011945615b92222f6bf73c599a102a300334cd7f8dbeec726cc SIZE (rust/crates/schemars-1.2.1.crate) = 94403 SHA256 (rust/crates/scoped-tls-1.0.1.crate) = e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294 SIZE (rust/crates/scoped-tls-1.0.1.crate) = 8202 SHA256 (rust/crates/scopeguard-1.2.0.crate) = 94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49 SIZE (rust/crates/scopeguard-1.2.0.crate) = 11619 SHA256 (rust/crates/sct-0.7.1.crate) = da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414 SIZE (rust/crates/sct-0.7.1.crate) = 27501 SHA256 (rust/crates/sdd-3.0.10.crate) = 490dcfcbfef26be6800d11870ff2df8774fa6e86d047e3e8c8a76b25655e41ca SIZE (rust/crates/sdd-3.0.10.crate) = 32748 SHA256 (rust/crates/sdp-types-0.1.8.crate) = 9bb6c636ace20de73fb9536017f9ef069b258308a6c341a4aaf3d2fd11afc570 SIZE (rust/crates/sdp-types-0.1.8.crate) = 15324 SHA256 (rust/crates/sec1-0.3.0.crate) = 3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928 SIZE (rust/crates/sec1-0.3.0.crate) = 17615 +SHA256 (rust/crates/sec1-0.7.3.crate) = d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc +SIZE (rust/crates/sec1-0.7.3.crate) = 17979 SHA256 (rust/crates/security-framework-2.11.1.crate) = 897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02 SIZE (rust/crates/security-framework-2.11.1.crate) = 80188 SHA256 (rust/crates/security-framework-3.7.0.crate) = b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d SIZE (rust/crates/security-framework-3.7.0.crate) = 89115 SHA256 (rust/crates/security-framework-sys-2.17.0.crate) = 6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3 SIZE (rust/crates/security-framework-sys-2.17.0.crate) = 21078 -SHA256 (rust/crates/semver-1.0.27.crate) = d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2 -SIZE (rust/crates/semver-1.0.27.crate) = 30081 +SHA256 (rust/crates/semver-1.0.28.crate) = 8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd +SIZE (rust/crates/semver-1.0.28.crate) = 33064 SHA256 (rust/crates/serde-1.0.228.crate) = 9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e SIZE (rust/crates/serde-1.0.228.crate) = 83652 SHA256 (rust/crates/serde_bytes-0.11.19.crate) = a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8 SIZE (rust/crates/serde_bytes-0.11.19.crate) = 13427 SHA256 (rust/crates/serde_core-1.0.228.crate) = 41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad SIZE (rust/crates/serde_core-1.0.228.crate) = 63111 SHA256 (rust/crates/serde_derive-1.0.228.crate) = d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79 SIZE (rust/crates/serde_derive-1.0.228.crate) = 59605 SHA256 (rust/crates/serde_json-1.0.149.crate) = 83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86 SIZE (rust/crates/serde_json-1.0.149.crate) = 155994 SHA256 (rust/crates/serde_path_to_error-0.1.20.crate) = 10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457 SIZE (rust/crates/serde_path_to_error-0.1.20.crate) = 18046 -SHA256 (rust/crates/serde_spanned-1.0.4.crate) = f8bbf91e5a4d6315eee45e704372590b30e260ee83af6639d64557f51b067776 -SIZE (rust/crates/serde_spanned-1.0.4.crate) = 11032 +SHA256 (rust/crates/serde_spanned-1.1.1.crate) = 6662b5879511e06e8999a8a235d848113e942c9124f211511b16466ee2995f26 +SIZE (rust/crates/serde_spanned-1.1.1.crate) = 11025 SHA256 (rust/crates/serde_urlencoded-0.7.1.crate) = d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd SIZE (rust/crates/serde_urlencoded-0.7.1.crate) = 12822 -SHA256 (rust/crates/serde_with-3.17.0.crate) = 381b283ce7bc6b476d903296fb59d0d36633652b633b27f64db4fb46dcbfc3b9 -SIZE (rust/crates/serde_with-3.17.0.crate) = 199172 -SHA256 (rust/crates/serde_with_macros-3.17.0.crate) = a6d4e30573c8cb306ed6ab1dca8423eec9a463ea0e155f45399455e0368b27e0 -SIZE (rust/crates/serde_with_macros-3.17.0.crate) = 38120 +SHA256 (rust/crates/serde_with-3.20.0.crate) = e72c1c2cb7b223fafb600a619537a871c2818583d619401b785e7c0b746ccde2 +SIZE (rust/crates/serde_with-3.20.0.crate) = 202905 +SHA256 (rust/crates/serde_with_macros-3.20.0.crate) = b90c488738ecb4fb0262f41f43bc40efc5868d9fb744319ddf5f5317f417bfac +SIZE (rust/crates/serde_with_macros-3.20.0.crate) = 38098 SHA256 (rust/crates/serial_test-3.4.0.crate) = 911bd979bf1070a3f3aa7b691a3b3e9968f339ceeec89e08c280a8a22207a32f SIZE (rust/crates/serial_test-3.4.0.crate) = 13572 SHA256 (rust/crates/serial_test_derive-3.4.0.crate) = 0a7d91949b85b0d2fb687445e448b40d322b6b3e4af6b44a29b21d9a5f33e6d9 SIZE (rust/crates/serial_test_derive-3.4.0.crate) = 9438 SHA256 (rust/crates/sfv-0.14.0.crate) = 0d471eaefb14f4b30032525bdb124b36e55ba9cb1292080e06f1a236cd10fe87 SIZE (rust/crates/sfv-0.14.0.crate) = 46434 SHA256 (rust/crates/sha1-0.10.6.crate) = e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba SIZE (rust/crates/sha1-0.10.6.crate) = 13517 +SHA256 (rust/crates/sha1-0.11.0.crate) = aacc4cc499359472b4abe1bf11d0b12e688af9a805fa5e3016f9a386dc2d0214 +SIZE (rust/crates/sha1-0.11.0.crate) = 15458 SHA256 (rust/crates/sha2-0.10.9.crate) = a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283 SIZE (rust/crates/sha2-0.10.9.crate) = 29271 +SHA256 (rust/crates/sha2-0.11.0.crate) = 446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4 +SIZE (rust/crates/sha2-0.11.0.crate) = 33969 SHA256 (rust/crates/sha256-1.6.0.crate) = f880fc8562bdeb709793f00eb42a2ad0e672c4f883bbe59122b926eca935c8f6 SIZE (rust/crates/sha256-1.6.0.crate) = 13740 SHA256 (rust/crates/shannon-0.2.0.crate) = 7ea5b41c9427b56caa7b808cb548a04fb50bb5b9e98590b53f28064ff4174561 SIZE (rust/crates/shannon-0.2.0.crate) = 3503 SHA256 (rust/crates/sharded-slab-0.1.7.crate) = f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6 SIZE (rust/crates/sharded-slab-0.1.7.crate) = 58227 SHA256 (rust/crates/shell-words-1.1.1.crate) = dc6fe69c597f9c37bfeeeeeb33da3530379845f10be461a66d16d03eca2ded77 SIZE (rust/crates/shell-words-1.1.1.crate) = 10012 SHA256 (rust/crates/shlex-1.3.0.crate) = 0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64 SIZE (rust/crates/shlex-1.3.0.crate) = 18713 -SHA256 (rust/crates/signal-hook-0.4.3.crate) = 3b57709da74f9ff9f4a27dce9526eec25ca8407c45a7887243b031a58935fb8e -SIZE (rust/crates/signal-hook-0.4.3.crate) = 46887 +SHA256 (rust/crates/signal-hook-0.4.4.crate) = b2a0c28ca5908dbdbcd52e6fdaa00358ab88637f8ab33e1f188dd510eb44b53d +SIZE (rust/crates/signal-hook-0.4.4.crate) = 46945 SHA256 (rust/crates/signal-hook-registry-1.4.8.crate) = c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b SIZE (rust/crates/signal-hook-registry-1.4.8.crate) = 21668 SHA256 (rust/crates/signalsmith-stretch-0.1.3.crate) = 51dae6f10b5532510f65c309c4d868babe3aecf6ce0782678081338311f176fd SIZE (rust/crates/signalsmith-stretch-0.1.3.crate) = 588536 SHA256 (rust/crates/signature-1.6.4.crate) = 74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c SIZE (rust/crates/signature-1.6.4.crate) = 16012 SHA256 (rust/crates/signature-2.2.0.crate) = 77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de SIZE (rust/crates/signature-2.2.0.crate) = 15531 -SHA256 (rust/crates/simd-adler32-0.3.8.crate) = e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2 -SIZE (rust/crates/simd-adler32-0.3.8.crate) = 17294 +SHA256 (rust/crates/simd-adler32-0.3.9.crate) = 703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214 +SIZE (rust/crates/simd-adler32-0.3.9.crate) = 18572 +SHA256 (rust/crates/simd_cesu8-1.1.1.crate) = 94f90157bb87cddf702797c5dadfa0be7d266cdf49e22da2fcaa32eff75b2c33 +SIZE (rust/crates/simd_cesu8-1.1.1.crate) = 319542 SHA256 (rust/crates/simd_helpers-0.1.0.crate) = 95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6 SIZE (rust/crates/simd_helpers-0.1.0.crate) = 1527 -SHA256 (rust/crates/siphasher-1.0.2.crate) = b2aa850e253778c88a04c3d7323b043aeda9d3e30d5971937c1855769763678e -SIZE (rust/crates/siphasher-1.0.2.crate) = 11416 +SHA256 (rust/crates/simdutf8-0.1.5.crate) = e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e +SIZE (rust/crates/simdutf8-0.1.5.crate) = 28488 +SHA256 (rust/crates/siphasher-1.0.3.crate) = 8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649 +SIZE (rust/crates/siphasher-1.0.3.crate) = 11643 SHA256 (rust/crates/skia-bindings-0.93.1.crate) = 2359f7e30c9da3f322f8ca3d4ec0abbc12a40035ce758309db0cdab07b5d4476 SIZE (rust/crates/skia-bindings-0.93.1.crate) = 87854 SHA256 (rust/crates/skia-safe-0.93.1.crate) = 7f9e837ea9d531c9efee8f980bfcdb7226b21db0285b0c3171d8be745829f940 SIZE (rust/crates/skia-safe-0.93.1.crate) = 480179 SHA256 (rust/crates/slab-0.4.12.crate) = 0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5 SIZE (rust/crates/slab-0.4.12.crate) = 19080 SHA256 (rust/crates/slotmap-1.1.1.crate) = bdd58c3c93c3d278ca835519292445cb4b0d4dc59ccfdf7ceadaab3f8aeb4038 SIZE (rust/crates/slotmap-1.1.1.crate) = 61862 SHA256 (rust/crates/slug-0.1.6.crate) = 882a80f72ee45de3cc9a5afeb2da0331d58df69e4e7d8eeb5d3c7784ae67e724 SIZE (rust/crates/slug-0.1.6.crate) = 6787 SHA256 (rust/crates/smallvec-1.15.1.crate) = 67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03 SIZE (rust/crates/smallvec-1.15.1.crate) = 38116 SHA256 (rust/crates/smawk-0.3.2.crate) = b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c SIZE (rust/crates/smawk-0.3.2.crate) = 13831 SHA256 (rust/crates/socket2-0.5.10.crate) = e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678 SIZE (rust/crates/socket2-0.5.10.crate) = 58169 -SHA256 (rust/crates/socket2-0.6.2.crate) = 86f4aa3ad99f2088c990dfa82d367e19cb29268ed67c574d10d0a4bfe71f07e0 -SIZE (rust/crates/socket2-0.6.2.crate) = 58621 +SHA256 (rust/crates/socket2-0.6.3.crate) = 3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e +SIZE (rust/crates/socket2-0.6.3.crate) = 59330 SHA256 (rust/crates/sodiumoxide-0.2.7.crate) = e26be3acb6c2d9a7aac28482586a7856436af4cfe7100031d219de2d2ecb0028 SIZE (rust/crates/sodiumoxide-0.2.7.crate) = 2127946 SHA256 (rust/crates/spin-0.9.8.crate) = 6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67 SIZE (rust/crates/spin-0.9.8.crate) = 38958 SHA256 (rust/crates/spin-0.10.0.crate) = d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591 SIZE (rust/crates/spin-0.10.0.crate) = 39654 SHA256 (rust/crates/spinning_top-0.3.0.crate) = d96d2d1d716fb500937168cc09353ffdc7a012be8475ac7308e1bdf0e3923300 SIZE (rust/crates/spinning_top-0.3.0.crate) = 52579 SHA256 (rust/crates/spirv-0.3.0+sdk-1.3.268.0.crate) = eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844 SIZE (rust/crates/spirv-0.3.0+sdk-1.3.268.0.crate) = 30802 SHA256 (rust/crates/spki-0.6.0.crate) = 67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b SIZE (rust/crates/spki-0.6.0.crate) = 14791 SHA256 (rust/crates/spki-0.7.3.crate) = d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d SIZE (rust/crates/spki-0.7.3.crate) = 16409 SHA256 (rust/crates/sprintf-0.4.3.crate) = b0e59842c3aac5c7901ea11bbb02e60e5d67263b43d4361dec9303cca8e764eb SIZE (rust/crates/sprintf-0.4.3.crate) = 11610 -SHA256 (rust/crates/stable-vec-0.4.1.crate) = d1dff32a2ce087283bec878419027cebd888760d8760b2941ad0843531dc9ec8 -SIZE (rust/crates/stable-vec-0.4.1.crate) = 46963 +SHA256 (rust/crates/stable-vec-0.4.2.crate) = 6dac7bc0f7d0d44329b200020effbc25a534d89fa142af95e3ddf76113412a5e +SIZE (rust/crates/stable-vec-0.4.2.crate) = 48529 SHA256 (rust/crates/stable_deref_trait-1.2.1.crate) = 6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596 SIZE (rust/crates/stable_deref_trait-1.2.1.crate) = 8186 SHA256 (rust/crates/static_assertions-1.1.0.crate) = a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f SIZE (rust/crates/static_assertions-1.1.0.crate) = 18480 SHA256 (rust/crates/strength_reduce-0.2.4.crate) = fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82 SIZE (rust/crates/strength_reduce-0.2.4.crate) = 17859 SHA256 (rust/crates/strsim-0.11.1.crate) = 7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f SIZE (rust/crates/strsim-0.11.1.crate) = 14266 SHA256 (rust/crates/subtle-2.6.1.crate) = 13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292 SIZE (rust/crates/subtle-2.6.1.crate) = 14562 SHA256 (rust/crates/symphonia-0.5.5.crate) = 5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039 SIZE (rust/crates/symphonia-0.5.5.crate) = 12085 SHA256 (rust/crates/symphonia-bundle-flac-0.5.5.crate) = c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976 SIZE (rust/crates/symphonia-bundle-flac-0.5.5.crate) = 24141 SHA256 (rust/crates/symphonia-bundle-mp3-0.5.5.crate) = 4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed SIZE (rust/crates/symphonia-bundle-mp3-0.5.5.crate) = 61019 SHA256 (rust/crates/symphonia-codec-vorbis-0.5.5.crate) = f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73 SIZE (rust/crates/symphonia-codec-vorbis-0.5.5.crate) = 25527 SHA256 (rust/crates/symphonia-core-0.5.5.crate) = ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af SIZE (rust/crates/symphonia-core-0.5.5.crate) = 99682 SHA256 (rust/crates/symphonia-format-ogg-0.5.5.crate) = 2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb SIZE (rust/crates/symphonia-format-ogg-0.5.5.crate) = 24285 SHA256 (rust/crates/symphonia-metadata-0.5.5.crate) = 36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16 SIZE (rust/crates/symphonia-metadata-0.5.5.crate) = 24184 SHA256 (rust/crates/symphonia-utils-xiph-0.5.5.crate) = ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16 SIZE (rust/crates/symphonia-utils-xiph-0.5.5.crate) = 6617 SHA256 (rust/crates/syn-1.0.109.crate) = 72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237 SIZE (rust/crates/syn-1.0.109.crate) = 237611 SHA256 (rust/crates/syn-2.0.117.crate) = e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99 SIZE (rust/crates/syn-2.0.117.crate) = 306011 SHA256 (rust/crates/sync_wrapper-1.0.2.crate) = 0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263 SIZE (rust/crates/sync_wrapper-1.0.2.crate) = 6958 SHA256 (rust/crates/synstructure-0.13.2.crate) = 728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2 SIZE (rust/crates/synstructure-0.13.2.crate) = 18950 SHA256 (rust/crates/sysinfo-0.36.1.crate) = 252800745060e7b9ffb7b2badbd8b31cfa4aa2e61af879d0a3bf2a317c20217d SIZE (rust/crates/sysinfo-0.36.1.crate) = 213643 SHA256 (rust/crates/system-configuration-0.7.0.crate) = a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b SIZE (rust/crates/system-configuration-0.7.0.crate) = 18064 SHA256 (rust/crates/system-configuration-sys-0.6.0.crate) = 8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4 SIZE (rust/crates/system-configuration-sys-0.6.0.crate) = 11090 -SHA256 (rust/crates/system-deps-7.0.7.crate) = 48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f -SIZE (rust/crates/system-deps-7.0.7.crate) = 28941 -SHA256 (rust/crates/tar-0.4.44.crate) = 1d863878d212c87a19c1a610eb53bb01fe12951c0501cf5a0d65f724914a667a -SIZE (rust/crates/tar-0.4.44.crate) = 61020 +SHA256 (rust/crates/system-deps-7.0.8.crate) = 396a35feb67335377e0251fcbc1092fc85c484bd4e3a7a54319399da127796e7 +SIZE (rust/crates/system-deps-7.0.8.crate) = 30092 +SHA256 (rust/crates/tar-0.4.45.crate) = 22692a6476a21fa75fdfc11d452fda482af402c008cdbaf3476414e122040973 +SIZE (rust/crates/tar-0.4.45.crate) = 67847 SHA256 (rust/crates/target-lexicon-0.12.16.crate) = 61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1 SIZE (rust/crates/target-lexicon-0.12.16.crate) = 26488 SHA256 (rust/crates/target-lexicon-0.13.5.crate) = adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca SIZE (rust/crates/target-lexicon-0.13.5.crate) = 26928 -SHA256 (rust/crates/tempfile-3.26.0.crate) = 82a72c767771b47409d2345987fda8628641887d5466101319899796367354a0 -SIZE (rust/crates/tempfile-3.26.0.crate) = 43478 +SHA256 (rust/crates/tempfile-3.27.0.crate) = 32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd +SIZE (rust/crates/tempfile-3.27.0.crate) = 44780 SHA256 (rust/crates/termcolor-1.4.1.crate) = 06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755 SIZE (rust/crates/termcolor-1.4.1.crate) = 18773 -SHA256 (rust/crates/test-log-0.2.19.crate) = 37d53ac171c92a39e4769491c4b4dde7022c60042254b5fc044ae409d34a24d4 -SIZE (rust/crates/test-log-0.2.19.crate) = 15086 -SHA256 (rust/crates/test-log-macros-0.2.19.crate) = be35209fd0781c5401458ab66e4f98accf63553e8fae7425503e92fdd319783b -SIZE (rust/crates/test-log-macros-0.2.19.crate) = 8974 -SHA256 (rust/crates/test-with-0.15.8.crate) = 27838d769fa9bf364bf4a352ec88862b6e6cb96a8e6705cc78fbb16ff26ee8b9 -SIZE (rust/crates/test-with-0.15.8.crate) = 45020 +SHA256 (rust/crates/test-log-0.2.20.crate) = 2f46bf474f0a4afebf92f076d54fd5e63423d9438b8c278a3d2ccb0f47f7cdb3 +SIZE (rust/crates/test-log-0.2.20.crate) = 15154 +SHA256 (rust/crates/test-log-core-0.2.20.crate) = 37d4d41320b48bc4a211a9021678fcc0c99569b594ea31c93735b8e517102b4c +SIZE (rust/crates/test-log-core-0.2.20.crate) = 12190 +SHA256 (rust/crates/test-log-macros-0.2.20.crate) = 9beb9249a81e430dffd42400a49019bcf548444f1968ff23080a625de0d4d320 +SIZE (rust/crates/test-log-macros-0.2.20.crate) = 6661 +SHA256 (rust/crates/test-with-0.16.1.crate) = 3c292571fb159e65c78c7c88a96e5ddfc326d6819e49b3a040d7b0aa3497925b +SIZE (rust/crates/test-with-0.16.1.crate) = 23987 +SHA256 (rust/crates/test-with-derive-0.16.1.crate) = 01b95b557b54c0d50b04688ab86aaeaf16f201a0341936f3bfa19497dee081bd +SIZE (rust/crates/test-with-derive-0.16.1.crate) = 33019 SHA256 (rust/crates/text_placeholder-0.5.1.crate) = dd5008f74a09742486ef0047596cf35df2b914e2a8dca5727fcb6ba6842a766b SIZE (rust/crates/text_placeholder-0.5.1.crate) = 7744 SHA256 (rust/crates/textdistance-1.1.1.crate) = aa672c55ab69f787dbc9126cc387dbe57fdd595f585e4524cf89018fa44ab819 SIZE (rust/crates/textdistance-1.1.1.crate) = 38330 SHA256 (rust/crates/textwrap-0.16.2.crate) = c13547615a44dc9c452a8a534638acdf07120d4b6847c8178705da06306a3057 SIZE (rust/crates/textwrap-0.16.2.crate) = 57077 SHA256 (rust/crates/thiserror-1.0.69.crate) = b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52 SIZE (rust/crates/thiserror-1.0.69.crate) = 22198 SHA256 (rust/crates/thiserror-2.0.18.crate) = 4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4 SIZE (rust/crates/thiserror-2.0.18.crate) = 28875 SHA256 (rust/crates/thiserror-impl-1.0.69.crate) = 4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1 SIZE (rust/crates/thiserror-impl-1.0.69.crate) = 18365 SHA256 (rust/crates/thiserror-impl-2.0.18.crate) = ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5 SIZE (rust/crates/thiserror-impl-2.0.18.crate) = 21413 SHA256 (rust/crates/thread_local-1.1.9.crate) = f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185 SIZE (rust/crates/thread_local-1.1.9.crate) = 19315 SHA256 (rust/crates/time-0.3.47.crate) = 743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c SIZE (rust/crates/time-0.3.47.crate) = 225161 SHA256 (rust/crates/time-core-0.1.8.crate) = 7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca SIZE (rust/crates/time-core-0.1.8.crate) = 9634 SHA256 (rust/crates/time-macros-0.2.27.crate) = 2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215 SIZE (rust/crates/time-macros-0.2.27.crate) = 25144 SHA256 (rust/crates/tiny-keccak-2.0.2.crate) = 2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237 SIZE (rust/crates/tiny-keccak-2.0.2.crate) = 20129 -SHA256 (rust/crates/tinystr-0.8.2.crate) = 42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869 -SIZE (rust/crates/tinystr-0.8.2.crate) = 23942 -SHA256 (rust/crates/tinyvec-1.10.0.crate) = bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa -SIZE (rust/crates/tinyvec-1.10.0.crate) = 51996 +SHA256 (rust/crates/tinystr-0.8.3.crate) = c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d +SIZE (rust/crates/tinystr-0.8.3.crate) = 24710 +SHA256 (rust/crates/tinyvec-1.11.0.crate) = 3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3 +SIZE (rust/crates/tinyvec-1.11.0.crate) = 53096 SHA256 (rust/crates/tinyvec_macros-0.1.1.crate) = 1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20 SIZE (rust/crates/tinyvec_macros-0.1.1.crate) = 5865 -SHA256 (rust/crates/tokio-1.49.0.crate) = 72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86 -SIZE (rust/crates/tokio-1.49.0.crate) = 857029 -SHA256 (rust/crates/tokio-macros-2.6.0.crate) = af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5 -SIZE (rust/crates/tokio-macros-2.6.0.crate) = 16505 +SHA256 (rust/crates/tokio-1.52.3.crate) = 8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe +SIZE (rust/crates/tokio-1.52.3.crate) = 901393 +SHA256 (rust/crates/tokio-macros-2.7.0.crate) = 385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496 +SIZE (rust/crates/tokio-macros-2.7.0.crate) = 15859 SHA256 (rust/crates/tokio-rustls-0.24.1.crate) = c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081 SIZE (rust/crates/tokio-rustls-0.24.1.crate) = 33049 SHA256 (rust/crates/tokio-rustls-0.25.0.crate) = 775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f SIZE (rust/crates/tokio-rustls-0.25.0.crate) = 30541 SHA256 (rust/crates/tokio-rustls-0.26.4.crate) = 1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61 SIZE (rust/crates/tokio-rustls-0.26.4.crate) = 35430 SHA256 (rust/crates/tokio-stream-0.1.18.crate) = 32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70 SIZE (rust/crates/tokio-stream-0.1.18.crate) = 44366 SHA256 (rust/crates/tokio-tungstenite-0.20.1.crate) = 212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c SIZE (rust/crates/tokio-tungstenite-0.20.1.crate) = 28569 SHA256 (rust/crates/tokio-tungstenite-0.27.0.crate) = 489a59b6730eda1b0171fcfda8b121f4bee2b35cba8645ca35c5f7ba3eb736c1 SIZE (rust/crates/tokio-tungstenite-0.27.0.crate) = 29756 SHA256 (rust/crates/tokio-tungstenite-0.28.0.crate) = d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857 SIZE (rust/crates/tokio-tungstenite-0.28.0.crate) = 29876 SHA256 (rust/crates/tokio-util-0.7.18.crate) = 9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098 SIZE (rust/crates/tokio-util-0.7.18.crate) = 140550 SHA256 (rust/crates/toml-0.9.12+spec-1.1.0.crate) = cf92845e79fc2e2def6a5d828f0801e29a2f8acc037becc5ab08595c7d5e9863 SIZE (rust/crates/toml-0.9.12+spec-1.1.0.crate) = 56485 -SHA256 (rust/crates/toml-1.0.3+spec-1.1.0.crate) = c7614eaf19ad818347db24addfa201729cf2a9b6fdfd9eb0ab870fcacc606c0c -SIZE (rust/crates/toml-1.0.3+spec-1.1.0.crate) = 56584 +SHA256 (rust/crates/toml-1.1.2+spec-1.1.0.crate) = 81f3d15e84cbcd896376e6730314d59fb5a87f31e4b038454184435cd57defee +SIZE (rust/crates/toml-1.1.2+spec-1.1.0.crate) = 56327 SHA256 (rust/crates/toml_datetime-0.7.5+spec-1.1.0.crate) = 92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347 SIZE (rust/crates/toml_datetime-0.7.5+spec-1.1.0.crate) = 17975 -SHA256 (rust/crates/toml_datetime-1.0.0+spec-1.1.0.crate) = 32c2555c699578a4f59f0cc68e5116c8d7cabbd45e1409b989d4be085b53f13e -SIZE (rust/crates/toml_datetime-1.0.0+spec-1.1.0.crate) = 18018 -SHA256 (rust/crates/toml_edit-0.23.10+spec-1.0.0.crate) = 84c8b9f757e028cee9fa244aea147aab2a9ec09d5325a9b01e0a49730c2b5269 -SIZE (rust/crates/toml_edit-0.23.10+spec-1.0.0.crate) = 66420 -SHA256 (rust/crates/toml_edit-0.24.1+spec-1.1.0.crate) = 01f2eadbbc6b377a847be05f60791ef1058d9f696ecb51d2c07fe911d8569d8e -SIZE (rust/crates/toml_edit-0.24.1+spec-1.1.0.crate) = 66411 -SHA256 (rust/crates/toml_parser-1.0.9+spec-1.1.0.crate) = 702d4415e08923e7e1ef96cd5727c0dfed80b4d2fa25db9647fe5eb6f7c5a4c4 -SIZE (rust/crates/toml_parser-1.0.9+spec-1.1.0.crate) = 35035 -SHA256 (rust/crates/toml_writer-1.0.6+spec-1.1.0.crate) = ab16f14aed21ee8bfd8ec22513f7287cd4a91aa92e44edfe2c17ddd004e92607 -SIZE (rust/crates/toml_writer-1.0.6+spec-1.1.0.crate) = 17187 +SHA256 (rust/crates/toml_datetime-1.1.1+spec-1.1.0.crate) = 3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7 +SIZE (rust/crates/toml_datetime-1.1.1+spec-1.1.0.crate) = 17982 +SHA256 (rust/crates/toml_edit-0.25.11+spec-1.1.0.crate) = 0b59c4d22ed448339746c59b905d24568fcbb3ab65a500494f7b8c3e97739f2b +SIZE (rust/crates/toml_edit-0.25.11+spec-1.1.0.crate) = 68598 +SHA256 (rust/crates/toml_parser-1.1.2+spec-1.1.0.crate) = a2abe9b86193656635d2411dc43050282ca48aa31c2451210f4202550afb7526 +SIZE (rust/crates/toml_parser-1.1.2+spec-1.1.0.crate) = 35485 +SHA256 (rust/crates/toml_writer-1.1.1+spec-1.1.0.crate) = 756daf9b1013ebe47a8776667b466417e2d4c5679d441c26230efd9ef78692db +SIZE (rust/crates/toml_writer-1.1.1+spec-1.1.0.crate) = 18841 SHA256 (rust/crates/tower-0.5.3.crate) = ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4 SIZE (rust/crates/tower-0.5.3.crate) = 110488 -SHA256 (rust/crates/tower-http-0.6.8.crate) = d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8 -SIZE (rust/crates/tower-http-0.6.8.crate) = 135827 +SHA256 (rust/crates/tower-http-0.6.10.crate) = 68d6fdd9f81c2819c9a8b0e0cd91660e7746a8e6ea2ba7c6b2b057985f6bcb51 +SIZE (rust/crates/tower-http-0.6.10.crate) = 152170 SHA256 (rust/crates/tower-layer-0.3.3.crate) = 121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e SIZE (rust/crates/tower-layer-0.3.3.crate) = 6180 SHA256 (rust/crates/tower-service-0.3.3.crate) = 8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3 SIZE (rust/crates/tower-service-0.3.3.crate) = 6950 SHA256 (rust/crates/tracel-ash-0.38.0+1.3.296.crate) = 7318626319ea7b43d20b9c374f273b1b25600b8d8ddd103e209751f67fee67ad SIZE (rust/crates/tracel-ash-0.38.0+1.3.296.crate) = 494136 SHA256 (rust/crates/tracel-llvm-20.1.4-7.crate) = 982535db9eb1a30ac0f2c50239a0eec3e5cf50993a88e92b04747bd2f4d365b2 SIZE (rust/crates/tracel-llvm-20.1.4-7.crate) = 15677 SHA256 (rust/crates/tracel-llvm-bundler-20.1.4-7.crate) = 3c75b8e477cb8d49d907afab029ca74d48459f5b88c27bdb4c6cd6acb5e61977 SIZE (rust/crates/tracel-llvm-bundler-20.1.4-7.crate) = 21078 SHA256 (rust/crates/tracel-mlir-rs-20.1.4-7.crate) = 77a478a35efd68d0ba73f747adfb7923b121c64e7f5be9cd8364ca1dcb772d5c SIZE (rust/crates/tracel-mlir-rs-20.1.4-7.crate) = 76704 SHA256 (rust/crates/tracel-mlir-rs-macros-20.1.4-7.crate) = 7a94f36868c3b10b1825945223d99d106c73f4d249f063caa4651deeb9379344 SIZE (rust/crates/tracel-mlir-rs-macros-20.1.4-7.crate) = 34045 SHA256 (rust/crates/tracel-mlir-sys-20.1.4-7.crate) = 02f26d31af0c225a6d2e3d65d012fd6de848c9fc776897b152ee83b7d1bd15c4 SIZE (rust/crates/tracel-mlir-sys-20.1.4-7.crate) = 142140 SHA256 (rust/crates/tracel-rspirv-0.12.1+sdk-1.4.341.0.crate) = 1653aa21b867351f48c51f1063a2f872f8e82931951cae469d8a53aa4d7d72e8 SIZE (rust/crates/tracel-rspirv-0.12.1+sdk-1.4.341.0.crate) = 213534 SHA256 (rust/crates/tracel-tblgen-rs-20.1.4-7.crate) = 00d2581070380418ccc33b500f3739e4d4869421fdb477fcea51ff97c6253a52 SIZE (rust/crates/tracel-tblgen-rs-20.1.4-7.crate) = 49029 SHA256 (rust/crates/tracing-0.1.44.crate) = 63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100 SIZE (rust/crates/tracing-0.1.44.crate) = 463135 SHA256 (rust/crates/tracing-attributes-0.1.31.crate) = 7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da SIZE (rust/crates/tracing-attributes-0.1.31.crate) = 39733 SHA256 (rust/crates/tracing-core-0.1.36.crate) = db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a SIZE (rust/crates/tracing-core-0.1.36.crate) = 63967 SHA256 (rust/crates/tracing-log-0.2.0.crate) = ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3 SIZE (rust/crates/tracing-log-0.2.0.crate) = 17561 -SHA256 (rust/crates/tracing-subscriber-0.3.22.crate) = 2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e -SIZE (rust/crates/tracing-subscriber-0.3.22.crate) = 212851 +SHA256 (rust/crates/tracing-subscriber-0.3.23.crate) = cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319 +SIZE (rust/crates/tracing-subscriber-0.3.23.crate) = 213773 SHA256 (rust/crates/transpose-0.2.3.crate) = 1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e SIZE (rust/crates/transpose-0.2.3.crate) = 10913 SHA256 (rust/crates/try-lock-0.2.5.crate) = e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b SIZE (rust/crates/try-lock-0.2.5.crate) = 4314 SHA256 (rust/crates/tungstenite-0.20.1.crate) = 9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9 SIZE (rust/crates/tungstenite-0.20.1.crate) = 60095 SHA256 (rust/crates/tungstenite-0.27.0.crate) = eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d SIZE (rust/crates/tungstenite-0.27.0.crate) = 67162 SHA256 (rust/crates/tungstenite-0.28.0.crate) = 8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442 SIZE (rust/crates/tungstenite-0.28.0.crate) = 67629 +SHA256 (rust/crates/tungstenite-0.29.0.crate) = 6c01152af293afb9c7c2a57e4b559c5620b421f6d133261c60dd2d0cdb38e6b8 +SIZE (rust/crates/tungstenite-0.29.0.crate) = 72513 SHA256 (rust/crates/type-map-0.5.1.crate) = cb30dbbd9036155e74adad6812e9898d03ec374946234fbcebd5dfc7b9187b90 SIZE (rust/crates/type-map-0.5.1.crate) = 8606 SHA256 (rust/crates/typed-arena-2.0.2.crate) = 6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a SIZE (rust/crates/typed-arena-2.0.2.crate) = 11848 SHA256 (rust/crates/typed-path-0.12.3.crate) = 8e28f89b80c87b8fb0cf04ab448d5dd0dd0ade2f8891bae878de66a75a28600e SIZE (rust/crates/typed-path-0.12.3.crate) = 112964 -SHA256 (rust/crates/typenum-1.19.0.crate) = 562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb -SIZE (rust/crates/typenum-1.19.0.crate) = 76414 +SHA256 (rust/crates/typenum-1.20.0.crate) = 40ce102ab67701b8526c123c1bab5cbe42d7040ccfd0f64af1a385808d2f43de +SIZE (rust/crates/typenum-1.20.0.crate) = 105530 SHA256 (rust/crates/unicase-2.9.0.crate) = dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142 SIZE (rust/crates/unicase-2.9.0.crate) = 24368 SHA256 (rust/crates/unicode-ident-1.0.24.crate) = e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75 SIZE (rust/crates/unicode-ident-1.0.24.crate) = 49298 SHA256 (rust/crates/unicode-linebreak-0.1.5.crate) = 3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f SIZE (rust/crates/unicode-linebreak-0.1.5.crate) = 15324 SHA256 (rust/crates/unicode-normalization-0.1.25.crate) = 5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8 SIZE (rust/crates/unicode-normalization-0.1.25.crate) = 128462 -SHA256 (rust/crates/unicode-segmentation-1.12.0.crate) = f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493 -SIZE (rust/crates/unicode-segmentation-1.12.0.crate) = 106323 +SHA256 (rust/crates/unicode-segmentation-1.13.2.crate) = 9629274872b2bfaf8d66f5f15725007f635594914870f65218920345aa11aa8c +SIZE (rust/crates/unicode-segmentation-1.13.2.crate) = 111829 SHA256 (rust/crates/unicode-width-0.2.2.crate) = b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254 SIZE (rust/crates/unicode-width-0.2.2.crate) = 282768 SHA256 (rust/crates/unicode-xid-0.2.6.crate) = ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853 SIZE (rust/crates/unicode-xid-0.2.6.crate) = 15744 SHA256 (rust/crates/unicode_categories-0.1.1.crate) = 39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e SIZE (rust/crates/unicode_categories-0.1.1.crate) = 87298 SHA256 (rust/crates/unindent-0.2.4.crate) = 7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3 SIZE (rust/crates/unindent-0.2.4.crate) = 7422 SHA256 (rust/crates/unit-prefix-0.5.2.crate) = 81e544489bf3d8ef66c953931f56617f423cd4b5494be343d9b9d3dda037b9a3 SIZE (rust/crates/unit-prefix-0.5.2.crate) = 8041 SHA256 (rust/crates/untrusted-0.9.0.crate) = 8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1 SIZE (rust/crates/untrusted-0.9.0.crate) = 14447 SHA256 (rust/crates/unty-0.0.4.crate) = 6d49784317cd0d1ee7ec5c716dd598ec5b4483ea832a2dced265471cc0f690ae SIZE (rust/crates/unty-0.0.4.crate) = 7200 SHA256 (rust/crates/url-2.5.8.crate) = ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed SIZE (rust/crates/url-2.5.8.crate) = 86512 SHA256 (rust/crates/url-escape-0.1.1.crate) = 44e0ce4d1246d075ca5abec4b41d33e87a6054d08e2366b63205665e950db218 SIZE (rust/crates/url-escape-0.1.1.crate) = 4459 SHA256 (rust/crates/urlencoding-2.1.3.crate) = daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da SIZE (rust/crates/urlencoding-2.1.3.crate) = 6538 SHA256 (rust/crates/utf-8-0.7.6.crate) = 09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9 SIZE (rust/crates/utf-8-0.7.6.crate) = 10422 SHA256 (rust/crates/utf8_iter-1.0.4.crate) = b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be SIZE (rust/crates/utf8_iter-1.0.4.crate) = 10437 SHA256 (rust/crates/utf8parse-0.2.2.crate) = 06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821 SIZE (rust/crates/utf8parse-0.2.2.crate) = 13499 -SHA256 (rust/crates/uuid-1.21.0.crate) = b672338555252d43fd2240c714dc444b8c6fb0a5c5335e65a07bba7742735ddb -SIZE (rust/crates/uuid-1.21.0.crate) = 62247 +SHA256 (rust/crates/uuid-1.23.1.crate) = ddd74a9687298c6858e9b88ec8935ec45d22e8fd5e6394fa1bd4e99a87789c76 +SIZE (rust/crates/uuid-1.23.1.crate) = 62932 SHA256 (rust/crates/v_frame-0.3.9.crate) = 666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2 SIZE (rust/crates/v_frame-0.3.9.crate) = 20856 SHA256 (rust/crates/va_list-0.1.4.crate) = 350bd5ef744f978a387cd08ce514be4e3766746496f355d59d68af36f52d36da SIZE (rust/crates/va_list-0.1.4.crate) = 9028 SHA256 (rust/crates/valuable-0.1.1.crate) = ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65 SIZE (rust/crates/valuable-0.1.1.crate) = 28679 SHA256 (rust/crates/variadics_please-1.1.0.crate) = 41b6d82be61465f97d42bd1d15bf20f3b0a3a0905018f38f9d6f6962055b0b5c SIZE (rust/crates/variadics_please-1.1.0.crate) = 12270 SHA256 (rust/crates/vcpkg-0.2.15.crate) = accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426 SIZE (rust/crates/vcpkg-0.2.15.crate) = 228735 SHA256 (rust/crates/vergen-9.0.6.crate) = 6b2bf58be11fc9414104c6d3a2e464163db5ef74b12296bda593cac37b6e4777 SIZE (rust/crates/vergen-9.0.6.crate) = 33160 SHA256 (rust/crates/vergen-gitcl-1.0.8.crate) = b9dfc1de6eb2e08a4ddf152f1b179529638bedc0ea95e6d667c014506377aefe SIZE (rust/crates/vergen-gitcl-1.0.8.crate) = 28712 SHA256 (rust/crates/vergen-lib-0.1.6.crate) = 9b07e6010c0f3e59fcb164e0163834597da68d1f864e2b8ca49f74de01e9c166 SIZE (rust/crates/vergen-lib-0.1.6.crate) = 20754 SHA256 (rust/crates/version-compare-0.2.1.crate) = 03c2856837ef78f57382f06b2b8563a2f512f7185d732608fd9176cb3b8edf0e SIZE (rust/crates/version-compare-0.2.1.crate) = 14245 SHA256 (rust/crates/version_check-0.9.5.crate) = 0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a SIZE (rust/crates/version_check-0.9.5.crate) = 15554 SHA256 (rust/crates/void-1.0.2.crate) = 6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d SIZE (rust/crates/void-1.0.2.crate) = 2356 SHA256 (rust/crates/vsimd-0.8.0.crate) = 5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64 SIZE (rust/crates/vsimd-0.8.0.crate) = 21377 SHA256 (rust/crates/vvdec-0.6.11.crate) = 689743f6dc5c608197123319f088d73d3048a9e5d93682b95b8a347243975cb0 SIZE (rust/crates/vvdec-0.6.11.crate) = 11775 SHA256 (rust/crates/vvdec-sys-0.7.0.crate) = 18df9e7fd48eb13204c547ccd570774b701981878489779c9a427ee97579f24d SIZE (rust/crates/vvdec-sys-0.7.0.crate) = 1440727 SHA256 (rust/crates/waker-fn-1.2.0.crate) = 317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7 SIZE (rust/crates/waker-fn-1.2.0.crate) = 6685 SHA256 (rust/crates/walkdir-2.5.0.crate) = 29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b SIZE (rust/crates/walkdir-2.5.0.crate) = 23951 SHA256 (rust/crates/want-0.3.1.crate) = bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e SIZE (rust/crates/want-0.3.1.crate) = 6398 -SHA256 (rust/crates/warp-0.4.2.crate) = 51d06d9202adc1f15d709c4f4a2069be5428aa912cc025d6f268ac441ab066b0 -SIZE (rust/crates/warp-0.4.2.crate) = 83761 +SHA256 (rust/crates/warp-0.4.3.crate) = c0a808122a8a77eecdabaefd88ddb1913c4be5ea1465399f63ba64c7aa705fea +SIZE (rust/crates/warp-0.4.3.crate) = 83952 SHA256 (rust/crates/wasi-0.11.1+wasi-snapshot-preview1.crate) = ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b SIZE (rust/crates/wasi-0.11.1+wasi-snapshot-preview1.crate) = 28477 -SHA256 (rust/crates/wasip2-1.0.2+wasi-0.2.9.crate) = 9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5 -SIZE (rust/crates/wasip2-1.0.2+wasi-0.2.9.crate) = 129778 +SHA256 (rust/crates/wasip2-1.0.3+wasi-0.2.9.crate) = 20064672db26d7cdc89c7798c48a0fdfac8213434a1186e5ef29fd560ae223d6 +SIZE (rust/crates/wasip2-1.0.3+wasi-0.2.9.crate) = 134512 SHA256 (rust/crates/wasip3-0.4.0+wasi-0.3.0-rc-2026-01-06.crate) = 5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5 SIZE (rust/crates/wasip3-0.4.0+wasi-0.3.0-rc-2026-01-06.crate) = 123354 -SHA256 (rust/crates/wasm-bindgen-0.2.114.crate) = 6532f9a5c1ece3798cb1c2cfdba640b9b3ba884f5db45973a6f442510a87d38e -SIZE (rust/crates/wasm-bindgen-0.2.114.crate) = 59350 -SHA256 (rust/crates/wasm-bindgen-futures-0.4.64.crate) = e9c5522b3a28661442748e09d40924dfb9ca614b21c00d3fd135720e48b67db8 -SIZE (rust/crates/wasm-bindgen-futures-0.4.64.crate) = 17656 -SHA256 (rust/crates/wasm-bindgen-macro-0.2.114.crate) = 18a2d50fcf105fb33bb15f00e7a77b772945a2ee45dcf454961fd843e74c18e6 -SIZE (rust/crates/wasm-bindgen-macro-0.2.114.crate) = 9289 -SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.114.crate) = 03ce4caeaac547cdf713d280eda22a730824dd11e6b8c3ca9e42247b25c631e3 -SIZE (rust/crates/wasm-bindgen-macro-support-0.2.114.crate) = 63445 -SHA256 (rust/crates/wasm-bindgen-shared-0.2.114.crate) = 75a326b8c223ee17883a4251907455a2431acc2791c98c26279376490c378c16 -SIZE (rust/crates/wasm-bindgen-shared-0.2.114.crate) = 10538 +SHA256 (rust/crates/wasm-bindgen-0.2.121.crate) = 49ace1d07c165b0864824eee619580c4689389afa9dc9ed3a4c75040d82e6790 +SIZE (rust/crates/wasm-bindgen-0.2.121.crate) = 65838 +SHA256 (rust/crates/wasm-bindgen-futures-0.4.71.crate) = 96492d0d3ffba25305a7dc88720d250b1401d7edca02cc3bcd50633b424673b8 +SIZE (rust/crates/wasm-bindgen-futures-0.4.71.crate) = 8239 +SHA256 (rust/crates/wasm-bindgen-macro-0.2.121.crate) = 8e68e6f4afd367a562002c05637acb8578ff2dea1943df76afb9e83d177c8578 +SIZE (rust/crates/wasm-bindgen-macro-0.2.121.crate) = 9294 +SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.121.crate) = d95a9ec35c64b2a7cb35d3fead40c4238d0940c86d107136999567a4703259f2 +SIZE (rust/crates/wasm-bindgen-macro-support-0.2.121.crate) = 79901 +SHA256 (rust/crates/wasm-bindgen-shared-0.2.121.crate) = c4e0100b01e9f0d03189a92b96772a1fb998639d981193d7dbab487302513441 +SIZE (rust/crates/wasm-bindgen-shared-0.2.121.crate) = 11270 SHA256 (rust/crates/wasm-encoder-0.244.0.crate) = 990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319 SIZE (rust/crates/wasm-encoder-0.244.0.crate) = 85804 SHA256 (rust/crates/wasm-metadata-0.244.0.crate) = bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909 SIZE (rust/crates/wasm-metadata-0.244.0.crate) = 21500 SHA256 (rust/crates/wasm-streams-0.4.2.crate) = 15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65 SIZE (rust/crates/wasm-streams-0.4.2.crate) = 36773 SHA256 (rust/crates/wasmparser-0.244.0.crate) = 47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe SIZE (rust/crates/wasmparser-0.244.0.crate) = 265607 -SHA256 (rust/crates/web-sys-0.3.91.crate) = 854ba17bb104abfb26ba36da9729addc7ce7f06f5c0f90f3c391f8461cca21f9 -SIZE (rust/crates/web-sys-0.3.91.crate) = 669788 +SHA256 (rust/crates/web-sys-0.3.98.crate) = 4b572dff8bcf38bad0fa19729c89bb5748b2b9b1d8be70cf90df697e3a8f32aa +SIZE (rust/crates/web-sys-0.3.98.crate) = 675508 SHA256 (rust/crates/web-time-1.1.0.crate) = 5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb SIZE (rust/crates/web-time-1.1.0.crate) = 18026 -SHA256 (rust/crates/web-transport-proto-0.5.4.crate) = 5afe275c02f899650c5497b946552fcc04f3f378bd2c3bc1e8005ff915772b97 -SIZE (rust/crates/web-transport-proto-0.5.4.crate) = 26259 -SHA256 (rust/crates/web-transport-quinn-0.11.6.crate) = 6d356bedff779480f8d88d94bf50a2eb8dedabb84414442f73c16dfee9db55b8 -SIZE (rust/crates/web-transport-quinn-0.11.6.crate) = 37367 -SHA256 (rust/crates/web-transport-trait-0.3.3.crate) = 802d6aa508f2c63c9050ceabc17265bbf90ed4d6f4e4357e987583883628e79c -SIZE (rust/crates/web-transport-trait-0.3.3.crate) = 5531 +SHA256 (rust/crates/web-transport-proto-0.6.0.crate) = 0225d295c8ac00a2e9a498aefeaf3f3c6186da12a251c938189b15b82ea22808 +SIZE (rust/crates/web-transport-proto-0.6.0.crate) = 28184 +SHA256 (rust/crates/web-transport-quinn-0.11.9.crate) = cac11b6caf163be7f980442a26fcba15e8074a5f22e85fbb71f0f77d11cecf60 +SIZE (rust/crates/web-transport-quinn-0.11.9.crate) = 40300 +SHA256 (rust/crates/web-transport-trait-0.3.4.crate) = cb67841c4a481ca3c1412ee4c9f463987401991e1ddc000903df2124f3dc85e9 +SIZE (rust/crates/web-transport-trait-0.3.4.crate) = 5578 SHA256 (rust/crates/webm-iterable-0.6.4.crate) = cd9fbf173b4b38f2f8bbb0082a0d4cb21f263a70811f5fccb1663c421c66d9f9 SIZE (rust/crates/webm-iterable-0.6.4.crate) = 15417 SHA256 (rust/crates/webpki-0.22.4.crate) = ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53 SIZE (rust/crates/webpki-0.22.4.crate) = 63472 -SHA256 (rust/crates/webpki-root-certs-1.0.6.crate) = 804f18a4ac2676ffb4e8b5b5fa9ae38af06df08162314f96a68d2a363e21a8ca -SIZE (rust/crates/webpki-root-certs-1.0.6.crate) = 165537 +SHA256 (rust/crates/webpki-root-certs-1.0.7.crate) = f31141ce3fc3e300ae89b78c0dd67f9708061d1d2eda54b8209346fd6be9a92c +SIZE (rust/crates/webpki-root-certs-1.0.7.crate) = 146732 SHA256 (rust/crates/webpki-roots-0.26.11.crate) = 521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9 SIZE (rust/crates/webpki-roots-0.26.11.crate) = 15557 -SHA256 (rust/crates/webpki-roots-1.0.6.crate) = 22cfaf3c063993ff62e73cb4311efde4db1efb31ab78a3e5c457939ad5cc0bed -SIZE (rust/crates/webpki-roots-1.0.6.crate) = 240440 +SHA256 (rust/crates/webpki-roots-1.0.7.crate) = 52f5ee44c96cf55f1b349600768e3ece3a8f26010c05265ab73f945bb1a2eb9d +SIZE (rust/crates/webpki-roots-1.0.7.crate) = 213706 SHA256 (rust/crates/weezl-0.1.12.crate) = a28ac98ddc8b9274cb41bb4d9d4d5c425b6020c50c46f25559911905610b4a88 SIZE (rust/crates/weezl-0.1.12.crate) = 46045 SHA256 (rust/crates/wgpu-26.0.1.crate) = 70b6ff82bbf6e9206828e1a3178e851f8c20f1c9028e74dd3a8090741ccd5798 SIZE (rust/crates/wgpu-26.0.1.crate) = 188657 SHA256 (rust/crates/wgpu-core-26.0.1.crate) = d5f62f1053bd28c2268f42916f31588f81f64796e2ff91b81293515017ca8bd9 SIZE (rust/crates/wgpu-core-26.0.1.crate) = 306801 SHA256 (rust/crates/wgpu-core-deps-apple-26.0.0.crate) = 18ae5fbde6a4cbebae38358aa73fcd6e0f15c6144b67ef5dc91ded0db125dbdf SIZE (rust/crates/wgpu-core-deps-apple-26.0.0.crate) = 7969 SHA256 (rust/crates/wgpu-core-deps-emscripten-26.0.0.crate) = d7670e390f416006f746b4600fdd9136455e3627f5bd763abf9a65daa216dd2d SIZE (rust/crates/wgpu-core-deps-emscripten-26.0.0.crate) = 6820 SHA256 (rust/crates/wgpu-core-deps-windows-linux-android-26.0.0.crate) = 720a5cb9d12b3d337c15ff0e24d3e97ed11490ff3f7506e7f3d98c68fa5d6f14 SIZE (rust/crates/wgpu-core-deps-windows-linux-android-26.0.0.crate) = 7778 SHA256 (rust/crates/wgpu-hal-26.0.6.crate) = a8d0e67224cc7305b3b4eb2cc57ca4c4c3afc665c1d1bee162ea806e19c47bdd SIZE (rust/crates/wgpu-hal-26.0.6.crate) = 385299 SHA256 (rust/crates/wgpu-types-26.0.0.crate) = eca7a8d8af57c18f57d393601a1fb159ace8b2328f1b6b5f80893f7d672c9ae2 SIZE (rust/crates/wgpu-types-26.0.0.crate) = 88166 SHA256 (rust/crates/which-4.4.2.crate) = 87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7 SIZE (rust/crates/which-4.4.2.crate) = 15953 -SHA256 (rust/crates/whisper-rs-0.15.1.crate) = 71ea5d2401f30f51d08126a2d133fee4c1955136519d7ac6cf6f5ac0a91e6bc8 -SIZE (rust/crates/whisper-rs-0.15.1.crate) = 37861 -SHA256 (rust/crates/whisper-rs-sys-0.14.1.crate) = b5e2a6e06e7ac7b8f53c53a5f50bb0bc823ba69b63ecd887339f807a5598bbd2 -SIZE (rust/crates/whisper-rs-sys-0.14.1.crate) = 1396682 +SHA256 (rust/crates/whisper-rs-0.16.0.crate) = 2088172d00f936c348d6a72f488dc2660ab3f507263a195df308a3c2383229f6 +SIZE (rust/crates/whisper-rs-0.16.0.crate) = 38737 +SHA256 (rust/crates/whisper-rs-sys-0.15.0.crate) = 6986c0fe081241d391f09b9a071fbcbb59720c3563628c3c829057cf69f2a56f +SIZE (rust/crates/whisper-rs-sys-0.15.0.crate) = 1757612 SHA256 (rust/crates/winapi-0.3.9.crate) = 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 SIZE (rust/crates/winapi-0.3.9.crate) = 1200382 SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = 2918815 SHA256 (rust/crates/winapi-util-0.1.11.crate) = c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22 SIZE (rust/crates/winapi-util-0.1.11.crate) = 13368 SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 SHA256 (rust/crates/windows-0.58.0.crate) = dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6 SIZE (rust/crates/windows-0.58.0.crate) = 9744521 SHA256 (rust/crates/windows-0.61.3.crate) = 9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893 SIZE (rust/crates/windows-0.61.3.crate) = 9372520 SHA256 (rust/crates/windows-collections-0.2.0.crate) = 3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8 SIZE (rust/crates/windows-collections-0.2.0.crate) = 13579 SHA256 (rust/crates/windows-core-0.58.0.crate) = 6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99 SIZE (rust/crates/windows-core-0.58.0.crate) = 41022 SHA256 (rust/crates/windows-core-0.61.2.crate) = c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3 SIZE (rust/crates/windows-core-0.61.2.crate) = 36771 SHA256 (rust/crates/windows-core-0.62.2.crate) = b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb SIZE (rust/crates/windows-core-0.62.2.crate) = 36932 SHA256 (rust/crates/windows-future-0.2.1.crate) = fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e SIZE (rust/crates/windows-future-0.2.1.crate) = 17532 SHA256 (rust/crates/windows-implement-0.58.0.crate) = 2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b SIZE (rust/crates/windows-implement-0.58.0.crate) = 10491 SHA256 (rust/crates/windows-implement-0.60.2.crate) = 053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf SIZE (rust/crates/windows-implement-0.60.2.crate) = 15325 SHA256 (rust/crates/windows-interface-0.58.0.crate) = 053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515 SIZE (rust/crates/windows-interface-0.58.0.crate) = 11246 SHA256 (rust/crates/windows-interface-0.59.3.crate) = 3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358 SIZE (rust/crates/windows-interface-0.59.3.crate) = 11809 SHA256 (rust/crates/windows-link-0.1.3.crate) = 5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a SIZE (rust/crates/windows-link-0.1.3.crate) = 6154 SHA256 (rust/crates/windows-link-0.2.1.crate) = f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5 SIZE (rust/crates/windows-link-0.2.1.crate) = 6133 SHA256 (rust/crates/windows-numerics-0.2.0.crate) = 9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1 SIZE (rust/crates/windows-numerics-0.2.0.crate) = 9686 SHA256 (rust/crates/windows-registry-0.6.1.crate) = 02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720 SIZE (rust/crates/windows-registry-0.6.1.crate) = 13358 SHA256 (rust/crates/windows-result-0.2.0.crate) = 1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e SIZE (rust/crates/windows-result-0.2.0.crate) = 12756 SHA256 (rust/crates/windows-result-0.3.4.crate) = 56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6 SIZE (rust/crates/windows-result-0.3.4.crate) = 13418 SHA256 (rust/crates/windows-result-0.4.1.crate) = 7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5 SIZE (rust/crates/windows-result-0.4.1.crate) = 13381 SHA256 (rust/crates/windows-strings-0.1.0.crate) = 4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10 SIZE (rust/crates/windows-strings-0.1.0.crate) = 13832 SHA256 (rust/crates/windows-strings-0.4.2.crate) = 56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57 SIZE (rust/crates/windows-strings-0.4.2.crate) = 13983 SHA256 (rust/crates/windows-strings-0.5.1.crate) = 7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091 SIZE (rust/crates/windows-strings-0.5.1.crate) = 13966 SHA256 (rust/crates/windows-sys-0.45.0.crate) = 75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0 SIZE (rust/crates/windows-sys-0.45.0.crate) = 2568659 SHA256 (rust/crates/windows-sys-0.52.0.crate) = 282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d SIZE (rust/crates/windows-sys-0.52.0.crate) = 2576877 SHA256 (rust/crates/windows-sys-0.59.0.crate) = 1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b SIZE (rust/crates/windows-sys-0.59.0.crate) = 2387323 SHA256 (rust/crates/windows-sys-0.60.2.crate) = f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb SIZE (rust/crates/windows-sys-0.60.2.crate) = 2518479 SHA256 (rust/crates/windows-sys-0.61.2.crate) = ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc SIZE (rust/crates/windows-sys-0.61.2.crate) = 2517186 SHA256 (rust/crates/windows-targets-0.42.2.crate) = 8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071 SIZE (rust/crates/windows-targets-0.42.2.crate) = 5492 SHA256 (rust/crates/windows-targets-0.52.6.crate) = 9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973 SIZE (rust/crates/windows-targets-0.52.6.crate) = 6403 SHA256 (rust/crates/windows-targets-0.53.5.crate) = 4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3 SIZE (rust/crates/windows-targets-0.53.5.crate) = 7126 SHA256 (rust/crates/windows-threading-0.1.0.crate) = b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6 SIZE (rust/crates/windows-threading-0.1.0.crate) = 9085 SHA256 (rust/crates/windows_aarch64_gnullvm-0.42.2.crate) = 597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8 SIZE (rust/crates/windows_aarch64_gnullvm-0.42.2.crate) = 364071 SHA256 (rust/crates/windows_aarch64_gnullvm-0.52.6.crate) = 32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3 SIZE (rust/crates/windows_aarch64_gnullvm-0.52.6.crate) = 435718 SHA256 (rust/crates/windows_aarch64_gnullvm-0.53.1.crate) = a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53 SIZE (rust/crates/windows_aarch64_gnullvm-0.53.1.crate) = 787748 SHA256 (rust/crates/windows_aarch64_msvc-0.42.2.crate) = e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43 SIZE (rust/crates/windows_aarch64_msvc-0.42.2.crate) = 666981 SHA256 (rust/crates/windows_aarch64_msvc-0.52.6.crate) = 09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469 SIZE (rust/crates/windows_aarch64_msvc-0.52.6.crate) = 832615 SHA256 (rust/crates/windows_aarch64_msvc-0.53.1.crate) = b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006 SIZE (rust/crates/windows_aarch64_msvc-0.53.1.crate) = 838009 SHA256 (rust/crates/windows_i686_gnu-0.42.2.crate) = c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f SIZE (rust/crates/windows_i686_gnu-0.42.2.crate) = 736236 SHA256 (rust/crates/windows_i686_gnu-0.52.6.crate) = 8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b SIZE (rust/crates/windows_i686_gnu-0.52.6.crate) = 880402 SHA256 (rust/crates/windows_i686_gnu-0.53.1.crate) = 960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3 SIZE (rust/crates/windows_i686_gnu-0.53.1.crate) = 939775 SHA256 (rust/crates/windows_i686_gnullvm-0.52.6.crate) = 0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66 SIZE (rust/crates/windows_i686_gnullvm-0.52.6.crate) = 475940 SHA256 (rust/crates/windows_i686_gnullvm-0.53.1.crate) = fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c SIZE (rust/crates/windows_i686_gnullvm-0.53.1.crate) = 857396 SHA256 (rust/crates/windows_i686_msvc-0.42.2.crate) = 44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060 SIZE (rust/crates/windows_i686_msvc-0.42.2.crate) = 724951 SHA256 (rust/crates/windows_i686_msvc-0.52.6.crate) = 240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66 SIZE (rust/crates/windows_i686_msvc-0.52.6.crate) = 901163 SHA256 (rust/crates/windows_i686_msvc-0.53.1.crate) = 1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2 SIZE (rust/crates/windows_i686_msvc-0.53.1.crate) = 907688 SHA256 (rust/crates/windows_x86_64_gnu-0.42.2.crate) = 8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36 SIZE (rust/crates/windows_x86_64_gnu-0.42.2.crate) = 699373 SHA256 (rust/crates/windows_x86_64_gnu-0.52.6.crate) = 147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78 SIZE (rust/crates/windows_x86_64_gnu-0.52.6.crate) = 836363 SHA256 (rust/crates/windows_x86_64_gnu-0.53.1.crate) = 9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499 SIZE (rust/crates/windows_x86_64_gnu-0.53.1.crate) = 903712 SHA256 (rust/crates/windows_x86_64_gnullvm-0.42.2.crate) = 26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3 SIZE (rust/crates/windows_x86_64_gnullvm-0.42.2.crate) = 364068 SHA256 (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d SIZE (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 435707 SHA256 (rust/crates/windows_x86_64_gnullvm-0.53.1.crate) = 0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1 SIZE (rust/crates/windows_x86_64_gnullvm-0.53.1.crate) = 787739 SHA256 (rust/crates/windows_x86_64_msvc-0.42.2.crate) = 9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0 SIZE (rust/crates/windows_x86_64_msvc-0.42.2.crate) = 666936 SHA256 (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec SIZE (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 832564 SHA256 (rust/crates/windows_x86_64_msvc-0.53.1.crate) = d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650 SIZE (rust/crates/windows_x86_64_msvc-0.53.1.crate) = 837950 -SHA256 (rust/crates/winnow-0.7.14.crate) = 5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829 -SIZE (rust/crates/winnow-0.7.14.crate) = 184718 +SHA256 (rust/crates/winnow-0.7.15.crate) = df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945 +SIZE (rust/crates/winnow-0.7.15.crate) = 187092 +SHA256 (rust/crates/winnow-1.0.2.crate) = 2ee1708bef14716a11bae175f579062d4554d95be2c6829f518df847b7b3fdd0 +SIZE (rust/crates/winnow-1.0.2.crate) = 188047 SHA256 (rust/crates/wit-bindgen-0.51.0.crate) = d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5 SIZE (rust/crates/wit-bindgen-0.51.0.crate) = 68035 +SHA256 (rust/crates/wit-bindgen-0.57.1.crate) = 1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e +SIZE (rust/crates/wit-bindgen-0.57.1.crate) = 71227 SHA256 (rust/crates/wit-bindgen-core-0.51.0.crate) = ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc SIZE (rust/crates/wit-bindgen-core-0.51.0.crate) = 35048 SHA256 (rust/crates/wit-bindgen-rust-0.51.0.crate) = b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21 SIZE (rust/crates/wit-bindgen-rust-0.51.0.crate) = 57051 SHA256 (rust/crates/wit-bindgen-rust-macro-0.51.0.crate) = 0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a SIZE (rust/crates/wit-bindgen-rust-macro-0.51.0.crate) = 14283 SHA256 (rust/crates/wit-component-0.244.0.crate) = 9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2 SIZE (rust/crates/wit-component-0.244.0.crate) = 256882 SHA256 (rust/crates/wit-parser-0.244.0.crate) = ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736 SIZE (rust/crates/wit-parser-0.244.0.crate) = 159371 -SHA256 (rust/crates/writeable-0.6.2.crate) = 9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9 -SIZE (rust/crates/writeable-0.6.2.crate) = 25181 +SHA256 (rust/crates/writeable-0.6.3.crate) = 1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4 +SIZE (rust/crates/writeable-0.6.3.crate) = 26685 SHA256 (rust/crates/x509-parser-0.18.1.crate) = d43b0f71ce057da06bc0851b23ee24f3f86190b07203dd8f567d0b706a185202 SIZE (rust/crates/x509-parser-0.18.1.crate) = 102625 SHA256 (rust/crates/xattr-1.6.1.crate) = 32e45ad4206f6d2479085147f02bc2ef834ac85886624a23575ae137c8aa8156 SIZE (rust/crates/xattr-1.6.1.crate) = 15952 -SHA256 (rust/crates/xml-1.2.1.crate) = b8aa498d22c9bbaf482329839bc5620c46be275a19a812e9a22a2b07529a642a -SIZE (rust/crates/xml-1.2.1.crate) = 57626 +SHA256 (rust/crates/xml-1.3.0.crate) = 636f85e5ca6488e96401b61eb7de54f4e44755c988af0f52cf90230c312a1a89 +SIZE (rust/crates/xml-1.3.0.crate) = 57489 SHA256 (rust/crates/xml-rs-0.8.28.crate) = 3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f SIZE (rust/crates/xml-rs-0.8.28.crate) = 52826 SHA256 (rust/crates/xmlparser-0.13.6.crate) = 66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4 SIZE (rust/crates/xmlparser-0.13.6.crate) = 26718 SHA256 (rust/crates/xmltree-0.12.0.crate) = cbc04313cab124e498ab1724e739720807b6dc405b9ed0edc5860164d2e4ff70 SIZE (rust/crates/xmltree-0.12.0.crate) = 10459 SHA256 (rust/crates/y4m-0.8.0.crate) = 7a5a4b21e1a62b67a2970e6831bc091d7b87e119e7f9791aef9702e3bef04448 SIZE (rust/crates/y4m-0.8.0.crate) = 12455 SHA256 (rust/crates/yansi-1.0.1.crate) = cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049 SIZE (rust/crates/yansi-1.0.1.crate) = 75497 -SHA256 (rust/crates/yasna-0.5.2.crate) = e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd -SIZE (rust/crates/yasna-0.5.2.crate) = 34859 -SHA256 (rust/crates/yoke-0.8.1.crate) = 72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954 -SIZE (rust/crates/yoke-0.8.1.crate) = 32016 -SHA256 (rust/crates/yoke-derive-0.8.1.crate) = b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d -SIZE (rust/crates/yoke-derive-0.8.1.crate) = 7593 -SHA256 (rust/crates/zerocopy-0.8.40.crate) = a789c6e490b576db9f7e6b6d661bcc9799f7c0ac8352f56ea20193b2681532e5 -SIZE (rust/crates/zerocopy-0.8.40.crate) = 254858 -SHA256 (rust/crates/zerocopy-derive-0.8.40.crate) = f65c489a7071a749c849713807783f70672b28094011623e200cb86dcb835953 -SIZE (rust/crates/zerocopy-derive-0.8.40.crate) = 97724 -SHA256 (rust/crates/zerofrom-0.1.6.crate) = 50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5 -SIZE (rust/crates/zerofrom-0.1.6.crate) = 5669 -SHA256 (rust/crates/zerofrom-derive-0.1.6.crate) = d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502 -SIZE (rust/crates/zerofrom-derive-0.1.6.crate) = 8305 +SHA256 (rust/crates/yasna-0.6.0.crate) = b5f6765e852b9b4dc8e2a76843e4d64d1cea8e79bcde0b6901aea8e7c7f08282 +SIZE (rust/crates/yasna-0.6.0.crate) = 40598 +SHA256 (rust/crates/yoke-0.8.2.crate) = abe8c5fda708d9ca3df187cae8bfb9ceda00dd96231bed36e445a1a48e66f9ca +SIZE (rust/crates/yoke-0.8.2.crate) = 32790 +SHA256 (rust/crates/yoke-derive-0.8.2.crate) = de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e +SIZE (rust/crates/yoke-derive-0.8.2.crate) = 15077 +SHA256 (rust/crates/zerocopy-0.8.48.crate) = eed437bf9d6692032087e337407a86f04cd8d6a16a37199ed57949d415bd68e9 +SIZE (rust/crates/zerocopy-0.8.48.crate) = 287554 +SHA256 (rust/crates/zerocopy-derive-0.8.48.crate) = 70e3cd084b1788766f53af483dd21f93881ff30d7320490ec3ef7526d203bad4 +SIZE (rust/crates/zerocopy-derive-0.8.48.crate) = 97646 +SHA256 (rust/crates/zerofrom-0.1.7.crate) = 69faa1f2a1ea75661980b013019ed6687ed0e83d069bc1114e2cc74c6c04c4df +SIZE (rust/crates/zerofrom-0.1.7.crate) = 6140 +SHA256 (rust/crates/zerofrom-derive-0.1.7.crate) = 11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1 +SIZE (rust/crates/zerofrom-derive-0.1.7.crate) = 8853 SHA256 (rust/crates/zeroize-1.8.2.crate) = b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0 SIZE (rust/crates/zeroize-1.8.2.crate) = 20907 SHA256 (rust/crates/zeroize_derive-1.4.3.crate) = 85a5b4158499876c763cb03bc4e49185d3cccbabb15b33c627f7884f43db852e SIZE (rust/crates/zeroize_derive-1.4.3.crate) = 11695 -SHA256 (rust/crates/zerotrie-0.2.3.crate) = 2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851 -SIZE (rust/crates/zerotrie-0.2.3.crate) = 69547 -SHA256 (rust/crates/zerovec-0.11.5.crate) = 6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002 -SIZE (rust/crates/zerovec-0.11.5.crate) = 119620 -SHA256 (rust/crates/zerovec-derive-0.11.2.crate) = eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3 -SIZE (rust/crates/zerovec-derive-0.11.2.crate) = 21421 +SHA256 (rust/crates/zerotrie-0.2.4.crate) = 0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf +SIZE (rust/crates/zerotrie-0.2.4.crate) = 83690 +SHA256 (rust/crates/zerovec-0.11.6.crate) = 90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239 +SIZE (rust/crates/zerovec-0.11.6.crate) = 128583 +SHA256 (rust/crates/zerovec-derive-0.11.3.crate) = 625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555 +SIZE (rust/crates/zerovec-derive-0.11.3.crate) = 22115 SHA256 (rust/crates/zip-7.2.0.crate) = c42e33efc22a0650c311c2ef19115ce232583abbe80850bc8b66509ebef02de0 SIZE (rust/crates/zip-7.2.0.crate) = 137719 -SHA256 (rust/crates/zlib-rs-0.6.2.crate) = c745c48e1007337ed136dc99df34128b9faa6ed542d80a1c673cf55a6d7236c8 -SIZE (rust/crates/zlib-rs-0.6.2.crate) = 210659 +SHA256 (rust/crates/zlib-rs-0.6.3.crate) = 3be3d40e40a133f9c916ee3f9f4fa2d9d63435b5fbe1bfc6d9dae0aa0ada1513 +SIZE (rust/crates/zlib-rs-0.6.3.crate) = 210781 SHA256 (rust/crates/zmij-1.0.21.crate) = b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa SIZE (rust/crates/zmij-1.0.21.crate) = 26665 SHA256 (rust/crates/zopfli-0.8.3.crate) = f05cd8797d63865425ff89b5c4a48804f35ba0ce8d125800027ad6017d2b5249 SIZE (rust/crates/zopfli-0.8.3.crate) = 51589 SHA256 (rust/crates/zstd-0.13.3.crate) = e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a SIZE (rust/crates/zstd-0.13.3.crate) = 30514 SHA256 (rust/crates/zstd-safe-7.2.4.crate) = 8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d SIZE (rust/crates/zstd-safe-7.2.4.crate) = 29350 SHA256 (rust/crates/zstd-sys-2.0.16+zstd.1.5.7.crate) = 91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748 SIZE (rust/crates/zstd-sys-2.0.16+zstd.1.5.7.crate) = 775620 SHA256 (rust-av-flavors-833508af656d298c269f2397c8541a084264d992_GH0.tar.gz) = 79288d892a46f2c2a84ad7e96b48608fbf54518ecf3fa7b6035f9a4bab187dab SIZE (rust-av-flavors-833508af656d298c269f2397c8541a084264d992_GH0.tar.gz) = 6456420 -SHA256 (gtk-rs-gtk4-rs-12259c689cf3278ace2b82452cbcaba8c4942020_GH0.tar.gz) = 9217b334053d33ff01457ecfe1d2f6f126eb50e67604eb74abc9f784d62e42e0 -SIZE (gtk-rs-gtk4-rs-12259c689cf3278ace2b82452cbcaba8c4942020_GH0.tar.gz) = 12011069 SHA256 (rust-av-ffv1-bd9eabfc14c9ad53c37b32279e276619f4390ab8_GH0.tar.gz) = 43e53cfdeba6c96b23b0b2837f39bd07c23fe1be5cffadd69122867ce7d5a356 SIZE (rust-av-ffv1-bd9eabfc14c9ad53c37b32279e276619f4390ab8_GH0.tar.gz) = 21831444 -SHA256 (gstreamer-gstreamer-rs-3d56963cfca15dffd2a34d2be91ceefa6ad3fc40_GL0.tar.gz) = c9e5f446dd1f47d1ede5671cf43e6bcee0d670e68db16c90ae36b75ad9323c5a -SIZE (gstreamer-gstreamer-rs-3d56963cfca15dffd2a34d2be91ceefa6ad3fc40_GL0.tar.gz) = 1612285 -SHA256 (gtk-rs-gtk-rs-core-484fbe01e74fc880cf9d5ed10c33a38747044a42_GH0.tar.gz) = 1db7aaa0366f34e765b48ac9992379815baf1961153d8be9c924fbb342a06d80 -SIZE (gtk-rs-gtk-rs-core-484fbe01e74fc880cf9d5ed10c33a38747044a42_GH0.tar.gz) = 1058235 -SHA256 (gst-plugins-rs-0.15.1.tar.bz2) = edc0c9262cc766bc2846c98bfd75735ff37d0f26319cb65880fa72ee40d97241 -SIZE (gst-plugins-rs-0.15.1.tar.bz2) = 2564915 +SHA256 (gtk-rs-gtk4-rs-867a6737f36c735865119cff649b059ce337dcb2_GH0.tar.gz) = 1832e1795f8fae6602b84dcf3b67d91706711536fe859fb20a907d8766c36b34 +SIZE (gtk-rs-gtk4-rs-867a6737f36c735865119cff649b059ce337dcb2_GH0.tar.gz) = 12016188 +SHA256 (gstreamer-gstreamer-rs-c1f88371d75cbd69e7b84567cd705d1ba3bd22db_GL0.tar.gz) = 14e59b80e2e47d32f661acfdabfde594f83a432e5db7445f9f8668eb0fc1227c +SIZE (gstreamer-gstreamer-rs-c1f88371d75cbd69e7b84567cd705d1ba3bd22db_GL0.tar.gz) = 1629169 +SHA256 (gtk-rs-gtk-rs-core-ba575eeaf5c7cf043e55454620e5926593756c67_GH0.tar.gz) = 8e4d5b7ef82ea8684471b62efa13791bbef1abcaf1e32fe597b05dca52f3af26 +SIZE (gtk-rs-gtk-rs-core-ba575eeaf5c7cf043e55454620e5926593756c67_GH0.tar.gz) = 1064223 +SHA256 (gst-plugins-rs-0.15.2.tar.bz2) = 7a07833af4d1c124ec53bc4a7b450820e94e564fa772069bc8c2466679f2b196 +SIZE (gst-plugins-rs-0.15.2.tar.bz2) = 2566337 diff --git a/multimedia/gstreamer1-plugins-ugly/pkg-plist b/multimedia/gstreamer1-plugins-ugly/pkg-plist index ae31a61544b3..a060795909e7 100644 --- a/multimedia/gstreamer1-plugins-ugly/pkg-plist +++ b/multimedia/gstreamer1-plugins-ugly/pkg-plist @@ -1,50 +1,51 @@ lib/gstreamer-%%VERSION%%/libgstasf.so lib/gstreamer-%%VERSION%%/libgstdvdlpcmdec.so lib/gstreamer-%%VERSION%%/libgstdvdsub.so lib/gstreamer-%%VERSION%%/libgstrealmedia.so share/locale/af/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo share/locale/ar/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo share/locale/ast/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo share/locale/az/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo share/locale/bg/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo share/locale/ca/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo share/locale/cs/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo share/locale/da/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo share/locale/de/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo share/locale/el/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo share/locale/en_GB/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo share/locale/eo/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo share/locale/es/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo share/locale/eu/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo share/locale/fi/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo share/locale/fr/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo share/locale/fur/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo share/locale/gl/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo share/locale/hr/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo share/locale/hu/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo share/locale/id/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo share/locale/it/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo share/locale/ja/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo share/locale/ka/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo +share/locale/kk/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo share/locale/lt/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo share/locale/lv/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo share/locale/ms/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo share/locale/mt/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo share/locale/nb/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo share/locale/nl/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo share/locale/or/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo share/locale/pl/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo share/locale/pt_BR/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo share/locale/ro/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo share/locale/ru/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo share/locale/sk/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo share/locale/sl/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo share/locale/sq/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo share/locale/sr/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo share/locale/sv/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo share/locale/ta/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo share/locale/tr/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo share/locale/uk/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo share/locale/vi/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo share/locale/zh_CN/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo share/locale/zh_TW/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo diff --git a/multimedia/gstreamer1-plugins-v4l2/Makefile b/multimedia/gstreamer1-plugins-v4l2/Makefile index eb8845bad9fd..4408ad8be231 100644 --- a/multimedia/gstreamer1-plugins-v4l2/Makefile +++ b/multimedia/gstreamer1-plugins-v4l2/Makefile @@ -1,17 +1,17 @@ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= multimedia COMMENT= GStreamer Video 4 Linux 2 source plugin BUILD_DEPENDS= v4l_compat>0:multimedia/v4l_compat LIB_DEPENDS= libv4l2.so:multimedia/libv4l RUN_DEPENDS= webcamd:multimedia/webcamd MASTERDIR= ${.CURDIR:H:H}/multimedia/gstreamer1-plugins PLIST= ${.CURDIR}/pkg-plist DIST= good GST_PLUGIN= v4l2 .include "${MASTERDIR}/Makefile" diff --git a/multimedia/gstreamer1-plugins/distinfo b/multimedia/gstreamer1-plugins/distinfo index ed63264e92cf..d965fcd30ad5 100644 --- a/multimedia/gstreamer1-plugins/distinfo +++ b/multimedia/gstreamer1-plugins/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1772780156 -SHA256 (gst-plugins-base-1.28.1.tar.xz) = 1446a4c2a92ff5d78d88e85a599f0038441d53333236f0c72d72f21a9c132497 -SIZE (gst-plugins-base-1.28.1.tar.xz) = 2514700 -SHA256 (gst-plugins-bad-1.28.1.tar.xz) = 56c1593787f8b5550893d59e4ff29e6bcccf34973316fa55e34ce493e04313a2 -SIZE (gst-plugins-bad-1.28.1.tar.xz) = 7972092 -SHA256 (gst-plugins-ugly-1.28.1.tar.xz) = 4082f3cb063fccc3ffc04e5ab0854bafde82d1b373eb3c9eaa28115dd3f95a78 -SIZE (gst-plugins-ugly-1.28.1.tar.xz) = 225572 -SHA256 (gst-plugins-good-1.28.1.tar.xz) = 738e26aee41b7a62050e40b81adc017a110a7f32d1ec49fa6a0300846c44368d -SIZE (gst-plugins-good-1.28.1.tar.xz) = 5967360 +TIMESTAMP = 1779386147 +SHA256 (gst-plugins-base-1.28.3.tar.xz) = 27880f3d87efa3bb5aa5f99f7ef6e4be7c95229f44eee928c1633d32e87d0099 +SIZE (gst-plugins-base-1.28.3.tar.xz) = 2537504 +SHA256 (gst-plugins-bad-1.28.3.tar.xz) = 4213f43ddb875bb141e5040e97735579d74665bec3d17b51052aade395b83f00 +SIZE (gst-plugins-bad-1.28.3.tar.xz) = 8003472 +SHA256 (gst-plugins-ugly-1.28.3.tar.xz) = 0c04763200467b9b61a916b33646a6916a97cc9869d8b6dca57427b1f2734dee +SIZE (gst-plugins-ugly-1.28.3.tar.xz) = 234348 +SHA256 (gst-plugins-good-1.28.3.tar.xz) = 47f78f500cbd900f758f9ba74288fda0e2ca5a7855096025641e121ffec40a5d +SIZE (gst-plugins-good-1.28.3.tar.xz) = 5986464 diff --git a/multimedia/gstreamer1-plugins/pkg-plist b/multimedia/gstreamer1-plugins/pkg-plist index e8d010a20346..67bd44065dd4 100644 --- a/multimedia/gstreamer1-plugins/pkg-plist +++ b/multimedia/gstreamer1-plugins/pkg-plist @@ -1,272 +1,273 @@ bin/gst-device-monitor-%%VERSION%% bin/gst-discoverer-%%VERSION%% bin/gst-play-%%VERSION%% include/gstreamer-%%VERSION%%/gst/allocators/allocators-prelude.h include/gstreamer-%%VERSION%%/gst/allocators/allocators.h include/gstreamer-%%VERSION%%/gst/allocators/gstdmabuf.h include/gstreamer-%%VERSION%%/gst/allocators/gstdrmdumb.h include/gstreamer-%%VERSION%%/gst/allocators/gstfdmemory.h include/gstreamer-%%VERSION%%/gst/allocators/gstphysmemory.h include/gstreamer-%%VERSION%%/gst/allocators/gstshmallocator.h include/gstreamer-%%VERSION%%/gst/allocators/gstudmabufallocator.h include/gstreamer-%%VERSION%%/gst/app/app-enumtypes.h include/gstreamer-%%VERSION%%/gst/app/app-prelude.h include/gstreamer-%%VERSION%%/gst/app/app.h include/gstreamer-%%VERSION%%/gst/app/gstappsink.h include/gstreamer-%%VERSION%%/gst/app/gstappsrc.h include/gstreamer-%%VERSION%%/gst/audio/audio-buffer.h include/gstreamer-%%VERSION%%/gst/audio/audio-channel-mixer.h include/gstreamer-%%VERSION%%/gst/audio/audio-channels.h include/gstreamer-%%VERSION%%/gst/audio/audio-converter.h include/gstreamer-%%VERSION%%/gst/audio/audio-enumtypes.h include/gstreamer-%%VERSION%%/gst/audio/audio-format.h include/gstreamer-%%VERSION%%/gst/audio/audio-info.h include/gstreamer-%%VERSION%%/gst/audio/audio-prelude.h include/gstreamer-%%VERSION%%/gst/audio/audio-quantize.h include/gstreamer-%%VERSION%%/gst/audio/audio-resampler.h include/gstreamer-%%VERSION%%/gst/audio/audio.h include/gstreamer-%%VERSION%%/gst/audio/gstaudioaggregator.h include/gstreamer-%%VERSION%%/gst/audio/gstaudiobasesink.h include/gstreamer-%%VERSION%%/gst/audio/gstaudiobasesrc.h include/gstreamer-%%VERSION%%/gst/audio/gstaudiocdsrc.h include/gstreamer-%%VERSION%%/gst/audio/gstaudioclock.h include/gstreamer-%%VERSION%%/gst/audio/gstaudiodecoder.h include/gstreamer-%%VERSION%%/gst/audio/gstaudioencoder.h include/gstreamer-%%VERSION%%/gst/audio/gstaudiofilter.h include/gstreamer-%%VERSION%%/gst/audio/gstaudioiec61937.h include/gstreamer-%%VERSION%%/gst/audio/gstaudiometa.h include/gstreamer-%%VERSION%%/gst/audio/gstaudioringbuffer.h include/gstreamer-%%VERSION%%/gst/audio/gstaudiosink.h include/gstreamer-%%VERSION%%/gst/audio/gstaudiosrc.h include/gstreamer-%%VERSION%%/gst/audio/gstaudiostreamalign.h include/gstreamer-%%VERSION%%/gst/audio/gstdsd.h include/gstreamer-%%VERSION%%/gst/audio/gstdsdformat.h include/gstreamer-%%VERSION%%/gst/audio/streamvolume.h include/gstreamer-%%VERSION%%/gst/fft/fft-prelude.h include/gstreamer-%%VERSION%%/gst/fft/fft.h include/gstreamer-%%VERSION%%/gst/fft/gstfft.h include/gstreamer-%%VERSION%%/gst/fft/gstfftf32.h include/gstreamer-%%VERSION%%/gst/fft/gstfftf64.h include/gstreamer-%%VERSION%%/gst/fft/gstffts16.h include/gstreamer-%%VERSION%%/gst/fft/gstffts32.h include/gstreamer-%%VERSION%%/gst/pbutils/codec-utils.h include/gstreamer-%%VERSION%%/gst/pbutils/descriptions.h include/gstreamer-%%VERSION%%/gst/pbutils/encoding-profile.h include/gstreamer-%%VERSION%%/gst/pbutils/encoding-target.h include/gstreamer-%%VERSION%%/gst/pbutils/gstaudiovisualizer.h include/gstreamer-%%VERSION%%/gst/pbutils/gstdiscoverer.h include/gstreamer-%%VERSION%%/gst/pbutils/gstpluginsbaseversion.h include/gstreamer-%%VERSION%%/gst/pbutils/install-plugins.h include/gstreamer-%%VERSION%%/gst/pbutils/missing-plugins.h include/gstreamer-%%VERSION%%/gst/pbutils/pbutils-enumtypes.h include/gstreamer-%%VERSION%%/gst/pbutils/pbutils-prelude.h include/gstreamer-%%VERSION%%/gst/pbutils/pbutils.h include/gstreamer-%%VERSION%%/gst/riff/riff-ids.h include/gstreamer-%%VERSION%%/gst/riff/riff-media.h include/gstreamer-%%VERSION%%/gst/riff/riff-prelude.h include/gstreamer-%%VERSION%%/gst/riff/riff-read.h include/gstreamer-%%VERSION%%/gst/riff/riff.h include/gstreamer-%%VERSION%%/gst/rtp/gstrtcpbuffer.h include/gstreamer-%%VERSION%%/gst/rtp/gstrtp-enumtypes.h include/gstreamer-%%VERSION%%/gst/rtp/gstrtpbaseaudiopayload.h include/gstreamer-%%VERSION%%/gst/rtp/gstrtpbasedepayload.h include/gstreamer-%%VERSION%%/gst/rtp/gstrtpbasepayload.h include/gstreamer-%%VERSION%%/gst/rtp/gstrtpbuffer.h include/gstreamer-%%VERSION%%/gst/rtp/gstrtpdefs.h include/gstreamer-%%VERSION%%/gst/rtp/gstrtphdrext.h include/gstreamer-%%VERSION%%/gst/rtp/gstrtpmeta.h include/gstreamer-%%VERSION%%/gst/rtp/gstrtppayloads.h include/gstreamer-%%VERSION%%/gst/rtp/rtp-prelude.h include/gstreamer-%%VERSION%%/gst/rtp/rtp.h include/gstreamer-%%VERSION%%/gst/rtsp/gstrtsp-enumtypes.h include/gstreamer-%%VERSION%%/gst/rtsp/gstrtsp.h include/gstreamer-%%VERSION%%/gst/rtsp/gstrtspconnection.h include/gstreamer-%%VERSION%%/gst/rtsp/gstrtspdefs.h include/gstreamer-%%VERSION%%/gst/rtsp/gstrtspextension.h include/gstreamer-%%VERSION%%/gst/rtsp/gstrtspmessage.h include/gstreamer-%%VERSION%%/gst/rtsp/gstrtsprange.h include/gstreamer-%%VERSION%%/gst/rtsp/gstrtsptransport.h include/gstreamer-%%VERSION%%/gst/rtsp/gstrtspurl.h include/gstreamer-%%VERSION%%/gst/rtsp/rtsp-prelude.h include/gstreamer-%%VERSION%%/gst/rtsp/rtsp.h include/gstreamer-%%VERSION%%/gst/sdp/gstmikey.h include/gstreamer-%%VERSION%%/gst/sdp/gstsdp.h include/gstreamer-%%VERSION%%/gst/sdp/gstsdpmessage.h include/gstreamer-%%VERSION%%/gst/sdp/sdp-prelude.h include/gstreamer-%%VERSION%%/gst/sdp/sdp.h include/gstreamer-%%VERSION%%/gst/tag/gsttagdemux.h include/gstreamer-%%VERSION%%/gst/tag/gsttagmux.h include/gstreamer-%%VERSION%%/gst/tag/tag-enumtypes.h include/gstreamer-%%VERSION%%/gst/tag/tag-prelude.h include/gstreamer-%%VERSION%%/gst/tag/tag.h include/gstreamer-%%VERSION%%/gst/tag/xmpwriter.h include/gstreamer-%%VERSION%%/gst/video/colorbalance.h include/gstreamer-%%VERSION%%/gst/video/colorbalancechannel.h include/gstreamer-%%VERSION%%/gst/video/gstvideoaffinetransformationmeta.h include/gstreamer-%%VERSION%%/gst/video/gstvideoaggregator.h include/gstreamer-%%VERSION%%/gst/video/gstvideocodecalphameta.h include/gstreamer-%%VERSION%%/gst/video/gstvideodecoder.h include/gstreamer-%%VERSION%%/gst/video/gstvideodmabufpool.h include/gstreamer-%%VERSION%%/gst/video/gstvideoencoder.h include/gstreamer-%%VERSION%%/gst/video/gstvideofilter.h include/gstreamer-%%VERSION%%/gst/video/gstvideometa.h include/gstreamer-%%VERSION%%/gst/video/gstvideopool.h include/gstreamer-%%VERSION%%/gst/video/gstvideosink.h include/gstreamer-%%VERSION%%/gst/video/gstvideotimecode.h include/gstreamer-%%VERSION%%/gst/video/gstvideoutils.h include/gstreamer-%%VERSION%%/gst/video/navigation.h include/gstreamer-%%VERSION%%/gst/video/video-anc.h include/gstreamer-%%VERSION%%/gst/video/video-blend.h include/gstreamer-%%VERSION%%/gst/video/video-chroma.h include/gstreamer-%%VERSION%%/gst/video/video-color.h include/gstreamer-%%VERSION%%/gst/video/video-converter.h include/gstreamer-%%VERSION%%/gst/video/video-dither.h include/gstreamer-%%VERSION%%/gst/video/video-enumtypes.h include/gstreamer-%%VERSION%%/gst/video/video-event.h include/gstreamer-%%VERSION%%/gst/video/video-format.h include/gstreamer-%%VERSION%%/gst/video/video-frame.h include/gstreamer-%%VERSION%%/gst/video/video-hdr.h include/gstreamer-%%VERSION%%/gst/video/video-info-dma.h include/gstreamer-%%VERSION%%/gst/video/video-info.h include/gstreamer-%%VERSION%%/gst/video/video-multiview.h include/gstreamer-%%VERSION%%/gst/video/video-overlay-composition.h include/gstreamer-%%VERSION%%/gst/video/video-prelude.h include/gstreamer-%%VERSION%%/gst/video/video-resampler.h include/gstreamer-%%VERSION%%/gst/video/video-scaler.h include/gstreamer-%%VERSION%%/gst/video/video-sei.h include/gstreamer-%%VERSION%%/gst/video/video-tile.h include/gstreamer-%%VERSION%%/gst/video/video.h include/gstreamer-%%VERSION%%/gst/video/videodirection.h include/gstreamer-%%VERSION%%/gst/video/videoorientation.h include/gstreamer-%%VERSION%%/gst/video/videooverlay.h lib/girepository-%%VERSION%%/GstAllocators-%%VERSION%%.typelib lib/girepository-%%VERSION%%/GstApp-%%VERSION%%.typelib lib/girepository-%%VERSION%%/GstAudio-%%VERSION%%.typelib lib/girepository-%%VERSION%%/GstPbutils-%%VERSION%%.typelib lib/girepository-%%VERSION%%/GstRtp-%%VERSION%%.typelib lib/girepository-%%VERSION%%/GstRtsp-%%VERSION%%.typelib lib/girepository-%%VERSION%%/GstSdp-%%VERSION%%.typelib lib/girepository-%%VERSION%%/GstTag-%%VERSION%%.typelib lib/girepository-%%VERSION%%/GstVideo-%%VERSION%%.typelib lib/gstreamer-%%VERSION%%/libgstadder.so lib/gstreamer-%%VERSION%%/libgstapp.so lib/gstreamer-%%VERSION%%/libgstaudioconvert.so lib/gstreamer-%%VERSION%%/libgstaudiomixer.so lib/gstreamer-%%VERSION%%/libgstaudiorate.so lib/gstreamer-%%VERSION%%/libgstaudioresample.so lib/gstreamer-%%VERSION%%/libgstaudiotestsrc.so lib/gstreamer-%%VERSION%%/libgstbasedebug.so lib/gstreamer-%%VERSION%%/libgstcompositor.so lib/gstreamer-%%VERSION%%/libgstdsd.so lib/gstreamer-%%VERSION%%/libgstencoding.so lib/gstreamer-%%VERSION%%/libgstgio.so lib/gstreamer-%%VERSION%%/libgstoverlaycomposition.so lib/gstreamer-%%VERSION%%/libgstpbtypes.so lib/gstreamer-%%VERSION%%/libgstplayback.so lib/gstreamer-%%VERSION%%/libgstrawparse.so lib/gstreamer-%%VERSION%%/libgstsubparse.so lib/gstreamer-%%VERSION%%/libgsttcp.so lib/gstreamer-%%VERSION%%/libgsttypefindfunctions.so lib/gstreamer-%%VERSION%%/libgstvideoconvertscale.so lib/gstreamer-%%VERSION%%/libgstvideorate.so lib/gstreamer-%%VERSION%%/libgstvideotestsrc.so lib/gstreamer-%%VERSION%%/libgstvolume.so lib/libgstallocators-%%VERSION%%.so lib/libgstallocators-%%VERSION%%.so.0 lib/libgstallocators-%%VERSION%%.so.%%SOVERSION%% lib/libgstapp-%%VERSION%%.so lib/libgstapp-%%VERSION%%.so.0 lib/libgstapp-%%VERSION%%.so.%%SOVERSION%% lib/libgstaudio-%%VERSION%%.so lib/libgstaudio-%%VERSION%%.so.0 lib/libgstaudio-%%VERSION%%.so.%%SOVERSION%% lib/libgstfft-%%VERSION%%.so lib/libgstfft-%%VERSION%%.so.0 lib/libgstfft-%%VERSION%%.so.%%SOVERSION%% lib/libgstpbutils-%%VERSION%%.so lib/libgstpbutils-%%VERSION%%.so.0 lib/libgstpbutils-%%VERSION%%.so.%%SOVERSION%% lib/libgstriff-%%VERSION%%.so lib/libgstriff-%%VERSION%%.so.0 lib/libgstriff-%%VERSION%%.so.%%SOVERSION%% lib/libgstrtp-%%VERSION%%.so lib/libgstrtp-%%VERSION%%.so.0 lib/libgstrtp-%%VERSION%%.so.%%SOVERSION%% lib/libgstrtsp-%%VERSION%%.so lib/libgstrtsp-%%VERSION%%.so.0 lib/libgstrtsp-%%VERSION%%.so.%%SOVERSION%% lib/libgstsdp-%%VERSION%%.so lib/libgstsdp-%%VERSION%%.so.0 lib/libgstsdp-%%VERSION%%.so.%%SOVERSION%% lib/libgsttag-%%VERSION%%.so lib/libgsttag-%%VERSION%%.so.0 lib/libgsttag-%%VERSION%%.so.%%SOVERSION%% lib/libgstvideo-%%VERSION%%.so lib/libgstvideo-%%VERSION%%.so.0 lib/libgstvideo-%%VERSION%%.so.%%SOVERSION%% libdata/pkgconfig/gstreamer-allocators-%%VERSION%%.pc libdata/pkgconfig/gstreamer-app-%%VERSION%%.pc libdata/pkgconfig/gstreamer-audio-%%VERSION%%.pc libdata/pkgconfig/gstreamer-fft-%%VERSION%%.pc libdata/pkgconfig/gstreamer-pbutils-%%VERSION%%.pc libdata/pkgconfig/gstreamer-plugins-base-%%VERSION%%.pc libdata/pkgconfig/gstreamer-riff-%%VERSION%%.pc libdata/pkgconfig/gstreamer-rtp-%%VERSION%%.pc libdata/pkgconfig/gstreamer-rtsp-%%VERSION%%.pc libdata/pkgconfig/gstreamer-sdp-%%VERSION%%.pc libdata/pkgconfig/gstreamer-tag-%%VERSION%%.pc libdata/pkgconfig/gstreamer-video-%%VERSION%%.pc share/gir-%%VERSION%%/GstAllocators-%%VERSION%%.gir share/gir-%%VERSION%%/GstApp-%%VERSION%%.gir share/gir-%%VERSION%%/GstAudio-%%VERSION%%.gir share/gir-%%VERSION%%/GstPbutils-%%VERSION%%.gir share/gir-%%VERSION%%/GstRtp-%%VERSION%%.gir share/gir-%%VERSION%%/GstRtsp-%%VERSION%%.gir share/gir-%%VERSION%%/GstSdp-%%VERSION%%.gir share/gir-%%VERSION%%/GstTag-%%VERSION%%.gir share/gir-%%VERSION%%/GstVideo-%%VERSION%%.gir share/gst-plugins-base/%%VERSION%%/license-translations.dict share/locale/af/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo share/locale/ar/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo share/locale/az/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo share/locale/bg/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo share/locale/ca/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo share/locale/cs/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo share/locale/da/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo share/locale/de/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo share/locale/el/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo share/locale/en_GB/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo share/locale/eo/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo share/locale/es/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo share/locale/eu/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo share/locale/fi/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo share/locale/fr/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo share/locale/fur/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo share/locale/gl/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo share/locale/hr/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo share/locale/hu/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo share/locale/id/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo share/locale/it/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo share/locale/ja/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo share/locale/ka/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo +share/locale/kk/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo share/locale/lt/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo share/locale/lv/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo share/locale/nb/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo share/locale/nl/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo share/locale/or/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo share/locale/pl/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo share/locale/pt_BR/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo share/locale/ro/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo share/locale/ru/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo share/locale/sk/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo share/locale/sl/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo share/locale/sq/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo share/locale/sr/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo share/locale/sv/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo share/locale/tr/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo share/locale/uk/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo share/locale/vi/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo share/locale/zh_CN/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo share/man/man1/gst-device-monitor-%%VERSION%%.1.gz share/man/man1/gst-discoverer-%%VERSION%%.1.gz share/man/man1/gst-play-%%VERSION%%.1.gz diff --git a/multimedia/gstreamer1-rtsp-server/distinfo b/multimedia/gstreamer1-rtsp-server/distinfo index de948e2bffbb..a964d010d4f0 100644 --- a/multimedia/gstreamer1-rtsp-server/distinfo +++ b/multimedia/gstreamer1-rtsp-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1772780148 -SHA256 (gst-rtsp-server-1.28.1.tar.xz) = 6cd0e86af20cfb749bdc24d2f5c30f4e60a3e8d198ae4e02e754b9937bdbf832 -SIZE (gst-rtsp-server-1.28.1.tar.xz) = 285364 +TIMESTAMP = 1779386129 +SHA256 (gst-rtsp-server-1.28.3.tar.xz) = 9379585ea9d30a00811f4590760208d3412e2ea6dbd9562b07fba6872f275664 +SIZE (gst-rtsp-server-1.28.3.tar.xz) = 294312 diff --git a/multimedia/gstreamer1/distinfo b/multimedia/gstreamer1/distinfo index f4059943e048..2b814cec10ef 100644 --- a/multimedia/gstreamer1/distinfo +++ b/multimedia/gstreamer1/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1772780142 -SHA256 (gstreamer-1.28.1.tar.xz) = b65e2ffa35bdbf8798cb75c23ffc3d05e484e48346ff7546844ba85217664504 -SIZE (gstreamer-1.28.1.tar.xz) = 1920144 +TIMESTAMP = 1779386122 +SHA256 (gstreamer-1.28.3.tar.xz) = 5e84ecb942e136944eb9812f19cff7bcf05a85637482a32da55b892914c397d1 +SIZE (gstreamer-1.28.3.tar.xz) = 1938816 diff --git a/multimedia/gstreamer1/pkg-plist b/multimedia/gstreamer1/pkg-plist index 4fda5f2703d3..05b4f6124196 100644 --- a/multimedia/gstreamer1/pkg-plist +++ b/multimedia/gstreamer1/pkg-plist @@ -1,225 +1,226 @@ bin/gst-inspect-%%VERSION%% bin/gst-launch-%%VERSION%% bin/gst-stats-%%VERSION%% bin/gst-typefind-%%VERSION%% include/gstreamer-%%VERSION%%/gst/base/base-prelude.h include/gstreamer-%%VERSION%%/gst/base/base.h include/gstreamer-%%VERSION%%/gst/base/gstadapter.h include/gstreamer-%%VERSION%%/gst/base/gstaggregator.h include/gstreamer-%%VERSION%%/gst/base/gstbaseparse.h include/gstreamer-%%VERSION%%/gst/base/gstbasesink.h include/gstreamer-%%VERSION%%/gst/base/gstbasesrc.h include/gstreamer-%%VERSION%%/gst/base/gstbasetransform.h include/gstreamer-%%VERSION%%/gst/base/gstbitreader.h include/gstreamer-%%VERSION%%/gst/base/gstbitwriter.h include/gstreamer-%%VERSION%%/gst/base/gstbytereader.h include/gstreamer-%%VERSION%%/gst/base/gstbytewriter.h include/gstreamer-%%VERSION%%/gst/base/gstcollectpads.h include/gstreamer-%%VERSION%%/gst/base/gstdataqueue.h include/gstreamer-%%VERSION%%/gst/base/gstflowcombiner.h include/gstreamer-%%VERSION%%/gst/base/gstpushsrc.h include/gstreamer-%%VERSION%%/gst/base/gstqueuearray.h include/gstreamer-%%VERSION%%/gst/base/gsttypefindhelper.h include/gstreamer-%%VERSION%%/gst/check/check-prelude.h include/gstreamer-%%VERSION%%/gst/check/check.h include/gstreamer-%%VERSION%%/gst/check/gstbufferstraw.h include/gstreamer-%%VERSION%%/gst/check/gstcheck.h include/gstreamer-%%VERSION%%/gst/check/gstconsistencychecker.h include/gstreamer-%%VERSION%%/gst/check/gstharness.h include/gstreamer-%%VERSION%%/gst/check/gsttestclock.h include/gstreamer-%%VERSION%%/gst/check/internal-check.h include/gstreamer-%%VERSION%%/gst/controller/controller-enumtypes.h include/gstreamer-%%VERSION%%/gst/controller/controller-prelude.h include/gstreamer-%%VERSION%%/gst/controller/controller.h include/gstreamer-%%VERSION%%/gst/controller/gstargbcontrolbinding.h include/gstreamer-%%VERSION%%/gst/controller/gstdirectcontrolbinding.h include/gstreamer-%%VERSION%%/gst/controller/gstinterpolationcontrolsource.h include/gstreamer-%%VERSION%%/gst/controller/gstlfocontrolsource.h include/gstreamer-%%VERSION%%/gst/controller/gstproxycontrolbinding.h include/gstreamer-%%VERSION%%/gst/controller/gsttimedvaluecontrolsource.h include/gstreamer-%%VERSION%%/gst/controller/gsttriggercontrolsource.h include/gstreamer-%%VERSION%%/gst/glib-compat.h include/gstreamer-%%VERSION%%/gst/gst.h include/gstreamer-%%VERSION%%/gst/gstallocator.h include/gstreamer-%%VERSION%%/gst/gstatomicqueue.h include/gstreamer-%%VERSION%%/gst/gstbin.h include/gstreamer-%%VERSION%%/gst/gstbuffer.h include/gstreamer-%%VERSION%%/gst/gstbufferlist.h include/gstreamer-%%VERSION%%/gst/gstbufferpool.h include/gstreamer-%%VERSION%%/gst/gstbus.h include/gstreamer-%%VERSION%%/gst/gstbytearrayinterface.h include/gstreamer-%%VERSION%%/gst/gstcaps.h include/gstreamer-%%VERSION%%/gst/gstcapsfeatures.h include/gstreamer-%%VERSION%%/gst/gstchildproxy.h include/gstreamer-%%VERSION%%/gst/gstclock.h include/gstreamer-%%VERSION%%/gst/gstcompat.h include/gstreamer-%%VERSION%%/gst/gstconfig.h include/gstreamer-%%VERSION%%/gst/gstcontext.h include/gstreamer-%%VERSION%%/gst/gstcontrolbinding.h include/gstreamer-%%VERSION%%/gst/gstcontrolsource.h include/gstreamer-%%VERSION%%/gst/gstcpuid.h include/gstreamer-%%VERSION%%/gst/gstdatetime.h include/gstreamer-%%VERSION%%/gst/gstdebugutils.h include/gstreamer-%%VERSION%%/gst/gstdevice.h include/gstreamer-%%VERSION%%/gst/gstdevicemonitor.h include/gstreamer-%%VERSION%%/gst/gstdeviceprovider.h include/gstreamer-%%VERSION%%/gst/gstdeviceproviderfactory.h include/gstreamer-%%VERSION%%/gst/gstdynamictypefactory.h include/gstreamer-%%VERSION%%/gst/gstelement.h include/gstreamer-%%VERSION%%/gst/gstelementfactory.h include/gstreamer-%%VERSION%%/gst/gstelementmetadata.h include/gstreamer-%%VERSION%%/gst/gstenumtypes.h include/gstreamer-%%VERSION%%/gst/gsterror.h include/gstreamer-%%VERSION%%/gst/gstevent.h include/gstreamer-%%VERSION%%/gst/gstformat.h include/gstreamer-%%VERSION%%/gst/gstghostpad.h include/gstreamer-%%VERSION%%/gst/gstidstr.h include/gstreamer-%%VERSION%%/gst/gstinfo.h include/gstreamer-%%VERSION%%/gst/gstiterator.h include/gstreamer-%%VERSION%%/gst/gstmacros.h include/gstreamer-%%VERSION%%/gst/gstmemory.h include/gstreamer-%%VERSION%%/gst/gstmessage.h include/gstreamer-%%VERSION%%/gst/gstmeta.h include/gstreamer-%%VERSION%%/gst/gstmetafactory.h include/gstreamer-%%VERSION%%/gst/gstminiobject.h include/gstreamer-%%VERSION%%/gst/gstobject.h include/gstreamer-%%VERSION%%/gst/gstpad.h include/gstreamer-%%VERSION%%/gst/gstpadtemplate.h include/gstreamer-%%VERSION%%/gst/gstparamspecs.h include/gstreamer-%%VERSION%%/gst/gstparse.h include/gstreamer-%%VERSION%%/gst/gstpipeline.h include/gstreamer-%%VERSION%%/gst/gstplugin.h include/gstreamer-%%VERSION%%/gst/gstpluginfeature.h include/gstreamer-%%VERSION%%/gst/gstpoll.h include/gstreamer-%%VERSION%%/gst/gstpreset.h include/gstreamer-%%VERSION%%/gst/gstpromise.h include/gstreamer-%%VERSION%%/gst/gstprotection.h include/gstreamer-%%VERSION%%/gst/gstquery.h include/gstreamer-%%VERSION%%/gst/gstregistry.h include/gstreamer-%%VERSION%%/gst/gstsample.h include/gstreamer-%%VERSION%%/gst/gstsegment.h include/gstreamer-%%VERSION%%/gst/gststreamcollection.h include/gstreamer-%%VERSION%%/gst/gststreams.h include/gstreamer-%%VERSION%%/gst/gststructure.h include/gstreamer-%%VERSION%%/gst/gstsystemclock.h include/gstreamer-%%VERSION%%/gst/gsttaglist.h include/gstreamer-%%VERSION%%/gst/gsttagsetter.h include/gstreamer-%%VERSION%%/gst/gsttask.h include/gstreamer-%%VERSION%%/gst/gsttaskpool.h include/gstreamer-%%VERSION%%/gst/gsttoc.h include/gstreamer-%%VERSION%%/gst/gsttocsetter.h include/gstreamer-%%VERSION%%/gst/gsttracer.h include/gstreamer-%%VERSION%%/gst/gsttracerfactory.h include/gstreamer-%%VERSION%%/gst/gsttracerrecord.h include/gstreamer-%%VERSION%%/gst/gsttypefind.h include/gstreamer-%%VERSION%%/gst/gsttypefindfactory.h include/gstreamer-%%VERSION%%/gst/gsturi.h include/gstreamer-%%VERSION%%/gst/gstutils.h include/gstreamer-%%VERSION%%/gst/gstvalue.h include/gstreamer-%%VERSION%%/gst/gstvecdeque.h include/gstreamer-%%VERSION%%/gst/gstversion.h include/gstreamer-%%VERSION%%/gst/math-compat.h include/gstreamer-%%VERSION%%/gst/net/gstnet.h include/gstreamer-%%VERSION%%/gst/net/gstnetaddressmeta.h include/gstreamer-%%VERSION%%/gst/net/gstnetclientclock.h include/gstreamer-%%VERSION%%/gst/net/gstnetcontrolmessagemeta.h include/gstreamer-%%VERSION%%/gst/net/gstnettimepacket.h include/gstreamer-%%VERSION%%/gst/net/gstnettimeprovider.h include/gstreamer-%%VERSION%%/gst/net/gstnetutils.h include/gstreamer-%%VERSION%%/gst/net/gstptpclock.h include/gstreamer-%%VERSION%%/gst/net/net-prelude.h include/gstreamer-%%VERSION%%/gst/net/net.h lib/girepository-%%VERSION%%/Gst-%%VERSION%%.typelib lib/girepository-%%VERSION%%/GstBase-%%VERSION%%.typelib lib/girepository-%%VERSION%%/GstCheck-%%VERSION%%.typelib lib/girepository-%%VERSION%%/GstController-%%VERSION%%.typelib lib/girepository-%%VERSION%%/GstNet-%%VERSION%%.typelib lib/gstreamer-%%VERSION%%/libgstcoreelements.so lib/gstreamer-%%VERSION%%/libgstcoretracers.so lib/libgstbase-%%VERSION%%.so lib/libgstbase-%%VERSION%%.so.0 lib/libgstbase-%%VERSION%%.so.%%SOVERSION%% lib/libgstcheck-%%VERSION%%.so lib/libgstcheck-%%VERSION%%.so.0 lib/libgstcheck-%%VERSION%%.so.%%SOVERSION%% lib/libgstcontroller-%%VERSION%%.so lib/libgstcontroller-%%VERSION%%.so.0 lib/libgstcontroller-%%VERSION%%.so.%%SOVERSION%% lib/libgstnet-%%VERSION%%.so lib/libgstnet-%%VERSION%%.so.0 lib/libgstnet-%%VERSION%%.so.%%SOVERSION%% lib/libgstreamer-%%VERSION%%.so lib/libgstreamer-%%VERSION%%.so.0 lib/libgstreamer-%%VERSION%%.so.%%SOVERSION%% libdata/pkgconfig/gstreamer-%%VERSION%%.pc libdata/pkgconfig/gstreamer-base-%%VERSION%%.pc libdata/pkgconfig/gstreamer-check-%%VERSION%%.pc libdata/pkgconfig/gstreamer-controller-%%VERSION%%.pc libdata/pkgconfig/gstreamer-net-%%VERSION%%.pc %%BASH%%libexec/gstreamer-%%VERSION%%/gst-completion-helper libexec/gstreamer-%%VERSION%%/gst-hotdoc-plugins-scanner libexec/gstreamer-%%VERSION%%/gst-plugin-scanner libexec/gstreamer-%%VERSION%%/gst-plugins-doc-cache-generator %%PTP%%@(root,wheel,4755) libexec/gstreamer-%%VERSION%%/gst-ptp-helper share/aclocal/gst-element-check-%%VERSION%%.m4 %%BASH%%share/bash-completion/completions/gst-inspect-%%VERSION%% %%BASH%%share/bash-completion/completions/gst-launch-%%VERSION%% %%BASH%%share/bash-completion/helpers/gst share/cmake/FindGStreamer.cmake share/gdb/auto-load%%RESETPREFIX%%/lib/libgstreamer-%%VERSION%%.so.%%SOVERSION%%-gdb.py %%DATADIR%%-%%VERSION%%/gdb/glib_gobject_helper.py %%DATADIR%%-%%VERSION%%/gdb/gst_gdb.py share/gir-%%VERSION%%/Gst-%%VERSION%%.gir share/gir-%%VERSION%%/GstBase-%%VERSION%%.gir share/gir-%%VERSION%%/GstCheck-%%VERSION%%.gir share/gir-%%VERSION%%/GstController-%%VERSION%%.gir share/gir-%%VERSION%%/GstNet-%%VERSION%%.gir %%NLS%%share/locale/af/LC_MESSAGES/gstreamer-%%VERSION%%.mo %%NLS%%share/locale/ar/LC_MESSAGES/gstreamer-%%VERSION%%.mo %%NLS%%share/locale/ast/LC_MESSAGES/gstreamer-%%VERSION%%.mo %%NLS%%share/locale/az/LC_MESSAGES/gstreamer-%%VERSION%%.mo %%NLS%%share/locale/be/LC_MESSAGES/gstreamer-%%VERSION%%.mo %%NLS%%share/locale/bg/LC_MESSAGES/gstreamer-%%VERSION%%.mo %%NLS%%share/locale/ca/LC_MESSAGES/gstreamer-%%VERSION%%.mo %%NLS%%share/locale/cs/LC_MESSAGES/gstreamer-%%VERSION%%.mo %%NLS%%share/locale/da/LC_MESSAGES/gstreamer-%%VERSION%%.mo %%NLS%%share/locale/de/LC_MESSAGES/gstreamer-%%VERSION%%.mo %%NLS%%share/locale/el/LC_MESSAGES/gstreamer-%%VERSION%%.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/gstreamer-%%VERSION%%.mo %%NLS%%share/locale/eo/LC_MESSAGES/gstreamer-%%VERSION%%.mo %%NLS%%share/locale/es/LC_MESSAGES/gstreamer-%%VERSION%%.mo %%NLS%%share/locale/eu/LC_MESSAGES/gstreamer-%%VERSION%%.mo %%NLS%%share/locale/fi/LC_MESSAGES/gstreamer-%%VERSION%%.mo %%NLS%%share/locale/fr/LC_MESSAGES/gstreamer-%%VERSION%%.mo %%NLS%%share/locale/fur/LC_MESSAGES/gstreamer-%%VERSION%%.mo %%NLS%%share/locale/gl/LC_MESSAGES/gstreamer-%%VERSION%%.mo %%NLS%%share/locale/hr/LC_MESSAGES/gstreamer-%%VERSION%%.mo %%NLS%%share/locale/hu/LC_MESSAGES/gstreamer-%%VERSION%%.mo %%NLS%%share/locale/id/LC_MESSAGES/gstreamer-%%VERSION%%.mo %%NLS%%share/locale/it/LC_MESSAGES/gstreamer-%%VERSION%%.mo %%NLS%%share/locale/ja/LC_MESSAGES/gstreamer-%%VERSION%%.mo %%NLS%%share/locale/ka/LC_MESSAGES/gstreamer-%%VERSION%%.mo +%%NLS%%share/locale/kk/LC_MESSAGES/gstreamer-%%VERSION%%.mo %%NLS%%share/locale/ko/LC_MESSAGES/gstreamer-%%VERSION%%.mo %%NLS%%share/locale/lt/LC_MESSAGES/gstreamer-%%VERSION%%.mo %%NLS%%share/locale/lv/LC_MESSAGES/gstreamer-%%VERSION%%.mo %%NLS%%share/locale/nb/LC_MESSAGES/gstreamer-%%VERSION%%.mo %%NLS%%share/locale/nl/LC_MESSAGES/gstreamer-%%VERSION%%.mo %%NLS%%share/locale/pl/LC_MESSAGES/gstreamer-%%VERSION%%.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/gstreamer-%%VERSION%%.mo %%NLS%%share/locale/ro/LC_MESSAGES/gstreamer-%%VERSION%%.mo %%NLS%%share/locale/ru/LC_MESSAGES/gstreamer-%%VERSION%%.mo %%NLS%%share/locale/rw/LC_MESSAGES/gstreamer-%%VERSION%%.mo %%NLS%%share/locale/sk/LC_MESSAGES/gstreamer-%%VERSION%%.mo %%NLS%%share/locale/sl/LC_MESSAGES/gstreamer-%%VERSION%%.mo %%NLS%%share/locale/sq/LC_MESSAGES/gstreamer-%%VERSION%%.mo %%NLS%%share/locale/sr/LC_MESSAGES/gstreamer-%%VERSION%%.mo %%NLS%%share/locale/sv/LC_MESSAGES/gstreamer-%%VERSION%%.mo %%NLS%%share/locale/tr/LC_MESSAGES/gstreamer-%%VERSION%%.mo %%NLS%%share/locale/uk/LC_MESSAGES/gstreamer-%%VERSION%%.mo %%NLS%%share/locale/vi/LC_MESSAGES/gstreamer-%%VERSION%%.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/gstreamer-%%VERSION%%.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/gstreamer-%%VERSION%%.mo share/man/man1/gst-inspect-%%VERSION%%.1.gz share/man/man1/gst-launch-%%VERSION%%.1.gz share/man/man1/gst-stats-%%VERSION%%.1.gz share/man/man1/gst-typefind-%%VERSION%%.1.gz diff --git a/multimedia/py-gstreamer1/distinfo b/multimedia/py-gstreamer1/distinfo index 97f4e4b70e7b..83bcea86872c 100644 --- a/multimedia/py-gstreamer1/distinfo +++ b/multimedia/py-gstreamer1/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1772780157 -SHA256 (gst-python-1.28.1.tar.xz) = d47cea95adb95ba10443ed7812c7c5fa0807aef43b98cd1c6d8fb9f9a86f7085 -SIZE (gst-python-1.28.1.tar.xz) = 137136 +TIMESTAMP = 1779386148 +SHA256 (gst-python-1.28.3.tar.xz) = 810210f1ff6ddbd5f1d1d7585bff1fc0daa7e1d7e3b01e9e7166137341710af3 +SIZE (gst-python-1.28.3.tar.xz) = 145832