summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-04-08 06:44:13 +0000
committerGitHub <noreply@github.com>2021-04-08 06:44:13 +0000
commitdd5a6ac270caa96f4a58d5c14cb6efe08dca60be (patch)
tree8af4c336b5dc3e92f66d3d45fcd8c89a70b72081
parentcac146f62aa92ea2ca137d3682d63624b35b6629 (diff)
downloadcryptography-dependabot/cargo/src/rust/syn-1.0.69.tar.gz
Bump syn from 1.0.68 to 1.0.69 in /src/rustdependabot/cargo/src/rust/syn-1.0.69
Bumps [syn](https://github.com/dtolnay/syn) from 1.0.68 to 1.0.69. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/1.0.68...1.0.69) 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 689347701..2bd1b9f46 100644
--- a/src/rust/Cargo.lock
+++ b/src/rust/Cargo.lock
@@ -239,9 +239,9 @@ checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
[[package]]
name = "syn"
-version = "1.0.68"
+version = "1.0.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3ce15dd3ed8aa2f8eeac4716d6ef5ab58b6b9256db41d7e1a0224c2788e8fd87"
+checksum = "48fe99c6bd8b1cc636890bcc071842de909d902c81ac7dab53ba33c421ab8ffb"
dependencies = [
"proc-macro2",
"quote",