mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
www/py-nh3: Update to 0.2.18
Changelog: https://github.com/messense/nh3/releases/tag/v0.2.18
This commit is contained in:
parent
3871af8ed4
commit
967e166fec
@ -1,7 +1,6 @@
|
||||
PORTNAME= nh3
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.2.17
|
||||
PORTREVISION= 2
|
||||
DISTVERSION= 0.2.18
|
||||
CATEGORIES= www python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
|
@ -1,25 +1,25 @@
|
||||
CARGO_CRATES= ammonia-4.0.0 \
|
||||
autocfg-1.2.0 \
|
||||
bitflags-1.3.2 \
|
||||
autocfg-1.3.0 \
|
||||
bitflags-2.6.0 \
|
||||
cfg-if-1.0.0 \
|
||||
form_urlencoded-1.2.1 \
|
||||
futf-0.1.5 \
|
||||
getrandom-0.2.12 \
|
||||
heck-0.4.1 \
|
||||
getrandom-0.2.15 \
|
||||
heck-0.5.0 \
|
||||
html5ever-0.27.0 \
|
||||
idna-0.5.0 \
|
||||
indoc-2.0.5 \
|
||||
libc-0.2.153 \
|
||||
lock_api-0.4.11 \
|
||||
log-0.4.21 \
|
||||
libc-0.2.155 \
|
||||
lock_api-0.4.12 \
|
||||
log-0.4.22 \
|
||||
mac-0.1.1 \
|
||||
maplit-1.0.2 \
|
||||
markup5ever-0.12.0 \
|
||||
memoffset-0.9.0 \
|
||||
markup5ever-0.12.1 \
|
||||
memoffset-0.9.1 \
|
||||
new_debug_unreachable-1.0.6 \
|
||||
once_cell-1.19.0 \
|
||||
parking_lot-0.12.1 \
|
||||
parking_lot_core-0.9.9 \
|
||||
parking_lot-0.12.3 \
|
||||
parking_lot_core-0.9.10 \
|
||||
percent-encoding-2.3.1 \
|
||||
phf-0.11.2 \
|
||||
phf_codegen-0.11.2 \
|
||||
@ -30,41 +30,42 @@ CARGO_CRATES= ammonia-4.0.0 \
|
||||
portable-atomic-1.6.0 \
|
||||
ppv-lite86-0.2.17 \
|
||||
precomputed-hash-0.1.1 \
|
||||
proc-macro2-1.0.79 \
|
||||
pyo3-0.21.0 \
|
||||
pyo3-build-config-0.21.0 \
|
||||
pyo3-ffi-0.21.0 \
|
||||
pyo3-macros-0.21.0 \
|
||||
pyo3-macros-backend-0.21.0 \
|
||||
quote-1.0.35 \
|
||||
proc-macro2-1.0.86 \
|
||||
pyo3-0.22.0 \
|
||||
pyo3-build-config-0.22.0 \
|
||||
pyo3-ffi-0.22.0 \
|
||||
pyo3-macros-0.22.0 \
|
||||
pyo3-macros-backend-0.22.0 \
|
||||
quote-1.0.36 \
|
||||
rand-0.8.5 \
|
||||
rand_chacha-0.3.1 \
|
||||
rand_core-0.6.4 \
|
||||
redox_syscall-0.4.1 \
|
||||
redox_syscall-0.5.2 \
|
||||
scopeguard-1.2.0 \
|
||||
serde-1.0.197 \
|
||||
serde_derive-1.0.197 \
|
||||
serde-1.0.204 \
|
||||
serde_derive-1.0.204 \
|
||||
siphasher-0.3.11 \
|
||||
smallvec-1.13.2 \
|
||||
string_cache-0.8.7 \
|
||||
string_cache_codegen-0.5.2 \
|
||||
syn-2.0.55 \
|
||||
syn-2.0.69 \
|
||||
target-lexicon-0.12.14 \
|
||||
tendril-0.4.3 \
|
||||
tinyvec-1.6.0 \
|
||||
tinyvec-1.7.0 \
|
||||
tinyvec_macros-0.1.1 \
|
||||
unicode-bidi-0.3.15 \
|
||||
unicode-ident-1.0.12 \
|
||||
unicode-normalization-0.1.23 \
|
||||
unindent-0.2.3 \
|
||||
url-2.5.0 \
|
||||
url-2.5.2 \
|
||||
utf-8-0.7.6 \
|
||||
wasi-0.11.0+wasi-snapshot-preview1 \
|
||||
windows-targets-0.48.5 \
|
||||
windows_aarch64_gnullvm-0.48.5 \
|
||||
windows_aarch64_msvc-0.48.5 \
|
||||
windows_i686_gnu-0.48.5 \
|
||||
windows_i686_msvc-0.48.5 \
|
||||
windows_x86_64_gnu-0.48.5 \
|
||||
windows_x86_64_gnullvm-0.48.5 \
|
||||
windows_x86_64_msvc-0.48.5
|
||||
windows-targets-0.52.6 \
|
||||
windows_aarch64_gnullvm-0.52.6 \
|
||||
windows_aarch64_msvc-0.52.6 \
|
||||
windows_i686_gnu-0.52.6 \
|
||||
windows_i686_gnullvm-0.52.6 \
|
||||
windows_i686_msvc-0.52.6 \
|
||||
windows_x86_64_gnu-0.52.6 \
|
||||
windows_x86_64_gnullvm-0.52.6 \
|
||||
windows_x86_64_msvc-0.52.6
|
||||
|
@ -1,48 +1,48 @@
|
||||
TIMESTAMP = 1711535916
|
||||
TIMESTAMP = 1720625590
|
||||
SHA256 (rust/crates/ammonia-4.0.0.crate) = 1ab99eae5ee58501ab236beb6f20f6ca39be615267b014899c89b2f0bc18a459
|
||||
SIZE (rust/crates/ammonia-4.0.0.crate) = 47763
|
||||
SHA256 (rust/crates/autocfg-1.2.0.crate) = f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80
|
||||
SIZE (rust/crates/autocfg-1.2.0.crate) = 14808
|
||||
SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a
|
||||
SIZE (rust/crates/bitflags-1.3.2.crate) = 23021
|
||||
SHA256 (rust/crates/autocfg-1.3.0.crate) = 0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0
|
||||
SIZE (rust/crates/autocfg-1.3.0.crate) = 16524
|
||||
SHA256 (rust/crates/bitflags-2.6.0.crate) = b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de
|
||||
SIZE (rust/crates/bitflags-2.6.0.crate) = 45357
|
||||
SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd
|
||||
SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934
|
||||
SHA256 (rust/crates/form_urlencoded-1.2.1.crate) = e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456
|
||||
SIZE (rust/crates/form_urlencoded-1.2.1.crate) = 8969
|
||||
SHA256 (rust/crates/futf-0.1.5.crate) = df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843
|
||||
SIZE (rust/crates/futf-0.1.5.crate) = 11344
|
||||
SHA256 (rust/crates/getrandom-0.2.12.crate) = 190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5
|
||||
SIZE (rust/crates/getrandom-0.2.12.crate) = 36163
|
||||
SHA256 (rust/crates/heck-0.4.1.crate) = 95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8
|
||||
SIZE (rust/crates/heck-0.4.1.crate) = 11567
|
||||
SHA256 (rust/crates/getrandom-0.2.15.crate) = c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7
|
||||
SIZE (rust/crates/getrandom-0.2.15.crate) = 37163
|
||||
SHA256 (rust/crates/heck-0.5.0.crate) = 2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea
|
||||
SIZE (rust/crates/heck-0.5.0.crate) = 11517
|
||||
SHA256 (rust/crates/html5ever-0.27.0.crate) = c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4
|
||||
SIZE (rust/crates/html5ever-0.27.0.crate) = 72913
|
||||
SHA256 (rust/crates/idna-0.5.0.crate) = 634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6
|
||||
SIZE (rust/crates/idna-0.5.0.crate) = 271940
|
||||
SHA256 (rust/crates/indoc-2.0.5.crate) = b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5
|
||||
SIZE (rust/crates/indoc-2.0.5.crate) = 14396
|
||||
SHA256 (rust/crates/libc-0.2.153.crate) = 9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd
|
||||
SIZE (rust/crates/libc-0.2.153.crate) = 740614
|
||||
SHA256 (rust/crates/lock_api-0.4.11.crate) = 3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45
|
||||
SIZE (rust/crates/lock_api-0.4.11.crate) = 27487
|
||||
SHA256 (rust/crates/log-0.4.21.crate) = 90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c
|
||||
SIZE (rust/crates/log-0.4.21.crate) = 43442
|
||||
SHA256 (rust/crates/libc-0.2.155.crate) = 97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c
|
||||
SIZE (rust/crates/libc-0.2.155.crate) = 743539
|
||||
SHA256 (rust/crates/lock_api-0.4.12.crate) = 07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17
|
||||
SIZE (rust/crates/lock_api-0.4.12.crate) = 27591
|
||||
SHA256 (rust/crates/log-0.4.22.crate) = a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24
|
||||
SIZE (rust/crates/log-0.4.22.crate) = 44027
|
||||
SHA256 (rust/crates/mac-0.1.1.crate) = c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4
|
||||
SIZE (rust/crates/mac-0.1.1.crate) = 4838
|
||||
SHA256 (rust/crates/maplit-1.0.2.crate) = 3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d
|
||||
SIZE (rust/crates/maplit-1.0.2.crate) = 8871
|
||||
SHA256 (rust/crates/markup5ever-0.12.0.crate) = c7940b09815a02810a42b9e1bc41c069880a87de68e9b1dcbe754a3ba3b47c20
|
||||
SIZE (rust/crates/markup5ever-0.12.0.crate) = 34639
|
||||
SHA256 (rust/crates/memoffset-0.9.0.crate) = 5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c
|
||||
SIZE (rust/crates/memoffset-0.9.0.crate) = 9033
|
||||
SHA256 (rust/crates/markup5ever-0.12.1.crate) = 16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45
|
||||
SIZE (rust/crates/markup5ever-0.12.1.crate) = 34763
|
||||
SHA256 (rust/crates/memoffset-0.9.1.crate) = 488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a
|
||||
SIZE (rust/crates/memoffset-0.9.1.crate) = 9032
|
||||
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/once_cell-1.19.0.crate) = 3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92
|
||||
SIZE (rust/crates/once_cell-1.19.0.crate) = 33046
|
||||
SHA256 (rust/crates/parking_lot-0.12.1.crate) = 3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f
|
||||
SIZE (rust/crates/parking_lot-0.12.1.crate) = 40967
|
||||
SHA256 (rust/crates/parking_lot_core-0.9.9.crate) = 4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e
|
||||
SIZE (rust/crates/parking_lot_core-0.9.9.crate) = 32445
|
||||
SHA256 (rust/crates/parking_lot-0.12.3.crate) = f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27
|
||||
SIZE (rust/crates/parking_lot-0.12.3.crate) = 41860
|
||||
SHA256 (rust/crates/parking_lot_core-0.9.10.crate) = 1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8
|
||||
SIZE (rust/crates/parking_lot_core-0.9.10.crate) = 32406
|
||||
SHA256 (rust/crates/percent-encoding-2.3.1.crate) = e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e
|
||||
SIZE (rust/crates/percent-encoding-2.3.1.crate) = 10235
|
||||
SHA256 (rust/crates/phf-0.11.2.crate) = ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc
|
||||
@ -63,34 +63,34 @@ SHA256 (rust/crates/ppv-lite86-0.2.17.crate) = 5b40af805b3121feab8a3c29f04d8ad26
|
||||
SIZE (rust/crates/ppv-lite86-0.2.17.crate) = 22242
|
||||
SHA256 (rust/crates/precomputed-hash-0.1.1.crate) = 925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c
|
||||
SIZE (rust/crates/precomputed-hash-0.1.1.crate) = 1640
|
||||
SHA256 (rust/crates/proc-macro2-1.0.79.crate) = e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e
|
||||
SIZE (rust/crates/proc-macro2-1.0.79.crate) = 47200
|
||||
SHA256 (rust/crates/pyo3-0.21.0.crate) = a02a88a17e74cadbc8ce77855e1d6c8ad0ab82901a4a9b5046bd01c1c0bd95cd
|
||||
SIZE (rust/crates/pyo3-0.21.0.crate) = 500599
|
||||
SHA256 (rust/crates/pyo3-build-config-0.21.0.crate) = a5eb0b6ecba38961f6f4bd6cd5906dfab3cd426ff37b2eed5771006aa31656f1
|
||||
SIZE (rust/crates/pyo3-build-config-0.21.0.crate) = 30535
|
||||
SHA256 (rust/crates/pyo3-ffi-0.21.0.crate) = ba8a6e48a29b5d22e4fdaf132d8ba8d3203ee9f06362d48f244346902a594ec3
|
||||
SIZE (rust/crates/pyo3-ffi-0.21.0.crate) = 66158
|
||||
SHA256 (rust/crates/pyo3-macros-0.21.0.crate) = 4e80493c5965f94a747d0782a607b2328a4eea5391327b152b00e2f3b001cede
|
||||
SIZE (rust/crates/pyo3-macros-0.21.0.crate) = 7917
|
||||
SHA256 (rust/crates/pyo3-macros-backend-0.21.0.crate) = fcd7d86f42004025200e12a6a8119bd878329e6fddef8178eaafa4e4b5906c5b
|
||||
SIZE (rust/crates/pyo3-macros-backend-0.21.0.crate) = 57562
|
||||
SHA256 (rust/crates/quote-1.0.35.crate) = 291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef
|
||||
SIZE (rust/crates/quote-1.0.35.crate) = 28136
|
||||
SHA256 (rust/crates/proc-macro2-1.0.86.crate) = 5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77
|
||||
SIZE (rust/crates/proc-macro2-1.0.86.crate) = 48958
|
||||
SHA256 (rust/crates/pyo3-0.22.0.crate) = 1962a33ed2a201c637fc14a4e0fd4e06e6edfdeee6a5fede0dab55507ad74cf7
|
||||
SIZE (rust/crates/pyo3-0.22.0.crate) = 535742
|
||||
SHA256 (rust/crates/pyo3-build-config-0.22.0.crate) = ab7164b2202753bd33afc7f90a10355a719aa973d1f94502c50d06f3488bc420
|
||||
SIZE (rust/crates/pyo3-build-config-0.22.0.crate) = 31205
|
||||
SHA256 (rust/crates/pyo3-ffi-0.22.0.crate) = c6424906ca49013c0829c5c1ed405e20e2da2dc78b82d198564880a704e6a7b7
|
||||
SIZE (rust/crates/pyo3-ffi-0.22.0.crate) = 67420
|
||||
SHA256 (rust/crates/pyo3-macros-0.22.0.crate) = 82b2f19e153122d64afd8ce7aaa72f06a00f52e34e1d1e74b6d71baea396460a
|
||||
SIZE (rust/crates/pyo3-macros-0.22.0.crate) = 7889
|
||||
SHA256 (rust/crates/pyo3-macros-backend-0.22.0.crate) = dd698c04cac17cf0fe63d47790ab311b8b25542f5cb976b65c374035c50f1eef
|
||||
SIZE (rust/crates/pyo3-macros-backend-0.22.0.crate) = 64837
|
||||
SHA256 (rust/crates/quote-1.0.36.crate) = 0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7
|
||||
SIZE (rust/crates/quote-1.0.36.crate) = 28507
|
||||
SHA256 (rust/crates/rand-0.8.5.crate) = 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404
|
||||
SIZE (rust/crates/rand-0.8.5.crate) = 87113
|
||||
SHA256 (rust/crates/rand_chacha-0.3.1.crate) = e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88
|
||||
SIZE (rust/crates/rand_chacha-0.3.1.crate) = 15251
|
||||
SHA256 (rust/crates/rand_core-0.6.4.crate) = ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c
|
||||
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/redox_syscall-0.5.2.crate) = c82cf8cff14456045f55ec4241383baeff27af886adb72ffb2162f99911de0fd
|
||||
SIZE (rust/crates/redox_syscall-0.5.2.crate) = 23957
|
||||
SHA256 (rust/crates/scopeguard-1.2.0.crate) = 94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49
|
||||
SIZE (rust/crates/scopeguard-1.2.0.crate) = 11619
|
||||
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/siphasher-0.3.11.crate) = 38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d
|
||||
SIZE (rust/crates/siphasher-0.3.11.crate) = 10442
|
||||
SHA256 (rust/crates/smallvec-1.13.2.crate) = 3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67
|
||||
@ -99,14 +99,14 @@ SHA256 (rust/crates/string_cache-0.8.7.crate) = f91138e76242f575eb1d3b38b4f1362f
|
||||
SIZE (rust/crates/string_cache-0.8.7.crate) = 16655
|
||||
SHA256 (rust/crates/string_cache_codegen-0.5.2.crate) = 6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988
|
||||
SIZE (rust/crates/string_cache_codegen-0.5.2.crate) = 8156
|
||||
SHA256 (rust/crates/syn-2.0.55.crate) = 002a1b3dbf967edfafc32655d0f377ab0bb7b994aa1d32c8cc7e9b8bf3ebb8f0
|
||||
SIZE (rust/crates/syn-2.0.55.crate) = 254901
|
||||
SHA256 (rust/crates/syn-2.0.69.crate) = 201fcda3845c23e8212cd466bfebf0bd20694490fc0356ae8e428e0824a915a6
|
||||
SIZE (rust/crates/syn-2.0.69.crate) = 265441
|
||||
SHA256 (rust/crates/target-lexicon-0.12.14.crate) = e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f
|
||||
SIZE (rust/crates/target-lexicon-0.12.14.crate) = 25508
|
||||
SHA256 (rust/crates/tendril-0.4.3.crate) = d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0
|
||||
SIZE (rust/crates/tendril-0.4.3.crate) = 37210
|
||||
SHA256 (rust/crates/tinyvec-1.6.0.crate) = 87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50
|
||||
SIZE (rust/crates/tinyvec-1.6.0.crate) = 45991
|
||||
SHA256 (rust/crates/tinyvec-1.7.0.crate) = ce6b6a2fb3a985e99cebfaefa9faa3024743da73304ca1c683a36429613d3d22
|
||||
SIZE (rust/crates/tinyvec-1.7.0.crate) = 46743
|
||||
SHA256 (rust/crates/tinyvec_macros-0.1.1.crate) = 1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20
|
||||
SIZE (rust/crates/tinyvec_macros-0.1.1.crate) = 5865
|
||||
SHA256 (rust/crates/unicode-bidi-0.3.15.crate) = 08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75
|
||||
@ -117,27 +117,29 @@ SHA256 (rust/crates/unicode-normalization-0.1.23.crate) = a56d1686db2308d901306f
|
||||
SIZE (rust/crates/unicode-normalization-0.1.23.crate) = 122649
|
||||
SHA256 (rust/crates/unindent-0.2.3.crate) = c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce
|
||||
SIZE (rust/crates/unindent-0.2.3.crate) = 7306
|
||||
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/utf-8-0.7.6.crate) = 09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9
|
||||
SIZE (rust/crates/utf-8-0.7.6.crate) = 10422
|
||||
SHA256 (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423
|
||||
SIZE (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 28131
|
||||
SHA256 (rust/crates/windows-targets-0.48.5.crate) = 9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c
|
||||
SIZE (rust/crates/windows-targets-0.48.5.crate) = 6904
|
||||
SHA256 (rust/crates/windows_aarch64_gnullvm-0.48.5.crate) = 2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8
|
||||
SIZE (rust/crates/windows_aarch64_gnullvm-0.48.5.crate) = 418492
|
||||
SHA256 (rust/crates/windows_aarch64_msvc-0.48.5.crate) = dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc
|
||||
SIZE (rust/crates/windows_aarch64_msvc-0.48.5.crate) = 798483
|
||||
SHA256 (rust/crates/windows_i686_gnu-0.48.5.crate) = a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e
|
||||
SIZE (rust/crates/windows_i686_gnu-0.48.5.crate) = 844891
|
||||
SHA256 (rust/crates/windows_i686_msvc-0.48.5.crate) = 8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406
|
||||
SIZE (rust/crates/windows_i686_msvc-0.48.5.crate) = 864300
|
||||
SHA256 (rust/crates/windows_x86_64_gnu-0.48.5.crate) = 53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e
|
||||
SIZE (rust/crates/windows_x86_64_gnu-0.48.5.crate) = 801619
|
||||
SHA256 (rust/crates/windows_x86_64_gnullvm-0.48.5.crate) = 0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc
|
||||
SIZE (rust/crates/windows_x86_64_gnullvm-0.48.5.crate) = 418486
|
||||
SHA256 (rust/crates/windows_x86_64_msvc-0.48.5.crate) = ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538
|
||||
SIZE (rust/crates/windows_x86_64_msvc-0.48.5.crate) = 798412
|
||||
SHA256 (messense-nh3-v0.2.17_GH0.tar.gz) = cbef86a544272bf2ffbd135586bf12d0e7efc139490e655819c88044daa60485
|
||||
SIZE (messense-nh3-v0.2.17_GH0.tar.gz) = 14194
|
||||
SHA256 (rust/crates/windows-targets-0.52.6.crate) = 9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973
|
||||
SIZE (rust/crates/windows-targets-0.52.6.crate) = 6403
|
||||
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_msvc-0.52.6.crate) = 09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469
|
||||
SIZE (rust/crates/windows_aarch64_msvc-0.52.6.crate) = 832615
|
||||
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_gnullvm-0.52.6.crate) = 0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66
|
||||
SIZE (rust/crates/windows_i686_gnullvm-0.52.6.crate) = 475940
|
||||
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_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_gnullvm-0.52.6.crate) = 24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d
|
||||
SIZE (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 435707
|
||||
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 (messense-nh3-v0.2.18_GH0.tar.gz) = 87e1ef8a4315764b4a9e11fbc1ee509528209dc8b3148fb5e09919cdaabb4834
|
||||
SIZE (messense-nh3-v0.2.18_GH0.tar.gz) = 14250
|
||||
|
Loading…
Reference in New Issue
Block a user