www/websocat: update 1.10.1 -> 1.11.0
ChangeLog: https://github.com/vi/websocat/compare/v1.10.1...v1.11.0
This commit is contained in:
parent
547f06cc6c
commit
100f9f0929
2 changed files with 164 additions and 133 deletions
|
@ -1,7 +1,6 @@
|
|||
PORTNAME= websocat
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.10.1
|
||||
PORTREVISION= 3
|
||||
DISTVERSION= 1.11.0
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= osa@FreeBSD.org
|
||||
|
@ -16,7 +15,6 @@ USE_GITHUB= yes
|
|||
GH_ACCOUNT= vi
|
||||
|
||||
CARGO_FEATURES= --no-default-features
|
||||
CARGO_CARGOLOCK= ${WRKSRC}/Cargo.lock.freebsd
|
||||
|
||||
OPTIONS_DEFINE= CRYPTO_PEER PROMETHEUS_PEER SEQPACKET SSL \
|
||||
TOKIO_PROCESS UNIX_STDIO
|
||||
|
@ -36,19 +34,20 @@ SSL_DESC= SSL
|
|||
TOKIO_PROCESS_DESC= Tokio process
|
||||
UNIX_STDIO_DESC= UNIX stdio
|
||||
|
||||
CARGO_CRATES= aead-0.4.3 \
|
||||
CARGO_CRATES= adler-1.0.2 \
|
||||
aead-0.4.3 \
|
||||
anymap-0.12.1 \
|
||||
argon2-0.4.0 \
|
||||
argon2-0.4.1 \
|
||||
atty-0.2.14 \
|
||||
autocfg-0.1.8 \
|
||||
autocfg-1.1.0 \
|
||||
base64-0.9.3 \
|
||||
base64-0.10.1 \
|
||||
base64ct-1.5.0 \
|
||||
base64ct-1.5.2 \
|
||||
bitflags-1.3.2 \
|
||||
blake2-0.10.4 \
|
||||
block-buffer-0.7.3 \
|
||||
block-buffer-0.10.2 \
|
||||
block-buffer-0.10.3 \
|
||||
block-padding-0.1.5 \
|
||||
byte-tools-0.3.1 \
|
||||
byteorder-1.4.3 \
|
||||
|
@ -56,27 +55,29 @@ CARGO_CRATES= aead-0.4.3 \
|
|||
cc-1.0.73 \
|
||||
cfg-if-0.1.10 \
|
||||
cfg-if-1.0.0 \
|
||||
chacha20-0.8.1 \
|
||||
chacha20poly1305-0.9.0 \
|
||||
chacha20-0.8.2 \
|
||||
chacha20poly1305-0.9.1 \
|
||||
cipher-0.3.0 \
|
||||
clap-2.34.0 \
|
||||
cloudabi-0.0.3 \
|
||||
core-foundation-0.9.3 \
|
||||
core-foundation-sys-0.8.3 \
|
||||
cpufeatures-0.2.2 \
|
||||
cpufeatures-0.2.5 \
|
||||
crc32fast-1.3.2 \
|
||||
crossbeam-deque-0.7.4 \
|
||||
crossbeam-epoch-0.8.2 \
|
||||
crossbeam-queue-0.1.2 \
|
||||
crossbeam-queue-0.2.3 \
|
||||
crossbeam-utils-0.6.6 \
|
||||
crossbeam-utils-0.7.2 \
|
||||
crypto-common-0.1.3 \
|
||||
crypto-common-0.1.6 \
|
||||
derivative-1.0.4 \
|
||||
digest-0.8.1 \
|
||||
digest-0.10.3 \
|
||||
digest-0.10.5 \
|
||||
env_logger-0.6.2 \
|
||||
fake-simd-0.1.2 \
|
||||
fastrand-1.7.0 \
|
||||
fastrand-1.8.0 \
|
||||
flate2-1.0.24 \
|
||||
fnv-1.0.7 \
|
||||
foreign-types-0.3.2 \
|
||||
foreign-types-shared-0.1.1 \
|
||||
|
@ -85,14 +86,14 @@ CARGO_CRATES= aead-0.4.3 \
|
|||
fuchsia-zircon-sys-0.3.3 \
|
||||
futures-0.1.31 \
|
||||
generic-array-0.12.4 \
|
||||
generic-array-0.14.5 \
|
||||
getrandom-0.2.6 \
|
||||
generic-array-0.14.6 \
|
||||
getrandom-0.2.7 \
|
||||
heck-0.3.3 \
|
||||
hermit-abi-0.1.19 \
|
||||
hex-0.4.3 \
|
||||
http-0.1.21 \
|
||||
http-bytes-0.1.0 \
|
||||
httparse-1.7.1 \
|
||||
httparse-1.8.0 \
|
||||
hyper-0.10.16 \
|
||||
idna-0.1.5 \
|
||||
instant-0.1.12 \
|
||||
|
@ -101,9 +102,9 @@ CARGO_CRATES= aead-0.4.3 \
|
|||
kernel32-sys-0.2.2 \
|
||||
language-tags-0.2.2 \
|
||||
lazy_static-1.4.0 \
|
||||
libc-0.2.126 \
|
||||
libc-0.2.133 \
|
||||
lock_api-0.3.4 \
|
||||
lock_api-0.4.7 \
|
||||
lock_api-0.4.9 \
|
||||
log-0.3.9 \
|
||||
log-0.4.17 \
|
||||
matches-0.1.9 \
|
||||
|
@ -111,6 +112,7 @@ CARGO_CRATES= aead-0.4.3 \
|
|||
memchr-2.5.0 \
|
||||
memoffset-0.5.6 \
|
||||
mime-0.2.6 \
|
||||
miniz_oxide-0.5.4 \
|
||||
mio-0.6.23 \
|
||||
mio-named-pipes-0.1.7 \
|
||||
mio-uds-0.6.8 \
|
||||
|
@ -119,37 +121,37 @@ CARGO_CRATES= aead-0.4.3 \
|
|||
native-tls-0.2.10 \
|
||||
net2-0.2.37 \
|
||||
num_cpus-1.13.1 \
|
||||
once_cell-1.10.0 \
|
||||
once_cell-1.15.0 \
|
||||
opaque-debug-0.2.3 \
|
||||
opaque-debug-0.3.0 \
|
||||
openssl-0.10.40 \
|
||||
openssl-0.10.41 \
|
||||
openssl-macros-0.1.0 \
|
||||
openssl-probe-0.1.5 \
|
||||
openssl-src-111.18.0+1.1.1n \
|
||||
openssl-sys-0.9.73 \
|
||||
openssl-src-111.22.0+1.1.1q \
|
||||
openssl-sys-0.9.75 \
|
||||
parking_lot-0.9.0 \
|
||||
parking_lot-0.11.2 \
|
||||
parking_lot-0.12.1 \
|
||||
parking_lot_core-0.6.2 \
|
||||
parking_lot_core-0.8.5 \
|
||||
password-hash-0.4.1 \
|
||||
parking_lot_core-0.9.3 \
|
||||
password-hash-0.4.2 \
|
||||
percent-encoding-1.0.1 \
|
||||
pkg-config-0.3.25 \
|
||||
poly1305-0.7.2 \
|
||||
ppv-lite86-0.2.16 \
|
||||
proc-macro2-0.4.30 \
|
||||
proc-macro2-1.0.39 \
|
||||
prometheus-0.13.0 \
|
||||
proc-macro2-1.0.43 \
|
||||
prometheus-0.13.2 \
|
||||
prometheus-metric-storage-0.5.0 \
|
||||
prometheus-metric-storage-derive-0.5.0 \
|
||||
quote-0.6.13 \
|
||||
quote-1.0.18 \
|
||||
quote-1.0.21 \
|
||||
rand-0.6.5 \
|
||||
rand-0.8.5 \
|
||||
rand_chacha-0.1.1 \
|
||||
rand_chacha-0.3.1 \
|
||||
rand_core-0.3.1 \
|
||||
rand_core-0.4.2 \
|
||||
rand_core-0.6.3 \
|
||||
rand_core-0.6.4 \
|
||||
rand_hc-0.1.0 \
|
||||
rand_isaac-0.1.1 \
|
||||
rand_jitter-0.1.4 \
|
||||
|
@ -159,33 +161,33 @@ CARGO_CRATES= aead-0.4.3 \
|
|||
rdrand-0.4.0 \
|
||||
readwrite-0.1.2 \
|
||||
redox_syscall-0.1.57 \
|
||||
redox_syscall-0.2.13 \
|
||||
redox_syscall-0.2.16 \
|
||||
remove_dir_all-0.5.3 \
|
||||
rustc_version-0.2.3 \
|
||||
safemem-0.3.3 \
|
||||
schannel-0.1.19 \
|
||||
schannel-0.1.20 \
|
||||
scopeguard-1.1.0 \
|
||||
security-framework-2.6.1 \
|
||||
security-framework-2.7.0 \
|
||||
security-framework-sys-2.6.1 \
|
||||
semver-0.9.0 \
|
||||
semver-parser-0.7.0 \
|
||||
sha-1-0.8.2 \
|
||||
signal-hook-registry-1.4.0 \
|
||||
slab-0.4.6 \
|
||||
slab-0.4.7 \
|
||||
slab_typesafe-0.1.3 \
|
||||
smallvec-0.6.14 \
|
||||
smallvec-1.8.0 \
|
||||
smallvec-1.9.0 \
|
||||
smart-default-0.3.0 \
|
||||
structopt-0.2.16 \
|
||||
structopt-derive-0.2.16 \
|
||||
subtle-2.4.1 \
|
||||
syn-0.15.44 \
|
||||
syn-1.0.95 \
|
||||
syn-1.0.100 \
|
||||
tempfile-3.3.0 \
|
||||
textwrap-0.11.0 \
|
||||
thiserror-1.0.31 \
|
||||
thiserror-impl-1.0.31 \
|
||||
time-0.1.43 \
|
||||
thiserror-1.0.35 \
|
||||
thiserror-impl-1.0.35 \
|
||||
time-0.1.44 \
|
||||
tinyvec-1.6.0 \
|
||||
tinyvec_macros-0.1.0 \
|
||||
tk-listen-0.2.1 \
|
||||
|
@ -213,26 +215,33 @@ CARGO_CRATES= aead-0.4.3 \
|
|||
typenum-1.15.0 \
|
||||
unicase-1.4.2 \
|
||||
unicode-bidi-0.3.8 \
|
||||
unicode-ident-1.0.0 \
|
||||
unicode-normalization-0.1.19 \
|
||||
unicode-segmentation-1.9.0 \
|
||||
unicode-width-0.1.9 \
|
||||
unicode-ident-1.0.4 \
|
||||
unicode-normalization-0.1.22 \
|
||||
unicode-segmentation-1.10.0 \
|
||||
unicode-width-0.1.10 \
|
||||
unicode-xid-0.1.0 \
|
||||
universal-hash-0.4.1 \
|
||||
url-1.7.2 \
|
||||
vcpkg-0.2.15 \
|
||||
version_check-0.1.5 \
|
||||
version_check-0.9.4 \
|
||||
wasi-0.10.2+wasi-snapshot-preview1 \
|
||||
websocket-0.26.4 \
|
||||
websocket-base-0.26.2 \
|
||||
wasi-0.10.0+wasi-snapshot-preview1 \
|
||||
wasi-0.11.0+wasi-snapshot-preview1 \
|
||||
websocket-0.26.5 \
|
||||
websocket-base-0.26.5 \
|
||||
winapi-0.2.8 \
|
||||
winapi-0.3.9 \
|
||||
winapi-build-0.1.1 \
|
||||
winapi-i686-pc-windows-gnu-0.4.0 \
|
||||
winapi-x86_64-pc-windows-gnu-0.4.0 \
|
||||
windows-sys-0.36.1 \
|
||||
windows_aarch64_msvc-0.36.1 \
|
||||
windows_i686_gnu-0.36.1 \
|
||||
windows_i686_msvc-0.36.1 \
|
||||
windows_x86_64_gnu-0.36.1 \
|
||||
windows_x86_64_msvc-0.36.1 \
|
||||
ws2_32-sys-0.2.1 \
|
||||
zeroize-1.4.3
|
||||
zeroize-1.5.7
|
||||
|
||||
PLIST_FILES= bin/websocat
|
||||
|
||||
|
|
|
@ -1,10 +1,12 @@
|
|||
TIMESTAMP = 1652913485
|
||||
TIMESTAMP = 1664113658
|
||||
SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe
|
||||
SIZE (rust/crates/adler-1.0.2.crate) = 12778
|
||||
SHA256 (rust/crates/aead-0.4.3.crate) = 0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877
|
||||
SIZE (rust/crates/aead-0.4.3.crate) = 14717
|
||||
SHA256 (rust/crates/anymap-0.12.1.crate) = 33954243bd79057c2de7338850b85983a44588021f8a5fee574a8888c6de4344
|
||||
SIZE (rust/crates/anymap-0.12.1.crate) = 14298
|
||||
SHA256 (rust/crates/argon2-0.4.0.crate) = a27e27b63e4a34caee411ade944981136fdfa535522dc9944d6700196cbd899f
|
||||
SIZE (rust/crates/argon2-0.4.0.crate) = 28732
|
||||
SHA256 (rust/crates/argon2-0.4.1.crate) = db4ce4441f99dbd377ca8a8f57b698c44d0d6e712d8329b5040da5a64aa1ce73
|
||||
SIZE (rust/crates/argon2-0.4.1.crate) = 28834
|
||||
SHA256 (rust/crates/atty-0.2.14.crate) = d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8
|
||||
SIZE (rust/crates/atty-0.2.14.crate) = 5470
|
||||
SHA256 (rust/crates/autocfg-0.1.8.crate) = 0dde43e75fd43e8a1bf86103336bc699aa8d17ad1be60c76c0bdfd4828e19b78
|
||||
|
@ -15,16 +17,16 @@ SHA256 (rust/crates/base64-0.9.3.crate) = 489d6c0ed21b11d038c31b6ceccca973e65d73
|
|||
SIZE (rust/crates/base64-0.9.3.crate) = 37993
|
||||
SHA256 (rust/crates/base64-0.10.1.crate) = 0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e
|
||||
SIZE (rust/crates/base64-0.10.1.crate) = 41988
|
||||
SHA256 (rust/crates/base64ct-1.5.0.crate) = dea908e7347a8c64e378c17e30ef880ad73e3b4498346b055c2c00ea342f3179
|
||||
SIZE (rust/crates/base64ct-1.5.0.crate) = 27855
|
||||
SHA256 (rust/crates/base64ct-1.5.2.crate) = ea2b2456fd614d856680dcd9fcc660a51a820fa09daef2e49772b56a193c8474
|
||||
SIZE (rust/crates/base64ct-1.5.2.crate) = 28206
|
||||
SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a
|
||||
SIZE (rust/crates/bitflags-1.3.2.crate) = 23021
|
||||
SHA256 (rust/crates/blake2-0.10.4.crate) = b9cf849ee05b2ee5fba5e36f97ff8ec2533916700fc0758d40d92136a42f3388
|
||||
SIZE (rust/crates/blake2-0.10.4.crate) = 46804
|
||||
SHA256 (rust/crates/block-buffer-0.7.3.crate) = c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b
|
||||
SIZE (rust/crates/block-buffer-0.7.3.crate) = 7179
|
||||
SHA256 (rust/crates/block-buffer-0.10.2.crate) = 0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324
|
||||
SIZE (rust/crates/block-buffer-0.10.2.crate) = 10258
|
||||
SHA256 (rust/crates/block-buffer-0.10.3.crate) = 69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e
|
||||
SIZE (rust/crates/block-buffer-0.10.3.crate) = 10465
|
||||
SHA256 (rust/crates/block-padding-0.1.5.crate) = fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5
|
||||
SIZE (rust/crates/block-padding-0.1.5.crate) = 7342
|
||||
SHA256 (rust/crates/byte-tools-0.3.1.crate) = e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7
|
||||
|
@ -39,10 +41,10 @@ SHA256 (rust/crates/cfg-if-0.1.10.crate) = 4785bdd1c96b2a846b2bd7cc02e86b6b3dbf1
|
|||
SIZE (rust/crates/cfg-if-0.1.10.crate) = 7933
|
||||
SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd
|
||||
SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934
|
||||
SHA256 (rust/crates/chacha20-0.8.1.crate) = 01b72a433d0cf2aef113ba70f62634c56fddb0f244e6377185c56a7cadbd8f91
|
||||
SIZE (rust/crates/chacha20-0.8.1.crate) = 30715
|
||||
SHA256 (rust/crates/chacha20poly1305-0.9.0.crate) = 3b84ed6d1d5f7aa9bdde921a5090e0ca4d934d250ea3b402a5fab3a994e28a2a
|
||||
SIZE (rust/crates/chacha20poly1305-0.9.0.crate) = 68354
|
||||
SHA256 (rust/crates/chacha20-0.8.2.crate) = 5c80e5460aa66fe3b91d40bcbdab953a597b60053e34d684ac6903f863b680a6
|
||||
SIZE (rust/crates/chacha20-0.8.2.crate) = 30716
|
||||
SHA256 (rust/crates/chacha20poly1305-0.9.1.crate) = a18446b09be63d457bbec447509e85f662f32952b035ce892290396bc0b0cff5
|
||||
SIZE (rust/crates/chacha20poly1305-0.9.1.crate) = 68379
|
||||
SHA256 (rust/crates/cipher-0.3.0.crate) = 7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7
|
||||
SIZE (rust/crates/cipher-0.3.0.crate) = 12756
|
||||
SHA256 (rust/crates/clap-2.34.0.crate) = a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c
|
||||
|
@ -53,8 +55,10 @@ SHA256 (rust/crates/core-foundation-0.9.3.crate) = 194a7a9e6de53fa55116934067c84
|
|||
SIZE (rust/crates/core-foundation-0.9.3.crate) = 27059
|
||||
SHA256 (rust/crates/core-foundation-sys-0.8.3.crate) = 5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc
|
||||
SIZE (rust/crates/core-foundation-sys-0.8.3.crate) = 17519
|
||||
SHA256 (rust/crates/cpufeatures-0.2.2.crate) = 59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b
|
||||
SIZE (rust/crates/cpufeatures-0.2.2.crate) = 10655
|
||||
SHA256 (rust/crates/cpufeatures-0.2.5.crate) = 28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320
|
||||
SIZE (rust/crates/cpufeatures-0.2.5.crate) = 11251
|
||||
SHA256 (rust/crates/crc32fast-1.3.2.crate) = b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d
|
||||
SIZE (rust/crates/crc32fast-1.3.2.crate) = 38661
|
||||
SHA256 (rust/crates/crossbeam-deque-0.7.4.crate) = c20ff29ded3204c5106278a81a38f4b482636ed4fa1e6cfbeef193291beb29ed
|
||||
SIZE (rust/crates/crossbeam-deque-0.7.4.crate) = 19868
|
||||
SHA256 (rust/crates/crossbeam-epoch-0.8.2.crate) = 058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace
|
||||
|
@ -67,20 +71,22 @@ SHA256 (rust/crates/crossbeam-utils-0.6.6.crate) = 04973fa96e96579258a5091af6003
|
|||
SIZE (rust/crates/crossbeam-utils-0.6.6.crate) = 32836
|
||||
SHA256 (rust/crates/crossbeam-utils-0.7.2.crate) = c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8
|
||||
SIZE (rust/crates/crossbeam-utils-0.7.2.crate) = 34338
|
||||
SHA256 (rust/crates/crypto-common-0.1.3.crate) = 57952ca27b5e3606ff4dd79b0020231aaf9d6aa76dc05fd30137538c50bd3ce8
|
||||
SIZE (rust/crates/crypto-common-0.1.3.crate) = 8556
|
||||
SHA256 (rust/crates/crypto-common-0.1.6.crate) = 1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3
|
||||
SIZE (rust/crates/crypto-common-0.1.6.crate) = 8760
|
||||
SHA256 (rust/crates/derivative-1.0.4.crate) = 3c6d883546668a3e2011b6a716a7330b82eabb0151b138217f632c8243e17135
|
||||
SIZE (rust/crates/derivative-1.0.4.crate) = 42508
|
||||
SHA256 (rust/crates/digest-0.8.1.crate) = f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5
|
||||
SIZE (rust/crates/digest-0.8.1.crate) = 9449
|
||||
SHA256 (rust/crates/digest-0.10.3.crate) = f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506
|
||||
SIZE (rust/crates/digest-0.10.3.crate) = 18990
|
||||
SHA256 (rust/crates/digest-0.10.5.crate) = adfbc57365a37acbd2ebf2b64d7e69bb766e2fea813521ed536f5d0520dcf86c
|
||||
SIZE (rust/crates/digest-0.10.5.crate) = 19503
|
||||
SHA256 (rust/crates/env_logger-0.6.2.crate) = aafcde04e90a5226a6443b7aabdb016ba2f8307c847d524724bd9b346dd1a2d3
|
||||
SIZE (rust/crates/env_logger-0.6.2.crate) = 31078
|
||||
SHA256 (rust/crates/fake-simd-0.1.2.crate) = e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed
|
||||
SIZE (rust/crates/fake-simd-0.1.2.crate) = 5398
|
||||
SHA256 (rust/crates/fastrand-1.7.0.crate) = c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf
|
||||
SIZE (rust/crates/fastrand-1.7.0.crate) = 11265
|
||||
SHA256 (rust/crates/fastrand-1.8.0.crate) = a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499
|
||||
SIZE (rust/crates/fastrand-1.8.0.crate) = 11369
|
||||
SHA256 (rust/crates/flate2-1.0.24.crate) = f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6
|
||||
SIZE (rust/crates/flate2-1.0.24.crate) = 70191
|
||||
SHA256 (rust/crates/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1
|
||||
SIZE (rust/crates/fnv-1.0.7.crate) = 11266
|
||||
SHA256 (rust/crates/foreign-types-0.3.2.crate) = f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1
|
||||
|
@ -97,10 +103,10 @@ SHA256 (rust/crates/futures-0.1.31.crate) = 3a471a38ef8ed83cd6e40aa59c1ffe17db68
|
|||
SIZE (rust/crates/futures-0.1.31.crate) = 157731
|
||||
SHA256 (rust/crates/generic-array-0.12.4.crate) = ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd
|
||||
SIZE (rust/crates/generic-array-0.12.4.crate) = 18212
|
||||
SHA256 (rust/crates/generic-array-0.14.5.crate) = fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803
|
||||
SIZE (rust/crates/generic-array-0.14.5.crate) = 28915
|
||||
SHA256 (rust/crates/getrandom-0.2.6.crate) = 9be70c98951c83b8d2f8f60d7065fa6d5146873094452a1008da8c2f1e4205ad
|
||||
SIZE (rust/crates/getrandom-0.2.6.crate) = 28043
|
||||
SHA256 (rust/crates/generic-array-0.14.6.crate) = bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9
|
||||
SIZE (rust/crates/generic-array-0.14.6.crate) = 15889
|
||||
SHA256 (rust/crates/getrandom-0.2.7.crate) = 4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6
|
||||
SIZE (rust/crates/getrandom-0.2.7.crate) = 28854
|
||||
SHA256 (rust/crates/heck-0.3.3.crate) = 6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c
|
||||
SIZE (rust/crates/heck-0.3.3.crate) = 10260
|
||||
SHA256 (rust/crates/hermit-abi-0.1.19.crate) = 62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33
|
||||
|
@ -111,8 +117,8 @@ SHA256 (rust/crates/http-0.1.21.crate) = d6ccf5ede3a895d8856620237b2f02972c1bbc7
|
|||
SIZE (rust/crates/http-0.1.21.crate) = 103053
|
||||
SHA256 (rust/crates/http-bytes-0.1.0.crate) = 3332986b24440d485a8c31e5a823c098f9c1616e7c60945e09dbc6c8d45bed55
|
||||
SIZE (rust/crates/http-bytes-0.1.0.crate) = 11513
|
||||
SHA256 (rust/crates/httparse-1.7.1.crate) = 496ce29bb5a52785b44e0f7ca2847ae0bb839c9bd28f69acac9b99d461c0c04c
|
||||
SIZE (rust/crates/httparse-1.7.1.crate) = 29379
|
||||
SHA256 (rust/crates/httparse-1.8.0.crate) = d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904
|
||||
SIZE (rust/crates/httparse-1.8.0.crate) = 29954
|
||||
SHA256 (rust/crates/hyper-0.10.16.crate) = 0a0652d9a2609a968c14be1a9ea00bf4b1d64e2e1f53a1b51b6fff3a6e829273
|
||||
SIZE (rust/crates/hyper-0.10.16.crate) = 113115
|
||||
SHA256 (rust/crates/idna-0.1.5.crate) = 38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e
|
||||
|
@ -129,12 +135,12 @@ SHA256 (rust/crates/language-tags-0.2.2.crate) = a91d884b6667cd606bb5a69aa0c99ba
|
|||
SIZE (rust/crates/language-tags-0.2.2.crate) = 12754
|
||||
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.126.crate) = 349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836
|
||||
SIZE (rust/crates/libc-0.2.126.crate) = 590481
|
||||
SHA256 (rust/crates/libc-0.2.133.crate) = c0f80d65747a3e43d1596c7c5492d95d5edddaabd45a7fcdb02b95f644164966
|
||||
SIZE (rust/crates/libc-0.2.133.crate) = 603256
|
||||
SHA256 (rust/crates/lock_api-0.3.4.crate) = c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75
|
||||
SIZE (rust/crates/lock_api-0.3.4.crate) = 18750
|
||||
SHA256 (rust/crates/lock_api-0.4.7.crate) = 327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53
|
||||
SIZE (rust/crates/lock_api-0.4.7.crate) = 25371
|
||||
SHA256 (rust/crates/lock_api-0.4.9.crate) = 435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df
|
||||
SIZE (rust/crates/lock_api-0.4.9.crate) = 25685
|
||||
SHA256 (rust/crates/log-0.3.9.crate) = e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b
|
||||
SIZE (rust/crates/log-0.3.9.crate) = 16686
|
||||
SHA256 (rust/crates/log-0.4.17.crate) = abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e
|
||||
|
@ -149,6 +155,8 @@ SHA256 (rust/crates/memoffset-0.5.6.crate) = 043175f069eda7b85febe4a74abbaeff828
|
|||
SIZE (rust/crates/memoffset-0.5.6.crate) = 7382
|
||||
SHA256 (rust/crates/mime-0.2.6.crate) = ba626b8a6de5da682e1caa06bdb42a335aee5a84db8e5046a3e8ab17ba0a3ae0
|
||||
SIZE (rust/crates/mime-0.2.6.crate) = 6719
|
||||
SHA256 (rust/crates/miniz_oxide-0.5.4.crate) = 96590ba8f175222643a85693f33d26e9c8a015f599c216509b1a6894af675d34
|
||||
SIZE (rust/crates/miniz_oxide-0.5.4.crate) = 53485
|
||||
SHA256 (rust/crates/mio-0.6.23.crate) = 4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4
|
||||
SIZE (rust/crates/mio-0.6.23.crate) = 103554
|
||||
SHA256 (rust/crates/mio-named-pipes-0.1.7.crate) = 0840c1c50fd55e521b247f949c241c9997709f23bd7f023b9762cd561e935656
|
||||
|
@ -165,32 +173,32 @@ SHA256 (rust/crates/net2-0.2.37.crate) = 391630d12b68002ae1e25e8f974306474966550
|
|||
SIZE (rust/crates/net2-0.2.37.crate) = 21311
|
||||
SHA256 (rust/crates/num_cpus-1.13.1.crate) = 19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1
|
||||
SIZE (rust/crates/num_cpus-1.13.1.crate) = 14752
|
||||
SHA256 (rust/crates/once_cell-1.10.0.crate) = 87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9
|
||||
SIZE (rust/crates/once_cell-1.10.0.crate) = 30414
|
||||
SHA256 (rust/crates/once_cell-1.15.0.crate) = e82dad04139b71a90c080c8463fe0dc7902db5192d939bd0950f074d014339e1
|
||||
SIZE (rust/crates/once_cell-1.15.0.crate) = 31460
|
||||
SHA256 (rust/crates/opaque-debug-0.2.3.crate) = 2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c
|
||||
SIZE (rust/crates/opaque-debug-0.2.3.crate) = 5643
|
||||
SHA256 (rust/crates/opaque-debug-0.3.0.crate) = 624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5
|
||||
SIZE (rust/crates/opaque-debug-0.3.0.crate) = 5767
|
||||
SHA256 (rust/crates/openssl-0.10.40.crate) = fb81a6430ac911acb25fe5ac8f1d2af1b4ea8a4fdfda0f1ee4292af2e2d8eb0e
|
||||
SIZE (rust/crates/openssl-0.10.40.crate) = 217120
|
||||
SHA256 (rust/crates/openssl-0.10.41.crate) = 618febf65336490dfcf20b73f885f5651a0c89c64c2d4a8c3662585a70bf5bd0
|
||||
SIZE (rust/crates/openssl-0.10.41.crate) = 219460
|
||||
SHA256 (rust/crates/openssl-macros-0.1.0.crate) = b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c
|
||||
SIZE (rust/crates/openssl-macros-0.1.0.crate) = 5566
|
||||
SHA256 (rust/crates/openssl-probe-0.1.5.crate) = ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf
|
||||
SIZE (rust/crates/openssl-probe-0.1.5.crate) = 7227
|
||||
SHA256 (rust/crates/openssl-src-111.18.0+1.1.1n.crate) = 7897a926e1e8d00219127dc020130eca4292e5ca666dd592480d72c3eca2ff6c
|
||||
SIZE (rust/crates/openssl-src-111.18.0+1.1.1n.crate) = 5100899
|
||||
SHA256 (rust/crates/openssl-sys-0.9.73.crate) = 9d5fd19fb3e0a8191c1e34935718976a3e70c112ab9a24af6d7cadccd9d90bc0
|
||||
SIZE (rust/crates/openssl-sys-0.9.73.crate) = 59581
|
||||
SHA256 (rust/crates/openssl-src-111.22.0+1.1.1q.crate) = 8f31f0d509d1c1ae9cada2f9539ff8f37933831fd5098879e482aa687d659853
|
||||
SIZE (rust/crates/openssl-src-111.22.0+1.1.1q.crate) = 5103224
|
||||
SHA256 (rust/crates/openssl-sys-0.9.75.crate) = e5f9bd0c2710541a3cda73d6f9ac4f1b240de4ae261065d309dbe73d9dceb42f
|
||||
SIZE (rust/crates/openssl-sys-0.9.75.crate) = 60028
|
||||
SHA256 (rust/crates/parking_lot-0.9.0.crate) = f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252
|
||||
SIZE (rust/crates/parking_lot-0.9.0.crate) = 35170
|
||||
SHA256 (rust/crates/parking_lot-0.11.2.crate) = 7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99
|
||||
SIZE (rust/crates/parking_lot-0.11.2.crate) = 39869
|
||||
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.6.2.crate) = b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b
|
||||
SIZE (rust/crates/parking_lot_core-0.6.2.crate) = 30598
|
||||
SHA256 (rust/crates/parking_lot_core-0.8.5.crate) = d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216
|
||||
SIZE (rust/crates/parking_lot_core-0.8.5.crate) = 32466
|
||||
SHA256 (rust/crates/password-hash-0.4.1.crate) = e029e94abc8fb0065241c308f1ac6bc8d20f450e8f7c5f0b25cd9b8d526ba294
|
||||
SIZE (rust/crates/password-hash-0.4.1.crate) = 26074
|
||||
SHA256 (rust/crates/parking_lot_core-0.9.3.crate) = 09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929
|
||||
SIZE (rust/crates/parking_lot_core-0.9.3.crate) = 32256
|
||||
SHA256 (rust/crates/password-hash-0.4.2.crate) = 7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700
|
||||
SIZE (rust/crates/password-hash-0.4.2.crate) = 26099
|
||||
SHA256 (rust/crates/percent-encoding-1.0.1.crate) = 31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831
|
||||
SIZE (rust/crates/percent-encoding-1.0.1.crate) = 10057
|
||||
SHA256 (rust/crates/pkg-config-0.3.25.crate) = 1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae
|
||||
|
@ -201,18 +209,18 @@ SHA256 (rust/crates/ppv-lite86-0.2.16.crate) = eb9f9e6e233e5c4a35559a617bf40a4ec
|
|||
SIZE (rust/crates/ppv-lite86-0.2.16.crate) = 22245
|
||||
SHA256 (rust/crates/proc-macro2-0.4.30.crate) = cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759
|
||||
SIZE (rust/crates/proc-macro2-0.4.30.crate) = 34731
|
||||
SHA256 (rust/crates/proc-macro2-1.0.39.crate) = c54b25569025b7fc9651de43004ae593a75ad88543b17178aa5e1b9c4f15f56f
|
||||
SIZE (rust/crates/proc-macro2-1.0.39.crate) = 41663
|
||||
SHA256 (rust/crates/prometheus-0.13.0.crate) = b7f64969ffd5dd8f39bd57a68ac53c163a095ed9d0fb707146da1b27025a3504
|
||||
SIZE (rust/crates/prometheus-0.13.0.crate) = 81774
|
||||
SHA256 (rust/crates/proc-macro2-1.0.43.crate) = 0a2ca2c61bc9f3d74d2886294ab7b9853abd9c1ad903a3ac7815c58989bb7bab
|
||||
SIZE (rust/crates/proc-macro2-1.0.43.crate) = 41512
|
||||
SHA256 (rust/crates/prometheus-0.13.2.crate) = 45c8babc29389186697fe5a2a4859d697825496b83db5d0b65271cdc0488e88c
|
||||
SIZE (rust/crates/prometheus-0.13.2.crate) = 81623
|
||||
SHA256 (rust/crates/prometheus-metric-storage-0.5.0.crate) = 3282447ea0b07baa9011e45de96794c5963db0162c1001d2867750715d63ff14
|
||||
SIZE (rust/crates/prometheus-metric-storage-0.5.0.crate) = 7129
|
||||
SHA256 (rust/crates/prometheus-metric-storage-derive-0.5.0.crate) = 239221aa10cd35277c58b8f6509280b2613321760b49584d7a7351a6aacb6963
|
||||
SIZE (rust/crates/prometheus-metric-storage-derive-0.5.0.crate) = 3719
|
||||
SHA256 (rust/crates/quote-0.6.13.crate) = 6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1
|
||||
SIZE (rust/crates/quote-0.6.13.crate) = 17475
|
||||
SHA256 (rust/crates/quote-1.0.18.crate) = a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1
|
||||
SIZE (rust/crates/quote-1.0.18.crate) = 28911
|
||||
SHA256 (rust/crates/quote-1.0.21.crate) = bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179
|
||||
SIZE (rust/crates/quote-1.0.21.crate) = 28030
|
||||
SHA256 (rust/crates/rand-0.6.5.crate) = 6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca
|
||||
SIZE (rust/crates/rand-0.6.5.crate) = 104814
|
||||
SHA256 (rust/crates/rand-0.8.5.crate) = 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404
|
||||
|
@ -225,8 +233,8 @@ SHA256 (rust/crates/rand_core-0.3.1.crate) = 7a6fdeb83b075e8266dcc8762c22776f687
|
|||
SIZE (rust/crates/rand_core-0.3.1.crate) = 15483
|
||||
SHA256 (rust/crates/rand_core-0.4.2.crate) = 9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc
|
||||
SIZE (rust/crates/rand_core-0.4.2.crate) = 20243
|
||||
SHA256 (rust/crates/rand_core-0.6.3.crate) = d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7
|
||||
SIZE (rust/crates/rand_core-0.6.3.crate) = 21938
|
||||
SHA256 (rust/crates/rand_core-0.6.4.crate) = ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c
|
||||
SIZE (rust/crates/rand_core-0.6.4.crate) = 22666
|
||||
SHA256 (rust/crates/rand_hc-0.1.0.crate) = 7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4
|
||||
SIZE (rust/crates/rand_hc-0.1.0.crate) = 11644
|
||||
SHA256 (rust/crates/rand_isaac-0.1.1.crate) = ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08
|
||||
|
@ -245,20 +253,20 @@ SHA256 (rust/crates/readwrite-0.1.2.crate) = 73891b98dabbe836d23a094941e6ec891bc
|
|||
SIZE (rust/crates/readwrite-0.1.2.crate) = 6872
|
||||
SHA256 (rust/crates/redox_syscall-0.1.57.crate) = 41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce
|
||||
SIZE (rust/crates/redox_syscall-0.1.57.crate) = 17087
|
||||
SHA256 (rust/crates/redox_syscall-0.2.13.crate) = 62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42
|
||||
SIZE (rust/crates/redox_syscall-0.2.13.crate) = 23759
|
||||
SHA256 (rust/crates/redox_syscall-0.2.16.crate) = fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a
|
||||
SIZE (rust/crates/redox_syscall-0.2.16.crate) = 24012
|
||||
SHA256 (rust/crates/remove_dir_all-0.5.3.crate) = 3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7
|
||||
SIZE (rust/crates/remove_dir_all-0.5.3.crate) = 9184
|
||||
SHA256 (rust/crates/rustc_version-0.2.3.crate) = 138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a
|
||||
SIZE (rust/crates/rustc_version-0.2.3.crate) = 10210
|
||||
SHA256 (rust/crates/safemem-0.3.3.crate) = ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072
|
||||
SIZE (rust/crates/safemem-0.3.3.crate) = 7778
|
||||
SHA256 (rust/crates/schannel-0.1.19.crate) = 8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75
|
||||
SIZE (rust/crates/schannel-0.1.19.crate) = 42755
|
||||
SHA256 (rust/crates/schannel-0.1.20.crate) = 88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2
|
||||
SIZE (rust/crates/schannel-0.1.20.crate) = 41579
|
||||
SHA256 (rust/crates/scopeguard-1.1.0.crate) = d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd
|
||||
SIZE (rust/crates/scopeguard-1.1.0.crate) = 11470
|
||||
SHA256 (rust/crates/security-framework-2.6.1.crate) = 2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc
|
||||
SIZE (rust/crates/security-framework-2.6.1.crate) = 71688
|
||||
SHA256 (rust/crates/security-framework-2.7.0.crate) = 2bc1bb97804af6631813c55739f771071e0f2ed33ee20b68c86ec505d906356c
|
||||
SIZE (rust/crates/security-framework-2.7.0.crate) = 72601
|
||||
SHA256 (rust/crates/security-framework-sys-2.6.1.crate) = 0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556
|
||||
SIZE (rust/crates/security-framework-sys-2.6.1.crate) = 17717
|
||||
SHA256 (rust/crates/semver-0.9.0.crate) = 1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403
|
||||
|
@ -269,14 +277,14 @@ SHA256 (rust/crates/sha-1-0.8.2.crate) = f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b
|
|||
SIZE (rust/crates/sha-1-0.8.2.crate) = 12338
|
||||
SHA256 (rust/crates/signal-hook-registry-1.4.0.crate) = e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0
|
||||
SIZE (rust/crates/signal-hook-registry-1.4.0.crate) = 17912
|
||||
SHA256 (rust/crates/slab-0.4.6.crate) = eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32
|
||||
SIZE (rust/crates/slab-0.4.6.crate) = 16067
|
||||
SHA256 (rust/crates/slab-0.4.7.crate) = 4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef
|
||||
SIZE (rust/crates/slab-0.4.7.crate) = 16647
|
||||
SHA256 (rust/crates/slab_typesafe-0.1.3.crate) = 56e1a2062526abda41283046a3149dc589cb760c8c6672dd88e209f7fba0c0c1
|
||||
SIZE (rust/crates/slab_typesafe-0.1.3.crate) = 5980
|
||||
SHA256 (rust/crates/smallvec-0.6.14.crate) = b97fcaeba89edba30f044a10c6a3cc39df9c3f17d7cd829dd1446cab35f890e0
|
||||
SIZE (rust/crates/smallvec-0.6.14.crate) = 22855
|
||||
SHA256 (rust/crates/smallvec-1.8.0.crate) = f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83
|
||||
SIZE (rust/crates/smallvec-1.8.0.crate) = 27992
|
||||
SHA256 (rust/crates/smallvec-1.9.0.crate) = 2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1
|
||||
SIZE (rust/crates/smallvec-1.9.0.crate) = 28396
|
||||
SHA256 (rust/crates/smart-default-0.3.0.crate) = 70e5c02ddada494809d36623d38050f3bd63446750abd21e7e13c01aa3a79b69
|
||||
SIZE (rust/crates/smart-default-0.3.0.crate) = 6297
|
||||
SHA256 (rust/crates/structopt-0.2.16.crate) = fa19a5a708e22bb5be31c1b6108a2a902f909c4b9ba85cba44c06632386bc0ff
|
||||
|
@ -287,18 +295,18 @@ SHA256 (rust/crates/subtle-2.4.1.crate) = 6bdef32e8150c2a081110b42772ffe7d7c9032
|
|||
SIZE (rust/crates/subtle-2.4.1.crate) = 12630
|
||||
SHA256 (rust/crates/syn-0.15.44.crate) = 9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5
|
||||
SIZE (rust/crates/syn-0.15.44.crate) = 184212
|
||||
SHA256 (rust/crates/syn-1.0.95.crate) = fbaf6116ab8924f39d52792136fb74fd60a80194cf1b1c6ffa6453eef1c3f942
|
||||
SIZE (rust/crates/syn-1.0.95.crate) = 236676
|
||||
SHA256 (rust/crates/syn-1.0.100.crate) = 52205623b1b0f064a4e71182c3b18ae902267282930c6d5462c91b859668426e
|
||||
SIZE (rust/crates/syn-1.0.100.crate) = 236691
|
||||
SHA256 (rust/crates/tempfile-3.3.0.crate) = 5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4
|
||||
SIZE (rust/crates/tempfile-3.3.0.crate) = 27578
|
||||
SHA256 (rust/crates/textwrap-0.11.0.crate) = d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060
|
||||
SIZE (rust/crates/textwrap-0.11.0.crate) = 17322
|
||||
SHA256 (rust/crates/thiserror-1.0.31.crate) = bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a
|
||||
SIZE (rust/crates/thiserror-1.0.31.crate) = 18013
|
||||
SHA256 (rust/crates/thiserror-impl-1.0.31.crate) = 0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a
|
||||
SIZE (rust/crates/thiserror-impl-1.0.31.crate) = 15283
|
||||
SHA256 (rust/crates/time-0.1.43.crate) = ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438
|
||||
SIZE (rust/crates/time-0.1.43.crate) = 28653
|
||||
SHA256 (rust/crates/thiserror-1.0.35.crate) = c53f98874615aea268107765aa1ed8f6116782501d18e53d08b471733bea6c85
|
||||
SIZE (rust/crates/thiserror-1.0.35.crate) = 18451
|
||||
SHA256 (rust/crates/thiserror-impl-1.0.35.crate) = f8b463991b4eab2d801e724172285ec4195c650e8ec79b149e6c2a8e6dd3f783
|
||||
SIZE (rust/crates/thiserror-impl-1.0.35.crate) = 15433
|
||||
SHA256 (rust/crates/time-0.1.44.crate) = 6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255
|
||||
SIZE (rust/crates/time-0.1.44.crate) = 28885
|
||||
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.0.crate) = cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c
|
||||
|
@ -353,14 +361,14 @@ SHA256 (rust/crates/unicase-1.4.2.crate) = 7f4765f83163b74f957c797ad9253caf97f10
|
|||
SIZE (rust/crates/unicase-1.4.2.crate) = 3907
|
||||
SHA256 (rust/crates/unicode-bidi-0.3.8.crate) = 099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992
|
||||
SIZE (rust/crates/unicode-bidi-0.3.8.crate) = 36575
|
||||
SHA256 (rust/crates/unicode-ident-1.0.0.crate) = d22af068fba1eb5edcb4aea19d382b2a3deb4c8f9d475c589b6ada9e0fd493ee
|
||||
SIZE (rust/crates/unicode-ident-1.0.0.crate) = 34224
|
||||
SHA256 (rust/crates/unicode-normalization-0.1.19.crate) = d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9
|
||||
SIZE (rust/crates/unicode-normalization-0.1.19.crate) = 107353
|
||||
SHA256 (rust/crates/unicode-segmentation-1.9.0.crate) = 7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99
|
||||
SIZE (rust/crates/unicode-segmentation-1.9.0.crate) = 93241
|
||||
SHA256 (rust/crates/unicode-width-0.1.9.crate) = 3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973
|
||||
SIZE (rust/crates/unicode-width-0.1.9.crate) = 16745
|
||||
SHA256 (rust/crates/unicode-ident-1.0.4.crate) = dcc811dc4066ac62f84f11307873c4850cb653bfa9b1719cee2bd2204a4bc5dd
|
||||
SIZE (rust/crates/unicode-ident-1.0.4.crate) = 35491
|
||||
SHA256 (rust/crates/unicode-normalization-0.1.22.crate) = 5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921
|
||||
SIZE (rust/crates/unicode-normalization-0.1.22.crate) = 122604
|
||||
SHA256 (rust/crates/unicode-segmentation-1.10.0.crate) = 0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a
|
||||
SIZE (rust/crates/unicode-segmentation-1.10.0.crate) = 93893
|
||||
SHA256 (rust/crates/unicode-width-0.1.10.crate) = c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b
|
||||
SIZE (rust/crates/unicode-width-0.1.10.crate) = 18968
|
||||
SHA256 (rust/crates/unicode-xid-0.1.0.crate) = fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc
|
||||
SIZE (rust/crates/unicode-xid-0.1.0.crate) = 16000
|
||||
SHA256 (rust/crates/universal-hash-0.4.1.crate) = 9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05
|
||||
|
@ -373,12 +381,14 @@ SHA256 (rust/crates/version_check-0.1.5.crate) = 914b1a6776c4c929a602fafd8bc742e
|
|||
SIZE (rust/crates/version_check-0.1.5.crate) = 8173
|
||||
SHA256 (rust/crates/version_check-0.9.4.crate) = 49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f
|
||||
SIZE (rust/crates/version_check-0.9.4.crate) = 14895
|
||||
SHA256 (rust/crates/wasi-0.10.2+wasi-snapshot-preview1.crate) = fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6
|
||||
SIZE (rust/crates/wasi-0.10.2+wasi-snapshot-preview1.crate) = 27505
|
||||
SHA256 (rust/crates/websocket-0.26.4.crate) = d0e2836502b48713d4e391e7e016df529d46e269878fe5d961b15a1fd6417f1a
|
||||
SIZE (rust/crates/websocket-0.26.4.crate) = 60759
|
||||
SHA256 (rust/crates/websocket-base-0.26.2.crate) = 403f3fd505ff930da84156389639932955fb09705b3dccd1a3d60c8e7ff62776
|
||||
SIZE (rust/crates/websocket-base-0.26.2.crate) = 18804
|
||||
SHA256 (rust/crates/wasi-0.10.0+wasi-snapshot-preview1.crate) = 1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f
|
||||
SIZE (rust/crates/wasi-0.10.0+wasi-snapshot-preview1.crate) = 26964
|
||||
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/websocket-0.26.5.crate) = 92aacab060eea423e4036820ddd28f3f9003b2c4d8048cbda985e5a14e18038d
|
||||
SIZE (rust/crates/websocket-0.26.5.crate) = 61982
|
||||
SHA256 (rust/crates/websocket-base-0.26.5.crate) = 49aec794b07318993d1db16156d5a9c750120597a5ee40c6b928d416186cb138
|
||||
SIZE (rust/crates/websocket-base-0.26.5.crate) = 19281
|
||||
SHA256 (rust/crates/winapi-0.2.8.crate) = 167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a
|
||||
SIZE (rust/crates/winapi-0.2.8.crate) = 455145
|
||||
SHA256 (rust/crates/winapi-0.3.9.crate) = 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419
|
||||
|
@ -389,9 +399,21 @@ SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = ac3b87c63620426dd9
|
|||
SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = 2918815
|
||||
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-sys-0.36.1.crate) = ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2
|
||||
SIZE (rust/crates/windows-sys-0.36.1.crate) = 3347053
|
||||
SHA256 (rust/crates/windows_aarch64_msvc-0.36.1.crate) = 9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47
|
||||
SIZE (rust/crates/windows_aarch64_msvc-0.36.1.crate) = 661960
|
||||
SHA256 (rust/crates/windows_i686_gnu-0.36.1.crate) = 180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6
|
||||
SIZE (rust/crates/windows_i686_gnu-0.36.1.crate) = 818115
|
||||
SHA256 (rust/crates/windows_i686_msvc-0.36.1.crate) = e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024
|
||||
SIZE (rust/crates/windows_i686_msvc-0.36.1.crate) = 724575
|
||||
SHA256 (rust/crates/windows_x86_64_gnu-0.36.1.crate) = 4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1
|
||||
SIZE (rust/crates/windows_x86_64_gnu-0.36.1.crate) = 790934
|
||||
SHA256 (rust/crates/windows_x86_64_msvc-0.36.1.crate) = c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680
|
||||
SIZE (rust/crates/windows_x86_64_msvc-0.36.1.crate) = 661999
|
||||
SHA256 (rust/crates/ws2_32-sys-0.2.1.crate) = d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e
|
||||
SIZE (rust/crates/ws2_32-sys-0.2.1.crate) = 4697
|
||||
SHA256 (rust/crates/zeroize-1.4.3.crate) = d68d9dcec5f9b43a30d38c49f91dfedfaac384cb8f085faca366c26207dd1619
|
||||
SIZE (rust/crates/zeroize-1.4.3.crate) = 15573
|
||||
SHA256 (vi-websocat-v1.10.1_GH0.tar.gz) = 5256629b0b063b51aad317dbd8f385ad0d56cc4155621d9bb0f6484aa2e7c95c
|
||||
SIZE (vi-websocat-v1.10.1_GH0.tar.gz) = 139366
|
||||
SHA256 (rust/crates/zeroize-1.5.7.crate) = c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f
|
||||
SIZE (rust/crates/zeroize-1.5.7.crate) = 18861
|
||||
SHA256 (vi-websocat-v1.11.0_GH0.tar.gz) = 943d6f66045658cca7341dd89fe1c2f5bdac62f4a3c7be40251b810bc811794f
|
||||
SIZE (vi-websocat-v1.11.0_GH0.tar.gz) = 143546
|
||||
|
|
Loading…
Reference in a new issue