mirror of
https://github.com/saymrwulf/anza-cryptography-source.git
synced 2026-09-04 20:24:04 +00:00
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:
parent
20c7fbb48d
commit
7ff8829131
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -1880,7 +1880,7 @@ dependencies = [
|
|||
"bincode",
|
||||
"cfg-if",
|
||||
"color-eyre",
|
||||
"cpufeatures 0.2.17",
|
||||
"cpufeatures 0.3.0",
|
||||
"criterion",
|
||||
"curve25519-dalek-derive",
|
||||
"der",
|
||||
|
|
|
|||
|
|
@ -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 }
|
||||
|
|
|
|||
Loading…
Reference in a new issue