From 22d695421ff9a43d7d5ade5d78367606151c5fda Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 21 Nov 2020 22:35:48 +0000 Subject: [PATCH] build(deps): bump syn from 1.0.48 to 1.0.50 Bumps [syn](https://github.com/dtolnay/syn) from 1.0.48 to 1.0.50. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/1.0.48...1.0.50) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- core/macros/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c765d2983..d4361e035 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3386,9 +3386,9 @@ dependencies = [ [[package]] name = "syn" -version = "1.0.48" +version = "1.0.50" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc371affeffc477f42a221a1e4297aedcea33d47d19b61455588bd9d8f6b19ac" +checksum = "443b4178719c5a851e1bde36ce12da21d74a0e60b4d982ec3385a933c812f0f6" dependencies = [ "proc-macro2", "quote", diff --git a/core/macros/Cargo.toml b/core/macros/Cargo.toml index f97d77908..9a85c9c81 100644 --- a/core/macros/Cargo.toml +++ b/core/macros/Cargo.toml @@ -11,5 +11,5 @@ proc-macro = true quote = "1.0.7" [dependencies.syn] -version = "1.0.48" +version = "1.0.50" features = ["full"] \ No newline at end of file