From d88286a866c18f6741133229f7ef87194ad5bc86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 05:23:30 +0000 Subject: [PATCH] chore(deps): update syn requirement from 1.0.42 to 2.0.47 Updates the requirements on [syn](https://github.com/dtolnay/syn) to permit the latest version. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/1.0.42...2.0.47) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- derive-impl/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/derive-impl/Cargo.toml b/derive-impl/Cargo.toml index 79fa7dda..ee566af1 100644 --- a/derive-impl/Cargo.toml +++ b/derive-impl/Cargo.toml @@ -15,5 +15,5 @@ proc-macro2 = { version = "1.0.24", features = ["span-locations"] } proc-macro-crate = "2.0.0" proc-macro-error = "1.0.4" quote = "1.0.7" -syn = "1.0.42" +syn = "2.0.47" synstructure = "0.12.4"