summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-12-12 22:52:09 -0500
committerGitHub <noreply@github.com>2022-12-12 22:52:09 -0500
commitdb5087613f9420f7fb8055938e109e1b30de8e3b (patch)
treed064bafd4166877047ca29f36288159444e7a907 /src
parentacf9f1c558a59cce50004c2a053ba7ed77c9ff9b (diff)
downloadpy-bcrypt-git-db5087613f9420f7fb8055938e109e1b30de8e3b.tar.gz
Bump parking_lot_core from 0.8.5 to 0.8.6 in /src/_bcrypt (#466)
Bumps [parking_lot_core](https://github.com/Amanieu/parking_lot) from 0.8.5 to 0.8.6. - [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/core-0.8.5...core-0.8.6) --- updated-dependencies: - dependency-name: parking_lot_core 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>
Diffstat (limited to 'src')
-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 8d3f833..1027831 100644
--- a/src/_bcrypt/Cargo.lock
+++ b/src/_bcrypt/Cargo.lock
@@ -221,9 +221,9 @@ dependencies = [
[[package]]
name = "parking_lot_core"
-version = "0.8.5"
+version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
+checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
dependencies = [
"cfg-if",
"instant",