Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 27, 2021
1 parent e3dae12 commit a28c53c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
13 changes: 2 additions & 11 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 chacha20/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ rand_core = { version = "0.6", optional = true, default-features = false }
zeroize = { version = "=1.3", optional = true, default-features = false }

[target.'cfg(any(target_arch = "x86_64", target_arch = "x86"))'.dependencies]
cpufeatures = "0.1"
cpufeatures = "0.2"

[dev-dependencies]
cipher = { version = "0.3", features = ["dev"] }
Expand Down

0 comments on commit a28c53c

Please sign in to comment.