summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2020-12-22 15:48:46 -0500
committerGitHub <noreply@github.com>2020-12-22 15:48:46 -0500
commit899400b9a172956ce42dad07ad46e97ccb242a57 (patch)
tree4cdf49bd8bba70740cb690a098c96e5d98d59e7a
parenta7c5e693d4a7552a552a7b9b8d152d811474c8a7 (diff)
downloadcryptography-899400b9a172956ce42dad07ad46e97ccb242a57.tar.gz
Bump syn from 1.0.54 to 1.0.55 in /src/rust (#5663)
Bumps [syn](https://github.com/dtolnay/syn) from 1.0.54 to 1.0.55. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/1.0.54...1.0.55) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.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 57668f71d..bcadc18a1 100644
--- a/src/rust/Cargo.lock
+++ b/src/rust/Cargo.lock
@@ -197,9 +197,9 @@ checksum = "ae524f056d7d770e174287294f562e95044c68e88dec909a00d2094805db9d75"
[[package]]
name = "syn"
-version = "1.0.54"
+version = "1.0.55"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9a2af957a63d6bd42255c359c93d9bfdb97076bd3b820897ce55ffbfbf107f44"
+checksum = "a571a711dddd09019ccc628e1b17fe87c59b09d513c06c026877aa708334f37a"
dependencies = [
"proc-macro2",
"quote",