Skip to content

Commit

Permalink
www/rustypaste-cli: Update to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DtxdF authored and nunotexbsd committed Jun 1, 2023
1 parent 7bcd8e7 commit 9c06b11
Show file tree
Hide file tree
Showing 3 changed files with 205 additions and 134 deletions.
3 changes: 1 addition & 2 deletions www/rustypaste-cli/Makefile
@@ -1,7 +1,6 @@
PORTNAME= rustypaste-cli
DISTVERSIONPREFIX= v
DISTVERSION= 0.3.0
PORTREVISION= 3
DISTVERSION= 0.4.0
CATEGORIES= www

MAINTAINER= DtxdF@disroot.org
Expand Down
110 changes: 67 additions & 43 deletions www/rustypaste-cli/Makefile.crates
@@ -1,85 +1,109 @@
CARGO_CRATES= adler-1.0.2 \
atty-0.2.14 \
autocfg-1.1.0 \
base64-0.13.1 \
bitflags-1.3.2 \
bumpalo-3.11.1 \
cc-1.0.78 \
bumpalo-3.13.0 \
cc-1.0.79 \
cfg-if-1.0.0 \
chunked_transfer-1.4.1 \
colored-2.0.0 \
console-0.15.3 \
console-0.15.7 \
crc32fast-1.3.2 \
dirs-next-2.0.0 \
dirs-sys-next-0.1.2 \
encode_unicode-0.3.6 \
fastrand-1.8.0 \
flate2-1.0.25 \
errno-0.3.1 \
errno-dragonfly-0.1.2 \
fastrand-1.9.0 \
flate2-1.0.26 \
form_urlencoded-1.1.0 \
getopts-0.2.21 \
getrandom-0.2.8 \
getrandom-0.2.9 \
hashbrown-0.12.3 \
hermit-abi-0.1.19 \
hermit-abi-0.3.1 \
idna-0.3.0 \
indicatif-0.17.0 \
indexmap-1.9.3 \
indicatif-0.17.4 \
instant-0.1.12 \
js-sys-0.3.60 \
io-lifetimes-1.0.11 \
js-sys-0.3.63 \
lazy_static-1.4.0 \
libc-0.2.139 \
log-0.4.17 \
mime-0.3.16 \
libc-0.2.144 \
linux-raw-sys-0.3.8 \
log-0.4.18 \
memchr-2.5.0 \
mime-0.3.17 \
mime_guess-2.0.4 \
miniz_oxide-0.6.2 \
miniz_oxide-0.7.1 \
multipart-0.18.0 \
number_prefix-0.4.0 \
once_cell-1.17.0 \
once_cell-1.17.2 \
percent-encoding-2.2.0 \
portable-atomic-1.3.2 \
ppv-lite86-0.2.17 \
proc-macro2-1.0.49 \
quote-1.0.23 \
proc-macro2-1.0.59 \
quote-1.0.28 \
rand-0.8.5 \
rand_chacha-0.3.1 \
rand_core-0.6.4 \
redox_syscall-0.2.16 \
redox_syscall-0.3.5 \
redox_users-0.4.3 \
remove_dir_all-0.5.3 \
ring-0.16.20 \
rustls-0.20.7 \
rustix-0.37.19 \
rustls-0.20.8 \
sct-0.7.0 \
serde-1.0.152 \
serde_derive-1.0.152 \
serde-1.0.163 \
serde_derive-1.0.163 \
serde_spanned-0.6.2 \
spin-0.5.2 \
syn-1.0.107 \
tempfile-3.3.0 \
thiserror-1.0.38 \
thiserror-impl-1.0.38 \
syn-2.0.18 \
tempfile-3.5.0 \
thiserror-1.0.40 \
thiserror-impl-1.0.40 \
tinyvec-1.6.0 \
tinyvec_macros-0.1.0 \
toml-0.5.10 \
tinyvec_macros-0.1.1 \
toml-0.7.4 \
toml_datetime-0.6.2 \
toml_edit-0.19.10 \
unicase-2.6.0 \
unicode-bidi-0.3.8 \
unicode-ident-1.0.6 \
unicode-bidi-0.3.13 \
unicode-ident-1.0.9 \
unicode-normalization-0.1.22 \
unicode-width-0.1.10 \
untrusted-0.7.1 \
ureq-2.5.0 \
ureq-2.6.2 \
url-2.3.1 \
version_check-0.9.4 \
wasi-0.11.0+wasi-snapshot-preview1 \
wasm-bindgen-0.2.83 \
wasm-bindgen-backend-0.2.83 \
wasm-bindgen-macro-0.2.83 \
wasm-bindgen-macro-support-0.2.83 \
wasm-bindgen-shared-0.2.83 \
web-sys-0.3.60 \
wasm-bindgen-0.2.86 \
wasm-bindgen-backend-0.2.86 \
wasm-bindgen-macro-0.2.86 \
wasm-bindgen-macro-support-0.2.86 \
wasm-bindgen-shared-0.2.86 \
web-sys-0.3.63 \
webpki-0.22.0 \
webpki-roots-0.22.6 \
winapi-0.3.9 \
winapi-i686-pc-windows-gnu-0.4.0 \
winapi-x86_64-pc-windows-gnu-0.4.0 \
windows-sys-0.42.0 \
windows_aarch64_gnullvm-0.42.0 \
windows_aarch64_msvc-0.42.0 \
windows_i686_gnu-0.42.0 \
windows_i686_msvc-0.42.0 \
windows_x86_64_gnu-0.42.0 \
windows_x86_64_gnullvm-0.42.0 \
windows_x86_64_msvc-0.42.0
windows-sys-0.45.0 \
windows-sys-0.48.0 \
windows-targets-0.42.2 \
windows-targets-0.48.0 \
windows_aarch64_gnullvm-0.42.2 \
windows_aarch64_gnullvm-0.48.0 \
windows_aarch64_msvc-0.42.2 \
windows_aarch64_msvc-0.48.0 \
windows_i686_gnu-0.42.2 \
windows_i686_gnu-0.48.0 \
windows_i686_msvc-0.42.2 \
windows_i686_msvc-0.48.0 \
windows_x86_64_gnu-0.42.2 \
windows_x86_64_gnu-0.48.0 \
windows_x86_64_gnullvm-0.42.2 \
windows_x86_64_gnullvm-0.48.0 \
windows_x86_64_msvc-0.42.2 \
windows_x86_64_msvc-0.48.0 \
winnow-0.4.6

0 comments on commit 9c06b11

Please sign in to comment.