diff --git a/Cargo.lock b/Cargo.lock index 53797611..3049786f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -108,9 +108,9 @@ dependencies = [ [[package]] name = "cpufeatures" -version = "0.2.11" +version = "0.2.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce420fe07aecd3e67c5f910618fe65e94158f6dcc0adf44e00d69ce2bdfe0fd0" +checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504" dependencies = [ "libc", ] diff --git a/argon2/Cargo.toml b/argon2/Cargo.toml index b527e7d4..7315499f 100644 --- a/argon2/Cargo.toml +++ b/argon2/Cargo.toml @@ -24,7 +24,7 @@ password-hash = { version = "0.5", optional = true } zeroize = { version = "1", default-features = false, optional = true } [target.'cfg(any(target_arch = "x86", target_arch = "x86_64"))'.dependencies] -cpufeatures = "0.2.9" +cpufeatures = "0.2.12" [dev-dependencies] hex-literal = "0.4"