diff options
Diffstat (limited to 'devel/rubygem-prometheus-client-mmap/Makefile.crates')
-rw-r--r-- | devel/rubygem-prometheus-client-mmap/Makefile.crates | 83 |
1 files changed, 41 insertions, 42 deletions
diff --git a/devel/rubygem-prometheus-client-mmap/Makefile.crates b/devel/rubygem-prometheus-client-mmap/Makefile.crates index 4aded5c43ddf..06736deb7b8e 100644 --- a/devel/rubygem-prometheus-client-mmap/Makefile.crates +++ b/devel/rubygem-prometheus-client-mmap/Makefile.crates @@ -1,35 +1,34 @@ -CARGO_CRATES= ahash-0.8.11 \ - aho-corasick-1.1.3 \ +CARGO_CRATES= aho-corasick-1.1.3 \ allocator-api2-0.2.21 \ autocfg-1.4.0 \ bindgen-0.69.5 \ bitflags-1.3.2 \ - bitflags-2.8.0 \ + bitflags-2.9.0 \ block-buffer-0.10.4 \ - bstr-1.11.3 \ - byteorder-1.5.0 \ + bstr-1.12.0 \ cexpr-0.6.0 \ cfg-if-1.0.0 \ clang-sys-1.8.1 \ cpufeatures-0.2.17 \ crypto-common-0.1.6 \ digest-0.10.7 \ - either-1.13.0 \ - errno-0.3.10 \ + either-1.15.0 \ + equivalent-1.0.2 \ + errno-0.3.11 \ fastrand-2.3.0 \ + foldhash-0.1.5 \ generic-array-0.14.7 \ - getrandom-0.2.15 \ - getrandom-0.3.1 \ + getrandom-0.3.2 \ glob-0.3.2 \ - hashbrown-0.14.5 \ - indoc-2.0.5 \ + hashbrown-0.15.3 \ + indoc-2.0.6 \ itertools-0.12.1 \ - itoa-1.0.14 \ + itoa-1.0.15 \ lazy_static-1.5.0 \ lazycell-1.3.0 \ - libc-0.2.169 \ + libc-0.2.172 \ libloading-0.8.6 \ - linux-raw-sys-0.4.15 \ + linux-raw-sys-0.9.4 \ magnus-0.7.1 \ magnus-macros-0.6.0 \ memchr-2.7.4 \ @@ -38,41 +37,41 @@ CARGO_CRATES= ahash-0.8.11 \ minimal-lexical-0.2.1 \ nix-0.25.1 \ nom-7.1.3 \ - once_cell-1.20.2 \ + once_cell-1.21.3 \ pin-utils-0.1.0 \ - ppv-lite86-0.2.20 \ - proc-macro2-1.0.93 \ - quote-1.0.38 \ - rand-0.8.5 \ - rand_chacha-0.3.1 \ - rand_core-0.6.4 \ - rb-sys-0.9.109 \ - rb-sys-build-0.9.109 \ + ppv-lite86-0.2.21 \ + proc-macro2-1.0.95 \ + quote-1.0.40 \ + r-efi-5.2.0 \ + rand-0.9.1 \ + rand_chacha-0.9.0 \ + rand_core-0.9.3 \ + rb-sys-0.9.115 \ + rb-sys-build-0.9.115 \ rb-sys-env-0.1.2 \ rb-sys-env-0.2.2 \ regex-1.11.1 \ regex-automata-0.4.9 \ regex-syntax-0.8.5 \ rustc-hash-1.1.0 \ - rustix-0.38.44 \ - ryu-1.0.19 \ - seq-macro-0.3.5 \ - serde-1.0.217 \ - serde_derive-1.0.217 \ - serde_json-1.0.138 \ - sha2-0.10.8 \ + rustix-1.0.7 \ + ryu-1.0.20 \ + seq-macro-0.3.6 \ + serde-1.0.219 \ + serde_derive-1.0.219 \ + serde_json-1.0.140 \ + sha2-0.10.9 \ shell-words-1.1.0 \ shlex-1.3.0 \ - smallvec-1.14.0 \ - syn-2.0.96 \ - tempfile-3.17.0 \ - thiserror-2.0.11 \ - thiserror-impl-2.0.11 \ - typenum-1.17.0 \ - unicode-ident-1.0.16 \ + smallvec-1.15.0 \ + syn-2.0.101 \ + tempfile-3.19.1 \ + thiserror-2.0.12 \ + thiserror-impl-2.0.12 \ + typenum-1.18.0 \ + unicode-ident-1.0.18 \ version_check-0.9.5 \ - wasi-0.11.0+wasi-snapshot-preview1 \ - wasi-0.13.3+wasi-0.2.2 \ + wasi-0.14.2+wasi-0.2.4 \ windows-sys-0.59.0 \ windows-targets-0.52.6 \ windows_aarch64_gnullvm-0.52.6 \ @@ -83,6 +82,6 @@ CARGO_CRATES= ahash-0.8.11 \ windows_x86_64_gnu-0.52.6 \ windows_x86_64_gnullvm-0.52.6 \ windows_x86_64_msvc-0.52.6 \ - wit-bindgen-rt-0.33.0 \ - zerocopy-0.7.35 \ - zerocopy-derive-0.7.35 + wit-bindgen-rt-0.39.0 \ + zerocopy-0.8.25 \ + zerocopy-derive-0.8.25 |