From 32fd3fb71befbceecbba7c73d08af5ddd0f5a3d0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 24 Jan 2021 20:47:26 +0000 Subject: [PATCH] build(deps): bump syn from 1.0.59 to 1.0.60 Bumps [syn](https://github.com/dtolnay/syn) from 1.0.59 to 1.0.60. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/1.0.59...1.0.60) 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 50a4cc913..9783b1bc2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3515,9 +3515,9 @@ dependencies = [ [[package]] name = "syn" -version = "1.0.59" +version = "1.0.60" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07cb8b1b4ebf86a89ee88cbd201b022b94138c623644d035185c84d3f41b7e66" +checksum = "c700597eca8a5a762beb35753ef6b94df201c81cca676604f547495a0d7f0081" dependencies = [ "proc-macro2", "quote", diff --git a/core/macros/Cargo.toml b/core/macros/Cargo.toml index 11fd96355..09e68f0b6 100644 --- a/core/macros/Cargo.toml +++ b/core/macros/Cargo.toml @@ -11,5 +11,5 @@ proc-macro = true quote = "1.0.8" [dependencies.syn] -version = "1.0.59" +version = "1.0.60" features = ["full"]