summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-06-21 09:27:02 +0200
committerGitHub <noreply@github.com>2022-06-21 09:27:02 +0200
commit201ada747de6d6ab8d65270a32ccaa50367d8bcd (patch)
tree58fe19714e75d2904c9d62d12dcb98ca273e00b0
parent4f5a71204fd04e5d1faf247bff5a6b43d83cdafc (diff)
downloadpy-bcrypt-git-201ada747de6d6ab8d65270a32ccaa50367d8bcd.tar.gz
Bump quote from 1.0.19 to 1.0.20 in /src/_bcrypt (#353)
Bumps [quote](https://github.com/dtolnay/quote) from 1.0.19 to 1.0.20. - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](https://github.com/dtolnay/quote/compare/1.0.19...1.0.20) --- 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 70c102c..922694e 100644
--- a/src/_bcrypt/Cargo.lock
+++ b/src/_bcrypt/Cargo.lock
@@ -326,9 +326,9 @@ dependencies = [
[[package]]
name = "quote"
-version = "1.0.19"
+version = "1.0.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f53dc8cf16a769a6f677e09e7ff2cd4be1ea0f48754aac39520536962011de0d"
+checksum = "3bcdf212e9776fbcb2d23ab029360416bb1706b1aea2d1a5ba002727cbcab804"
dependencies = [
"proc-macro2",
]