Skip to content

Commit

Permalink
build(deps): bump cpufeatures from 0.1.4 to 0.1.5 (#273)
Browse files Browse the repository at this point in the history
Bumps [cpufeatures](https://github.com/RustCrypto/utils) from 0.1.4 to 0.1.5.
- [Release notes](https://github.com/RustCrypto/utils/releases)
- [Commits](RustCrypto/utils@cpufeatures-v0.1.4...cpufeatures-v0.1.5)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 22, 2021
1 parent d5aac29 commit aefdee7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aes/Cargo.toml
Expand Up @@ -25,7 +25,7 @@ cipher = { version = "0.3", features = ["dev"] }
hex-literal = "0.2"

[target.'cfg(any(target_arch = "aarch64", target_arch = "x86_64", target_arch = "x86"))'.dependencies]
cpufeatures = "0.1.4"
cpufeatures = "0.1.5"

[features]
armv8 = [] # Enable ARMv8 AES intrinsics (nightly-only)
Expand Down

0 comments on commit aefdee7

Please sign in to comment.