From a8c544cbe13db6fde6494ca1147ae90fe396b81e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 23:26:53 +0000 Subject: [PATCH] chore(deps): update syn requirement from 1.0.109 to 2.0.60 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.109...2.0.60) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- lurk-macros/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lurk-macros/Cargo.toml b/lurk-macros/Cargo.toml index df3bdea00a..9fc3586229 100644 --- a/lurk-macros/Cargo.toml +++ b/lurk-macros/Cargo.toml @@ -15,7 +15,7 @@ proc-macro = true [dependencies] proc-macro2 = "1.0.66" quote = "1.0.31" -syn = { version = "1.0.109", features = ["derive", "extra-traits", "full"] } +syn = { version = "2.0.60", features = ["derive", "extra-traits", "full"] } [dev-dependencies] anyhow.workspace = true