From 306304f1774c02889aa689907e46a3d34d4fc6fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 10:22:54 +0000 Subject: [PATCH] Bump syn from 1.0.109 to 2.0.52 Bumps [syn](https://github.com/dtolnay/syn) from 1.0.109 to 2.0.52. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/1.0.109...2.0.52) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- crate/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8457a71..93ad5d2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -521,7 +521,7 @@ dependencies = [ "if_chain", "predicates", "similar-asserts", - "syn 1.0.109", + "syn 2.0.52", "tempfile", "toml 0.8.12", ] diff --git a/crate/Cargo.toml b/crate/Cargo.toml index 5d7435e..804908f 100644 --- a/crate/Cargo.toml +++ b/crate/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" anchor-syn = "0.29.0" clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "ac4c2094a6030530661bee3876e0228ddfeb6b8b" } if_chain = "1.0" -syn = { version = "1.0.109", features = ["parsing"] } +syn = { version = "2.0.52", features = ["parsing"] } [dev-dependencies] assert_cmd = "2.0"