Skip to content

Commit 5f9d064

Browse files
build(deps): bump cpufeatures from 0.1.4 to 0.1.5 (#284)
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 5f1cf4f commit 5f9d064

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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.

sha1/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ cfg-if = "1.0"
2222
sha1-asm = { version = "0.4", optional = true }
2323

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

2727
[dev-dependencies]
2828
digest = { version = "0.9", features = ["dev"] }

sha2/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ cfg-if = "1.0"
2222
sha2-asm = { version = "0.6.1", optional = true }
2323

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

2727
[dev-dependencies]
2828
digest = { version = "0.9", features = ["dev"] }

0 commit comments

Comments
 (0)