summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-12-25 23:02:22 -0500
committerGitHub <noreply@github.com>2022-12-25 23:02:22 -0500
commita562045f8038b4857bebbb8f6d69c0577a61b6a4 (patch)
tree414117a4d877440b87ec1414bb22832a3518441e
parentd60170a866b9d679076d82c98d3890aa5a86e045 (diff)
downloadpy-bcrypt-git-a562045f8038b4857bebbb8f6d69c0577a61b6a4.tar.gz
Bump proc-macro-hack from 0.5.19 to 0.5.20+deprecated in /src/_bcrypt (#478)
Bumps [proc-macro-hack](https://github.com/dtolnay/proc-macro-hack) from 0.5.19 to 0.5.20+deprecated. - [Release notes](https://github.com/dtolnay/proc-macro-hack/releases) - [Commits](https://github.com/dtolnay/proc-macro-hack/compare/0.5.19...0.5.20) --- updated-dependencies: - dependency-name: proc-macro-hack 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>
-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 57b6c2a..42df383 100644
--- a/src/_bcrypt/Cargo.lock
+++ b/src/_bcrypt/Cargo.lock
@@ -263,9 +263,9 @@ dependencies = [
[[package]]
name = "proc-macro-hack"
-version = "0.5.19"
+version = "0.5.20+deprecated"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
+checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
[[package]]
name = "proc-macro2"