summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-06-03 15:12:12 +0800
committerGitHub <noreply@github.com>2022-06-03 15:12:12 +0800
commitb2e4bb0b4cf526acb5d5dac2efe11c0ce53ef28f (patch)
tree71430f750ff53f40e0b01f0e2fd08e2a3b5adacb
parent26f96a2b55fbd83698be7e8c6cca8b1935fec5fb (diff)
downloadpy-bcrypt-git-b2e4bb0b4cf526acb5d5dac2efe11c0ce53ef28f.tar.gz
Bump syn from 1.0.95 to 1.0.96 in /src/_bcrypt (#344)
Bumps [syn](https://github.com/dtolnay/syn) from 1.0.95 to 1.0.96. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/1.0.95...1.0.96) --- updated-dependencies: - dependency-name: syn 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 bf4f32e..b68d30b 100644
--- a/src/_bcrypt/Cargo.lock
+++ b/src/_bcrypt/Cargo.lock
@@ -373,9 +373,9 @@ checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
[[package]]
name = "syn"
-version = "1.0.95"
+version = "1.0.96"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "fbaf6116ab8924f39d52792136fb74fd60a80194cf1b1c6ffa6453eef1c3f942"
+checksum = "0748dd251e24453cb8717f0354206b91557e4ec8703673a4b30208f2abaf1ebf"
dependencies = [
"proc-macro2",
"quote",