summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-06-19 23:50:11 -0400
committerGitHub <noreply@github.com>2022-06-19 23:50:11 -0400
commit7810653627f15b5d13ae2c68474e2da86e716002 (patch)
tree0d7d343bce959e0476e3131aec2284e0f7a77b7b
parent5c05cf1f1d9b53178eafbd2290f748902ec6018c (diff)
downloadpy-bcrypt-git-7810653627f15b5d13ae2c68474e2da86e716002.tar.gz
Bump quote from 1.0.18 to 1.0.19 in /src/_bcrypt (#350)
Bumps [quote](https://github.com/dtolnay/quote) from 1.0.18 to 1.0.19. - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](https://github.com/dtolnay/quote/compare/1.0.18...1.0.19) --- 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 01acbdb..51703a8 100644
--- a/src/_bcrypt/Cargo.lock
+++ b/src/_bcrypt/Cargo.lock
@@ -326,9 +326,9 @@ dependencies = [
[[package]]
name = "quote"
-version = "1.0.18"
+version = "1.0.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"
+checksum = "f53dc8cf16a769a6f677e09e7ff2cd4be1ea0f48754aac39520536962011de0d"
dependencies = [
"proc-macro2",
]