From da022f43190b16ed140ca0b227c9c86dec5a5bb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 06:09:30 -0600 Subject: [PATCH] build(deps): bump cpufeatures from 0.2.13 to 0.2.14 (#522) Bumps [cpufeatures](https://github.com/RustCrypto/utils) from 0.2.13 to 0.2.14. - [Commits](https://github.com/RustCrypto/utils/compare/cpufeatures-v0.2.13...cpufeatures-v0.2.14) --- updated-dependencies: - dependency-name: cpufeatures dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- argon2/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7d4dfbb8..d99f6014 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -114,9 +114,9 @@ checksum = "9adcf94f05e094fca3005698822ec791cb4433ced416afda1c5ca3b8dfc05a2f" [[package]] name = "cpufeatures" -version = "0.2.13" +version = "0.2.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51e852e6dc9a5bed1fae92dd2375037bf2b768725bf3be87811edee3249d09ad" +checksum = "608697df725056feaccfa42cffdaeeec3fccc4ffc38358ecd19b243e716a78e0" dependencies = [ "libc", ] diff --git a/argon2/Cargo.toml b/argon2/Cargo.toml index 59a10c1d..780bcfa6 100644 --- a/argon2/Cargo.toml +++ b/argon2/Cargo.toml @@ -25,7 +25,7 @@ password-hash = { version = "0.6.0-rc.0", optional = true } zeroize = { version = "1", default-features = false, optional = true } [target.'cfg(any(target_arch = "x86", target_arch = "x86_64"))'.dependencies] -cpufeatures = "0.2.13" +cpufeatures = "0.2.14" [dev-dependencies] hex-literal = "0.4"