summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-08-22 23:43:40 -0400
committerGitHub <noreply@github.com>2022-08-22 23:43:40 -0400
commit18cd9fb1db81fd6e774e3843cf4fc229a3883be9 (patch)
tree542361d53c1fd9642f3d8a6aeb06f35557583f54 /src
parentc0938a066eb1fc7b7c759ebbeb3a5a74842ec6d2 (diff)
downloadpy-bcrypt-git-18cd9fb1db81fd6e774e3843cf4fc229a3883be9.tar.gz
Bump cpufeatures from 0.2.3 to 0.2.4 in /src/_bcrypt (#393)
Bumps [cpufeatures](https://github.com/RustCrypto/utils) from 0.2.3 to 0.2.4. - [Release notes](https://github.com/RustCrypto/utils/releases) - [Commits](https://github.com/RustCrypto/utils/compare/cpufeatures-v0.2.3...cpufeatures-v0.2.4) --- updated-dependencies: - dependency-name: cpufeatures dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'src')
-rw-r--r--src/_bcrypt/Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/_bcrypt/Cargo.lock b/src/_bcrypt/Cargo.lock
index ec00a98..fc8c36c 100644
--- a/src/_bcrypt/Cargo.lock
+++ b/src/_bcrypt/Cargo.lock
@@ -96,9 +96,9 @@ dependencies = [
[[package]]
name = "cpufeatures"
-version = "0.2.3"
+version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1079fb8528d9f9c888b1e8aa651e6e079ade467323d58f75faf1d30b1808f540"
+checksum = "dc948ebb96241bb40ab73effeb80d9f93afaad49359d159a5e61be51619fe813"
dependencies = [
"libc",
]