Skip to content

Commit

Permalink
build(deps): bump cpufeatures from 0.1.5 to 0.2.1 (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Aug 27, 2021
1 parent 7ad6a68 commit 8288805
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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 sha1/Cargo.toml
Expand Up @@ -22,7 +22,7 @@ cfg-if = "1.0"
sha1-asm = { version = "0.5", optional = true }

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

[dev-dependencies]
digest = { version = "0.9", features = ["dev"] }
Expand Down
2 changes: 1 addition & 1 deletion sha2/Cargo.toml
Expand Up @@ -22,7 +22,7 @@ cfg-if = "1.0"
sha2-asm = { version = "0.6.1", optional = true }

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

[dev-dependencies]
digest = { version = "0.9", features = ["dev"] }
Expand Down

0 comments on commit 8288805

Please sign in to comment.