summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-04-28 06:45:26 +0000
committerGitHub <noreply@github.com>2021-04-28 06:45:26 +0000
commit43905e439f6256034f8ede7da90ec9dc8266d792 (patch)
tree38691f5ddd55734128dbbed8ed84c5cc80643ef7
parentbc03d94a930786580bbe016309973e0cb8052548 (diff)
downloadcryptography-dependabot/cargo/src/rust/syn-1.0.71.tar.gz
Bump syn from 1.0.70 to 1.0.71 in /src/rustdependabot/cargo/src/rust/syn-1.0.71
Bumps [syn](https://github.com/dtolnay/syn) from 1.0.70 to 1.0.71. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/1.0.70...1.0.71) Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--src/rust/Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rust/Cargo.lock b/src/rust/Cargo.lock
index 252a76013..6db17973d 100644
--- a/src/rust/Cargo.lock
+++ b/src/rust/Cargo.lock
@@ -293,9 +293,9 @@ checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
[[package]]
name = "syn"
-version = "1.0.70"
+version = "1.0.71"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b9505f307c872bab8eb46f77ae357c8eba1fdacead58ee5a850116b1d7f82883"
+checksum = "ad184cc9470f9117b2ac6817bfe297307418819ba40552f9b3846f05c33d5373"
dependencies = [
"proc-macro2",
"quote",