Bump cpufeatures to v0.3 (#894)

Release PR: RustCrypto/utils#1446
This commit is contained in:
Tony Arcieri 2026-03-29 15:55:42 -06:00 committed by GitHub
parent 53a86c7c9c
commit bad078de58
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -326,7 +326,7 @@ version = "5.0.0-pre.6"
dependencies = [
"bincode",
"cfg-if",
"cpufeatures 0.2.17",
"cpufeatures 0.3.0",
"criterion",
"curve25519-dalek-derive",
"digest",

View file

@ -60,7 +60,7 @@ serde = { version = "1.0", default-features = false, optional = true, features =
zeroize = { version = "1", default-features = false, optional = true }
[target.'cfg(target_arch = "x86_64")'.dependencies]
cpufeatures = "0.2.17"
cpufeatures = "0.3"
[target.'cfg(curve25519_dalek_backend = "fiat")'.dependencies]
fiat-crypto = { version = "0.3.0", default-features = false }