summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2020-12-28 08:07:52 +0000
committerGitHub <noreply@github.com>2020-12-28 08:07:52 +0000
commit8b849253f238368f14f8b81b62c63dda34819af7 (patch)
treea785805324fd4f8213ae04651043b0f55b0a98cf
parentbd0d0fda51ea8e77fef4def5d6322f7cbdf63248 (diff)
downloadcryptography-dependabot/cargo/src/rust/syn-1.0.56.tar.gz
Bump syn from 1.0.55 to 1.0.56 in /src/rustdependabot/cargo/src/rust/syn-1.0.56
Bumps [syn](https://github.com/dtolnay/syn) from 1.0.55 to 1.0.56. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/1.0.55...1.0.56) 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 8ceebf426..e4a0969bd 100644
--- a/src/rust/Cargo.lock
+++ b/src/rust/Cargo.lock
@@ -197,9 +197,9 @@ checksum = "ae524f056d7d770e174287294f562e95044c68e88dec909a00d2094805db9d75"
[[package]]
name = "syn"
-version = "1.0.55"
+version = "1.0.56"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a571a711dddd09019ccc628e1b17fe87c59b09d513c06c026877aa708334f37a"
+checksum = "a9802ddde94170d186eeee5005b798d9c159fa970403f1be19976d0cfb939b72"
dependencies = [
"proc-macro2",
"quote",