diff options
Diffstat (limited to 'net-im/libsignal-node/Makefile.crates')
-rw-r--r-- | net-im/libsignal-node/Makefile.crates | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/net-im/libsignal-node/Makefile.crates b/net-im/libsignal-node/Makefile.crates index 011e7363a0f9..00763f0fb5a0 100644 --- a/net-im/libsignal-node/Makefile.crates +++ b/net-im/libsignal-node/Makefile.crates @@ -15,8 +15,6 @@ CARGO_CRATES= addr2line-0.24.2 \ anstyle-wincon-3.0.7 \ anyhow-1.0.97 \ argon2-0.5.3 \ - array-concat-0.5.5 \ - arrayref-0.3.9 \ arrayvec-0.7.6 \ asn1-0.21.0 \ asn1_derive-0.21.0 \ @@ -75,6 +73,7 @@ CARGO_CRATES= addr2line-0.24.2 \ convert_case-0.4.0 \ core-foundation-0.10.0 \ core-foundation-sys-0.8.7 \ + core-models-0.0.3 \ cpufeatures-0.2.17 \ crc32fast-1.4.2 \ criterion-0.5.1 \ @@ -166,6 +165,8 @@ CARGO_CRATES= addr2line-0.24.2 \ hkdf-0.12.4 \ hmac-0.12.1 \ home-0.5.9 \ + hpke-rs-0.3.0 \ + hpke-rs-crypto-0.3.0 \ http-0.2.12 \ http-1.3.1 \ http-body-0.4.6 \ @@ -214,11 +215,13 @@ CARGO_CRATES= addr2line-0.24.2 \ libcrux-hkdf-0.0.2 \ libcrux-hmac-0.0.2 \ libcrux-intrinsics-0.0.2 \ + libcrux-intrinsics-0.0.3 \ libcrux-macros-0.0.2 \ libcrux-ml-kem-0.0.2 \ libcrux-platform-0.0.2 \ libcrux-sha2-0.0.2 \ libcrux-sha3-0.0.2 \ + libcrux-sha3-0.0.3 \ libcrux-traits-0.0.2 \ libloading-0.8.6 \ libz-sys-1.1.22 \ @@ -273,6 +276,7 @@ CARGO_CRATES= addr2line-0.24.2 \ partial-default-derive-0.1.0 \ password-hash-0.5.0 \ paste-1.0.15 \ + pastey-0.1.0 \ pem-3.0.5 \ percent-encoding-2.3.1 \ pest-2.8.0 \ @@ -311,7 +315,7 @@ CARGO_CRATES= addr2line-0.24.2 \ proc-macro-error2-2.0.1 \ proc-macro2-1.0.94 \ procfs-core-0.17.0 \ - proptest-1.6.0 \ + proptest-1.7.0 \ prost-0.13.5 \ prost-build-0.13.5 \ prost-derive-0.13.5 \ @@ -330,7 +334,7 @@ CARGO_CRATES= addr2line-0.24.2 \ rand_chacha-0.9.0 \ rand_core-0.6.4 \ rand_core-0.9.3 \ - rand_xorshift-0.3.0 \ + rand_xorshift-0.4.0 \ range-map-0.2.0 \ rangemap-1.5.1 \ rayon-1.10.0 \ |