summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-05-01 11:17:19 -0600
committerGitHub <noreply@github.com>2022-05-01 11:17:19 -0600
commit645e2654125cf18489dbf4e433707896a31fa30f (patch)
treec85996e87c4df9d6ab6437732d430c276299446e
parent66da39e6d7b867c2e399b2b7d40b0547e17df92c (diff)
downloadpy-bcrypt-git-645e2654125cf18489dbf4e433707896a31fa30f.tar.gz
Bump cpufeatures from 0.2.1 to 0.2.2 in /src/_bcrypt (#315)
Bumps [cpufeatures](https://github.com/RustCrypto/utils) from 0.2.1 to 0.2.2. - [Release notes](https://github.com/RustCrypto/utils/releases) - [Commits](https://github.com/RustCrypto/utils/compare/cpufeatures-v0.2.1...cpufeatures-v0.2.2) --- 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 9f1fc17..49f0d41 100644
--- a/src/_bcrypt/Cargo.lock
+++ b/src/_bcrypt/Cargo.lock
@@ -95,9 +95,9 @@ dependencies = [
[[package]]
name = "cpufeatures"
-version = "0.2.1"
+version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "95059428f66df56b63431fdb4e1947ed2190586af5c5a8a8b71122bdf5a7f469"
+checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b"
dependencies = [
"libc",
]