summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-08-18 23:16:59 -0500
committerGitHub <noreply@github.com>2022-08-18 23:16:59 -0500
commit74821137dfc6bdb34225198e372b2379878836a1 (patch)
tree1c8d7377218c378aa6b64e3a18e6fc6e5f435870 /src
parent0d3438dae62e9c259b05634f0c57be406503e14b (diff)
downloadpy-bcrypt-git-74821137dfc6bdb34225198e372b2379878836a1.tar.gz
Bump cpufeatures from 0.2.2 to 0.2.3 in /src/_bcrypt (#391)
Bumps [cpufeatures](https://github.com/RustCrypto/utils) from 0.2.2 to 0.2.3. - [Release notes](https://github.com/RustCrypto/utils/releases) - [Commits](https://github.com/RustCrypto/utils/compare/cpufeatures-v0.2.2...cpufeatures-v0.2.3) --- 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 1188d05..ec00a98 100644
--- a/src/_bcrypt/Cargo.lock
+++ b/src/_bcrypt/Cargo.lock
@@ -96,9 +96,9 @@ dependencies = [
[[package]]
name = "cpufeatures"
-version = "0.2.2"
+version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b"
+checksum = "1079fb8528d9f9c888b1e8aa651e6e079ade467323d58f75faf1d30b1808f540"
dependencies = [
"libc",
]