# HG changeset patch # User dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> # Date 1663758208 14400 # Wed Sep 21 07:03:28 2022 -0400 # Node ID 9c062abf23ed8e6d7ffee71e114de48e53e985d3 # Parent ba4432c8735dc7c37d6f0dabe8500e37e8f3b20d Bump lock_api from 0.4.8 to 0.4.9 in /src/_bcrypt (#423) Bumps [lock_api](https://github.com/Amanieu/parking_lot) from 0.4.8 to 0.4.9. - [Release notes](https://github.com/Amanieu/parking_lot/releases) - [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md) - [Commits](https://github.com/Amanieu/parking_lot/compare/lock_api-0.4.8...lock_api-0.4.9) --- updated-dependencies: - dependency-name: lock_api 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 @@ -194,9 +194,9 @@ [[package]] name = "lock_api" -version = "0.4.8" +version = "0.4.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f80bf5aacaf25cbfc8210d1cfb718f2bf3b11c4c54e5afe36c236853a8ec390" +checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df" dependencies = [ "autocfg", "scopeguard",