You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rsa, digest and x509-cert all depend on const-oid 0.9.6. const-oid 0.10.0 makes changes to the ObjectIdentifier type and this cause incompatibility with the spki crate though const-oid isn't a direct dependency of spki.
The text was updated successfully, but these errors were encountered:
flihp
changed the title
updating const-oid to 0.10 is non-trivial
updating const-oid to 0.10 conflicts w/ other RustCryotp deps
Mar 3, 2025
const-oid 0.10 should work with the next stable release of rustcrypto.
There is a fairly large rewrite to switch backends over to crypto-bigint and rand_core 0.9.
At the moment if you want to use pre-releases, you will need to pull git-dependencies and non-merged PRs. RustCrypto/formats#1689 should list them all (I think).
rsa
,digest
andx509-cert
all depend onconst-oid 0.9.6
.const-oid 0.10.0
makes changes to theObjectIdentifier
type and this cause incompatibility with thespki
crate thoughconst-oid
isn't a direct dependency ofspki
.The text was updated successfully, but these errors were encountered: