Skip to content

Commit

Permalink
devel/rubygem-prometheus-client-mmap: update to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mfechner committed Feb 8, 2024
1 parent 09be845 commit 8104942
Show file tree
Hide file tree
Showing 3 changed files with 193 additions and 172 deletions.
2 changes: 1 addition & 1 deletion devel/rubygem-prometheus-client-mmap/Makefile
@@ -1,5 +1,5 @@
PORTNAME= prometheus-client-mmap
PORTVERSION= 1.1.0
PORTVERSION= 1.1.1
CATEGORIES= devel rubygems
MASTER_SITES= RG

Expand Down
119 changes: 63 additions & 56 deletions devel/rubygem-prometheus-client-mmap/Makefile.crates
@@ -1,84 +1,91 @@
CARGO_CRATES= ahash-0.8.3 \
aho-corasick-0.7.20 \
CARGO_CRATES= ahash-0.8.7 \
aho-corasick-1.1.2 \
allocator-api2-0.2.16 \
autocfg-1.1.0 \
bindgen-0.69.1 \
bindgen-0.69.2 \
bitflags-1.3.2 \
bitflags-2.3.3 \
bitflags-2.4.2 \
block-buffer-0.10.4 \
bstr-1.6.0 \
cc-1.0.79 \
bstr-1.9.0 \
cexpr-0.6.0 \
cfg-if-1.0.0 \
clang-sys-1.6.1 \
cpufeatures-0.2.6 \
clang-sys-1.7.0 \
cpufeatures-0.2.12 \
crypto-common-0.1.6 \
digest-0.10.7 \
errno-0.3.2 \
errno-dragonfly-0.1.2 \
fastrand-2.0.0 \
errno-0.3.8 \
fastrand-2.0.1 \
generic-array-0.14.7 \
getrandom-0.2.8 \
getrandom-0.2.12 \
glob-0.3.1 \
hashbrown-0.13.2 \
indoc-2.0.3 \
itoa-1.0.6 \
hashbrown-0.14.3 \
indoc-2.0.4 \
itoa-1.0.10 \
lazy_static-1.4.0 \
lazycell-1.3.0 \
libc-0.2.147 \
libloading-0.7.4 \
linux-raw-sys-0.4.3 \
magnus-0.6.0 \
libc-0.2.152 \
libloading-0.8.1 \
linux-raw-sys-0.4.13 \
magnus-0.6.2 \
magnus-macros-0.6.0 \
memchr-2.5.0 \
memmap2-0.5.10 \
memchr-2.7.1 \
memmap2-0.9.3 \
memoffset-0.6.5 \
minimal-lexical-0.2.1 \
nix-0.25.1 \
nom-7.1.3 \
once_cell-1.17.1 \
once_cell-1.19.0 \
peeking_take_while-0.1.2 \
pin-utils-0.1.0 \
ppv-lite86-0.2.17 \
proc-macro2-1.0.56 \
quote-1.0.26 \
proc-macro2-1.0.78 \
quote-1.0.35 \
rand-0.8.5 \
rand_chacha-0.3.1 \
rand_core-0.6.4 \
rb-sys-0.9.86 \
rb-sys-build-0.9.86 \
rb-sys-0.9.87 \
rb-sys-build-0.9.87 \
rb-sys-env-0.1.2 \
redox_syscall-0.3.5 \
regex-1.7.3 \
regex-automata-0.3.4 \
regex-syntax-0.6.29 \
redox_syscall-0.4.1 \
regex-1.10.3 \
regex-automata-0.4.4 \
regex-syntax-0.8.2 \
rustc-hash-1.1.0 \
rustix-0.38.4 \
ryu-1.0.13 \
seq-macro-0.3.3 \
serde-1.0.164 \
serde_derive-1.0.164 \
serde_json-1.0.99 \
sha2-0.10.7 \
rustix-0.38.30 \
ryu-1.0.16 \
seq-macro-0.3.5 \
serde-1.0.195 \
serde_derive-1.0.195 \
serde_json-1.0.111 \
sha2-0.10.8 \
shell-words-1.1.0 \
shlex-1.1.0 \
smallvec-1.11.0 \
syn-2.0.13 \
tempfile-3.7.0 \
thiserror-1.0.40 \
thiserror-impl-1.0.40 \
typenum-1.16.0 \
unicode-ident-1.0.8 \
shlex-1.3.0 \
smallvec-1.13.1 \
syn-2.0.48 \
tempfile-3.9.0 \
thiserror-1.0.56 \
thiserror-impl-1.0.56 \
typenum-1.17.0 \
unicode-ident-1.0.12 \
version_check-0.9.4 \
wasi-0.11.0+wasi-snapshot-preview1 \
winapi-0.3.9 \
winapi-i686-pc-windows-gnu-0.4.0 \
winapi-x86_64-pc-windows-gnu-0.4.0 \
windows-sys-0.48.0 \
windows-targets-0.48.0 \
windows_aarch64_gnullvm-0.48.0 \
windows_aarch64_msvc-0.48.0 \
windows_i686_gnu-0.48.0 \
windows_i686_msvc-0.48.0 \
windows_x86_64_gnu-0.48.0 \
windows_x86_64_gnullvm-0.48.0 \
windows_x86_64_msvc-0.48.0
windows-sys-0.52.0 \
windows-targets-0.48.5 \
windows-targets-0.52.0 \
windows_aarch64_gnullvm-0.48.5 \
windows_aarch64_gnullvm-0.52.0 \
windows_aarch64_msvc-0.48.5 \
windows_aarch64_msvc-0.52.0 \
windows_i686_gnu-0.48.5 \
windows_i686_gnu-0.52.0 \
windows_i686_msvc-0.48.5 \
windows_i686_msvc-0.52.0 \
windows_x86_64_gnu-0.48.5 \
windows_x86_64_gnu-0.52.0 \
windows_x86_64_gnullvm-0.48.5 \
windows_x86_64_gnullvm-0.52.0 \
windows_x86_64_msvc-0.48.5 \
windows_x86_64_msvc-0.52.0 \
zerocopy-0.7.32 \
zerocopy-derive-0.7.32

0 comments on commit 8104942

Please sign in to comment.