summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-05-01 11:04:42 -0600
committerGitHub <noreply@github.com>2022-05-01 11:04:42 -0600
commit92fcb0c219cb86588da5a76a814cc77b4aa3d82a (patch)
tree5fcc6a4c8fa0eb862f452e32d0dd87f959da2fa6
parent2d20a7e24bd85bd8a22262062b307a58f6d585c5 (diff)
downloadpy-bcrypt-git-92fcb0c219cb86588da5a76a814cc77b4aa3d82a.tar.gz
Bump quote from 1.0.15 to 1.0.18 in /src/_bcrypt (#310)
Bumps [quote](https://github.com/dtolnay/quote) from 1.0.15 to 1.0.18. - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](https://github.com/dtolnay/quote/compare/1.0.15...1.0.18) --- updated-dependencies: - dependency-name: quote dependency-type: indirect update-type: version-update:semver-patch ... 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 dffc8c7..9965588 100644
--- a/src/_bcrypt/Cargo.lock
+++ b/src/_bcrypt/Cargo.lock
@@ -318,9 +318,9 @@ dependencies = [
[[package]]
name = "quote"
-version = "1.0.15"
+version = "1.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "864d3e96a899863136fc6e99f3d7cae289dafe43bf2c5ac19b70df7210c0a145"
+checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"
dependencies = [
"proc-macro2",
]