summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-05-20 13:47:24 +0800
committerGitHub <noreply@github.com>2022-05-20 13:47:24 +0800
commit55b76e4a334c92112252bf4ada23d5d5c11d1ef2 (patch)
tree62c5224d5b473051d92f6d283231b9474707eaef
parentb27a38812d959de97f8c692a82073c4e31d41b96 (diff)
downloadpy-bcrypt-git-55b76e4a334c92112252bf4ada23d5d5c11d1ef2.tar.gz
Bump once_cell from 1.10.0 to 1.11.0 in /src/_bcrypt (#338)
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.10.0 to 1.11.0. - [Release notes](https://github.com/matklad/once_cell/releases) - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](https://github.com/matklad/once_cell/compare/v1.10.0...v1.11.0) --- updated-dependencies: - dependency-name: once_cell dependency-type: indirect update-type: version-update:semver-minor ... 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 6e9d50d..4cc5657 100644
--- a/src/_bcrypt/Cargo.lock
+++ b/src/_bcrypt/Cargo.lock
@@ -204,9 +204,9 @@ dependencies = [
[[package]]
name = "once_cell"
-version = "1.10.0"
+version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"
+checksum = "7b10983b38c53aebdf33f542c6275b0f58a238129d00c4ae0e6fb59738d783ca"
[[package]]
name = "parking_lot"