# HG changeset patch
# User dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
# Date 1666696282 14400
#      Tue Oct 25 07:11:22 2022 -0400
# Node ID c1a5cb86b17686de35f1dbcf7d3c43e4383ad013
# Parent  b0a09afa0a6b09b9fc4be14a6e95573b9da11d57
Bump libc from 0.2.135 to 0.2.136 in /src/_bcrypt (#448)

Bumps [libc](https://github.com/rust-lang/libc) from 0.2.135 to 0.2.136.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.135...0.2.136)

---
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>

diff --git a/src/_bcrypt/Cargo.lock b/src/_bcrypt/Cargo.lock
--- a/src/_bcrypt/Cargo.lock
+++ b/src/_bcrypt/Cargo.lock
@@ -188,9 +188,9 @@
 
 [[package]]
 name = "libc"
-version = "0.2.135"
+version = "0.2.136"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "68783febc7782c6c5cb401fbda4de5a9898be1762314da0bb2c10ced61f18b0c"
+checksum = "55edcf6c0bb319052dea84732cf99db461780fd5e8d3eb46ab6ff312ab31f197"
 
 [[package]]
 name = "lock_api"