From fd6453028834b4cf7363f52571eb0c7a26b8fe7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Oct 2021 20:06:32 +0000 Subject: [PATCH] build(deps): bump syn from 1.0.78 to 1.0.80 Bumps [syn](https://github.com/dtolnay/syn) from 1.0.78 to 1.0.80. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/1.0.78...1.0.80) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[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 698dab296..937805991 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3600,9 +3600,9 @@ dependencies = [ [[package]] name = "syn" -version = "1.0.78" +version = "1.0.80" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4eac2e6c19f5c3abc0c229bea31ff0b9b091c7b14990e8924b92902a303a0c0" +checksum = "d010a1623fbd906d51d650a9916aaefc05ffa0e4053ff7fe601167f3e715d194" dependencies = [ "proc-macro2", "quote", diff --git a/core/macros/Cargo.toml b/core/macros/Cargo.toml index 9851c43ab..dc6a5ac75 100644 --- a/core/macros/Cargo.toml +++ b/core/macros/Cargo.toml @@ -11,5 +11,5 @@ proc-macro = true quote = "1.0.9" [dependencies.syn] -version = "1.0.78" +version = "1.0.80" features = ["full"]