summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-09-05 09:36:58 -0400
committerGitHub <noreply@github.com>2022-09-05 09:36:58 -0400
commit4b9e45edcc726476684cae5ce12b4d316fab3a83 (patch)
tree42e0211e3d3ce23e3429c6ffa9b83fc7e92b3c34
parentf275f310760391b181455610fce5ed23516fa634 (diff)
downloadpy-bcrypt-git-4b9e45edcc726476684cae5ce12b4d316fab3a83.tar.gz
Bump cpufeatures from 0.2.4 to 0.2.5 in /src/_bcrypt (#404)
Bumps [cpufeatures](https://github.com/RustCrypto/utils) from 0.2.4 to 0.2.5. - [Release notes](https://github.com/RustCrypto/utils/releases) - [Commits](https://github.com/RustCrypto/utils/compare/cpufeatures-v0.2.4...cpufeatures-v0.2.5) --- 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>
-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 a7fda87..ae9760a 100644
--- a/src/_bcrypt/Cargo.lock
+++ b/src/_bcrypt/Cargo.lock
@@ -96,9 +96,9 @@ dependencies = [
[[package]]
name = "cpufeatures"
-version = "0.2.4"
+version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "dc948ebb96241bb40ab73effeb80d9f93afaad49359d159a5e61be51619fe813"
+checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
dependencies = [
"libc",
]