summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-03-29 08:02:43 +0000
committerGitHub <noreply@github.com>2021-03-29 08:02:43 +0000
commit1cc6eb7711d8bcfd33db79a6e99cf8b605b3bf08 (patch)
tree6dbf0a692ad3ea53847c374dc8fdb7e5357da4f2
parent40b2ca7c4251b9fc90e9f7a50bf4abba9c9053cc (diff)
downloadcryptography-dependabot/cargo/src/rust/syn-1.0.67.tar.gz
Bump syn from 1.0.64 to 1.0.67 in /src/rustdependabot/cargo/src/rust/syn-1.0.67
Bumps [syn](https://github.com/dtolnay/syn) from 1.0.64 to 1.0.67. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/1.0.64...1.0.67) 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 40bcc7f2b..59992d167 100644
--- a/src/rust/Cargo.lock
+++ b/src/rust/Cargo.lock
@@ -239,9 +239,9 @@ checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
[[package]]
name = "syn"
-version = "1.0.64"
+version = "1.0.67"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3fd9d1e9976102a03c542daa2eff1b43f9d72306342f3f8b3ed5fb8908195d6f"
+checksum = "6498a9efc342871f91cc2d0d694c674368b4ceb40f62b65a7a08c3792935e702"
dependencies = [
"proc-macro2",
"quote",