summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-03-05 06:43:44 +0000
committerGitHub <noreply@github.com>2021-03-05 06:43:44 +0000
commit9d1788771397969f98f920262e54ba228fc6208c (patch)
treeb5b67402ec71fdeac7f17101c968eb9e9a01c55e
parente09cd90f77a31832bdde1d3652c115be282cced9 (diff)
downloadcryptography-dependabot/cargo/src/rust/syn-1.0.61.tar.gz
Bump syn from 1.0.60 to 1.0.61 in /src/rustdependabot/cargo/src/rust/syn-1.0.61
Bumps [syn](https://github.com/dtolnay/syn) from 1.0.60 to 1.0.61. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/1.0.60...1.0.61) 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 a78ee8f67..275c34709 100644
--- a/src/rust/Cargo.lock
+++ b/src/rust/Cargo.lock
@@ -239,9 +239,9 @@ checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
[[package]]
name = "syn"
-version = "1.0.60"
+version = "1.0.61"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c700597eca8a5a762beb35753ef6b94df201c81cca676604f547495a0d7f0081"
+checksum = "ed22b90a0e734a23a7610f4283ac9e5acfb96cbb30dfefa540d66f866f1c09c5"
dependencies = [
"proc-macro2",
"quote",