summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-10 23:58:47 -0400
committerGitHub <noreply@github.com>2022-10-10 23:58:47 -0400
commit0a034d7d4b773f9ce8d2f26f87f994713fe2cc77 (patch)
treee14cf97654db7fc01f9aa9cae1dcf47263043b68
parent68cd8ccd2537f984f49e5f1e14d710842ffd3bf7 (diff)
downloadpy-bcrypt-git-0a034d7d4b773f9ce8d2f26f87f994713fe2cc77.tar.gz
Bump libc from 0.2.134 to 0.2.135 in /src/_bcrypt (#440)
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.134 to 0.2.135. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.134...0.2.135) --- updated-dependencies: - dependency-name: libc 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 ecdf799..1266853 100644
--- a/src/_bcrypt/Cargo.lock
+++ b/src/_bcrypt/Cargo.lock
@@ -188,9 +188,9 @@ dependencies = [
[[package]]
name = "libc"
-version = "0.2.134"
+version = "0.2.135"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "329c933548736bc49fd575ee68c89e8be4d260064184389a5b77517cddd99ffb"
+checksum = "68783febc7782c6c5cb401fbda4de5a9898be1762314da0bb2c10ced61f18b0c"
[[package]]
name = "lock_api"