From 124cf2bef9ec85c6905a51e1764c72d6ca7f2078 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 12:21:17 +0000 Subject: [PATCH] Bump syn from 1.0.109 to 2.0.98 Bumps [syn](/~https://github.com/dtolnay/syn) from 1.0.109 to 2.0.98. - [Release notes](/~https://github.com/dtolnay/syn/releases) - [Commits](/~https://github.com/dtolnay/syn/compare/1.0.109...2.0.98) --- 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 231a6d9..a525c56 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -518,7 +518,7 @@ dependencies = [ "if_chain", "predicates", "similar-asserts", - "syn 1.0.109", + "syn 2.0.98", "tempfile", "toml", ] diff --git a/crate/Cargo.toml b/crate/Cargo.toml index aa82c12..2826f45 100644 --- a/crate/Cargo.toml +++ b/crate/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" anchor-syn = "0.30.1" clippy_utils = { git = "/~https://github.com/rust-lang/rust-clippy", rev = "19e305bb57a7595f2a8d81f521c0dd8bf854e739" } if_chain = "1.0" -syn = { version = "1.0.109", features = ["parsing"] } +syn = { version = "2.0.98", features = ["parsing"] } [dev-dependencies] assert_cmd = "2.0"