summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-01-04 08:13:32 +0000
committerGitHub <noreply@github.com>2021-01-04 08:13:32 +0000
commitbc25f95dd3be7549434dd47434a6b1737ba969b7 (patch)
treee1d729e9bf889d06597b91df27dcbb2df3f3a708
parenta9d60e83b76c37713060d472d5ef9062d4cf5ce3 (diff)
downloadcryptography-dependabot/cargo/src/rust/syn-1.0.57.tar.gz
Bump syn from 1.0.56 to 1.0.57 in /src/rustdependabot/cargo/src/rust/syn-1.0.57
Bumps [syn](https://github.com/dtolnay/syn) from 1.0.56 to 1.0.57. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/1.0.56...1.0.57) 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 05f4286e3..e8e120a7e 100644
--- a/src/rust/Cargo.lock
+++ b/src/rust/Cargo.lock
@@ -197,9 +197,9 @@ checksum = "1a55ca5f3b68e41c979bf8c46a6f1da892ca4db8f94023ce0bd32407573b1ac0"
[[package]]
name = "syn"
-version = "1.0.56"
+version = "1.0.57"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a9802ddde94170d186eeee5005b798d9c159fa970403f1be19976d0cfb939b72"
+checksum = "4211ce9909eb971f111059df92c45640aad50a619cf55cd76476be803c4c68e6"
dependencies = [
"proc-macro2",
"quote",