FreeBSD Bugzilla – Attachment 252844 Details for
Bug 280880
www/rustypaste: Update 0.15.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
rustypaste-0.15.1.patch
0001-www-rustypaste-Update-0.15.1.patch (text/plain), 42.46 KB, created by
Jesús Daniel Colmenares Oviedo
on 2024-08-17 12:38:59 UTC
(
hide
)
Description:
rustypaste-0.15.1.patch
Filename:
MIME Type:
Creator:
Jesús Daniel Colmenares Oviedo
Created:
2024-08-17 12:38:59 UTC
Size:
42.46 KB
patch
obsolete
>From bc7e0febc1427af3f99b753d58d6431b30804d2a Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Jes=C3=BAs=20Daniel=20Colmenares=20Oviedo?= > <DtxdF@disroot.org> >Date: Fri, 16 Aug 2024 18:28:01 -0400 >Subject: [PATCH] www/rustypaste: Update 0.15.1 > >ChangeLog: https://github.com/orhun/rustypaste/blob/v0.15.1/CHANGELOG.md > >* Added: > - Include file creation date in the file list (creation_date_utc). > - Enable Docker ARM64 builds. >* Removed: > - Remove public instance link and blog post from README.md. >* Fixed: > - Fix uploading reports to codecov. >--- > www/rustypaste/Makefile | 3 +- > www/rustypaste/Makefile.crates | 694 +++++++++++++++++---------------- > www/rustypaste/distinfo | 134 ++++--- > 3 files changed, 418 insertions(+), 413 deletions(-) > >diff --git a/www/rustypaste/Makefile b/www/rustypaste/Makefile >index 4de095ecf005..37ee9e5286bf 100644 >--- a/www/rustypaste/Makefile >+++ b/www/rustypaste/Makefile >@@ -1,7 +1,6 @@ > PORTNAME= rustypaste > DISTVERSIONPREFIX= v >-DISTVERSION= 0.15.0 >-PORTREVISION= 1 >+DISTVERSION= 0.15.1 > CATEGORIES= www > > MAINTAINER= DtxdF@disroot.org >diff --git a/www/rustypaste/Makefile.crates b/www/rustypaste/Makefile.crates >index 2a68ef106099..68e989d5e64c 100644 >--- a/www/rustypaste/Makefile.crates >+++ b/www/rustypaste/Makefile.crates >@@ -1,346 +1,348 @@ >-CARGO_CRATES= actix-codec-0.5.2 \ >- actix-files-0.6.5 \ >- actix-http-3.6.0 \ >- actix-macros-0.2.4 \ >- actix-multipart-0.6.1 \ >- actix-multipart-derive-0.6.1 \ >- actix-router-0.5.2 \ >- actix-rt-2.9.0 \ >- actix-server-2.3.0 \ >- actix-service-2.0.2 \ >- actix-tls-3.3.0 \ >- actix-utils-3.0.1 \ >- actix-web-4.5.1 \ >- actix-web-codegen-4.2.2 \ >- actix-web-grants-4.0.3 \ >- addr2line-0.21.0 \ >- adler-1.0.2 \ >- ahash-0.7.8 \ >- ahash-0.8.11 \ >- aho-corasick-1.1.3 \ >- alloc-no-stdlib-2.0.4 \ >- alloc-stdlib-0.2.2 \ >- android-tzdata-0.1.1 \ >- android_system_properties-0.1.5 \ >- anyhow-1.0.81 \ >- arrayvec-0.7.4 \ >- async-stream-0.3.5 \ >- async-stream-impl-0.3.5 \ >- async-trait-0.1.79 \ >- autocfg-1.2.0 \ >- awc-3.4.0 \ >- axum-0.6.20 \ >- axum-core-0.3.4 \ >- backtrace-0.3.71 \ >- base64-0.21.7 \ >- bitflags-1.3.2 \ >- bitflags-2.5.0 \ >- bitvec-1.0.1 \ >- block-buffer-0.10.4 \ >- borsh-1.4.0 \ >- borsh-derive-1.4.0 \ >- brotli-3.5.0 \ >- brotli-decompressor-2.5.1 \ >- bumpalo-3.15.4 \ >- byte-unit-5.1.4 \ >- bytecheck-0.6.12 \ >- bytecheck_derive-0.6.12 \ >- bytes-1.6.0 \ >- bytestring-1.3.1 \ >- cc-1.0.90 \ >- cfg-if-1.0.0 \ >- cfg_aliases-0.1.1 \ >- chrono-0.4.37 \ >- colored-2.1.0 \ >- comfy-table-6.2.0 \ >- config-0.14.0 \ >- convert_case-0.4.0 \ >- cookie-0.16.2 \ >- core-foundation-sys-0.8.6 \ >- cpufeatures-0.2.12 \ >- crc32fast-1.4.0 \ >- crossbeam-channel-0.5.12 \ >- crossbeam-utils-0.8.19 \ >- crossterm-0.26.1 \ >- crossterm-0.27.0 \ >- crossterm_winapi-0.9.1 \ >- crypto-common-0.1.6 \ >- darling-0.20.8 \ >- darling_core-0.20.8 \ >- darling_macro-0.20.8 \ >- deranged-0.3.11 \ >- derive_more-0.99.17 \ >- digest-0.10.7 \ >- dotenvy-0.15.7 \ >- either-1.10.0 \ >- encoding_rs-0.8.33 \ >- equivalent-1.0.1 \ >- errno-0.3.8 \ >- fastrand-2.0.2 \ >- file-id-0.1.0 \ >- filetime-0.2.23 \ >- flate2-1.0.28 \ >- fnv-1.0.7 \ >- foreign-types-0.3.2 \ >- foreign-types-shared-0.1.1 \ >- form_urlencoded-1.2.1 \ >- fsevent-sys-4.1.0 \ >- funty-2.0.0 \ >- futures-channel-0.3.30 \ >- futures-core-0.3.30 \ >- futures-executor-0.3.30 \ >- futures-macro-0.3.30 \ >- futures-sink-0.3.30 \ >- futures-task-0.3.30 \ >- futures-util-0.3.30 \ >- generic-array-0.14.7 \ >- getrandom-0.2.12 \ >- gimli-0.28.1 \ >- glob-0.3.1 \ >- h2-0.3.25 \ >- hashbrown-0.12.3 \ >- hashbrown-0.14.3 \ >- heck-0.4.1 \ >- hermit-abi-0.3.9 \ >- hotwatch-0.5.0 \ >- http-0.2.12 \ >- http-1.1.0 \ >- http-body-0.4.6 \ >- http-range-0.1.5 \ >- httparse-1.8.0 \ >- httpdate-1.0.3 \ >- humantime-2.1.0 \ >- humantime-serde-1.1.1 \ >- hyper-0.14.28 \ >- hyper-timeout-0.4.1 \ >- iana-time-zone-0.1.60 \ >- iana-time-zone-haiku-0.1.2 \ >- ident_case-1.0.1 \ >- idna-0.5.0 \ >- impl-more-0.1.6 \ >- indexmap-1.9.3 \ >- indexmap-2.2.6 \ >- infer-0.15.0 \ >- inotify-0.9.6 \ >- inotify-sys-0.1.5 \ >- itertools-0.10.5 \ >- itertools-0.11.0 \ >- itoa-1.0.11 \ >- jobserver-0.1.28 \ >- js-sys-0.3.69 \ >- kqueue-1.0.8 \ >- kqueue-sys-1.0.4 \ >- language-tags-0.3.2 \ >- lazy-regex-3.1.0 \ >- lazy-regex-proc_macros-3.1.0 \ >- lazy_static-1.4.0 \ >- libc-0.2.153 \ >- linked-hash-map-0.5.6 \ >- linux-raw-sys-0.4.13 \ >- local-channel-0.1.5 \ >- local-waker-0.1.4 \ >- lock_api-0.4.11 \ >- log-0.4.21 \ >- matchers-0.1.0 \ >- matchit-0.7.3 \ >- memchr-2.7.1 \ >- mime-0.3.17 \ >- mime_guess-2.0.4 \ >- minimal-lexical-0.2.1 \ >- miniz_oxide-0.7.2 \ >- mio-0.8.11 \ >- nom-7.1.3 \ >- notify-6.1.1 \ >- notify-debouncer-full-0.1.0 \ >- nu-ansi-term-0.46.0 \ >- num-conv-0.1.0 \ >- num-traits-0.2.18 \ >- num_cpus-1.16.0 \ >- object-0.32.2 \ >- once_cell-1.19.0 \ >- openssl-0.10.64 \ >- openssl-macros-0.1.1 \ >- openssl-sys-0.9.101 \ >- opentelemetry-0.21.0 \ >- opentelemetry-http-0.10.0 \ >- opentelemetry_sdk-0.21.2 \ >- ordered-float-4.2.0 \ >- overload-0.1.1 \ >- parking_lot-0.12.1 \ >- parking_lot_core-0.9.9 \ >- parse-size-1.0.0 \ >- paste-1.0.14 \ >- path-clean-1.0.1 \ >- pathdiff-0.2.1 \ >- percent-encoding-2.3.1 \ >- petname-1.1.3 \ >- pin-project-1.1.5 \ >- pin-project-internal-1.1.5 \ >- pin-project-lite-0.2.13 \ >- pin-utils-0.1.0 \ >- pkg-config-0.3.30 \ >- powerfmt-0.2.0 \ >- ppv-lite86-0.2.17 \ >- proc-macro-crate-3.1.0 \ >- proc-macro-error-1.0.4 \ >- proc-macro-error-attr-1.0.4 \ >- proc-macro2-1.0.79 \ >- prost-0.12.3 \ >- prost-derive-0.12.3 \ >- prost-types-0.12.3 \ >- protect-endpoints-proc-macro-0.1.1 \ >- ptr_meta-0.1.4 \ >- ptr_meta_derive-0.1.4 \ >- quote-1.0.35 \ >- radium-0.7.0 \ >- rand-0.8.5 \ >- rand_chacha-0.3.1 \ >- rand_core-0.6.4 \ >- redox_syscall-0.4.1 \ >- regex-1.10.4 \ >- regex-automata-0.1.10 \ >- regex-automata-0.4.6 \ >- regex-syntax-0.6.29 \ >- regex-syntax-0.8.3 \ >- rend-0.4.2 \ >- ring-0.17.8 \ >- rkyv-0.7.44 \ >- rkyv_derive-0.7.44 \ >- rust_decimal-1.35.0 \ >- rustc-demangle-0.1.23 \ >- rustc_version-0.4.0 \ >- rustix-0.38.32 \ >- rustls-0.21.10 \ >- rustls-webpki-0.101.7 \ >- rustversion-1.0.14 \ >- ryu-1.0.17 \ >- same-file-1.0.6 \ >- scopeguard-1.2.0 \ >- sct-0.7.1 \ >- seahash-4.1.0 \ >- semver-1.0.22 \ >- serde-1.0.197 \ >- serde_derive-1.0.197 \ >- serde_json-1.0.115 \ >- serde_plain-1.0.2 \ >- serde_regex-1.1.0 \ >- serde_spanned-0.6.5 \ >- serde_urlencoded-0.7.1 \ >- sha1-0.10.6 \ >- sharded-slab-0.1.7 \ >- shuttle-actix-web-0.42.0 \ >- shuttle-codegen-0.42.0 \ >- shuttle-common-0.42.0 \ >- shuttle-proto-0.42.0 \ >- shuttle-runtime-0.42.0 \ >- shuttle-service-0.42.0 \ >- signal-hook-0.3.17 \ >- signal-hook-mio-0.2.3 \ >- signal-hook-registry-1.4.1 \ >- simdutf8-0.1.4 \ >- slab-0.4.9 \ >- smallvec-1.13.2 \ >- socket2-0.5.6 \ >- spin-0.9.8 \ >- strfmt-0.2.4 \ >- strsim-0.10.0 \ >- strum-0.24.1 \ >- strum-0.26.2 \ >- strum_macros-0.24.3 \ >- strum_macros-0.26.2 \ >- syn-1.0.109 \ >- syn-2.0.55 \ >- syn_derive-0.1.8 \ >- sync_wrapper-0.1.2 \ >- tap-1.0.1 \ >- tempfile-3.10.1 \ >- thiserror-1.0.58 \ >- thiserror-impl-1.0.58 \ >- thread_local-1.1.8 \ >- time-0.3.34 \ >- time-core-0.1.2 \ >- time-macros-0.2.17 \ >- tinyvec-1.6.0 \ >- tinyvec_macros-0.1.1 \ >- tokio-1.36.0 \ >- tokio-io-timeout-1.2.0 \ >- tokio-macros-2.2.0 \ >- tokio-openssl-0.6.4 \ >- tokio-rustls-0.24.1 \ >- tokio-stream-0.1.15 \ >- tokio-util-0.7.10 \ >- toml-0.8.12 \ >- toml_datetime-0.6.5 \ >- toml_edit-0.21.1 \ >- toml_edit-0.22.9 \ >- tonic-0.10.2 \ >- tower-0.4.13 \ >- tower-layer-0.3.2 \ >- tower-service-0.3.2 \ >- tracing-0.1.40 \ >- tracing-attributes-0.1.27 \ >- tracing-core-0.1.32 \ >- tracing-log-0.2.0 \ >- tracing-opentelemetry-0.22.0 \ >- tracing-serde-0.1.3 \ >- tracing-subscriber-0.3.18 \ >- try-lock-0.2.5 \ >- typenum-1.17.0 \ >- unicase-2.7.0 \ >- unicode-bidi-0.3.15 \ >- unicode-ident-1.0.12 \ >- unicode-normalization-0.1.23 \ >- unicode-width-0.1.11 \ >- untrusted-0.9.0 \ >- url-2.5.0 \ >- urlencoding-2.1.3 \ >- utf8-width-0.1.7 \ >- uts2ts-0.4.1 \ >- uuid-1.8.0 \ >- v_htmlescape-0.15.8 \ >- valuable-0.1.0 \ >- vcpkg-0.2.15 \ >- version_check-0.9.4 \ >- walkdir-2.5.0 \ >- want-0.3.1 \ >- wasi-0.11.0+wasi-snapshot-preview1 \ >- wasm-bindgen-0.2.92 \ >- wasm-bindgen-backend-0.2.92 \ >- wasm-bindgen-macro-0.2.92 \ >- wasm-bindgen-macro-support-0.2.92 \ >- wasm-bindgen-shared-0.2.92 \ >- web-time-0.2.4 \ >- webpki-roots-0.25.4 \ >- winapi-0.3.9 \ >- winapi-i686-pc-windows-gnu-0.4.0 \ >- winapi-util-0.1.6 \ >- winapi-x86_64-pc-windows-gnu-0.4.0 \ >- windows-core-0.52.0 \ >- windows-sys-0.48.0 \ >- windows-sys-0.52.0 \ >- windows-targets-0.48.5 \ >- windows-targets-0.52.4 \ >- windows_aarch64_gnullvm-0.48.5 \ >- windows_aarch64_gnullvm-0.52.4 \ >- windows_aarch64_msvc-0.48.5 \ >- windows_aarch64_msvc-0.52.4 \ >- windows_i686_gnu-0.48.5 \ >- windows_i686_gnu-0.52.4 \ >- windows_i686_msvc-0.48.5 \ >- windows_i686_msvc-0.52.4 \ >- windows_x86_64_gnu-0.48.5 \ >- windows_x86_64_gnu-0.52.4 \ >- windows_x86_64_gnullvm-0.48.5 \ >- windows_x86_64_gnullvm-0.52.4 \ >- windows_x86_64_msvc-0.48.5 \ >- windows_x86_64_msvc-0.52.4 \ >- winnow-0.5.40 \ >- winnow-0.6.5 \ >- wyz-0.5.1 \ >- yaml-rust-0.4.5 \ >- zerocopy-0.7.32 \ >- zerocopy-derive-0.7.32 \ >- zeroize-1.7.0 \ >- zstd-0.13.1 \ >- zstd-safe-7.1.0 \ >- zstd-sys-2.0.10+zstd.1.5.6 >+CARGO_CRATES= actix-codec-0.5.2 \ >+ actix-files-0.6.6 \ >+ actix-http-3.7.0 \ >+ actix-macros-0.2.4 \ >+ actix-multipart-0.7.2 \ >+ actix-multipart-derive-0.7.0 \ >+ actix-router-0.5.3 \ >+ actix-rt-2.10.0 \ >+ actix-server-2.3.0 \ >+ actix-service-2.0.2 \ >+ actix-tls-3.4.0 \ >+ actix-utils-3.0.1 \ >+ actix-web-4.8.0 \ >+ actix-web-codegen-4.3.0 \ >+ actix-web-grants-4.1.1 \ >+ addr2line-0.21.0 \ >+ adler-1.0.2 \ >+ ahash-0.7.8 \ >+ ahash-0.8.11 \ >+ aho-corasick-1.1.3 \ >+ alloc-no-stdlib-2.0.4 \ >+ alloc-stdlib-0.2.2 \ >+ android-tzdata-0.1.1 \ >+ android_system_properties-0.1.5 \ >+ anyhow-1.0.81 \ >+ arrayvec-0.7.4 \ >+ async-stream-0.3.5 \ >+ async-stream-impl-0.3.5 \ >+ async-trait-0.1.79 \ >+ autocfg-1.2.0 \ >+ awc-3.5.0 \ >+ axum-0.6.20 \ >+ axum-core-0.3.4 \ >+ backtrace-0.3.71 \ >+ base64-0.21.7 \ >+ base64-0.22.1 \ >+ bitflags-1.3.2 \ >+ bitflags-2.5.0 \ >+ bitvec-1.0.1 \ >+ block-buffer-0.10.4 \ >+ borsh-1.4.0 \ >+ borsh-derive-1.4.0 \ >+ brotli-6.0.0 \ >+ brotli-decompressor-4.0.1 \ >+ bumpalo-3.15.4 \ >+ byte-unit-5.1.4 \ >+ bytecheck-0.6.12 \ >+ bytecheck_derive-0.6.12 \ >+ bytes-1.6.0 \ >+ bytestring-1.3.1 \ >+ cc-1.0.90 \ >+ cfg-if-1.0.0 \ >+ cfg_aliases-0.1.1 \ >+ chrono-0.4.37 \ >+ colored-2.1.0 \ >+ comfy-table-6.2.0 \ >+ config-0.14.0 \ >+ convert_case-0.4.0 \ >+ cookie-0.16.2 \ >+ core-foundation-sys-0.8.6 \ >+ cpufeatures-0.2.12 \ >+ crc32fast-1.4.0 \ >+ crossbeam-channel-0.5.12 \ >+ crossbeam-utils-0.8.19 \ >+ crossterm-0.26.1 \ >+ crossterm-0.27.0 \ >+ crossterm_winapi-0.9.1 \ >+ crypto-common-0.1.6 \ >+ darling-0.20.8 \ >+ darling_core-0.20.8 \ >+ darling_macro-0.20.8 \ >+ deranged-0.3.11 \ >+ derive_more-0.99.17 \ >+ digest-0.10.7 \ >+ dotenvy-0.15.7 \ >+ either-1.10.0 \ >+ encoding_rs-0.8.33 \ >+ equivalent-1.0.1 \ >+ errno-0.3.8 \ >+ fastrand-2.0.2 \ >+ file-id-0.1.0 \ >+ filetime-0.2.23 \ >+ flate2-1.0.28 \ >+ fnv-1.0.7 \ >+ foreign-types-0.3.2 \ >+ foreign-types-shared-0.1.1 \ >+ form_urlencoded-1.2.1 \ >+ fsevent-sys-4.1.0 \ >+ funty-2.0.0 \ >+ futures-channel-0.3.30 \ >+ futures-core-0.3.30 \ >+ futures-executor-0.3.30 \ >+ futures-macro-0.3.30 \ >+ futures-sink-0.3.30 \ >+ futures-task-0.3.30 \ >+ futures-util-0.3.30 \ >+ generic-array-0.14.7 \ >+ getrandom-0.2.12 \ >+ gimli-0.28.1 \ >+ glob-0.3.1 \ >+ h2-0.3.25 \ >+ hashbrown-0.12.3 \ >+ hashbrown-0.14.3 \ >+ heck-0.4.1 \ >+ hermit-abi-0.3.9 \ >+ hotwatch-0.5.0 \ >+ http-0.2.12 \ >+ http-1.1.0 \ >+ http-body-0.4.6 \ >+ http-range-0.1.5 \ >+ httparse-1.8.0 \ >+ httpdate-1.0.3 \ >+ humantime-2.1.0 \ >+ humantime-serde-1.1.1 \ >+ hyper-0.14.28 \ >+ hyper-timeout-0.4.1 \ >+ iana-time-zone-0.1.60 \ >+ iana-time-zone-haiku-0.1.2 \ >+ ident_case-1.0.1 \ >+ idna-0.5.0 \ >+ impl-more-0.1.6 \ >+ indexmap-1.9.3 \ >+ indexmap-2.2.6 \ >+ infer-0.16.0 \ >+ inotify-0.9.6 \ >+ inotify-sys-0.1.5 \ >+ itertools-0.10.5 \ >+ itoa-1.0.11 \ >+ jobserver-0.1.28 \ >+ js-sys-0.3.69 \ >+ kqueue-1.0.8 \ >+ kqueue-sys-1.0.4 \ >+ language-tags-0.3.2 \ >+ lazy-regex-3.1.0 \ >+ lazy-regex-proc_macros-3.1.0 \ >+ lazy_static-1.4.0 \ >+ libc-0.2.155 \ >+ linked-hash-map-0.5.6 \ >+ linux-raw-sys-0.4.13 \ >+ local-channel-0.1.5 \ >+ local-waker-0.1.4 \ >+ lock_api-0.4.11 \ >+ log-0.4.21 \ >+ matchers-0.1.0 \ >+ matchit-0.7.3 \ >+ memchr-2.7.1 \ >+ mime-0.3.17 \ >+ mime_guess-2.0.4 \ >+ minimal-lexical-0.2.1 \ >+ miniz_oxide-0.7.2 \ >+ mio-0.8.11 \ >+ mio-1.0.1 \ >+ nom-7.1.3 \ >+ notify-6.1.1 \ >+ notify-debouncer-full-0.1.0 \ >+ nu-ansi-term-0.46.0 \ >+ num-conv-0.1.0 \ >+ num-traits-0.2.18 \ >+ num_cpus-1.16.0 \ >+ object-0.32.2 \ >+ once_cell-1.19.0 \ >+ openssl-0.10.64 \ >+ openssl-macros-0.1.1 \ >+ openssl-sys-0.9.101 \ >+ opentelemetry-0.21.0 \ >+ opentelemetry-http-0.10.0 \ >+ opentelemetry_sdk-0.21.2 \ >+ ordered-float-4.2.0 \ >+ overload-0.1.1 \ >+ parking_lot-0.12.1 \ >+ parking_lot_core-0.9.9 \ >+ parse-size-1.0.0 \ >+ paste-1.0.14 \ >+ path-clean-1.0.1 \ >+ pathdiff-0.2.1 \ >+ percent-encoding-2.3.1 \ >+ petname-1.1.3 \ >+ pin-project-1.1.5 \ >+ pin-project-internal-1.1.5 \ >+ pin-project-lite-0.2.13 \ >+ pin-utils-0.1.0 \ >+ pkg-config-0.3.30 \ >+ powerfmt-0.2.0 \ >+ ppv-lite86-0.2.17 \ >+ proc-macro-crate-3.1.0 \ >+ proc-macro-error-1.0.4 \ >+ proc-macro-error-attr-1.0.4 \ >+ proc-macro2-1.0.79 \ >+ prost-0.12.3 \ >+ prost-derive-0.12.3 \ >+ prost-types-0.12.3 \ >+ protect-endpoints-proc-macro-0.3.2 \ >+ ptr_meta-0.1.4 \ >+ ptr_meta_derive-0.1.4 \ >+ quote-1.0.35 \ >+ radium-0.7.0 \ >+ rand-0.8.5 \ >+ rand_chacha-0.3.1 \ >+ rand_core-0.6.4 \ >+ redox_syscall-0.4.1 \ >+ regex-1.10.5 \ >+ regex-automata-0.1.10 \ >+ regex-automata-0.4.6 \ >+ regex-lite-0.1.6 \ >+ regex-syntax-0.6.29 \ >+ regex-syntax-0.8.3 \ >+ rend-0.4.2 \ >+ ring-0.17.8 \ >+ rkyv-0.7.44 \ >+ rkyv_derive-0.7.44 \ >+ rust_decimal-1.35.0 \ >+ rustc-demangle-0.1.23 \ >+ rustc_version-0.4.0 \ >+ rustix-0.38.32 \ >+ rustls-0.21.10 \ >+ rustls-webpki-0.101.7 \ >+ rustversion-1.0.14 \ >+ ryu-1.0.17 \ >+ same-file-1.0.6 \ >+ scopeguard-1.2.0 \ >+ sct-0.7.1 \ >+ seahash-4.1.0 \ >+ semver-1.0.22 \ >+ serde-1.0.204 \ >+ serde_derive-1.0.204 \ >+ serde_json-1.0.115 \ >+ serde_plain-1.0.2 \ >+ serde_regex-1.1.0 \ >+ serde_spanned-0.6.5 \ >+ serde_urlencoded-0.7.1 \ >+ sha1-0.10.6 \ >+ sharded-slab-0.1.7 \ >+ shuttle-actix-web-0.47.0 \ >+ shuttle-codegen-0.47.0 \ >+ shuttle-common-0.47.0 \ >+ shuttle-proto-0.47.0 \ >+ shuttle-runtime-0.47.0 \ >+ shuttle-service-0.47.0 \ >+ signal-hook-0.3.17 \ >+ signal-hook-mio-0.2.3 \ >+ signal-hook-registry-1.4.1 \ >+ simdutf8-0.1.4 \ >+ slab-0.4.9 \ >+ smallvec-1.13.2 \ >+ socket2-0.5.6 \ >+ spin-0.9.8 \ >+ strfmt-0.2.4 \ >+ strsim-0.10.0 \ >+ strum-0.24.1 \ >+ strum-0.26.2 \ >+ strum_macros-0.24.3 \ >+ strum_macros-0.26.2 \ >+ syn-1.0.109 \ >+ syn-2.0.55 \ >+ syn_derive-0.1.8 \ >+ sync_wrapper-0.1.2 \ >+ tap-1.0.1 \ >+ tempfile-3.10.1 \ >+ thiserror-1.0.58 \ >+ thiserror-impl-1.0.58 \ >+ thread_local-1.1.8 \ >+ time-0.3.36 \ >+ time-core-0.1.2 \ >+ time-macros-0.2.18 \ >+ tinyvec-1.6.0 \ >+ tinyvec_macros-0.1.1 \ >+ tokio-1.39.2 \ >+ tokio-io-timeout-1.2.0 \ >+ tokio-macros-2.4.0 \ >+ tokio-openssl-0.6.4 \ >+ tokio-rustls-0.24.1 \ >+ tokio-stream-0.1.15 \ >+ tokio-util-0.7.10 \ >+ toml-0.8.12 \ >+ toml_datetime-0.6.5 \ >+ toml_edit-0.21.1 \ >+ toml_edit-0.22.9 \ >+ tonic-0.10.2 \ >+ tower-0.4.13 \ >+ tower-layer-0.3.2 \ >+ tower-service-0.3.2 \ >+ tracing-0.1.40 \ >+ tracing-attributes-0.1.27 \ >+ tracing-core-0.1.32 \ >+ tracing-log-0.2.0 \ >+ tracing-opentelemetry-0.22.0 \ >+ tracing-serde-0.1.3 \ >+ tracing-subscriber-0.3.18 \ >+ try-lock-0.2.5 \ >+ typenum-1.17.0 \ >+ unicase-2.7.0 \ >+ unicode-bidi-0.3.15 \ >+ unicode-ident-1.0.12 \ >+ unicode-normalization-0.1.23 \ >+ unicode-width-0.1.11 \ >+ untrusted-0.9.0 \ >+ url-2.5.2 \ >+ urlencoding-2.1.3 \ >+ utf8-width-0.1.7 \ >+ uts2ts-0.4.1 \ >+ uuid-1.8.0 \ >+ v_htmlescape-0.15.8 \ >+ valuable-0.1.0 \ >+ vcpkg-0.2.15 \ >+ version_check-0.9.4 \ >+ walkdir-2.5.0 \ >+ want-0.3.1 \ >+ wasi-0.11.0+wasi-snapshot-preview1 \ >+ wasm-bindgen-0.2.92 \ >+ wasm-bindgen-backend-0.2.92 \ >+ wasm-bindgen-macro-0.2.92 \ >+ wasm-bindgen-macro-support-0.2.92 \ >+ wasm-bindgen-shared-0.2.92 \ >+ web-time-0.2.4 \ >+ webpki-roots-0.25.4 \ >+ winapi-0.3.9 \ >+ winapi-i686-pc-windows-gnu-0.4.0 \ >+ winapi-util-0.1.6 \ >+ winapi-x86_64-pc-windows-gnu-0.4.0 \ >+ windows-core-0.52.0 \ >+ windows-sys-0.48.0 \ >+ windows-sys-0.52.0 \ >+ windows-targets-0.48.5 \ >+ windows-targets-0.52.4 \ >+ windows_aarch64_gnullvm-0.48.5 \ >+ windows_aarch64_gnullvm-0.52.4 \ >+ windows_aarch64_msvc-0.48.5 \ >+ windows_aarch64_msvc-0.52.4 \ >+ windows_i686_gnu-0.48.5 \ >+ windows_i686_gnu-0.52.4 \ >+ windows_i686_msvc-0.48.5 \ >+ windows_i686_msvc-0.52.4 \ >+ windows_x86_64_gnu-0.48.5 \ >+ windows_x86_64_gnu-0.52.4 \ >+ windows_x86_64_gnullvm-0.48.5 \ >+ windows_x86_64_gnullvm-0.52.4 \ >+ windows_x86_64_msvc-0.48.5 \ >+ windows_x86_64_msvc-0.52.4 \ >+ winnow-0.5.40 \ >+ winnow-0.6.5 \ >+ wyz-0.5.1 \ >+ yaml-rust-0.4.5 \ >+ zerocopy-0.7.32 \ >+ zerocopy-derive-0.7.32 \ >+ zeroize-1.7.0 \ >+ zstd-0.13.1 \ >+ zstd-safe-7.1.0 \ >+ zstd-sys-2.0.10+zstd.1.5.6 >diff --git a/www/rustypaste/distinfo b/www/rustypaste/distinfo >index 7c5aa78054f7..ebb6b12bfd3e 100644 >--- a/www/rustypaste/distinfo >+++ b/www/rustypaste/distinfo >@@ -1,34 +1,34 @@ >-TIMESTAMP = 1715227957 >+TIMESTAMP = 1723844424 > SHA256 (rust/crates/actix-codec-0.5.2.crate) = 5f7b0a21988c1bf877cf4759ef5ddaac04c1c9fe808c9142ecb78ba97d97a28a > SIZE (rust/crates/actix-codec-0.5.2.crate) = 14085 >-SHA256 (rust/crates/actix-files-0.6.5.crate) = bf0bdd6ff79de7c9a021f5d9ea79ce23e108d8bfc9b49b5b4a2cf6fad5a35212 >-SIZE (rust/crates/actix-files-0.6.5.crate) = 39268 >-SHA256 (rust/crates/actix-http-3.6.0.crate) = d223b13fd481fc0d1f83bb12659ae774d9e3601814c68a0bc539731698cca743 >-SIZE (rust/crates/actix-http-3.6.0.crate) = 152432 >+SHA256 (rust/crates/actix-files-0.6.6.crate) = 0773d59061dedb49a8aed04c67291b9d8cf2fe0b60130a381aab53c6dd86e9be >+SIZE (rust/crates/actix-files-0.6.6.crate) = 42722 >+SHA256 (rust/crates/actix-http-3.7.0.crate) = 4eb9843d84c775696c37d9a418bbb01b932629d01870722c0f13eb3f95e2536d >+SIZE (rust/crates/actix-http-3.7.0.crate) = 161589 > SHA256 (rust/crates/actix-macros-0.2.4.crate) = e01ed3140b2f8d422c68afa1ed2e85d996ea619c988ac834d255db32138655cb > SIZE (rust/crates/actix-macros-0.2.4.crate) = 8380 >-SHA256 (rust/crates/actix-multipart-0.6.1.crate) = 3b960e2aea75f49c8f069108063d12a48d329fc8b60b786dfc7552a9d5918d2d >-SIZE (rust/crates/actix-multipart-0.6.1.crate) = 24535 >-SHA256 (rust/crates/actix-multipart-derive-0.6.1.crate) = 0a0a77f836d869f700e5b47ac7c3c8b9c8bc82e4aec861954c6198abee3ebd4d >-SIZE (rust/crates/actix-multipart-derive-0.6.1.crate) = 9348 >-SHA256 (rust/crates/actix-router-0.5.2.crate) = d22475596539443685426b6bdadb926ad0ecaefdfc5fb05e5e3441f15463c511 >-SIZE (rust/crates/actix-router-0.5.2.crate) = 32386 >-SHA256 (rust/crates/actix-rt-2.9.0.crate) = 28f32d40287d3f402ae0028a9d54bef51af15c8769492826a69d28f81893151d >-SIZE (rust/crates/actix-rt-2.9.0.crate) = 22096 >+SHA256 (rust/crates/actix-multipart-0.7.2.crate) = d5118a26dee7e34e894f7e85aa0ee5080ae4c18bf03c0e30d49a80e418f00a53 >+SIZE (rust/crates/actix-multipart-0.7.2.crate) = 44611 >+SHA256 (rust/crates/actix-multipart-derive-0.7.0.crate) = e11eb847f49a700678ea2fa73daeb3208061afa2b9d1a8527c03390f4c4a1c6b >+SIZE (rust/crates/actix-multipart-derive-0.7.0.crate) = 9530 >+SHA256 (rust/crates/actix-router-0.5.3.crate) = 13d324164c51f63867b57e73ba5936ea151b8a41a1d23d1031eeb9f70d0236f8 >+SIZE (rust/crates/actix-router-0.5.3.crate) = 33145 >+SHA256 (rust/crates/actix-rt-2.10.0.crate) = 24eda4e2a6e042aa4e55ac438a2ae052d3b5da0ecf83d7411e1a368946925208 >+SIZE (rust/crates/actix-rt-2.10.0.crate) = 22608 > SHA256 (rust/crates/actix-server-2.3.0.crate) = 3eb13e7eef0423ea6eab0e59f6c72e7cb46d33691ad56a726b3cd07ddec2c2d4 > SIZE (rust/crates/actix-server-2.3.0.crate) = 38806 > SHA256 (rust/crates/actix-service-2.0.2.crate) = 3b894941f818cfdc7ccc4b9e60fa7e53b5042a2e8567270f9147d5591893373a > SIZE (rust/crates/actix-service-2.0.2.crate) = 25293 >-SHA256 (rust/crates/actix-tls-3.3.0.crate) = d4cce60a2f2b477bc72e5cde0af1812a6e82d8fd85b5570a5dcf2a5bf2c5be5f >-SIZE (rust/crates/actix-tls-3.3.0.crate) = 38498 >+SHA256 (rust/crates/actix-tls-3.4.0.crate) = ac453898d866cdbecdbc2334fe1738c747b4eba14a677261f2b768ba05329389 >+SIZE (rust/crates/actix-tls-3.4.0.crate) = 44317 > SHA256 (rust/crates/actix-utils-3.0.1.crate) = 88a1dcdff1466e3c2488e1cb5c36a71822750ad43839937f85d2f4d9f8b705d8 > SIZE (rust/crates/actix-utils-3.0.1.crate) = 10096 >-SHA256 (rust/crates/actix-web-4.5.1.crate) = 43a6556ddebb638c2358714d853257ed226ece6023ef9364f23f0c70737ea984 >-SIZE (rust/crates/actix-web-4.5.1.crate) = 231024 >-SHA256 (rust/crates/actix-web-codegen-4.2.2.crate) = eb1f50ebbb30eca122b188319a4398b3f7bb4a8cdf50ecfb73bfc6a3c3ce54f5 >-SIZE (rust/crates/actix-web-codegen-4.2.2.crate) = 17159 >-SHA256 (rust/crates/actix-web-grants-4.0.3.crate) = cf5941a5bdf4cc022ca7721dae70d9818d7b13f93040b0543cb901410c8d3172 >-SIZE (rust/crates/actix-web-grants-4.0.3.crate) = 34273 >+SHA256 (rust/crates/actix-web-4.8.0.crate) = 1988c02af8d2b718c05bc4aeb6a66395b7cdf32858c2c71131e5637a8c05a9ff >+SIZE (rust/crates/actix-web-4.8.0.crate) = 240463 >+SHA256 (rust/crates/actix-web-codegen-4.3.0.crate) = f591380e2e68490b5dfaf1dd1aa0ebe78d84ba7067078512b4ea6e4492d622b8 >+SIZE (rust/crates/actix-web-codegen-4.3.0.crate) = 20382 >+SHA256 (rust/crates/actix-web-grants-4.1.1.crate) = 080195a204218d5104e1c761172db9128cbcec5b60a76d6bb6b1061be496931b >+SIZE (rust/crates/actix-web-grants-4.1.1.crate) = 34891 > SHA256 (rust/crates/addr2line-0.21.0.crate) = 8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb > SIZE (rust/crates/addr2line-0.21.0.crate) = 40807 > SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe >@@ -59,8 +59,8 @@ SHA256 (rust/crates/async-trait-0.1.79.crate) = a507401cad91ec6a857ed5513a2073c8 > SIZE (rust/crates/async-trait-0.1.79.crate) = 29558 > SHA256 (rust/crates/autocfg-1.2.0.crate) = f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80 > SIZE (rust/crates/autocfg-1.2.0.crate) = 14808 >-SHA256 (rust/crates/awc-3.4.0.crate) = 68c09cc97310b926f01621faee652f3d1b0962545a3cec6c9ac07def9ea36c2c >-SIZE (rust/crates/awc-3.4.0.crate) = 75016 >+SHA256 (rust/crates/awc-3.5.0.crate) = fe6b67e44fb95d1dc9467e3930383e115f9b4ed60ca689db41409284e967a12d >+SIZE (rust/crates/awc-3.5.0.crate) = 76008 > SHA256 (rust/crates/axum-0.6.20.crate) = 3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf > SIZE (rust/crates/axum-0.6.20.crate) = 146227 > SHA256 (rust/crates/axum-core-0.3.4.crate) = 759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c >@@ -69,6 +69,8 @@ SHA256 (rust/crates/backtrace-0.3.71.crate) = 26b05800d2e817c8b3b4b54abd46172626 > SIZE (rust/crates/backtrace-0.3.71.crate) = 86553 > 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/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a > SIZE (rust/crates/bitflags-1.3.2.crate) = 23021 > SHA256 (rust/crates/bitflags-2.5.0.crate) = cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1 >@@ -81,10 +83,10 @@ SHA256 (rust/crates/borsh-1.4.0.crate) = 0901fc8eb0aca4c83be0106d6f2db17d86a08df > SIZE (rust/crates/borsh-1.4.0.crate) = 60239 > SHA256 (rust/crates/borsh-derive-1.4.0.crate) = 51670c3aa053938b0ee3bd67c3817e471e626151131b934038e83c5bf8de48f5 > SIZE (rust/crates/borsh-derive-1.4.0.crate) = 29187 >-SHA256 (rust/crates/brotli-3.5.0.crate) = d640d25bc63c50fb1f0b545ffd80207d2e10a4c965530809b40ba3386825c391 >-SIZE (rust/crates/brotli-3.5.0.crate) = 1390231 >-SHA256 (rust/crates/brotli-decompressor-2.5.1.crate) = 4e2e4afe60d7dd600fdd3de8d0f08c2b7ec039712e3b6137ff98b7004e82de4f >-SIZE (rust/crates/brotli-decompressor-2.5.1.crate) = 193087 >+SHA256 (rust/crates/brotli-6.0.0.crate) = 74f7971dbd9326d58187408ab83117d8ac1bb9c17b085fdacd1cf2f598719b6b >+SIZE (rust/crates/brotli-6.0.0.crate) = 1359183 >+SHA256 (rust/crates/brotli-decompressor-4.0.1.crate) = 9a45bd2e4095a8b518033b128020dd4a55aab1c0a381ba4404a472630f4bc362 >+SIZE (rust/crates/brotli-decompressor-4.0.1.crate) = 193357 > SHA256 (rust/crates/bumpalo-3.15.4.crate) = 7ff69b9dd49fd426c69a0db9fc04dd934cdb6645ff000864d98f7e2af8830eaa > SIZE (rust/crates/bumpalo-3.15.4.crate) = 85028 > SHA256 (rust/crates/byte-unit-5.1.4.crate) = 33ac19bdf0b2665407c39d82dbc937e951e7e2001609f0fb32edd0af45a2d63e >@@ -243,16 +245,14 @@ SHA256 (rust/crates/indexmap-1.9.3.crate) = bd070e393353796e801d209ad339e89596eb > SIZE (rust/crates/indexmap-1.9.3.crate) = 54653 > SHA256 (rust/crates/indexmap-2.2.6.crate) = 168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26 > SIZE (rust/crates/indexmap-2.2.6.crate) = 82420 >-SHA256 (rust/crates/infer-0.15.0.crate) = cb33622da908807a06f9513c19b3c1ad50fab3e4137d82a78107d502075aa199 >-SIZE (rust/crates/infer-0.15.0.crate) = 18734 >+SHA256 (rust/crates/infer-0.16.0.crate) = bc150e5ce2330295b8616ce0e3f53250e53af31759a9dbedad1621ba29151847 >+SIZE (rust/crates/infer-0.16.0.crate) = 18830 > SHA256 (rust/crates/inotify-0.9.6.crate) = f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff > SIZE (rust/crates/inotify-0.9.6.crate) = 22971 > SHA256 (rust/crates/inotify-sys-0.1.5.crate) = e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb > SIZE (rust/crates/inotify-sys-0.1.5.crate) = 6965 > SHA256 (rust/crates/itertools-0.10.5.crate) = b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473 > SIZE (rust/crates/itertools-0.10.5.crate) = 115354 >-SHA256 (rust/crates/itertools-0.11.0.crate) = b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57 >-SIZE (rust/crates/itertools-0.11.0.crate) = 125074 > SHA256 (rust/crates/itoa-1.0.11.crate) = 49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b > SIZE (rust/crates/itoa-1.0.11.crate) = 10563 > SHA256 (rust/crates/jobserver-0.1.28.crate) = ab46a6e9526ddef3ae7f787c06f0f2600639ba80ea3eade3d8e670a2230f51d6 >@@ -271,8 +271,8 @@ SHA256 (rust/crates/lazy-regex-proc_macros-3.1.0.crate) = 44bcd58e6c97a7fcbaffcd > SIZE (rust/crates/lazy-regex-proc_macros-3.1.0.crate) = 4490 > SHA256 (rust/crates/lazy_static-1.4.0.crate) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 > SIZE (rust/crates/lazy_static-1.4.0.crate) = 10443 >-SHA256 (rust/crates/libc-0.2.153.crate) = 9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd >-SIZE (rust/crates/libc-0.2.153.crate) = 740614 >+SHA256 (rust/crates/libc-0.2.155.crate) = 97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c >+SIZE (rust/crates/libc-0.2.155.crate) = 743539 > SHA256 (rust/crates/linked-hash-map-0.5.6.crate) = 0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f > SIZE (rust/crates/linked-hash-map-0.5.6.crate) = 15049 > SHA256 (rust/crates/linux-raw-sys-0.4.13.crate) = 01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c >@@ -301,6 +301,8 @@ SHA256 (rust/crates/miniz_oxide-0.7.2.crate) = 9d811f3e15f28568be3407c8e7fdb6514 > SIZE (rust/crates/miniz_oxide-0.7.2.crate) = 55731 > SHA256 (rust/crates/mio-0.8.11.crate) = a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c > SIZE (rust/crates/mio-0.8.11.crate) = 102983 >+SHA256 (rust/crates/mio-1.0.1.crate) = 4569e456d394deccd22ce1c1913e6ea0e54519f577285001215d33557431afe4 >+SIZE (rust/crates/mio-1.0.1.crate) = 102654 > SHA256 (rust/crates/nom-7.1.3.crate) = d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a > SIZE (rust/crates/nom-7.1.3.crate) = 117570 > SHA256 (rust/crates/notify-6.1.1.crate) = 6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d >@@ -379,8 +381,8 @@ SHA256 (rust/crates/prost-derive-0.12.3.crate) = efb6c9a1dd1def8e2124d17e83a20af > SIZE (rust/crates/prost-derive-0.12.3.crate) = 19603 > SHA256 (rust/crates/prost-types-0.12.3.crate) = 193898f59edcf43c26227dcd4c8427f00d99d61e95dcde58dabd49fa291d470e > SIZE (rust/crates/prost-types-0.12.3.crate) = 42091 >-SHA256 (rust/crates/protect-endpoints-proc-macro-0.1.1.crate) = dfff647917bb00f5e9c57a5c15d95db74db5387139ac03052358e38462c86a76 >-SIZE (rust/crates/protect-endpoints-proc-macro-0.1.1.crate) = 7048 >+SHA256 (rust/crates/protect-endpoints-proc-macro-0.3.2.crate) = b29997cba9d7a0f5cb3e4b520786e9246cc32f3b3eaa3e23547ad6068631b948 >+SIZE (rust/crates/protect-endpoints-proc-macro-0.3.2.crate) = 7939 > SHA256 (rust/crates/ptr_meta-0.1.4.crate) = 0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1 > SIZE (rust/crates/ptr_meta-0.1.4.crate) = 5754 > SHA256 (rust/crates/ptr_meta_derive-0.1.4.crate) = 16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac >@@ -397,12 +399,14 @@ SHA256 (rust/crates/rand_core-0.6.4.crate) = ec0be4795e2f6a28069bec0b5ff3e2ac9ba > SIZE (rust/crates/rand_core-0.6.4.crate) = 22666 > SHA256 (rust/crates/redox_syscall-0.4.1.crate) = 4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa > SIZE (rust/crates/redox_syscall-0.4.1.crate) = 24858 >-SHA256 (rust/crates/regex-1.10.4.crate) = c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c >-SIZE (rust/crates/regex-1.10.4.crate) = 253191 >+SHA256 (rust/crates/regex-1.10.5.crate) = b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f >+SIZE (rust/crates/regex-1.10.5.crate) = 253805 > SHA256 (rust/crates/regex-automata-0.1.10.crate) = 6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132 > SIZE (rust/crates/regex-automata-0.1.10.crate) = 114533 > SHA256 (rust/crates/regex-automata-0.4.6.crate) = 86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea > SIZE (rust/crates/regex-automata-0.4.6.crate) = 617565 >+SHA256 (rust/crates/regex-lite-0.1.6.crate) = 53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a >+SIZE (rust/crates/regex-lite-0.1.6.crate) = 95278 > SHA256 (rust/crates/regex-syntax-0.6.29.crate) = f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1 > SIZE (rust/crates/regex-syntax-0.6.29.crate) = 299752 > SHA256 (rust/crates/regex-syntax-0.8.3.crate) = adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56 >@@ -441,10 +445,10 @@ SHA256 (rust/crates/seahash-4.1.0.crate) = 1c107b6f4780854c8b126e228ea8869f4d7b7 > SIZE (rust/crates/seahash-4.1.0.crate) = 31976 > SHA256 (rust/crates/semver-1.0.22.crate) = 92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca > SIZE (rust/crates/semver-1.0.22.crate) = 30446 >-SHA256 (rust/crates/serde-1.0.197.crate) = 3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2 >-SIZE (rust/crates/serde-1.0.197.crate) = 77087 >-SHA256 (rust/crates/serde_derive-1.0.197.crate) = 7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b >-SIZE (rust/crates/serde_derive-1.0.197.crate) = 55771 >+SHA256 (rust/crates/serde-1.0.204.crate) = bc76f558e0cbb2a839d37354c575f1dc3fdc6546b5be373ba43d95f231bf7c12 >+SIZE (rust/crates/serde-1.0.204.crate) = 78253 >+SHA256 (rust/crates/serde_derive-1.0.204.crate) = e0cd7e117be63d3c3678776753929474f3b04a43a080c744d6b0ae2a8c28e222 >+SIZE (rust/crates/serde_derive-1.0.204.crate) = 55871 > SHA256 (rust/crates/serde_json-1.0.115.crate) = 12dc5c46daa8e9fdf4f5e71b6cf9a53f2487da0e86e55808e2d35539666497dd > SIZE (rust/crates/serde_json-1.0.115.crate) = 147100 > SHA256 (rust/crates/serde_plain-1.0.2.crate) = 9ce1fc6db65a611022b23a0dec6975d63fb80a302cb3388835ff02c097258d50 >@@ -459,18 +463,18 @@ SHA256 (rust/crates/sha1-0.10.6.crate) = e3bf829a2d51ab4a5ddf1352d8470c140cadc83 > SIZE (rust/crates/sha1-0.10.6.crate) = 13517 > SHA256 (rust/crates/sharded-slab-0.1.7.crate) = f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6 > SIZE (rust/crates/sharded-slab-0.1.7.crate) = 58227 >-SHA256 (rust/crates/shuttle-actix-web-0.42.0.crate) = a6cc5c406b066c8c6d68d0165abf38c6484acd6121e7d238440fa46d846b777d >-SIZE (rust/crates/shuttle-actix-web-0.42.0.crate) = 1647 >-SHA256 (rust/crates/shuttle-codegen-0.42.0.crate) = bbaaa74ae77edfc5590c87af97bfc15d0aff2db9ff4a5fd891be0a7dd0de8089 >-SIZE (rust/crates/shuttle-codegen-0.42.0.crate) = 7727 >-SHA256 (rust/crates/shuttle-common-0.42.0.crate) = 910ae1502f083563f06fee5d5ceb2a8b45f92c67ef7834806880484f15d79bb5 >-SIZE (rust/crates/shuttle-common-0.42.0.crate) = 40556 >-SHA256 (rust/crates/shuttle-proto-0.42.0.crate) = ad7aa381187faaa32562c1e3631047b1edd070c055be50a5f32d13a538110fd7 >-SIZE (rust/crates/shuttle-proto-0.42.0.crate) = 15379 >-SHA256 (rust/crates/shuttle-runtime-0.42.0.crate) = 322f013c5058e37bf19a9ad8af35a2ac139605b0cbd941c0d0a009d032e23b73 >-SIZE (rust/crates/shuttle-runtime-0.42.0.crate) = 8848 >-SHA256 (rust/crates/shuttle-service-0.42.0.crate) = 9118dcf5aea64a38a06875a744b6c7daf8aa41e56eb2ecea2a21fb8c42ff7db5 >-SIZE (rust/crates/shuttle-service-0.42.0.crate) = 6654 >+SHA256 (rust/crates/shuttle-actix-web-0.47.0.crate) = 05099347aa601903334586a927c098a66153aaeb47363a30b0de72b5739feb62 >+SIZE (rust/crates/shuttle-actix-web-0.47.0.crate) = 1624 >+SHA256 (rust/crates/shuttle-codegen-0.47.0.crate) = 3d0e472cdad882debb65474b618f1a2e1504460b0803f84a0ca18b84493ffd2b >+SIZE (rust/crates/shuttle-codegen-0.47.0.crate) = 6652 >+SHA256 (rust/crates/shuttle-common-0.47.0.crate) = 31f26e99a8921bb0824d0cb5fa7c2fe077d7b0476634c9b3c99f775ba94b468d >+SIZE (rust/crates/shuttle-common-0.47.0.crate) = 26415 >+SHA256 (rust/crates/shuttle-proto-0.47.0.crate) = 12d68790de14e4048738be652b1c5803a1563aef1a20cc00979855c2e497ec5d >+SIZE (rust/crates/shuttle-proto-0.47.0.crate) = 14053 >+SHA256 (rust/crates/shuttle-runtime-0.47.0.crate) = 07c18036c9640c0e74c0ce4a67cc11e4e6603179305f74558035fe5a033ec77f >+SIZE (rust/crates/shuttle-runtime-0.47.0.crate) = 9069 >+SHA256 (rust/crates/shuttle-service-0.47.0.crate) = ff6f3011b6766b3aad6b93f16aaf9beb5fe9e600e85e409a5077d8e2f0b055c4 >+SIZE (rust/crates/shuttle-service-0.47.0.crate) = 6987 > SHA256 (rust/crates/signal-hook-0.3.17.crate) = 8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801 > SIZE (rust/crates/signal-hook-0.3.17.crate) = 50296 > SHA256 (rust/crates/signal-hook-mio-0.2.3.crate) = 29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af >@@ -517,22 +521,22 @@ SHA256 (rust/crates/thiserror-impl-1.0.58.crate) = c61f3ba182994efc43764a46c018c > SIZE (rust/crates/thiserror-impl-1.0.58.crate) = 15645 > SHA256 (rust/crates/thread_local-1.1.8.crate) = 8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c > SIZE (rust/crates/thread_local-1.1.8.crate) = 13962 >-SHA256 (rust/crates/time-0.3.34.crate) = c8248b6521bb14bc45b4067159b9b6ad792e2d6d754d6c41fb50e29fefe38749 >-SIZE (rust/crates/time-0.3.34.crate) = 118430 >+SHA256 (rust/crates/time-0.3.36.crate) = 5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885 >+SIZE (rust/crates/time-0.3.36.crate) = 119805 > SHA256 (rust/crates/time-core-0.1.2.crate) = ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3 > SIZE (rust/crates/time-core-0.1.2.crate) = 7191 >-SHA256 (rust/crates/time-macros-0.2.17.crate) = 7ba3a3ef41e6672a2f0f001392bb5dcd3ff0a9992d618ca761a11c3121547774 >-SIZE (rust/crates/time-macros-0.2.17.crate) = 24443 >+SHA256 (rust/crates/time-macros-0.2.18.crate) = 3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf >+SIZE (rust/crates/time-macros-0.2.18.crate) = 24361 > SHA256 (rust/crates/tinyvec-1.6.0.crate) = 87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50 > SIZE (rust/crates/tinyvec-1.6.0.crate) = 45991 > 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.36.0.crate) = 61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931 >-SIZE (rust/crates/tokio-1.36.0.crate) = 757286 >+SHA256 (rust/crates/tokio-1.39.2.crate) = daa4fb1bc778bd6f04cbfc4bb2d06a7396a8f299dc33ea1900cedaa316f467b1 >+SIZE (rust/crates/tokio-1.39.2.crate) = 780859 > SHA256 (rust/crates/tokio-io-timeout-1.2.0.crate) = 30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf > SIZE (rust/crates/tokio-io-timeout-1.2.0.crate) = 8993 >-SHA256 (rust/crates/tokio-macros-2.2.0.crate) = 5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b >-SIZE (rust/crates/tokio-macros-2.2.0.crate) = 11520 >+SHA256 (rust/crates/tokio-macros-2.4.0.crate) = 693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752 >+SIZE (rust/crates/tokio-macros-2.4.0.crate) = 12501 > SHA256 (rust/crates/tokio-openssl-0.6.4.crate) = 6ffab79df67727f6acf57f1ff743091873c24c579b1e2ce4d8f53e47ded4d63d > SIZE (rust/crates/tokio-openssl-0.6.4.crate) = 11911 > SHA256 (rust/crates/tokio-rustls-0.24.1.crate) = c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081 >@@ -587,8 +591,8 @@ SHA256 (rust/crates/unicode-width-0.1.11.crate) = e51733f11c9c4f72aa0c1600082468 > SIZE (rust/crates/unicode-width-0.1.11.crate) = 19187 > SHA256 (rust/crates/untrusted-0.9.0.crate) = 8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1 > SIZE (rust/crates/untrusted-0.9.0.crate) = 14447 >-SHA256 (rust/crates/url-2.5.0.crate) = 31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633 >-SIZE (rust/crates/url-2.5.0.crate) = 78605 >+SHA256 (rust/crates/url-2.5.2.crate) = 22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c >+SIZE (rust/crates/url-2.5.2.crate) = 79704 > SHA256 (rust/crates/urlencoding-2.1.3.crate) = daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da > SIZE (rust/crates/urlencoding-2.1.3.crate) = 6538 > SHA256 (rust/crates/utf8-width-0.1.7.crate) = 86bd8d4e895da8537e5315b8254664e6b769c4ff3db18321b297a1e7004392e3 >@@ -691,5 +695,5 @@ SHA256 (rust/crates/zstd-safe-7.1.0.crate) = 1cd99b45c6bc03a018c8b8a86025678c87e > SIZE (rust/crates/zstd-safe-7.1.0.crate) = 20792 > SHA256 (rust/crates/zstd-sys-2.0.10+zstd.1.5.6.crate) = c253a4914af5bafc8fa8c86ee400827e83cf6ec01195ec1f1ed8441bf00d65aa > SIZE (rust/crates/zstd-sys-2.0.10+zstd.1.5.6.crate) = 749088 >-SHA256 (orhun-rustypaste-v0.15.0_GH0.tar.gz) = d2f23fa70f389dc0e57606799e780ba7bcfc648514e72de55154ccf5571fc6cf >-SIZE (orhun-rustypaste-v0.15.0_GH0.tar.gz) = 296122 >+SHA256 (orhun-rustypaste-v0.15.1_GH0.tar.gz) = a1f1afe2154ec5cc78da02dbb98c6069331b149cdfaf8975ffb73ac8fdf8d60d >+SIZE (orhun-rustypaste-v0.15.1_GH0.tar.gz) = 296483 >-- >2.46.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
DtxdF
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 280880
: 252844