Skip to content

Commit 4af0766

Browse files
authored
argon2: bump cpufeatures to v0.3 (#847)
1 parent 6d24ae3 commit 4af0766

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

argon2/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ password-hash = { version = "0.6.0-rc.12", optional = true, features = ["phc"] }
2727
zeroize = { version = "1", default-features = false, optional = true }
2828

2929
[target.'cfg(any(target_arch = "x86", target_arch = "x86_64"))'.dependencies]
30-
cpufeatures = "0.2.17"
30+
cpufeatures = "0.3"
3131

3232
[dev-dependencies]
3333
hex-literal = "1"

0 commit comments

Comments
 (0)