From 0a083d84045de2887417888d6bcfed133f5f7e6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 13:45:04 +0000 Subject: [PATCH] Bump syn from 1.0.109 to 2.0.3 Bumps [syn](https://github.com/dtolnay/syn) from 1.0.109 to 2.0.3. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/1.0.109...2.0.3) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- crates/fj-proc/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 536eb8c85a..d8d62a2863 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1147,7 +1147,7 @@ dependencies = [ "proc-macro2", "quote", "serde", - "syn 1.0.109", + "syn 2.0.3", ] [[package]] diff --git a/crates/fj-proc/Cargo.toml b/crates/fj-proc/Cargo.toml index 72ea46b07c..1fc18e67d4 100644 --- a/crates/fj-proc/Cargo.toml +++ b/crates/fj-proc/Cargo.toml @@ -22,5 +22,5 @@ version = "1.0.158" optional = true [dependencies.syn] -version = "1.0.109" +version = "2.0.3" features = ["full", "extra-traits"]