From 05edb73d72667b22fea012fa8705fc390fd325ae Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 24 Oct 2020 21:15:31 +0000 Subject: [PATCH] build(deps): bump syn from 1.0.46 to 1.0.48 Bumps [syn](https://github.com/dtolnay/syn) from 1.0.46 to 1.0.48. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/1.0.46...1.0.48) 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 ad726da57..fbeb2db0f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3130,9 +3130,9 @@ dependencies = [ [[package]] name = "syn" -version = "1.0.46" +version = "1.0.48" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ad5de3220ea04da322618ded2c42233d02baca219d6f160a3e9c87cda16c942" +checksum = "cc371affeffc477f42a221a1e4297aedcea33d47d19b61455588bd9d8f6b19ac" dependencies = [ "proc-macro2", "quote", diff --git a/core/macros/Cargo.toml b/core/macros/Cargo.toml index c511f01e5..f97d77908 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.46" +version = "1.0.48" features = ["full"] \ No newline at end of file