summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-03-10 06:51:41 +0000
committerGitHub <noreply@github.com>2021-03-10 06:51:41 +0000
commit91b9f1eae20024792f9824c84da32c55e9734437 (patch)
tree9a1edf6eb0cf9d9ffc31ffa3beac7a07c53f6a9c
parent8df153664a06e77e344566417426a5a31c0be69e (diff)
downloadcryptography-dependabot/cargo/src/rust/syn-1.0.63.tar.gz
Bump syn from 1.0.62 to 1.0.63 in /src/rustdependabot/cargo/src/rust/syn-1.0.63
Bumps [syn](https://github.com/dtolnay/syn) from 1.0.62 to 1.0.63. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/1.0.62...1.0.63) 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 cb594157e..7f289ef10 100644
--- a/src/rust/Cargo.lock
+++ b/src/rust/Cargo.lock
@@ -239,9 +239,9 @@ checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
[[package]]
name = "syn"
-version = "1.0.62"
+version = "1.0.63"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "123a78a3596b24fee53a6464ce52d8ecbf62241e6294c7e7fe12086cd161f512"
+checksum = "8fd9bc7ccc2688b3344c2f48b9b546648b25ce0b20fc717ee7fa7981a8ca9717"
dependencies = [
"proc-macro2",
"quote",