Bump cpufeatures from 0.2.17 to 0.3.0 (#34)

Bumps [cpufeatures](https://github.com/RustCrypto/utils) from 0.2.17 to 0.3.0.
- [Commits](https://github.com/RustCrypto/utils/compare/cpufeatures-v0.2.17...cpufeatures-v0.3.0)

---
updated-dependencies:
- dependency-name: cpufeatures
  dependency-version: 0.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2026-06-13 11:19:04 -04:00 committed by GitHub
parent 20c7fbb48d
commit 7ff8829131
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

@ -1880,7 +1880,7 @@ dependencies = [
"bincode",
"cfg-if",
"color-eyre",
"cpufeatures 0.2.17",
"cpufeatures 0.3.0",
"criterion",
"curve25519-dalek-derive",
"der",

View file

@ -31,7 +31,7 @@ criterion = { version = "0.8" }
color-eyre = "0.6"
curve25519 = { path = "curve25519/solana-ed25519", package = "solana-ed25519" }
curve25519-dalek-derive = "0.1.1"
cpufeatures = "0.2.17"
cpufeatures = "0.3.0"
der = "0.7.9"
digest = { version = "0.11.0", default-features = false }
ed25519 = { version = "2.2.3", default-features = false }