# HG changeset patch # User dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> # Date 1666756391 14400 # Tue Oct 25 23:53:11 2022 -0400 # Node ID 2714bb8b61c616132e92fe2f78e8c3ca844e01e3 # Parent c1a5cb86b17686de35f1dbcf7d3c43e4383ad013 Bump libc from 0.2.136 to 0.2.137 in /src/_bcrypt (#450) Bumps [libc](https://github.com/rust-lang/libc) from 0.2.136 to 0.2.137. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.136...0.2.137) --- 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.136" +version = "0.2.137" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55edcf6c0bb319052dea84732cf99db461780fd5e8d3eb46ab6ff312ab31f197" +checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89" [[package]] name = "lock_api"