summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-04-20 22:11:28 -0600
committerGitHub <noreply@github.com>2023-04-20 22:11:28 -0600
commitd4b24b16f36162ab13bd35259ebcb2e25471baf9 (patch)
treedd0cbbbaf0bd3e0ffea3db473a30a9ad977bd630
parent6e07f5dcaf3eccf3c66ade4ffe19be06b89d8c5d (diff)
downloadpy-bcrypt-git-d4b24b16f36162ab13bd35259ebcb2e25471baf9.tar.gz
Bump cpufeatures from 0.2.6 to 0.2.7 in /src/_bcrypt (#538)
Bumps [cpufeatures](https://github.com/RustCrypto/utils) from 0.2.6 to 0.2.7. - [Release notes](https://github.com/RustCrypto/utils/releases) - [Commits](https://github.com/RustCrypto/utils/compare/cpufeatures-v0.2.6...cpufeatures-v0.2.7) --- updated-dependencies: - dependency-name: cpufeatures dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-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 df0b730..9086b6e 100644
--- a/src/_bcrypt/Cargo.lock
+++ b/src/_bcrypt/Cargo.lock
@@ -96,9 +96,9 @@ dependencies = [
[[package]]
name = "cpufeatures"
-version = "0.2.6"
+version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "280a9f2d8b3a38871a3c8a46fb80db65e5e5ed97da80c4d08bf27fb63e35e181"
+checksum = "3e4c1eaa2012c47becbbad2ab175484c2a84d1185b566fb2cc5b8707343dfe58"
dependencies = [
"libc",
]