Skip to content

Commit 265df86

Browse files
build(deps): bump cpufeatures from 0.1.4 to 0.1.5 (#129)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e4448d7 commit 265df86

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

polyval/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ universal-hash = { version = "0.4", default-features = false }
2121
zeroize = { version = "1.3", optional = true, default-features = false }
2222

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

2626
[dev-dependencies]
2727
hex-literal = "0.2"

0 commit comments

Comments
 (0)