Closed
Conversation
Member
|
There is a bit of limbo, we can't bump the pin to digest yet, and we need to wait for newtype to merge (RustCrypto/traits#1799). Once done, we need to merge:
But we'll also need those to get a consistent version of |
formats$ cargo update
Updating git repository `https://github.com/RustCrypto/traits.git`
Updating git repository `https://github.com/RustCrypto/AEADs.git`
Updating git repository `https://github.com/RustCrypto/key-wraps.git`
Updating git repository `https://github.com/RustCrypto/KDFs.git`
Updating git repository `https://github.com/RustCrypto/block-modes.git`
Updating git repository `https://github.com/entropyxyz/crypto-primes.git`
Updating git repository `https://github.com/RustCrypto/signatures.git`
Updating git repository `https://github.com/RustCrypto/elliptic-curves.git`
Updating git repository `https://github.com/RustCrypto/password-hashes.git`
Updating git repository `https://github.com/RustCrypto/RSA.git`
Updating git repository `https://github.com/RustCrypto/stream-ciphers.git`
Updating crates.io index
Locking 33 packages to latest compatible versions
Updating aead v0.6.0-rc.0 (https://github.com/RustCrypto/traits.git#439fc8c2) -> #ae58a776
Updating backtrace v0.3.74 -> v0.3.75
Updating bitflags v2.9.0 -> v2.9.1
Updating clap v4.5.35 -> v4.5.38
Updating clap_builder v4.5.35 -> v4.5.38
Updating crypto-bigint v0.7.0-pre.2 -> v0.7.0-pre.3
Updating crypto-common v0.2.0-rc.2 (https://github.com/RustCrypto/traits.git#439fc8c2) -> #ae58a776
Updating crypto-primes v0.7.0-dev (https://github.com/entropyxyz/crypto-primes.git#541a5eb1) -> #04f92740
Updating ecdsa v0.17.0-pre.9 (https://github.com/RustCrypto/signatures.git#b66adc00) -> #6f17b321
Updating elliptic-curve v0.14.0-rc.1 (https://github.com/RustCrypto/traits.git#439fc8c2) -> #ae58a776
Updating getrandom v0.2.15 -> v0.2.16
Updating hashbrown v0.15.2 -> v0.15.3
Updating hermit-abi v0.5.0 -> v0.5.1
Updating libc v0.2.171 -> v0.2.172
Adding libm v0.2.15
Updating linux-raw-sys v0.9.3 -> v0.9.4
Updating p256 v0.14.0-pre.2 (https://github.com/RustCrypto/elliptic-curves.git#e3113266) -> #2c265949
Updating pbkdf2 v0.13.0-pre.1 (https://github.com/RustCrypto/password-hashes.git#0b8ff354) -> #68c5d809
Updating primefield v0.14.0-pre.0 (https://github.com/RustCrypto/elliptic-curves.git#e3113266) -> #2c265949
Updating primeorder v0.14.0-pre.2 (https://github.com/RustCrypto/elliptic-curves.git#e3113266) -> #2c265949
Updating proc-macro2 v1.0.94 -> v1.0.95
Updating rfc6979 v0.5.0-pre.4 (https://github.com/RustCrypto/signatures.git#b66adc00) -> #6f17b321
Updating rsa v0.10.0-pre.4 (https://github.com/RustCrypto/RSA.git#01c9228a) -> #b831df85
Updating rustix v1.0.5 -> v1.0.7
Updating salsa20 v0.11.0-pre.2 (https://github.com/RustCrypto/stream-ciphers.git#94f86169) -> #ddbb1b34
Updating scrypt v0.12.0-pre.2 (https://github.com/RustCrypto/password-hashes.git#0b8ff354) -> #68c5d809
Updating signature v3.0.0-pre (https://github.com/RustCrypto/traits.git#439fc8c2) -> #ae58a776
Updating syn v2.0.100 -> v2.0.101
Updating tempfile v3.19.1 -> v3.20.0
Updating trybuild v1.0.104 -> v1.0.105
Updating winnow v0.7.6 -> v0.7.10
Updating zerocopy v0.8.24 -> v0.8.25
Updating zerocopy-derive v0.8.24 -> v0.8.25
d22fabb to
08fddfc
Compare
Member
|
I think this has been handled in |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
formats$ cargo update Updating git repository `https://github.com/RustCrypto/traits.git` Updating git repository `https://github.com/RustCrypto/AEADs.git` Updating git repository `https://github.com/RustCrypto/key-wraps.git` Updating git repository `https://github.com/RustCrypto/KDFs.git` Updating git repository `https://github.com/RustCrypto/block-modes.git` Updating git repository `https://github.com/entropyxyz/crypto-primes.git` Updating git repository `https://github.com/RustCrypto/signatures.git` Updating git repository `https://github.com/RustCrypto/elliptic-curves.git` Updating git repository `https://github.com/RustCrypto/password-hashes.git` Updating git repository `https://github.com/RustCrypto/RSA.git` Updating git repository `https://github.com/RustCrypto/stream-ciphers.git` Updating crates.io index Locking 33 packages to latest compatible versions Updating aead v0.6.0-rc.0 (https://github.com/RustCrypto/traits.git#439fc8c2) -> #ae58a776 Updating backtrace v0.3.74 -> v0.3.75 Updating bitflags v2.9.0 -> v2.9.1 Updating clap v4.5.35 -> v4.5.38 Updating clap_builder v4.5.35 -> v4.5.38 Updating crypto-bigint v0.7.0-pre.2 -> v0.7.0-pre.3 Updating crypto-common v0.2.0-rc.2 (https://github.com/RustCrypto/traits.git#439fc8c2) -> #ae58a776 Updating crypto-primes v0.7.0-dev (https://github.com/entropyxyz/crypto-primes.git#541a5eb1) -> #04f92740 Updating ecdsa v0.17.0-pre.9 (https://github.com/RustCrypto/signatures.git#b66adc00) -> #6f17b321 Updating elliptic-curve v0.14.0-rc.1 (https://github.com/RustCrypto/traits.git#439fc8c2) -> #ae58a776 Updating getrandom v0.2.15 -> v0.2.16 Updating hashbrown v0.15.2 -> v0.15.3 Updating hermit-abi v0.5.0 -> v0.5.1 Updating libc v0.2.171 -> v0.2.172 Adding libm v0.2.15 Updating linux-raw-sys v0.9.3 -> v0.9.4 Updating p256 v0.14.0-pre.2 (https://github.com/RustCrypto/elliptic-curves.git#e3113266) -> #2c265949 Updating pbkdf2 v0.13.0-pre.1 (https://github.com/RustCrypto/password-hashes.git#0b8ff354) -> #68c5d809 Updating primefield v0.14.0-pre.0 (https://github.com/RustCrypto/elliptic-curves.git#e3113266) -> #2c265949 Updating primeorder v0.14.0-pre.2 (https://github.com/RustCrypto/elliptic-curves.git#e3113266) -> #2c265949 Updating proc-macro2 v1.0.94 -> v1.0.95 Updating rfc6979 v0.5.0-pre.4 (https://github.com/RustCrypto/signatures.git#b66adc00) -> #6f17b321 Updating rsa v0.10.0-pre.4 (https://github.com/RustCrypto/RSA.git#01c9228a) -> #b831df85 Updating rustix v1.0.5 -> v1.0.7 Updating salsa20 v0.11.0-pre.2 (https://github.com/RustCrypto/stream-ciphers.git#94f86169) -> #ddbb1b34 Updating scrypt v0.12.0-pre.2 (https://github.com/RustCrypto/password-hashes.git#0b8ff354) -> #68c5d809 Updating signature v3.0.0-pre (https://github.com/RustCrypto/traits.git#439fc8c2) -> #ae58a776 Updating syn v2.0.100 -> v2.0.101 Updating tempfile v3.19.1 -> v3.20.0 Updating trybuild v1.0.104 -> v1.0.105 Updating winnow v0.7.6 -> v0.7.10 Updating zerocopy v0.8.24 -> v0.8.25 Updating zerocopy-derive v0.8.24 -> v0.8.25